{
  "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:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/RLUeKLNmERbgkhrJQwKX/Ticker.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/7r5UGUpFh6FWtcVOCSDp/Carousel.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/3r1MOrsbGq47TYKOPcQV/SlideShow.js", "ssg:https://framerusercontent.com/modules/2FLdv6ffsyCLvAar2yII/J3vZcKxkrbSX2lzGo11m/Nax9vc5Pp.js", "ssg:https://framerusercontent.com/modules/kjIPf9dF4qKfRCJttu0C/AywaIWfXe6vJ7xfCJpFo/abSEepRWp.js", "ssg:https://framerusercontent.com/modules/d0aceIGsR87B2GR9r7QF/WoNgFv7VruugXaY8e7df/ee_qxBn0q.js", "ssg:https://framerusercontent.com/modules/asH3NmY3GoejnHdPauD4/ol91ikP2Md2wU2yLbRo6/gPzCjEzVG.js", "ssg:https://framerusercontent.com/modules/yfcUw1PwVZ94z9shmaiU/8QnfxBuK4C0d8zO3Wt4s/N6Y3TTe9f.js", "ssg:https://framerusercontent.com/modules/g7IMbQMNuXidZmQkTcXP/PDih7f25C12XrZ3FQl1M/NXWz77SGg.js", "ssg:https://framerusercontent.com/modules/aRB2Z6P1FNjhTuyxYHb0/wRMJc6yOx3QAtO4zZuQk/pNPhP1Al8.js", "ssg:https://framerusercontent.com/modules/oaPM7sC610wecOqJ3yVs/ZGSjzGSA9ELQ8hOcPhcG/qeLpqGcfH.js", "ssg:https://framerusercontent.com/modules/b4ii4T4lPRWz46kJtyfb/FNpcBepc94sxigaEfPfP/rvfFb4F5i.js", "ssg:https://framerusercontent.com/modules/4EE6BUcluukErkmhWtZm/JHKjYy8AfCyCpqoD6FUo/UXd4qK8ob.js", "ssg:https://framerusercontent.com/modules/lomyeNb4tURE7ZL535Zg/1y7jCMBftPS63gNsYGZb/UxR6t0hs1.js", "ssg:https://framerusercontent.com/modules/eXBHiH4CWYN4LN5HktYL/XQUK0w1M8XM2086Zatac/VbWjF_qKT.js", "ssg:https://framerusercontent.com/modules/l8WaDMWXIawAry6GpvpP/QH3mBlJVwUcbEGjwl7pz/y_mKMKP0N.js", "ssg:https://framerusercontent.com/modules/SlFR3y0gZtbp8Da4dqeS/0MxgaKA4sh8ZaOmbclG8/YO_MwV6iZ.js", "ssg:https://framerusercontent.com/modules/fwBZUFk2PPFVh4alHt3i/1TxZKdv67QC0wxPoOrwP/qwSwLi_ZC.js", "ssg:https://framerusercontent.com/modules/ve6a8i1y4RaJKMDVPWjq/zDHzJrZkQ8ByXqrDPBTz/V89AXXEXd.js", "ssg:https://framerusercontent.com/modules/5KTw50ZxLYBEFnaVTMOw/xViWjIXI4kcD6CFqqRSF/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const MAX_AREA=5e6;const CSS_VAR_NAME=\"--ticker-offset\";const supportsWaapi=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";let supportsRegisterProperty=true;if(typeof window!==\"undefined\"){try{window.CSS.registerProperty({name:CSS_VAR_NAME,syntax:\"<length>\",initialValue:\"0px\",inherits:false});}catch(e){supportsRegisterProperty=false;}}/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const axis=isHorizontal?\"X\":\"Y\";const minus=direction===\"left\"||direction===\"top\"?\"-\":\"\";const transform=useTransform(()=>`translate${axis}(${minus}${offset.get()}px)`);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null,childrenArea:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}const fullChildrenArea=size.childrenArea===null?null:size.childrenArea*(duplicateBy+1);const isLayerTooBig=fullChildrenArea===null?null:fullChildrenArea>MAX_AREA;/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const[firstChild,lastChild]=childrenRef;const childrenLeft=firstChild.current?firstChild.current.offsetLeft:0;const childrenRight=lastChild.current?lastChild.current.offsetLeft+lastChild.current.offsetWidth:0;const childrenTop=firstChild.current?firstChild.current.offsetTop:0;const childrenBottom=lastChild.current?lastChild.current.offsetTop+lastChild.current.offsetHeight:0;const childrenWidth=childrenRight-childrenLeft;const childrenHeight=childrenBottom-childrenTop;const childrenArea=childrenWidth*childrenHeight;const childrenLength=(isHorizontal?childrenWidth:childrenHeight)+gap;setSize({parent:parentLength,children:childrenLength,childrenArea});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})},index+\"-original\");});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:isLayerTooBig===true?\"auto\":\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsWaapi&&(!isLayerTooBig||isLayerTooBig&&supportsRegisterProperty)){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed||isLayerTooBig===null){return;}if(isLayerTooBig){try{window.CSS.registerProperty({name:CSS_VAR_NAME,syntax:\"<length>\",initialValue:\"0px\",inherits:false});}catch(e){}}/**\n                 * If the layer is too big we want to animate a CSS variable instead of the transform\n                 * to avoid promoting the layer to the GPU.\n                 */const keyframes=isLayerTooBig?{[CSS_VAR_NAME]:[\"0px\",`${minus}${animateToValue}px`]}:{transform:[`translate${axis}(0px)`,`translate${axis}(${minus}${animateToValue}px)`]};animationRef.current=listRef.current.animate(keyframes,{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed,isLayerTooBig]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsWaapi){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas||isLayerTooBig?\"auto\":\"transform\",transform:supportsWaapi?isLayerTooBig?`translate${axis}(var(${CSS_VAR_NAME}))`:\"none\":transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.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,progress}from\"@motionone/utils\";import{animate,motion,useMotionValue,useTransform,useReducedMotion}from\"framer-motion\";import{usePadding,paddingControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * Calculate the width of the fade mask. Fade width and inset are provided\n * as percentages. There's a fade on the left and the right, so we return\n * a maximum of 50%.\n */function calcMaskWidth([inset,width]){return inset+(100-inset)*(width/100)*.5;}/**\n * Use media queries to determine if this device uses a mouse as\n * the primary input.\n */function useIsMouse(){const[isMouseDevice,setIsMouseDevice]=useState(false);useLayoutEffect(()=>{startTransition(()=>setIsMouseDevice(window.matchMedia(\"(pointer:fine)\").matches));},[]);return isMouseDevice;}/**\n * This checks a scroll position against the available scrollable\n * range. If we have hit an edge, start/end, we fade out the pagination\n * controls and mask. Likewise if we've just moved away from an edge we\n * fade them back in.\n */function checkLimit(progress,target,{edgeOpacity,moreItems,buttonRef},transition){if(moreItems.current&&progress===target){moreItems.current=false;animate(edgeOpacity,1,transition);buttonRef.current.setAttribute(\"disabled\",\"\");}else if(!moreItems.current&&progress!==target){moreItems.current=true;animate(edgeOpacity,0,transition);buttonRef.current.removeAttribute(\"disabled\");}}function useGUI(initialMoreItems,initialAlpha){const moreItems=useRef(initialMoreItems);const edgeOpacity=useMotionValue(moreItems.current?0:1);const fadeOpacity=useTransform(edgeOpacity,[0,1],[initialAlpha||0,1]);const buttonOpacity=useTransform(edgeOpacity,v=>1-v);const buttonRef=useRef(null);/**\n     * Returns a pointer-events CSS value for a given opacity.\n     * The threshold here is arbitrary, the theory being we\n     * should only enable pointer-events when the button is\n     * somewhat visible.\n     */const pointerEvents=useTransform(buttonOpacity,v=>v>.2?\"auto\":\"none\");/**\n     * Returns a cursor CSS value for a given pointer-events value.\n     * So only indicate\n     */const cursor=useTransform(pointerEvents,v=>v===\"auto\"?\"pointer\":\"default\");const buttonStyle={...baseButtonStyles,opacity:buttonOpacity,pointerEvents,cursor};return{moreItems,fadeOpacity,edgeOpacity,buttonStyle,buttonRef};}function setAriaVisible({element}){element.setAttribute(\"aria-hidden\",false);}function useScrollLimits(container,axis,scrollInfo,updateCurrentScroll,targetScroll,checkLimits,measureItems){useEffect(()=>{if(!container.current)return;const updateScrollInfo=info=>{scrollInfo.current=info[axis];/**\n             * If we've reached our target scroll, delete it.\n             * This way we know when to make calculations based on the\n             * actual current scroll or the target scroll.\n             */if(info[axis].current===targetScroll.current){targetScroll.current=undefined;}updateCurrentScroll(info[axis].current);checkLimits();};const stopScroll=scroll(updateScrollInfo,{container:container.current,axis});const stopResize=resize(container.current,()=>{measureItems();checkLimits();});return()=>{stopScroll();stopResize();};},[checkLimits,measureItems]);}/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export default function Carousel({slots,gap,axis,align,sizingObject,fadeObject,arrowObject,snapObject,progressObject,ariaLabel,borderRadius,effectsObject,...props}){// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numItems=Children.count(filteredSlots);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const padding=usePadding(props);const axisLabel=axis?\"x\":\"y\";const{fadeContent,fadeWidth,fadeInset,fadeTransition,fadeAlpha}=fadeObject;const{snap,snapEdge,fluid}=snapObject;const{widthType,widthInset,widthColumns,heightType,heightInset,heightRows}=sizingObject;const{showScrollbar,showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressObject;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowPadding}=arrowObject;/**\n     * The latest scroll info on the scrollable axis as reported by Motion One.\n     */const scrollInfo=useRef(undefined);/**\n     * The target scroll we're currently animating to, calculated when\n     * a user presses a pagination button.\n     */const targetScroll=useRef(undefined);/**\n     * If we're performing a scroll animation, return the target scroll instead\n     * of the latest scroll position. This will help users paginate through\n     * a carousel much quicker.\n     */const currentScroll=useMotionValue(0);const updateCurrentScroll=newScroll=>{currentScroll.set(targetScroll.current!==undefined?targetScroll.current:newScroll);};/**\n     * We only want to display pagination buttons if the user has enabled the setting\n     * and this is actually a mouse device.\n     */const isMouseDevice=useIsMouse();/**\n     * Create all the motion values for the GUI at each end of the carousel.\n     */const start=useGUI(false,fadeAlpha);const end=useGUI(true,fadeAlpha);const startMaskInset=useMotionValue(fadeInset*.5);const endMaskInset=useTransform(startMaskInset,v=>100-v);const baseWidth=useMotionValue(fadeWidth);const startMaskWidth=useTransform([startMaskInset,baseWidth],calcMaskWidth);const endMaskWidth=useTransform(startMaskWidth,v=>100-v);const direction=useMotionValue(axis?\"right\":\"bottom\");const mask=useTransform([direction,start.fadeOpacity,startMaskInset,startMaskWidth,end.fadeOpacity,endMaskInset,endMaskWidth],latest=>{return`linear-gradient(to ${latest[0]}, rgb(0, 0, 0, ${latest[1]}) ${latest[2]}%, rgb(0, 0, 0, 1) ${latest[3]}%, rgba(0, 0, 0, 1) ${latest[6]}%, rgb(0, 0, 0, ${latest[4]}) ${latest[5]}%)`;});const carouselRef=useRef(null);/**\n     * Dots state\n     */const[numPages,setNumPages]=useState(isCanvas?4:1);/**\n     * Generate styles for components.\n     */const itemStyle={scrollSnapAlign:snapEdge,flexShrink:0};const childStyle={};if(align===\"stretch\"){if(axis){childStyle.height=\"100%\";itemStyle.height=\"auto\";}else{childStyle.width=\"100%\";itemStyle.width=\"auto\";}}if(!fluid){itemStyle.scrollSnapStop=\"always\";}if(widthType===\"stretch\"){itemStyle.width=`calc(100% - ${widthInset||0}px)`;childStyle.width=\"100%\";}else if(widthType===\"columns\"){itemStyle.width=`calc(${100/widthColumns}% - ${gap}px + ${gap/widthColumns}px)`;childStyle.width=\"100%\";}if(heightType===\"stretch\"){itemStyle.height=`calc(100% - ${heightInset||0}px)`;childStyle.height=\"100%\";}else if(heightType===\"rows\"){itemStyle.height=`calc(${100/heightRows}% - ${gap}px + ${gap/heightRows}px)`;childStyle.height=\"100%\";}const scrollOverflow=isCanvas?\"hidden\":\"auto\";const containerStyle={...baseContainerStyle,padding};const carouselStyle={...baseCarouselStyle,gap,alignItems:align,flexDirection:axis?\"row\":\"column\",overflowX:axis?scrollOverflow:\"hidden\",overflowY:axis?\"hidden\":scrollOverflow,scrollSnapType:snap?`${axisLabel} mandatory`:undefined,WebkitOverflowScrolling:\"touch\",WebkitMaskImage:fadeContent?mask:undefined,MozMaskImage:fadeContent?mask:undefined,maskImage:fadeContent?mask:undefined,borderRadius};const carouselA11y={[\"aria-roledescription\"]:\"carousel\"};if(ariaLabel){carouselA11y[\"aria-title\"]=ariaLabel;}const itemA11y={};if(align===\"stretch\"){itemA11y[\"aria-role\"]=\"group\";itemA11y[\"aria-roledescription\"]=\"slide\";}if(!isCanvas){const itemSizes=useRef([]);useScrollLimits(carouselRef,axisLabel,scrollInfo,updateCurrentScroll,targetScroll,useCallback(()=>{if(!scrollInfo.current)return;const{targetLength,containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();if(!targetLength&&!containerLength)return;if(targetLength>containerLength){checkLimit(current,0,start,fadeTransition);checkLimit(current,scrollLength,end,fadeTransition);for(let i=0;i<itemSizes.current.length;i++){const{element,start,end}=itemSizes.current[i];if(end<current||start>current+containerLength){element.setAttribute(\"aria-hidden\",true);}else{element.setAttribute(\"aria-hidden\",false);}}}else{checkLimit(0,0,start,fadeTransition);checkLimit(1,1,end,fadeTransition);itemSizes.current.forEach(setAriaVisible);}// This used to be Math.ceil, which would round 3.05 to 4.\n// This now uses Math.round to ensure people get a perfect amount of dots\n// when using Columns or Rows \u2014\u00A0Benjamin\n/**\n                 * Update by Matt: changing back to ceil, might break dots but round was incorrectly\n                 * paginating for all widths - overshooting items at shorter viewports and\n                 * not paginating at all for wide.\n                 */let newNumPages=Math.ceil(targetLength/containerLength);if(!isNaN(newNumPages)){// If the number of dots is 65% of the number of items, make it 100%\nif(newNumPages/numItems>.65)newNumPages=numItems;if(newNumPages!==numPages)setNumPages(newNumPages);}},[numPages]),useCallback(()=>{if(!carouselRef.current)return;itemSizes.current=Array.from(carouselRef.current.children).map(element=>{return axis?{element,start:element.offsetLeft,end:element.offsetLeft+element.offsetWidth}:{element,start:element.offsetTop,end:element.offsetTop+element.offsetHeight};});},[]));}/**\n     * On the canvas, we want to keep the motion values updated\n     * with the latest props. Outside of the canvas these will never\n     * update.\n     */if(isCanvas){useEffect(()=>{baseWidth.set(fadeWidth);},[fadeWidth]);useEffect(()=>{startMaskInset.set(fadeInset*.5);},[fadeInset]);useEffect(()=>{direction.set(axis?\"right\":\"bottom\");},[axis]);}const findNextItem=(delta,target)=>{if(!scrollInfo.current)return;const{current}=scrollInfo.current;const{children}=carouselRef.current;let scrollTarget;let i=delta===1?0:children.length-1;while(scrollTarget===undefined){const item=children[i];const start=axis?item.offsetLeft:item.offsetTop;const length=axis?item.offsetWidth:item.offsetHeight;const end=start+length;const threshold=.05;if(delta===1){const visibility=progress(start,end,target);if(visibility<1-threshold){scrollTarget=start;}else if(i===children.length-1){scrollTarget=end;}}else if(delta===-1){const visibility=progress(start,end,target);if(visibility>threshold){scrollTarget=end;}else if(i===0){scrollTarget=start;}}i+=delta;}return scrollTarget;};const isReducedMotion=useReducedMotion();const goto=scrollTo=>{targetScroll.current=scrollTo;const options=axis?{left:scrollTo}:{top:scrollTo};carouselRef.current.scrollTo({...options,behavior:isReducedMotion?\"auto\":\"smooth\"});};const gotoPage=page=>{if(!scrollInfo.current)return;const{scrollLength}=scrollInfo.current;goto(page*(scrollLength/(numPages-1)));};const gotoDelta=delta=>()=>{if(!scrollInfo.current)return;const{containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();const pageLength=scrollLength/numPages;const currentPage=clamp(0,numPages-1,Math.floor(current/pageLength));gotoPage(currentPage+delta);};/**\n     * Return placeholder if no children\n     */if(numItems===0){return /*#__PURE__*/_jsx(Placeholder,{});}const dots=[];const dotsBlurStyle={};if(numPages>1&&showProgressDots&&!showScrollbar){for(let i=0;i<numPages;i++){const isSelected=isCanvas&&!i||false;dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,isSelected:isSelected,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>gotoPage(i),currentScroll:currentScroll,scrollInfo:scrollInfo,total:numPages,index:i,gap:dotsGap,padding:dotsPadding,axis:axis}));}if(dotsBlur){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}return /*#__PURE__*/_jsxs(\"section\",{style:containerStyle,...carouselA11y,children:[/*#__PURE__*/_jsx(motion.ul,{ref:carouselRef,style:carouselStyle,className:\"framer--carousel\",\"data-show-scrollbar\":showScrollbar,\"aria-atomic\":\"false\",\"aria-live\":\"polite\",onWheel:()=>targetScroll.current=undefined,children:Children.map(filteredSlots,(child,index)=>{var _child_props;return /*#__PURE__*/_jsx(\"li\",{style:itemStyle,...itemA11y,\"aria-label\":`${index+1} of ${numItems}`,children:/*#__PURE__*/cloneElement(child,{...child.props,style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,...childStyle}})});})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles,padding:arrowPadding,display:\"flex\",flexDirection:axis?\"row\":\"column\"},\"aria-label\":\"Carousel pagination controls\",className:\"framer--carousel-controls\",\"data-show-mouse-controls\":showMouseControls,children:[/*#__PURE__*/_jsx(motion.button,{ref:start.buttonRef,type:\"button\",style:{...start.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",alt:\"\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\"})}),/*#__PURE__*/_jsx(motion.button,{ref:end.buttonRef,type:\"button\",style:{...end.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{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=>{var _scrollInfo_current,_scrollInfo_current1;if(!((_scrollInfo_current=scrollInfo.current)===null||_scrollInfo_current===void 0?void 0:_scrollInfo_current.scrollLength)){return index===0?selectedOpacity:unselectedOpacity;}const pageLength=((_scrollInfo_current1=scrollInfo.current)===null||_scrollInfo_current1===void 0?void 0:_scrollInfo_current1.scrollLength)/total;const minScroll=pageLength*index;const maxScroll=minScroll+pageLength;const isSelected=v>=minScroll&&(index<total-1?v<maxScroll:index===total-1);return isSelected?selectedOpacity:unselectedOpacity;});const inlinePadding=gap/2;let top=!axis&&index>0?inlinePadding:padding;let bottom=!axis&&index!==total-1?inlinePadding:padding;let right=axis&&index!==total-1?inlinePadding:padding;let left=axis&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle,opacity}})});}function Placeholder(){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to swipe between.\"})]});}function MouseStyles(){return /*#__PURE__*/_jsx(\"div\",{dangerouslySetInnerHTML:{__html:`<style>@media (pointer: fine) {\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar {\n                    display: none;\n                    -webkit-appearance: none;\n                    width: 0;\n                    height: 0;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar-thumb {\n                    display: none;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"] {\n                    scrollbar-width: none;\n                    scrollbar-height: none;\n                }\n            }</style>`}});}/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:130,lineHeight:1.5,textAlign:\"center\"};const labelStyle={clip:\"rect(0 0 0 0)\",WebkitClipPath:\"inset(50%)\",clipPath:\"inset(50%)\",height:1,width:1,margin:-1,padding:0,overflow:\"hidden\",position:\"absolute\",whiteSpace:\"nowrap\"};/**\n * GUI styles\n */const baseContainerStyle={display:\"flex\",overflow:\"hidden\",width:\"100%\",height:\"100%\",position:\"relative\"};const baseCarouselStyle={padding:0,margin:0,listStyle:\"none\",position:\"relative\",display:\"flex\",flex:\"1 1 100%\",width:\"100%\",height:\"100%\"};const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",top:0,left:0,right:0,bottom:0,pointerEvents:\"none\",border:0,padding:0,margin:0};/**\n * Dot styles\n */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Carousel\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Carousel.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(!document.hidden);useEffect(()=>{const onVisibilityChange=()=>setIsVisible(!document.hidden);document.addEventListener(\"visibilitychange\",onVisibilityChange,false);return()=>{document.removeEventListener(\"visibilitychange\",onVisibilityChange);};},[]);return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;function awaitRefCallback(element,controller){let refCallbackResolve;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",()=>reject);}).catch(()=>{});// we need to listen to the ref setter, so let's override `current` - we can do that, because we don't use React's `useRef` hook for those refs.\nlet current=element.current;Object.defineProperty(element,\"current\",{get(){return current;},set(node){current=node;if(node===null){// React calls with null when the element is unmounted\ncontroller.abort();return;}refCallbackResolve(node);},configurable:true});return refCallbackPromise;}/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>({current:null}));},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{const firstChild=childrenRef[0].current;const lastChild=childrenRef[filteredSlots.length-1].current;if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=firstChild?isHorizontal?firstChild.offsetLeft:firstChild.offsetTop:0;const end=lastChild?isHorizontal?lastChild.offsetLeft+lastChild.offsetWidth:lastChild.offsetTop+lastChild.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=firstChild?isHorizontal?firstChild.offsetWidth:firstChild.offsetHeight:0;const itemWidth=firstChild?firstChild.offsetWidth:0;const itemHeight=firstChild?firstChild.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);startTransition(()=>setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength}));}},[hasChildren]);const scheduleMeasure=useCallback(async()=>{const controller=new AbortController;/**\n         * The elements in the set are refs of children. If they're wrapped in Suspense, they could mount later than the parent.\n         * Thus, we wait for each ref to be set step by step if required.\n         */const firstChild=childrenRef[0];const lastChild=childrenRef[filteredSlots.length-1];if(!isCanvas&&(!firstChild.current||!lastChild.current))try{await Promise.all([awaitRefCallback(firstChild,controller),awaitRefCallback(lastChild,controller)]);}catch{controller.abort();}frame.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */const initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */const columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.on(\"change\",newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;const top=!isHorizontal&&index>0?inlinePadding:padding;const bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;const right=isHorizontal&&index!==total-1?inlinePadding:padding;const left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (e2fa450)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={F7JF49u_T:{hover:true}};const serializationHash=\"framer-gbjvA\";const variantClassNames={F7JF49u_T:\"framer-v-1ksd1px\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,tap,width,...props})=>{return{...props,LXY1n7_6z:tap!==null&&tap!==void 0?tap:props.LXY1n7_6z};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,LXY1n7_6z,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"F7JF49u_T\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapz3vyqx=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(LXY1n7_6z){const res=await LXY1n7_6z(...args);if(res===false)return false;}});const onAppearyvy6po=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"bYGZ_8Ksh\"),100);});useOnVariantChange(baseVariant,{default:onAppearyvy6po});const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"F7JF49u_T-hover\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ksd1px\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"F7JF49u_T\",onTap:onTapz3vyqx,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"dashed\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0.27)\",borderBottomLeftRadius:900,borderBottomRightRadius:900,borderTopLeftRadius:900,borderTopRightRadius:900,boxShadow:\"inset 2px 2px 2px 0px rgba(0,0,0,0.25)\",...style},variants:{\"F7JF49u_T-hover\":{backgroundColor:\"var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47))\"}},...addPropertyOverrides({\"F7JF49u_T-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:35.55555555555556,intrinsicWidth:35.55555555555556,pixelHeight:40,pixelWidth:40,src:\"https://framerusercontent.com/images/LqTyXAL9vb1frenTzj3WjvCaEU.svg\"},className:\"framer-15wr8lf\",\"data-framer-name\":\"Easter_Egg_Graphic_SVG\",layoutDependency:layoutDependency,layoutId:\"XAuKLL6Rg\",transformTemplate:transformTemplate1,...addPropertyOverrides({\"F7JF49u_T-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:35.55555555555556,intrinsicWidth:35.55555555555556,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||51)*.5294117647058826-17.77777777777778)),pixelHeight:40,pixelWidth:40,src:\"https://framerusercontent.com/images/LqTyXAL9vb1frenTzj3WjvCaEU.svg\"}}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gbjvA.framer-16vq9eu, .framer-gbjvA .framer-16vq9eu { display: block; }\",\".framer-gbjvA.framer-1ksd1px { cursor: pointer; height: 51px; overflow: hidden; position: relative; width: 51px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gbjvA .framer-15wr8lf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); left: 51%; overflow: visible; position: absolute; top: 53%; width: 36px; }\",'.framer-gbjvA[data-border=\"true\"]::after, .framer-gbjvA [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 51\n * @framerIntrinsicWidth 51\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"q1DHWULHl\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"LXY1n7_6z\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNax9vc5Pp=withCSS(Component,css,\"framer-gbjvA\");export default FramerNax9vc5Pp;FramerNax9vc5Pp.displayName=\"Circle Review Easter Egg Component\";FramerNax9vc5Pp.defaultProps={height:51,width:51};addPropertyControls(FramerNax9vc5Pp,{LXY1n7_6z:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerNax9vc5Pp,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNax9vc5Pp\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"LXY1n7_6z\\\":\\\"tap\\\"}\",\"framerIntrinsicHeight\":\"51\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"q1DHWULHl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"51\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Nax9vc5Pp.map", "// Generated by Framer (e2fa450)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import CircleReviewEasterEggComponent from\"https://framerusercontent.com/modules/2FLdv6ffsyCLvAar2yII/J3vZcKxkrbSX2lzGo11m/Nax9vc5Pp.js\";const PhosphorFonts=getFonts(Phosphor);const CircleReviewEasterEggComponentFonts=getFonts(CircleReviewEasterEggComponent);const cycleOrder=[\"bokDtCeyP\",\"Qnn5jChL7\",\"XSayWsS3K\",\"o0KFnXJj_\",\"Zzr2SlQUS\",\"hG5HY78HH\",\"odoie_ZqW\",\"sRbF7vCcf\",\"G9WSbLmha\",\"MFvMncSG1\",\"bYGZ_8Ksh\",\"lS7Gb8lOP\"];const serializationHash=\"framer-UftGP\";const variantClassNames={bokDtCeyP:\"framer-v-ecw6rh\",bYGZ_8Ksh:\"framer-v-1rbppew\",G9WSbLmha:\"framer-v-15r9mii\",hG5HY78HH:\"framer-v-egwoo0\",lS7Gb8lOP:\"framer-v-m327dl\",MFvMncSG1:\"framer-v-1vr806t\",o0KFnXJj_:\"framer-v-8mc18x\",odoie_ZqW:\"framer-v-qkd167\",Qnn5jChL7:\"framer-v-eam2ns\",sRbF7vCcf:\"framer-v-m4v0b8\",XSayWsS3K:\"framer-v-1qtgvux\",Zzr2SlQUS:\"framer-v-xxrxdp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:.3,ease:[1,0,0,.94],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Review 1\":\"bokDtCeyP\",\"Review 10\":\"MFvMncSG1\",\"Review 2\":\"Qnn5jChL7\",\"Review 3\":\"XSayWsS3K\",\"Review 4\":\"o0KFnXJj_\",\"Review 5\":\"Zzr2SlQUS\",\"Review 6\":\"hG5HY78HH\",\"Review 7\":\"odoie_ZqW\",\"Review 8\":\"sRbF7vCcf\",\"Review 9\":\"G9WSbLmha\",\"Variant 12\":\"lS7Gb8lOP\",\"When Pressed\":\"bYGZ_8Ksh\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"bokDtCeyP\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bokDtCeyP\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearvyf1na=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"lS7Gb8lOP\"),5e3);});const onAppear10xgipw=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"bokDtCeyP\"),4e3);});const onClickd5aypy=activeVariantCallback(async(...args)=>{setVariant(\"bokDtCeyP\");});const onClickzmjpfb=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"bokDtCeyP\"),150);});const LXY1n7_6zyvy6po=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"bYGZ_8Ksh\"),100);});const onTap17k2rsz=activeVariantCallback(async(...args)=>{setVariant(\"bYGZ_8Ksh\");});useOnVariantChange(baseVariant,{bYGZ_8Ksh:onAppearvyf1na,lS7Gb8lOP:onAppear10xgipw});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"lS7Gb8lOP\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"bYGZ_8Ksh\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"bYGZ_8Ksh\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"lS7Gb8lOP\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({bYGZ_8Ksh:{value:transition2},lS7Gb8lOP:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ecw6rh\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Review 1\",layoutDependency:layoutDependency,layoutId:\"bokDtCeyP\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(34, 34, 34, 0.61)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"radial-gradient(100% 75% at 13.900000000000002% -1%, hsl(0, 0%, 73%) 0%, hsl(0, 0%, 51%) 100%)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({bYGZ_8Ksh:{\"data-framer-name\":\"When Pressed\",\"data-highlight\":true},G9WSbLmha:{\"data-framer-name\":\"Review 9\"},hG5HY78HH:{\"data-framer-name\":\"Review 6\"},lS7Gb8lOP:{\"data-framer-name\":\"Variant 12\",\"data-highlight\":true},MFvMncSG1:{\"data-framer-name\":\"Review 10\"},o0KFnXJj_:{\"data-framer-name\":\"Review 4\"},odoie_ZqW:{\"data-framer-name\":\"Review 7\"},Qnn5jChL7:{\"data-framer-name\":\"Review 2\"},sRbF7vCcf:{\"data-framer-name\":\"Review 8\"},XSayWsS3K:{\"data-framer-name\":\"Review 3\"},Zzr2SlQUS:{\"data-framer-name\":\"Review 5\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f7f954\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"j5X9YDpZA\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(34, 34, 34, 0.09)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:'radial-gradient(75% 25% at 40% 18.6%, rgba(248, 248, 248, 0.78) 0%, var(--token-88cd361b-a893-439b-b130-e076636fcbc4, rgb(147, 154, 148)) /* {\"name\":\"FP Light Grey\"} */ 100%)',borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"inset 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), inset 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), inset 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7vdstl\",layoutDependency:layoutDependency,layoutId:\"tVzgRgfOY\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m1mrdl-container\",layoutDependency:layoutDependency,layoutId:\"Mvh2yOfbX-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(5, 255, 47)\",height:\"100%\",iconSearch:\"star\",iconSelection:\"House\",id:\"Mvh2yOfbX\",layoutId:\"Mvh2yOfbX\",mirrored:false,onClick:onClickd5aypy,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\",...addPropertyOverrides({bYGZ_8Ksh:{color:\"rgb(255, 239, 66)\"},lS7Gb8lOP:{color:\"rgb(255, 239, 66)\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yryqkl-container\",layoutDependency:layoutDependency,layoutId:\"VMI9uigkA-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(5, 255, 47)\",height:\"100%\",iconSearch:\"star\",iconSelection:\"House\",id:\"VMI9uigkA\",layoutId:\"VMI9uigkA\",mirrored:false,onClick:onClickd5aypy,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\",...addPropertyOverrides({bYGZ_8Ksh:{color:\"rgb(255, 239, 66)\"},lS7Gb8lOP:{color:\"rgb(255, 239, 66)\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12mk1co-container\",layoutDependency:layoutDependency,layoutId:\"zrtc9T6rz-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47))\",height:\"100%\",iconSearch:\"star\",iconSelection:\"House\",id:\"zrtc9T6rz\",layoutId:\"zrtc9T6rz\",mirrored:false,onClick:onClickzmjpfb,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\",...addPropertyOverrides({bYGZ_8Ksh:{color:\"rgb(255, 239, 66)\"},lS7Gb8lOP:{color:\"rgb(255, 239, 66)\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-km358l-container\",layoutDependency:layoutDependency,layoutId:\"xK2QpWvJw-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(5, 255, 47)\",height:\"100%\",iconSearch:\"star\",iconSelection:\"House\",id:\"xK2QpWvJw\",layoutId:\"xK2QpWvJw\",mirrored:false,onClick:onClickd5aypy,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\",...addPropertyOverrides({bYGZ_8Ksh:{color:\"rgb(255, 239, 66)\"},lS7Gb8lOP:{color:\"rgb(255, 239, 66)\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xkl8y5-container\",layoutDependency:layoutDependency,layoutId:\"YvJnBbheQ-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(5, 255, 47)\",height:\"100%\",iconSearch:\"star\",iconSelection:\"House\",id:\"YvJnBbheQ\",layoutId:\"YvJnBbheQ\",mirrored:false,onClick:onClickd5aypy,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\",...addPropertyOverrides({bYGZ_8Ksh:{color:\"rgb(255, 239, 66)\"},lS7Gb8lOP:{color:\"rgb(255, 239, 66)\"}},baseVariant,gestureVariant)})})})]})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nr06fe\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"h6DNaheJ4\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(34, 34, 34, 0.2)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:'radial-gradient(50% 50% at 50% 50%, hsl(130, 92%, 75%) 0%, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)) /* {\"name\":\"Soft White\"} */ 100%)',borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"inset 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), inset 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), inset 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wvkjay-container\",layoutDependency:layoutDependency,layoutId:\"DAYdONczG-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-07bd38fb-8816-489d-bc24-4c4384a85ca2, rgb(9, 215, 43))\",height:\"100%\",iconSearch:\"quotes\",iconSelection:\"House\",id:\"DAYdONczG\",layoutId:\"DAYdONczG\",mirrored:true,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\",...addPropertyOverrides({bYGZ_8Ksh:{color:\"var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17dilir-container\",layoutDependency:layoutDependency,layoutId:\"Q4QNEdmdD-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-07bd38fb-8816-489d-bc24-4c4384a85ca2, rgb(9, 215, 43))\",height:\"100%\",iconSearch:\"quotes\",iconSelection:\"House\",id:\"Q4QNEdmdD\",layoutId:\"Q4QNEdmdD\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\",...addPropertyOverrides({bYGZ_8Ksh:{color:\"var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47))\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mbpr1z\",layoutDependency:layoutDependency,layoutId:\"jEw655_pV\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Haven't had a delicious burger like this in a long time. Absolutely loved this place. Will return when we are in the area.\"})}),className:\"framer-cxub0j\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"EHqX8Cfr8\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({G9WSbLmha:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"I go here regularly and they make really good fresh to order burgers and fries! Ingredients are always fresh!\"})})},hG5HY78HH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Seriously the BEST burgers in town!! Owner is fabulous!! All the employees are fast and amazing. The mushroom burger is OH MY GOODNESS sooo good!! Would recommend this place to everyone!!!\"})})},MFvMncSG1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"A great place to have a tasty burger & yummy sweet potato fries makes for a great meal.\"})})},o0KFnXJj_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Hands down best burger I\u2019ve ever had!! If I\u2019m craving a burger, this is the place I\u2019m going from now on! So happy we found this place. I promise you won\u2019t be disappointed!\"})})},odoie_ZqW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Tasty homemade gourmet burger we got an All American with 2 patties, a Western without jalape\\xf1os two patties, grilled cheese for my son. We tried the regular, sweet potato, and elite fries, delicious!\"})})},Qnn5jChL7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Great local spot!! Had the western burger with half order of sonoran fries... absolute banger!! Must try highly recommend.\"})})},sRbF7vCcf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:[\"It was great! I had the mushroom burger, yummy yummy. With sweet potatoes fries....\uD83D\uDE0B\",/*#__PURE__*/_jsx(motion.br,{}),\"I will definitely be going back\"]})})},XSayWsS3K:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Had the blue cheese burger. Was awesome! Love the street corn fries!\"})})},Zzr2SlQUS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Love this place! They got it down pat!! Best burgers!!\"})})}},baseVariant,gestureVariant)})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j5bpbp\",layoutDependency:layoutDependency,layoutId:\"aWOb8Gxz8\"}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dh8oyq\",layoutDependency:layoutDependency,layoutId:\"r8_SalG6t\"}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-zlhilh\",layoutDependency:layoutDependency,layoutId:\"PxgdFukRU\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q291c3RhcmQtcmVndWxhcg==\",\"--framer-font-family\":'\"Coustard\", \"Coustard Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0)))\"},children:\"Ask for our California burger. Let it be our little secret. : ) Available with in-store orders only.\"})}),className:\"framer-wtu0hx\",fonts:[\"GF;Coustard-regular\"],layoutDependency:layoutDependency,layoutId:\"oh_RWdTs4\",style:{\"--extracted-r6o4lv\":\"var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0))\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7em689\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"Qjnagirqe\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(34, 34, 34, 0.2)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:'linear-gradient(180deg, hsla(129, 8%, 89%, 0.77) 0%, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)) /* {\"name\":\"Soft White\"} */ 100%)',borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7,boxShadow:\"inset 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), inset 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), inset 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\"},variants:{bYGZ_8Ksh:{background:'radial-gradient(50% 50% at 50% 50%, hsl(130, 86%, 79%) 0%, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)) /* {\"name\":\"Soft White\"} */ 100%)'}},children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\"},children:\"Ariel D.\"})}),className:\"framer-smzdeb\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"vztNbi4rF\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({G9WSbLmha:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\"},children:\"Jason D.\"})})},hG5HY78HH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\"},children:\"Justin T.\"})})},MFvMncSG1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\"},children:\"Laura S.\"})})},o0KFnXJj_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\"},children:\"Lucien M.\"})})},odoie_ZqW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\"},children:\"Isabel C.\"})})},Qnn5jChL7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\"},children:\"Jacob B.\"})})},sRbF7vCcf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\"},children:\"Sandra T.\"})})},XSayWsS3K:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\"},children:\"Michael C.\"})})},Zzr2SlQUS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\"},children:\"Johnnysoup\"})})}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q291c3RhcmQtcmVndWxhcg==\",\"--framer-font-family\":'\"Coustard\", \"Coustard Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\"},children:\"Justin (The Owner)\"})}),className:\"framer-1iskr92\",fonts:[\"GF;Coustard-regular\"],layoutDependency:layoutDependency,layoutId:\"CllG2Y8ZU\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q291c3RhcmQtcmVndWxhcg==\",\"--framer-font-family\":'\"Coustard\", \"Coustard Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\"},children:\"Justin (The Owner)\"})}),className:\"framer-1o1is07\",fonts:[\"GF;Coustard-regular\"],layoutDependency:layoutDependency,layoutId:\"QMk7hKZxp\",style:{opacity:0},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-r8l5xl\",layoutDependency:layoutDependency,layoutId:\"lBELoQuXi\",style:{background:\"linear-gradient(180deg, rgba(191, 191, 191, 0.26) 0%, rgba(248, 248, 248, 0.55) 100%)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t9zie3\",layoutDependency:layoutDependency,layoutId:\"jixYZ2Vie\",style:{background:\"linear-gradient(180deg, #8b8b8b 0%, rgba(248, 248, 248, 0.15) 100%)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13glkhm-container\",layoutDependency:layoutDependency,layoutId:\"zIPhJrozz-container\",children:/*#__PURE__*/_jsx(CircleReviewEasterEggComponent,{height:\"100%\",id:\"zIPhJrozz\",layoutId:\"zIPhJrozz\",LXY1n7_6z:LXY1n7_6zyvy6po,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Burger Neon\",fit:\"fill\",intrinsicHeight:1188,intrinsicWidth:1188,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+12),pixelHeight:1485,pixelWidth:1485,sizes:\"40px\",src:\"https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png\",srcSet:\"https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png 1485w\"},className:\"framer-rzgzoh\",\"data-framer-name\":\"Neon_Burger\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Vcr9fbMS1\",onTap:onTap17k2rsz}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"Cheeseburger with avocado\",fit:\"fill\",intrinsicHeight:628,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-3),pixelHeight:628,pixelWidth:1200,sizes:\"164px\",src:\"https://framerusercontent.com/images/wFGeRW2wy4nrvzEzxwf015LNXro.png\",srcSet:\"https://framerusercontent.com/images/wFGeRW2wy4nrvzEzxwf015LNXro.png?scale-down-to=512 512w,https://framerusercontent.com/images/wFGeRW2wy4nrvzEzxwf015LNXro.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wFGeRW2wy4nrvzEzxwf015LNXro.png 1200w\"},className:\"framer-phitx9\",\"data-framer-name\":\"Uber_EatsDoor_Dash_Photos_3x2\",layoutDependency:layoutDependency,layoutId:\"apQkPpCqH\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:0},variants:{bYGZ_8Ksh:{opacity:1},lS7Gb8lOP:{opacity:1}},...addPropertyOverrides({lS7Gb8lOP:{background:{alt:\"Cheeseburger with avocado\",fit:\"fill\",intrinsicHeight:628,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+43),pixelHeight:628,pixelWidth:1200,sizes:\"287px\",src:\"https://framerusercontent.com/images/wFGeRW2wy4nrvzEzxwf015LNXro.png\",srcSet:\"https://framerusercontent.com/images/wFGeRW2wy4nrvzEzxwf015LNXro.png?scale-down-to=512 512w,https://framerusercontent.com/images/wFGeRW2wy4nrvzEzxwf015LNXro.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wFGeRW2wy4nrvzEzxwf015LNXro.png 1200w\"}}},baseVariant,gestureVariant),children:[isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-nswa1f\",layoutDependency:layoutDependency,layoutId:\"J_iNoirka\",style:{backgroundColor:\"var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47))\",rotate:-14}}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tfntwm\",layoutDependency:layoutDependency,layoutId:\"k9b9Vke_U\",style:{backgroundColor:\"var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47))\",rotate:-11}}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a09i0l\",layoutDependency:layoutDependency,layoutId:\"wHM8M7AHJ\",style:{backgroundColor:\"var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47))\",rotate:18}}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-esd0pj\",layoutDependency:layoutDependency,layoutId:\"OEmNfqwKH\",style:{backgroundColor:\"var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47))\",rotate:30}}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1htx7es\",layoutDependency:layoutDependency,layoutId:\"cIbrQ2lEi\",style:{backgroundColor:\"var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47))\",rotate:21}}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-wf735k\",layoutDependency:layoutDependency,layoutId:\"nkZUpopHm\",style:{backgroundColor:\"var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47))\",rotate:-23}})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12yj18\",layoutDependency:layoutDependency,layoutId:\"qFD5WxIgd\",transformTemplate:transformTemplate2,children:[isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q291c3RhcmQtcmVndWxhcg==\",\"--framer-font-family\":'\"Coustard\", \"Coustard Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47)))\"},children:\"Country Sauce\"})}),className:\"framer-1bcuj4g\",fonts:[\"GF;Coustard-regular\"],layoutDependency:layoutDependency,layoutId:\"ausX6nvf7\",style:{\"--extracted-r6o4lv\":\"var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q291c3RhcmQtcmVndWxhcg==\",\"--framer-font-family\":'\"Coustard\", \"Coustard Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47)))\"},children:\"Avocado\"})}),className:\"framer-1ltgrkx\",fonts:[\"GF;Coustard-regular\"],layoutDependency:layoutDependency,layoutId:\"bU_JaEn4u\",style:{\"--extracted-r6o4lv\":\"var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q291c3RhcmQtcmVndWxhcg==\",\"--framer-font-family\":'\"Coustard\", \"Coustard Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47)))\"},children:\"Cucumber\"})}),className:\"framer-1ke26me\",fonts:[\"GF;Coustard-regular\"],layoutDependency:layoutDependency,layoutId:\"IaackD6kC\",style:{\"--extracted-r6o4lv\":\"var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q291c3RhcmQtcmVndWxhcg==\",\"--framer-font-family\":'\"Coustard\", \"Coustard Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47)))\"},children:\"Red Onion\"})}),className:\"framer-h029sr\",fonts:[\"GF;Coustard-regular\"],layoutDependency:layoutDependency,layoutId:\"JHZx0flX1\",style:{\"--extracted-r6o4lv\":\"var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q291c3RhcmQtcmVndWxhcg==\",\"--framer-font-family\":'\"Coustard\", \"Coustard Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47)))\"},children:\"Tomato\"})}),className:\"framer-13pnm9p\",fonts:[\"GF;Coustard-regular\"],layoutDependency:layoutDependency,layoutId:\"UFe6oNrmi\",style:{\"--extracted-r6o4lv\":\"var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q291c3RhcmQtcmVndWxhcg==\",\"--framer-font-family\":'\"Coustard\", \"Coustard Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47)))\"},children:\"American Cheese\"})}),className:\"framer-xd8i4i\",fonts:[\"GF;Coustard-regular\"],layoutDependency:layoutDependency,layoutId:\"UmygpLonn\",style:{\"--extracted-r6o4lv\":\"var(--token-08307a50-3d65-402c-ab37-5070bbb32c81, rgb(5, 255, 47))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-UftGP.framer-tdoep6, .framer-UftGP .framer-tdoep6 { display: block; }\",\".framer-UftGP.framer-ecw6rh { height: 261px; position: relative; width: 353px; }\",\".framer-UftGP .framer-1f7f954 { flex: none; height: 40px; left: calc(49.2917847025496% - 205px / 2); overflow: visible; position: absolute; top: 12px; width: 205px; }\",\".framer-UftGP .framer-7vdstl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 20px; justify-content: space-evenly; left: calc(50.24390243902441% - 142px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(52.00000000000002% - 20px / 2); width: 142px; }\",\".framer-UftGP .framer-m1mrdl-container, .framer-UftGP .framer-yryqkl-container, .framer-UftGP .framer-km358l-container, .framer-UftGP .framer-1xkl8y5-container { flex: none; height: 20px; position: relative; width: 23px; }\",\".framer-UftGP .framer-12mk1co-container { flex: none; height: 32px; position: relative; width: 38px; }\",\".framer-UftGP .framer-nr06fe { flex: none; height: 131px; left: calc(49.57507082152976% - 279px / 2); overflow: visible; position: absolute; top: calc(49.808429118773965% - 131px / 2); width: 279px; }\",\".framer-UftGP .framer-wvkjay-container { flex: none; height: 16px; left: 7px; position: absolute; top: 6px; width: 18px; }\",\".framer-UftGP .framer-17dilir-container { bottom: 4px; flex: none; height: 16px; position: absolute; right: 6px; width: 16px; }\",\".framer-UftGP .framer-1mbpr1z, .framer-UftGP .framer-1j5bpbp, .framer-UftGP .framer-1dh8oyq, .framer-UftGP .framer-zlhilh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 121px; justify-content: center; left: calc(49.82078853046597% - 229px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(50.38167938931299% - 121px / 2); width: 229px; }\",\".framer-UftGP .framer-cxub0j { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-UftGP .framer-wtu0hx { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-UftGP .framer-7em689 { align-content: center; align-items: center; bottom: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 28px; justify-content: center; left: calc(49.57507082152976% - 279px / 2); overflow: visible; padding: 0px; position: absolute; width: 279px; }\",\".framer-UftGP .framer-smzdeb { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-UftGP .framer-1iskr92, .framer-UftGP .framer-1bcuj4g, .framer-UftGP .framer-1ltgrkx, .framer-UftGP .framer-1ke26me, .framer-UftGP .framer-h029sr, .framer-UftGP .framer-13pnm9p, .framer-UftGP .framer-xd8i4i { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-UftGP .framer-1o1is07 { flex: none; height: auto; left: 50%; position: absolute; top: 50%; white-space: pre; width: auto; z-index: 1; }\",\".framer-UftGP .framer-r8l5xl { flex: none; height: 65px; left: 3px; overflow: visible; position: absolute; top: 25px; width: 1px; }\",\".framer-UftGP .framer-1t9zie3 { flex: none; height: 212px; overflow: visible; position: absolute; right: 3px; top: calc(52.87356321839083% - 212px / 2); width: 2px; }\",\".framer-UftGP .framer-13glkhm-container { flex: none; height: 51px; left: 10px; position: absolute; top: 7px; width: 51px; z-index: 3; }\",\".framer-UftGP .framer-rzgzoh { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 16px; overflow: visible; position: absolute; top: 12px; width: 40px; }\",\".framer-UftGP .framer-phitx9 { aspect-ratio: 1.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 109px); overflow: visible; position: absolute; right: -30px; top: -3px; width: 164px; z-index: 1; }\",\".framer-UftGP .framer-nswa1f { flex: none; height: 2px; overflow: hidden; position: absolute; right: 45px; top: 66px; width: 68px; z-index: 3; }\",\".framer-UftGP .framer-1tfntwm { flex: none; height: 2px; overflow: hidden; position: absolute; right: 48px; top: calc(46.073298429319394% - 2px / 2); width: 51px; z-index: 3; }\",\".framer-UftGP .framer-1a09i0l { flex: none; height: 1px; overflow: hidden; position: absolute; right: 44px; top: calc(51.30890052356023% - 1px / 2); width: 63px; z-index: 3; }\",\".framer-UftGP .framer-esd0pj { bottom: 71px; flex: none; height: 2px; overflow: hidden; position: absolute; right: 41px; width: 59px; z-index: 3; }\",\".framer-UftGP .framer-1htx7es { bottom: 51px; flex: none; height: 2px; overflow: hidden; position: absolute; right: 42px; width: 118px; z-index: 3; }\",\".framer-UftGP .framer-wf735k { flex: none; height: 1px; overflow: hidden; position: absolute; right: 42px; top: 54px; width: 92px; z-index: 3; }\",\".framer-UftGP .framer-12yj18 { 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: visible; padding: 0px; position: absolute; right: 27px; top: 54%; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UftGP .framer-1mbpr1z, .framer-UftGP .framer-1j5bpbp, .framer-UftGP .framer-1dh8oyq, .framer-UftGP .framer-zlhilh, .framer-UftGP .framer-7em689, .framer-UftGP .framer-12yj18 { gap: 0px; } .framer-UftGP .framer-1mbpr1z > *, .framer-UftGP .framer-1j5bpbp > *, .framer-UftGP .framer-1dh8oyq > *, .framer-UftGP .framer-zlhilh > *, .framer-UftGP .framer-7em689 > *, .framer-UftGP .framer-12yj18 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-UftGP .framer-1mbpr1z > :first-child, .framer-UftGP .framer-1j5bpbp > :first-child, .framer-UftGP .framer-1dh8oyq > :first-child, .framer-UftGP .framer-zlhilh > :first-child, .framer-UftGP .framer-7em689 > :first-child, .framer-UftGP .framer-12yj18 > :first-child { margin-left: 0px; } .framer-UftGP .framer-1mbpr1z > :last-child, .framer-UftGP .framer-1j5bpbp > :last-child, .framer-UftGP .framer-1dh8oyq > :last-child, .framer-UftGP .framer-zlhilh > :last-child, .framer-UftGP .framer-7em689 > :last-child, .framer-UftGP .framer-12yj18 > :last-child { margin-right: 0px; } }\",\".framer-UftGP.framer-v-1rbppew .framer-7em689 { overflow: unset; }\",\".framer-UftGP.framer-v-m327dl .framer-phitx9 { height: var(--framer-aspect-ratio-supported, 192px); overflow: hidden; right: 104px; top: 43px; width: 287px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-UftGP.framer-v-m327dl .framer-12yj18 { flex-direction: column; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UftGP.framer-v-m327dl .framer-12yj18 { gap: 0px; } .framer-UftGP.framer-v-m327dl .framer-12yj18 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-UftGP.framer-v-m327dl .framer-12yj18 > :first-child { margin-top: 0px; } .framer-UftGP.framer-v-m327dl .framer-12yj18 > :last-child { margin-bottom: 0px; } }\",'.framer-UftGP[data-border=\"true\"]::after, .framer-UftGP [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 261\n * @framerIntrinsicWidth 353\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Qnn5jChL7\":{\"layout\":[\"fixed\",\"fixed\"]},\"XSayWsS3K\":{\"layout\":[\"fixed\",\"fixed\"]},\"o0KFnXJj_\":{\"layout\":[\"fixed\",\"fixed\"]},\"Zzr2SlQUS\":{\"layout\":[\"fixed\",\"fixed\"]},\"hG5HY78HH\":{\"layout\":[\"fixed\",\"fixed\"]},\"odoie_ZqW\":{\"layout\":[\"fixed\",\"fixed\"]},\"sRbF7vCcf\":{\"layout\":[\"fixed\",\"fixed\"]},\"G9WSbLmha\":{\"layout\":[\"fixed\",\"fixed\"]},\"MFvMncSG1\":{\"layout\":[\"fixed\",\"fixed\"]},\"bYGZ_8Ksh\":{\"layout\":[\"fixed\",\"fixed\"]},\"lS7Gb8lOP\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerabSEepRWp=withCSS(Component,css,\"framer-UftGP\");export default FramerabSEepRWp;FramerabSEepRWp.displayName=\"Review Card\";FramerabSEepRWp.defaultProps={height:261,width:353};addPropertyControls(FramerabSEepRWp,{variant:{options:[\"bokDtCeyP\",\"Qnn5jChL7\",\"XSayWsS3K\",\"o0KFnXJj_\",\"Zzr2SlQUS\",\"hG5HY78HH\",\"odoie_ZqW\",\"sRbF7vCcf\",\"G9WSbLmha\",\"MFvMncSG1\",\"bYGZ_8Ksh\",\"lS7Gb8lOP\"],optionTitles:[\"Review 1\",\"Review 2\",\"Review 3\",\"Review 4\",\"Review 5\",\"Review 6\",\"Review 7\",\"Review 8\",\"Review 9\",\"Review 10\",\"When Pressed\",\"Variant 12\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerabSEepRWp,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Coustard\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/coustard/v16/3XFpErgg3YsZ5fqUU9UKvWXuROTd.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...PhosphorFonts,...CircleReviewEasterEggComponentFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerabSEepRWp\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"261\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Qnn5jChL7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XSayWsS3K\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"o0KFnXJj_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Zzr2SlQUS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hG5HY78HH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"odoie_ZqW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sRbF7vCcf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"G9WSbLmha\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MFvMncSG1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bYGZ_8Ksh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lS7Gb8lOP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"353\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/waIyEnkndVAsUNvdVGWQ/Y8zrNHFJLq53Wrxrc0nl/fVxnimdqP.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/8yNNFdf41gP2h62CUizT/GpfHxHc9gJZX79dUxHHC/xZndidUCt.js\";import ButtonORDERNOWMOBILE from\"https://framerusercontent.com/modules/uPyvOb7Kus2QarRxHEzR/MYe9cAHAg2LNjHRNjlH4/NVg3wDYdK.js\";const ButtonORDERNOWMOBILEFonts=getFonts(ButtonORDERNOWMOBILE);const cycleOrder=[\"hfEyS2Jps\",\"SGWpKYU_2\",\"s7jr263jt\"];const serializationHash=\"framer-7uEYE\";const variantClassNames={hfEyS2Jps:\"framer-v-qsf9b7\",s7jr263jt:\"framer-v-wuuox\",SGWpKYU_2:\"framer-v-1qx0s2c\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"hfEyS2Jps\",Phone:\"SGWpKYU_2\",Tablet2:\"s7jr263jt\"};const getProps=({height,id,image,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,EK5eYUaVx:(_ref=image!==null&&image!==void 0?image:props.EK5eYUaVx)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/zZToOLC2tsvOgSiMd1A0oeb4gSU.jpg\",srcSet:\"https://framerusercontent.com/images/zZToOLC2tsvOgSiMd1A0oeb4gSU.jpg?scale-down-to=1024 576w,https://framerusercontent.com/images/zZToOLC2tsvOgSiMd1A0oeb4gSU.jpg 1080w\"},variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"hfEyS2Jps\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,EK5eYUaVx,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hfEyS2Jps\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-qsf9b7\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"hfEyS2Jps\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-66697319-2a5f-4ec5-be46-8b86ef4349b4, rgb(12, 176, 40))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"none\",...style},variants:{SGWpKYU_2:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248))\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625), 0.18065619053231785px 0.6021873017743928px 0.6287020006298476px -1.25px rgba(0, 0, 0, 0.17997), 0.6865599909730371px 2.288533303243457px 2.389298914171123px -2.5px rgba(0, 0, 0, 0.15889), 3px 10px 10.44030650891055px -3.75px rgba(0, 0, 0, 0.0625)\"}},...addPropertyOverrides({s7jr263jt:{\"data-framer-name\":\"Tablet2\"},SGWpKYU_2:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8rvg0c\",layoutDependency:layoutDependency,layoutId:\"CqRCoMVsb\",style:{background:'radial-gradient(50% 50% at 50% 50%, rgba(9, 215, 43, 0.3) 0%, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)) /* {\"name\":\"Soft White\"} */ 100%)'},variants:{SGWpKYU_2:{background:\"radial-gradient(50% 50% at 50% 50%, rgba(9, 215, 43, 0.3) 0%, rgb(248, 248, 248) 100%)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13c8fre\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"X32VDKHjX\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"Join Our Rewards Program\"})}),className:\"framer-1qzi0dm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AhIJBaVEI\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({s7jr263jt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"Join Our Rewards Program\"})})},SGWpKYU_2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"Join Our Rewards Program\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Sign up today and get instant points you can use towards menu items here at the shop.\"})}),className:\"framer-sy0z9g\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Po3akxpB6\",variants:{SGWpKYU_2:{\"--extracted-r6o4lv\":\"var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({SGWpKYU_2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0)))\"},children:\"Sign up today and get instant points you can use towards menu items here at the shop.\"})}),fonts:[\"GF;Lato-regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-t318a6\",layoutDependency:layoutDependency,layoutId:\"PAsCN_vhm\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0)*1)/2)+(20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0)*1-40-467)/2)+0+418+0,...addPropertyOverrides({s7jr263jt:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0)*1)/2)+(20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0)*1-40-299)/2)+0+249.99999999999997+0},SGWpKYU_2:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1)/2)+(20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1-40-((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1-40)*1)/2)+0+((((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1-40)*1-0-211)/2+138+24)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kpqlg8-container\",layoutDependency:layoutDependency,layoutId:\"WvqAkj2v0-container\",children:/*#__PURE__*/_jsx(ButtonORDERNOWMOBILE,{height:\"100%\",id:\"WvqAkj2v0\",layoutId:\"WvqAkj2v0\",phsFJl3JL:\"SIGN UP\",variant:\"aWqcDeQj3\",width:\"100%\",...addPropertyOverrides({SGWpKYU_2:{variant:\"P00yU2IG3\"}},baseVariant,gestureVariant)})})})})]})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1350,intrinsicWidth:1350,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0)*1)/2)),pixelHeight:1350,pixelWidth:1350,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 1.5, 1px)`,...toResponsiveImage(EK5eYUaVx)},className:\"framer-ecdzci\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"mPuesZj_T\",...addPropertyOverrides({s7jr263jt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1350,intrinsicWidth:1350,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0)*1)/2)),pixelHeight:1350,pixelWidth:1350,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.6, 1px)`,...toResponsiveImage(EK5eYUaVx)}},SGWpKYU_2:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1350,intrinsicWidth:1350,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1)/2)),pixelHeight:1350,pixelWidth:1350,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.441)`,...toResponsiveImage(EK5eYUaVx),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wt2zfw\",layoutDependency:layoutDependency,layoutId:\"Gms97QhEM\",style:{background:'linear-gradient(89deg, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)) /* {\"name\":\"Soft White\"} */ 0%, rgba(248, 248, 248, 0) 100%)'},variants:{SGWpKYU_2:{background:'linear-gradient(89deg, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)) /* {\"name\":\"Soft White\"} */ 0%, rgba(247, 247, 247, 0.97) 40.898236169776645%, rgba(248, 248, 248, 0) 95.05447303610002%)'}}})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7uEYE.framer-j68xg1, .framer-7uEYE .framer-j68xg1 { display: block; }\",\".framer-7uEYE.framer-qsf9b7 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 600px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-7uEYE .framer-8rvg0c { align-content: center; align-items: center; display: flex; flex: 0.5 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 1px; }\",\".framer-7uEYE .framer-13c8fre { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-7uEYE .framer-1qzi0dm, .framer-7uEYE .framer-sy0z9g { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-7uEYE .framer-t318a6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-7uEYE .framer-1kpqlg8-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-7uEYE .framer-ecdzci { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-7uEYE .framer-wt2zfw { bottom: 1px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 1px; width: 17%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7uEYE.framer-qsf9b7, .framer-7uEYE .framer-8rvg0c, .framer-7uEYE .framer-13c8fre, .framer-7uEYE .framer-t318a6, .framer-7uEYE .framer-ecdzci { gap: 0px; } .framer-7uEYE.framer-qsf9b7 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-7uEYE.framer-qsf9b7 > :first-child, .framer-7uEYE .framer-8rvg0c > :first-child, .framer-7uEYE .framer-t318a6 > :first-child { margin-left: 0px; } .framer-7uEYE.framer-qsf9b7 > :last-child, .framer-7uEYE .framer-8rvg0c > :last-child, .framer-7uEYE .framer-t318a6 > :last-child { margin-right: 0px; } .framer-7uEYE .framer-8rvg0c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-7uEYE .framer-13c8fre > *, .framer-7uEYE .framer-ecdzci > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-7uEYE .framer-13c8fre > :first-child, .framer-7uEYE .framer-ecdzci > :first-child { margin-top: 0px; } .framer-7uEYE .framer-13c8fre > :last-child, .framer-7uEYE .framer-ecdzci > :last-child { margin-bottom: 0px; } .framer-7uEYE .framer-t318a6 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",\".framer-7uEYE.framer-v-1qx0s2c.framer-qsf9b7 { height: 300px; max-height: 300px; width: 390px; }\",\".framer-7uEYE.framer-v-1qx0s2c .framer-8rvg0c { flex: 1 0 0px; z-index: 1; }\",\".framer-7uEYE.framer-v-1qx0s2c .framer-13c8fre { gap: 12px; height: 100%; max-width: 100%; }\",\".framer-7uEYE.framer-v-1qx0s2c .framer-ecdzci { flex: none; overflow: visible; width: 44%; z-index: 2; }\",\".framer-7uEYE.framer-v-1qx0s2c .framer-wt2zfw { width: 32%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7uEYE.framer-v-1qx0s2c .framer-13c8fre { gap: 0px; } .framer-7uEYE.framer-v-1qx0s2c .framer-13c8fre > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-7uEYE.framer-v-1qx0s2c .framer-13c8fre > :first-child { margin-top: 0px; } .framer-7uEYE.framer-v-1qx0s2c .framer-13c8fre > :last-child { margin-bottom: 0px; } }\",\".framer-7uEYE.framer-v-wuuox.framer-qsf9b7 { height: 400px; width: 800px; }\",\".framer-7uEYE.framer-v-wuuox .framer-8rvg0c { flex: 1 0 0px; }\",\".framer-7uEYE.framer-v-wuuox .framer-ecdzci { flex: 1.5 0 0px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-7uEYE[data-border=\"true\"]::after, .framer-7uEYE [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 600\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"SGWpKYU_2\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,null,\"300px\"]},\"s7jr263jt\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"EK5eYUaVx\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameree_qxBn0q=withCSS(Component,css,\"framer-7uEYE\");export default Frameree_qxBn0q;Frameree_qxBn0q.displayName=\"Slide4\";Frameree_qxBn0q.defaultProps={height:600,width:1200};addPropertyControls(Frameree_qxBn0q,{variant:{options:[\"hfEyS2Jps\",\"SGWpKYU_2\",\"s7jr263jt\"],optionTitles:[\"Variant 1\",\"Phone\",\"Tablet2\"],title:\"Variant\",type:ControlType.Enum},EK5eYUaVx:{__defaultAssetReference:\"data:framer/asset-reference,zZToOLC2tsvOgSiMd1A0oeb4gSU.jpg?originalFilename=Rewards+burger+with+phone+FOR+PHONE.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(Frameree_qxBn0q,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"}]},...ButtonORDERNOWMOBILEFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameree_qxBn0q\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"600\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"EK5eYUaVx\\\":\\\"image\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SGWpKYU_2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,null,\\\"300px\\\"]},\\\"s7jr263jt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/waIyEnkndVAsUNvdVGWQ/Y8zrNHFJLq53Wrxrc0nl/fVxnimdqP.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/8yNNFdf41gP2h62CUizT/GpfHxHc9gJZX79dUxHHC/xZndidUCt.js\";import ButtonORDERNOWMOBILE from\"https://framerusercontent.com/modules/uPyvOb7Kus2QarRxHEzR/MYe9cAHAg2LNjHRNjlH4/NVg3wDYdK.js\";const ButtonORDERNOWMOBILEFonts=getFonts(ButtonORDERNOWMOBILE);const cycleOrder=[\"wvtU0IzXI\",\"IBUXr2EJ3\",\"K03hlK4XK\"];const serializationHash=\"framer-SmDX6\";const variantClassNames={IBUXr2EJ3:\"framer-v-1q3gmj5\",K03hlK4XK:\"framer-v-2ekrva\",wvtU0IzXI:\"framer-v-i9h2cw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"wvtU0IzXI\",Phone:\"IBUXr2EJ3\",Tablet:\"K03hlK4XK\"};const getProps=({height,id,image,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,csks1fWVh:(_ref=image!==null&&image!==void 0?image:props.csks1fWVh)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/oq1nFiaFjOw1PGacibXB6H9Dfw.jpg\",srcSet:\"https://framerusercontent.com/images/oq1nFiaFjOw1PGacibXB6H9Dfw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/oq1nFiaFjOw1PGacibXB6H9Dfw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/oq1nFiaFjOw1PGacibXB6H9Dfw.jpg 1194w\"},variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"wvtU0IzXI\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,csks1fWVh,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wvtU0IzXI\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"IBUXr2EJ3\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-i9h2cw\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"wvtU0IzXI\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-66697319-2a5f-4ec5-be46-8b86ef4349b4, rgb(12, 176, 40))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"none\",...style},variants:{IBUXr2EJ3:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625), 0.18065619053231785px 0.6021873017743928px 0.6287020006298476px -1.25px rgba(0, 0, 0, 0.17997), 0.6865599909730371px 2.288533303243457px 2.389298914171123px -2.5px rgba(0, 0, 0, 0.15889), 3px 10px 10.44030650891055px -3.75px rgba(0, 0, 0, 0.0625)\"}},...addPropertyOverrides({IBUXr2EJ3:{\"data-framer-name\":\"Phone\"},K03hlK4XK:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:672,intrinsicWidth:1194,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0)*1)/2)),pixelHeight:672,pixelWidth:1194,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 2, 1px)`,...toResponsiveImage(csks1fWVh)},className:\"framer-78o468\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"Nf2EbikCn\",...addPropertyOverrides({IBUXr2EJ3:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:672,intrinsicWidth:1194,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1)/2)),pixelHeight:672,pixelWidth:1194,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.4231)`,...toResponsiveImage(csks1fWVh)}},K03hlK4XK:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:672,intrinsicWidth:1194,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-0)*1)/2)),pixelHeight:672,pixelWidth:1194,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 1.5, 1px)`,...toResponsiveImage(csks1fWVh)}}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ljdyd\",layoutDependency:layoutDependency,layoutId:\"E6MvzTKct\",style:{background:'linear-gradient(91deg, rgba(255, 255, 255, 0) 58.013747080961906%, rgba(250, 250, 250, 0.91) 84.91266247271047%, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)) /* {\"name\":\"Soft White\"} */ 100%)'}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-143u9gd\",layoutDependency:layoutDependency,layoutId:\"pU5c0tTYF\",style:{background:'radial-gradient(50% 50% at 50% 50%, rgba(9, 215, 43, 0.3) 0%, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)) /* {\"name\":\"Soft White\"} */ 100%)'},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ghruns\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"p6Ql2TJ1P\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"We Represent Chicago's Finest Hot Dog.\"})}),className:\"framer-1x7iwt5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xmRdc2dl6\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Try our classic take on a Chicago dog with the added bonus of a quarter pound frank!\"})}),className:\"framer-gp62jv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"C2fMLPbK4\",variants:{IBUXr2EJ3:{\"--extracted-r6o4lv\":\"var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IBUXr2EJ3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0)))\"},children:\"Try our classic take on a Chicago dog with the added bonus of a quarter pound frank!\"})}),fonts:[\"GF;Lato-regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17vw7un\",layoutDependency:layoutDependency,layoutId:\"nHXg4ClFQ\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0)*1-0-467)/2)+0+418+0,...addPropertyOverrides({IBUXr2EJ3:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1)/2)+(10+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1-20-293)/2)+0+287+0},K03hlK4XK:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-0)*1)/2)+(40+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-0)*1-80-467)/2)+0+418+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gsb9so-container\",layoutDependency:layoutDependency,layoutId:\"a34bSa0Vk-container\",children:/*#__PURE__*/_jsx(ButtonORDERNOWMOBILE,{height:\"100%\",id:\"a34bSa0Vk\",layoutId:\"a34bSa0Vk\",phsFJl3JL:\"ORDER\",variant:\"z5rEM5fg3\",width:\"100%\",...addPropertyOverrides({IBUXr2EJ3:{variant:\"Lzw01gnz4\"}},baseVariant,gestureVariant)})})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SmDX6.framer-aaz1qf, .framer-SmDX6 .framer-aaz1qf { display: block; }\",\".framer-SmDX6.framer-i9h2cw { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 600px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SmDX6 .framer-78o468 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-SmDX6 .framer-ljdyd { flex: none; height: 100%; overflow: hidden; position: absolute; right: 0px; top: calc(50.00000000000002% - 100% / 2); width: 84px; z-index: 1; }\",\".framer-SmDX6 .framer-143u9gd { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-SmDX6 .framer-ghruns { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 2018px; padding: 0px; position: relative; width: 400px; }\",\".framer-SmDX6 .framer-1x7iwt5, .framer-SmDX6 .framer-gp62jv { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-SmDX6 .framer-17vw7un { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-SmDX6 .framer-gsb9so-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-SmDX6.framer-i9h2cw, .framer-SmDX6 .framer-78o468, .framer-SmDX6 .framer-143u9gd, .framer-SmDX6 .framer-ghruns, .framer-SmDX6 .framer-17vw7un { gap: 0px; } .framer-SmDX6.framer-i9h2cw > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-SmDX6.framer-i9h2cw > :first-child, .framer-SmDX6 .framer-143u9gd > :first-child, .framer-SmDX6 .framer-17vw7un > :first-child { margin-left: 0px; } .framer-SmDX6.framer-i9h2cw > :last-child, .framer-SmDX6 .framer-143u9gd > :last-child, .framer-SmDX6 .framer-17vw7un > :last-child { margin-right: 0px; } .framer-SmDX6 .framer-78o468 > *, .framer-SmDX6 .framer-ghruns > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-SmDX6 .framer-78o468 > :first-child, .framer-SmDX6 .framer-ghruns > :first-child { margin-top: 0px; } .framer-SmDX6 .framer-78o468 > :last-child, .framer-SmDX6 .framer-ghruns > :last-child { margin-bottom: 0px; } .framer-SmDX6 .framer-143u9gd > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-SmDX6 .framer-17vw7un > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",\".framer-SmDX6.framer-v-1q3gmj5.framer-i9h2cw { height: 300px; max-height: 300px; width: 390px; }\",\".framer-SmDX6.framer-v-1q3gmj5 .framer-78o468 { flex: none; width: 42%; }\",\".framer-SmDX6.framer-v-1q3gmj5 .framer-143u9gd { padding: 10px; }\",\".framer-SmDX6.framer-v-1q3gmj5 .framer-ghruns { flex: 1 0 0px; gap: 12px; height: 293px; max-width: 100%; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-SmDX6.framer-v-1q3gmj5 .framer-ghruns { gap: 0px; } .framer-SmDX6.framer-v-1q3gmj5 .framer-ghruns > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-SmDX6.framer-v-1q3gmj5 .framer-ghruns > :first-child { margin-top: 0px; } .framer-SmDX6.framer-v-1q3gmj5 .framer-ghruns > :last-child { margin-bottom: 0px; } }\",\".framer-SmDX6.framer-v-2ekrva.framer-i9h2cw { height: 575px; width: 800px; }\",\".framer-SmDX6.framer-v-2ekrva .framer-78o468 { flex: 2 0 0px; }\",\".framer-SmDX6.framer-v-2ekrva .framer-143u9gd { padding: 40px; }\",\".framer-SmDX6.framer-v-2ekrva .framer-ghruns { flex: 1 0 0px; width: 1px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-SmDX6[data-border=\"true\"]::after, .framer-SmDX6 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 600\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"IBUXr2EJ3\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,null,\"300px\"]},\"K03hlK4XK\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"csks1fWVh\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergPzCjEzVG=withCSS(Component,css,\"framer-SmDX6\");export default FramergPzCjEzVG;FramergPzCjEzVG.displayName=\"Slide3\";FramergPzCjEzVG.defaultProps={height:600,width:1200};addPropertyControls(FramergPzCjEzVG,{variant:{options:[\"wvtU0IzXI\",\"IBUXr2EJ3\",\"K03hlK4XK\"],optionTitles:[\"Variant 1\",\"Phone\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum},csks1fWVh:{__defaultAssetReference:\"data:framer/asset-reference,oq1nFiaFjOw1PGacibXB6H9Dfw.jpg?originalFilename=Chicago+Dog+Professional+Photo.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramergPzCjEzVG,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"}]},...ButtonORDERNOWMOBILEFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergPzCjEzVG\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"csks1fWVh\\\":\\\"image\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"600\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IBUXr2EJ3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,null,\\\"300px\\\"]},\\\"K03hlK4XK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/waIyEnkndVAsUNvdVGWQ/Y8zrNHFJLq53Wrxrc0nl/fVxnimdqP.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/8yNNFdf41gP2h62CUizT/GpfHxHc9gJZX79dUxHHC/xZndidUCt.js\";const cycleOrder=[\"y7tjcUqHz\",\"nE0QDU9MP\",\"CmoINImxG\"];const serializationHash=\"framer-mH5XU\";const variantClassNames={CmoINImxG:\"framer-v-1ff5fix\",nE0QDU9MP:\"framer-v-1jdv60u\",y7tjcUqHz:\"framer-v-1b7pc24\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"y7tjcUqHz\",Phone:\"nE0QDU9MP\",Tablet:\"CmoINImxG\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"y7tjcUqHz\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"y7tjcUqHz\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"nE0QDU9MP\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1b7pc24\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"y7tjcUqHz\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-66697319-2a5f-4ec5-be46-8b86ef4349b4, rgb(12, 176, 40))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"none\",...style},variants:{nE0QDU9MP:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\"}},...addPropertyOverrides({CmoINImxG:{\"data-framer-name\":\"Tablet\"},nE0QDU9MP:{\"data-framer-name\":\"Phone\",background:{alt:\"Strawbrry Milkshake\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:900,loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:600,pixelWidth:900,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/QzLPz5tstbRL6PydSf8dyirNKs.jpg\",srcSet:\"https://framerusercontent.com/images/QzLPz5tstbRL6PydSf8dyirNKs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QzLPz5tstbRL6PydSf8dyirNKs.jpg 900w\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-27qgyr\",layoutDependency:layoutDependency,layoutId:\"zZo8o4QNQ\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"Strawberry milkshake being sprinkled with toppings\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,pixelHeight:6e3,pixelWidth:4e3,sizes:\"276px\",src:\"https://framerusercontent.com/images/6iVLy5NXRJwgubFZvKIIRXJs8DQ.jpg\",srcSet:\"https://framerusercontent.com/images/6iVLy5NXRJwgubFZvKIIRXJs8DQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/6iVLy5NXRJwgubFZvKIIRXJs8DQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/6iVLy5NXRJwgubFZvKIIRXJs8DQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/6iVLy5NXRJwgubFZvKIIRXJs8DQ.jpg 4000w\"},className:\"framer-19ht0ii\",layoutDependency:layoutDependency,layoutId:\"O81_5qTZR\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},...addPropertyOverrides({CmoINImxG:{background:{alt:\"Strawberry milkshake being sprinkled with toppings\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,pixelHeight:6e3,pixelWidth:4e3,sizes:\"134px\",src:\"https://framerusercontent.com/images/6iVLy5NXRJwgubFZvKIIRXJs8DQ.jpg\",srcSet:\"https://framerusercontent.com/images/6iVLy5NXRJwgubFZvKIIRXJs8DQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/6iVLy5NXRJwgubFZvKIIRXJs8DQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/6iVLy5NXRJwgubFZvKIIRXJs8DQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/6iVLy5NXRJwgubFZvKIIRXJs8DQ.jpg 4000w\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"Ice cream cone bieng drizzeld with topping\",fit:\"fill\",intrinsicHeight:6311,intrinsicWidth:4165,pixelHeight:6311,pixelWidth:4165,sizes:\"276px\",src:\"https://framerusercontent.com/images/U4LiirackImjZDvwWSMeKMwbM.jpg\",srcSet:\"https://framerusercontent.com/images/U4LiirackImjZDvwWSMeKMwbM.jpg?scale-down-to=1024 675w,https://framerusercontent.com/images/U4LiirackImjZDvwWSMeKMwbM.jpg?scale-down-to=2048 1351w,https://framerusercontent.com/images/U4LiirackImjZDvwWSMeKMwbM.jpg?scale-down-to=4096 2703w,https://framerusercontent.com/images/U4LiirackImjZDvwWSMeKMwbM.jpg 4165w\"},className:\"framer-6qipeu\",layoutDependency:layoutDependency,layoutId:\"xPFAZkJL8\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},...addPropertyOverrides({CmoINImxG:{background:{alt:\"Ice cream cone bieng drizzeld with topping\",fit:\"fill\",intrinsicHeight:6311,intrinsicWidth:4165,pixelHeight:6311,pixelWidth:4165,sizes:\"168px\",src:\"https://framerusercontent.com/images/U4LiirackImjZDvwWSMeKMwbM.jpg\",srcSet:\"https://framerusercontent.com/images/U4LiirackImjZDvwWSMeKMwbM.jpg?scale-down-to=1024 675w,https://framerusercontent.com/images/U4LiirackImjZDvwWSMeKMwbM.jpg?scale-down-to=2048 1351w,https://framerusercontent.com/images/U4LiirackImjZDvwWSMeKMwbM.jpg?scale-down-to=4096 2703w,https://framerusercontent.com/images/U4LiirackImjZDvwWSMeKMwbM.jpg 4165w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4e8w8o\",layoutDependency:layoutDependency,layoutId:\"K86oDF3gK\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"none\"},variants:{nE0QDU9MP:{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-s3mg2u\",layoutDependency:layoutDependency,layoutId:\"pBFjGA3A6\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16i4er6\",layoutDependency:layoutDependency,layoutId:\"Ftv3QT6Kp\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-khlg6r\",layoutDependency:layoutDependency,layoutId:\"VNpmsHfA4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"It's Time to Treat Yourself\"})}),className:\"framer-138zyl1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Waf4gtNef\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",textShadow:\"none\"},variants:{CmoINImxG:{\"--extracted-r6o4lv\":\"rgb(51, 51, 51)\"},nE0QDU9MP:{\"--extracted-1of0zx5\":\"var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248))\",textShadow:\"0px 1px 2px rgb(0, 0, 0)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CmoINImxG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxhdHNpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Alatsi\", \"Alatsi Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:\"It's Time to Treat Yourself\"})}),fonts:[\"GF;Alatsi-regular\"]},nE0QDU9MP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)))\"},children:\"It's Time to Treat Yourself\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"From milkshakes to ice cream cups we have a variety of goodies available to satisfy your sweet tooth.\"})}),className:\"framer-1hk6gvs\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"naoi7pWFD\",style:{textShadow:\"none\"},variants:{nE0QDU9MP:{\"--extracted-r6o4lv\":\"var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248))\",textShadow:\"0px 1px 2px rgb(0, 0, 0)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nE0QDU9MP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)))\"},children:\"From milkshakes to ice cream cups we have a variety of goodies available to satisfy your sweet tooth.\"})}),fonts:[\"GF;Lato-regular\"]}},baseVariant,gestureVariant)})]})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mH5XU.framer-1ifbsjz, .framer-mH5XU .framer-1ifbsjz { display: block; }\",\".framer-mH5XU.framer-1b7pc24 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: 600px; justify-content: center; overflow: hidden; padding: 60px 40px 60px 40px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-mH5XU .framer-27qgyr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-mH5XU .framer-19ht0ii, .framer-mH5XU .framer-6qipeu, .framer-mH5XU .framer-4e8w8o { flex: none; height: 450px; overflow: visible; position: relative; width: 276px; }\",\".framer-mH5XU .framer-s3mg2u { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-mH5XU .framer-16i4er6 { align-content: center; align-items: center; display: flex; flex: 1.25 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-mH5XU .framer-khlg6r { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-mH5XU .framer-138zyl1, .framer-mH5XU .framer-1hk6gvs { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mH5XU.framer-1b7pc24, .framer-mH5XU .framer-27qgyr, .framer-mH5XU .framer-s3mg2u, .framer-mH5XU .framer-16i4er6, .framer-mH5XU .framer-khlg6r { gap: 0px; } .framer-mH5XU.framer-1b7pc24 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-mH5XU.framer-1b7pc24 > :first-child, .framer-mH5XU .framer-s3mg2u > :first-child, .framer-mH5XU .framer-khlg6r > :first-child { margin-top: 0px; } .framer-mH5XU.framer-1b7pc24 > :last-child, .framer-mH5XU .framer-s3mg2u > :last-child, .framer-mH5XU .framer-khlg6r > :last-child { margin-bottom: 0px; } .framer-mH5XU .framer-27qgyr > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-mH5XU .framer-27qgyr > :first-child, .framer-mH5XU .framer-16i4er6 > :first-child { margin-left: 0px; } .framer-mH5XU .framer-27qgyr > :last-child, .framer-mH5XU .framer-16i4er6 > :last-child { margin-right: 0px; } .framer-mH5XU .framer-s3mg2u > *, .framer-mH5XU .framer-khlg6r > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-mH5XU .framer-16i4er6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-mH5XU.framer-v-1jdv60u.framer-1b7pc24 { flex-direction: row; gap: 20px; height: min-content; max-height: 300px; overflow: visible; padding: 64px; width: 390px; }\",\".framer-mH5XU.framer-v-1jdv60u .framer-27qgyr { order: 0; width: 390px; }\",\".framer-mH5XU.framer-v-1jdv60u .framer-4e8w8o { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; width: 1px; }\",\".framer-mH5XU.framer-v-1jdv60u .framer-s3mg2u { bottom: unset; flex-direction: row; height: min-content; left: unset; position: relative; right: unset; top: unset; width: min-content; }\",\".framer-mH5XU.framer-v-1jdv60u .framer-16i4er6 { flex: none; height: min-content; width: 276px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mH5XU.framer-v-1jdv60u.framer-1b7pc24, .framer-mH5XU.framer-v-1jdv60u .framer-4e8w8o, .framer-mH5XU.framer-v-1jdv60u .framer-s3mg2u { gap: 0px; } .framer-mH5XU.framer-v-1jdv60u.framer-1b7pc24 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-mH5XU.framer-v-1jdv60u.framer-1b7pc24 > :first-child, .framer-mH5XU.framer-v-1jdv60u .framer-s3mg2u > :first-child { margin-left: 0px; } .framer-mH5XU.framer-v-1jdv60u.framer-1b7pc24 > :last-child, .framer-mH5XU.framer-v-1jdv60u .framer-s3mg2u > :last-child { margin-right: 0px; } .framer-mH5XU.framer-v-1jdv60u .framer-4e8w8o > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-mH5XU.framer-v-1jdv60u .framer-4e8w8o > :first-child { margin-top: 0px; } .framer-mH5XU.framer-v-1jdv60u .framer-4e8w8o > :last-child { margin-bottom: 0px; } .framer-mH5XU.framer-v-1jdv60u .framer-s3mg2u > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-mH5XU.framer-v-1ff5fix.framer-1b7pc24 { height: 575px; width: 810px; }\",\".framer-mH5XU.framer-v-1ff5fix .framer-19ht0ii { height: 219px; order: 2; width: 134px; }\",\".framer-mH5XU.framer-v-1ff5fix .framer-6qipeu { height: 274px; order: 1; width: 168px; }\",\".framer-mH5XU.framer-v-1ff5fix .framer-4e8w8o, .framer-mH5XU.framer-v-1ff5fix .framer-16i4er6 { order: 0; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-mH5XU[data-border=\"true\"]::after, .framer-mH5XU [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 600\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"nE0QDU9MP\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"300px\"]},\"CmoINImxG\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerN6Y3TTe9f=withCSS(Component,css,\"framer-mH5XU\");export default FramerN6Y3TTe9f;FramerN6Y3TTe9f.displayName=\"Slide7\";FramerN6Y3TTe9f.defaultProps={height:600,width:1200};addPropertyControls(FramerN6Y3TTe9f,{variant:{options:[\"y7tjcUqHz\",\"nE0QDU9MP\",\"CmoINImxG\"],optionTitles:[\"Variant 1\",\"Phone\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerN6Y3TTe9f,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Alatsi\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/alatsi/v13/TK3iWkUJAxQ2nLNGGzUHte5fKg.woff2\",weight:\"400\"},{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerN6Y3TTe9f\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"600\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nE0QDU9MP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"300px\\\"]},\\\"CmoINImxG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/waIyEnkndVAsUNvdVGWQ/Y8zrNHFJLq53Wrxrc0nl/fVxnimdqP.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/8yNNFdf41gP2h62CUizT/GpfHxHc9gJZX79dUxHHC/xZndidUCt.js\";import ButtonORDERNOWMOBILE from\"https://framerusercontent.com/modules/uPyvOb7Kus2QarRxHEzR/MYe9cAHAg2LNjHRNjlH4/NVg3wDYdK.js\";const ButtonORDERNOWMOBILEFonts=getFonts(ButtonORDERNOWMOBILE);const cycleOrder=[\"w7wlYuWsE\",\"IHBY1nRLw\",\"UT4LclAZG\"];const serializationHash=\"framer-7b6qg\";const variantClassNames={IHBY1nRLw:\"framer-v-1gbfk0l\",UT4LclAZG:\"framer-v-j9bzqw\",w7wlYuWsE:\"framer-v-1sif63i\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"w7wlYuWsE\",Phone:\"UT4LclAZG\",Tablet:\"IHBY1nRLw\"};const getProps=({height,id,image,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,EA8w3IO_N:(_ref=image!==null&&image!==void 0?image:props.EA8w3IO_N)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/qwYsciE3k2qVRtFPiBxRhcX2kLg.jpg\",srcSet:\"https://framerusercontent.com/images/qwYsciE3k2qVRtFPiBxRhcX2kLg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/qwYsciE3k2qVRtFPiBxRhcX2kLg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qwYsciE3k2qVRtFPiBxRhcX2kLg.jpg 1920w\"},variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"w7wlYuWsE\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,EA8w3IO_N,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"w7wlYuWsE\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"UT4LclAZG\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1sif63i\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"w7wlYuWsE\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-66697319-2a5f-4ec5-be46-8b86ef4349b4, rgb(12, 176, 40))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"none\",...style},variants:{UT4LclAZG:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625), 0.18065619053231785px 0.6021873017743928px 0.6287020006298476px -1.25px rgba(0, 0, 0, 0.17997), 0.6865599909730371px 2.288533303243457px 2.389298914171123px -2.5px rgba(0, 0, 0, 0.15889), 3px 10px 10.44030650891055px -3.75px rgba(0, 0, 0, 0.0625)\"}},...addPropertyOverrides({IHBY1nRLw:{\"data-framer-name\":\"Tablet\"},UT4LclAZG:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-hv1sk0\",layoutDependency:layoutDependency,layoutId:\"woFxWZwD7\",style:{background:'radial-gradient(50% 50% at 50% 50%, rgba(9, 215, 43, 0.3) 0%, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)) /* {\"name\":\"Soft White\"} */ 100%)'},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dqb7sc\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"KebxqRbtV\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"Try a Taste of Hawaiian \"})}),className:\"framer-r2czf4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"a2laPAVcD\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"You'll be saying 'Mahalo' once you try our delicious Aloha burger.\"})}),className:\"framer-1qhhhh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eGyDFsylC\",variants:{UT4LclAZG:{\"--extracted-r6o4lv\":\"var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({UT4LclAZG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0)))\"},children:\"You'll be saying 'Mahalo' once you try our delicious Aloha burger.\"})}),fonts:[\"GF;Lato-regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jixe9b\",layoutDependency:layoutDependency,layoutId:\"hVtLjPpZW\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0)*1-0-467)/2)+0+418+0,...addPropertyOverrides({IHBY1nRLw:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-0)*1)/2)+(40+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-0)*1-80-((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-0)*1-80)*1)/2)+0+((((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-0)*1-80)*1-0-467)/2+378+40)+0},UT4LclAZG:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1-0-((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1-0)*1)/2)+20+((((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1-0)*1-40-379)/2+306+24)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fex57d-container\",layoutDependency:layoutDependency,layoutId:\"HUqIA7xIH-container\",children:/*#__PURE__*/_jsx(ButtonORDERNOWMOBILE,{height:\"100%\",id:\"HUqIA7xIH\",layoutId:\"HUqIA7xIH\",phsFJl3JL:\"ORDER\",variant:\"z5rEM5fg3\",width:\"100%\",...addPropertyOverrides({UT4LclAZG:{variant:\"Lzw01gnz4\"}},baseVariant,gestureVariant)})})})})]})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0-600)/2)),pixelHeight:1080,pixelWidth:1920,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 2, 1px)`,...toResponsiveImage(EA8w3IO_N)},className:\"framer-1mnt1vl\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"BcNyax8ys\",...addPropertyOverrides({IHBY1nRLw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-0)*1)/2)),pixelHeight:1080,pixelWidth:1920,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 1.5, 1px)`,...toResponsiveImage(EA8w3IO_N)}},UT4LclAZG:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1)/2)),pixelHeight:1080,pixelWidth:1920,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 1.95)`,...toResponsiveImage(EA8w3IO_N)}}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-zmax93\",layoutDependency:layoutDependency,layoutId:\"lMslSq8NK\",style:{background:\"linear-gradient(270deg, rgba(248, 248, 248, 0) 61%, rgb(248, 248, 248) 100%)\"}})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7b6qg.framer-5udng0, .framer-7b6qg .framer-5udng0 { display: block; }\",\".framer-7b6qg.framer-1sif63i { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-7b6qg .framer-hv1sk0 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-7b6qg .framer-1dqb7sc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 2018px; padding: 0px; position: relative; width: 400px; }\",\".framer-7b6qg .framer-r2czf4, .framer-7b6qg .framer-1qhhhh { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-7b6qg .framer-jixe9b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-7b6qg .framer-1fex57d-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-7b6qg .framer-1mnt1vl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 600px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-7b6qg .framer-zmax93 { flex: none; height: 100%; left: 0px; overflow: hidden; position: absolute; right: 0px; top: calc(50.00000000000002% - 100% / 2); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7b6qg.framer-1sif63i, .framer-7b6qg .framer-hv1sk0, .framer-7b6qg .framer-1dqb7sc, .framer-7b6qg .framer-jixe9b, .framer-7b6qg .framer-1mnt1vl { gap: 0px; } .framer-7b6qg.framer-1sif63i > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-7b6qg.framer-1sif63i > :first-child, .framer-7b6qg .framer-hv1sk0 > :first-child, .framer-7b6qg .framer-jixe9b > :first-child { margin-left: 0px; } .framer-7b6qg.framer-1sif63i > :last-child, .framer-7b6qg .framer-hv1sk0 > :last-child, .framer-7b6qg .framer-jixe9b > :last-child { margin-right: 0px; } .framer-7b6qg .framer-hv1sk0 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-7b6qg .framer-1dqb7sc > *, .framer-7b6qg .framer-1mnt1vl > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-7b6qg .framer-1dqb7sc > :first-child, .framer-7b6qg .framer-1mnt1vl > :first-child { margin-top: 0px; } .framer-7b6qg .framer-1dqb7sc > :last-child, .framer-7b6qg .framer-1mnt1vl > :last-child { margin-bottom: 0px; } .framer-7b6qg .framer-jixe9b > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",\".framer-7b6qg.framer-v-1gbfk0l.framer-1sif63i { height: 575px; width: 810px; }\",\".framer-7b6qg.framer-v-1gbfk0l .framer-hv1sk0 { align-self: unset; height: 100%; order: 0; padding: 40px; }\",\".framer-7b6qg.framer-v-1gbfk0l .framer-1dqb7sc { flex: 1 0 0px; height: 100%; width: 1px; }\",\".framer-7b6qg.framer-v-1gbfk0l .framer-1mnt1vl { flex: 2 0 0px; height: 100%; order: 2; }\",\".framer-7b6qg.framer-v-j9bzqw.framer-1sif63i { height: 300px; max-height: 300px; width: 390px; }\",\".framer-7b6qg.framer-v-j9bzqw .framer-hv1sk0 { align-self: unset; height: 100%; order: 0; }\",\".framer-7b6qg.framer-v-j9bzqw .framer-1dqb7sc { flex: 1 0 0px; gap: 12px; height: 100%; padding: 20px; width: 1px; z-index: 5; }\",\".framer-7b6qg.framer-v-j9bzqw .framer-1mnt1vl { flex: none; height: 100%; order: 2; width: 51%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7b6qg.framer-v-j9bzqw .framer-1dqb7sc { gap: 0px; } .framer-7b6qg.framer-v-j9bzqw .framer-1dqb7sc > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-7b6qg.framer-v-j9bzqw .framer-1dqb7sc > :first-child { margin-top: 0px; } .framer-7b6qg.framer-v-j9bzqw .framer-1dqb7sc > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-7b6qg[data-border=\"true\"]::after, .framer-7b6qg [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 600\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"IHBY1nRLw\":{\"layout\":[\"fixed\",\"fixed\"]},\"UT4LclAZG\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,null,\"300px\"]}}}\n * @framerVariables {\"EA8w3IO_N\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNXWz77SGg=withCSS(Component,css,\"framer-7b6qg\");export default FramerNXWz77SGg;FramerNXWz77SGg.displayName=\"Slide 2\";FramerNXWz77SGg.defaultProps={height:600,width:1200};addPropertyControls(FramerNXWz77SGg,{variant:{options:[\"w7wlYuWsE\",\"IHBY1nRLw\",\"UT4LclAZG\"],optionTitles:[\"Variant 1\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},EA8w3IO_N:{__defaultAssetReference:\"data:framer/asset-reference,qwYsciE3k2qVRtFPiBxRhcX2kLg.jpg?originalFilename=DSC01844.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerNXWz77SGg,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"}]},...ButtonORDERNOWMOBILEFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNXWz77SGg\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"600\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IHBY1nRLw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UT4LclAZG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,null,\\\"300px\\\"]}}}\",\"framerVariables\":\"{\\\"EA8w3IO_N\\\":\\\"image\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (101bcc7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/8yNNFdf41gP2h62CUizT/GpfHxHc9gJZX79dUxHHC/xZndidUCt.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/m8B30a7uzJ0EdR5AaDtt/4eMmnQOJ3nVoT4nfigHY/YAP816Y5n.js\";import ButtonORDERNOWMOBILE from\"https://framerusercontent.com/modules/uPyvOb7Kus2QarRxHEzR/MYe9cAHAg2LNjHRNjlH4/NVg3wDYdK.js\";const ButtonORDERNOWMOBILEFonts=getFonts(ButtonORDERNOWMOBILE);const cycleOrder=[\"NClvw37Ur\",\"jAEX8HOHg\",\"Qs1MJpnzD\"];const serializationHash=\"framer-mxpc0\";const variantClassNames={jAEX8HOHg:\"framer-v-j5ikf0\",NClvw37Ur:\"framer-v-gzanbm\",Qs1MJpnzD:\"framer-v-1ek9xfw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Classic Mobile Slide\":\"jAEX8HOHg\",\"Classic Slide Tablet\":\"Qs1MJpnzD\",\"Variant 1\":\"NClvw37Ur\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"NClvw37Ur\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NClvw37Ur\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-gzanbm\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"NClvw37Ur\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-66697319-2a5f-4ec5-be46-8b86ef4349b4, rgb(12, 176, 40))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},variants:{jAEX8HOHg:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({jAEX8HOHg:{\"data-framer-name\":\"Classic Mobile Slide\"},Qs1MJpnzD:{\"data-framer-name\":\"Classic Slide Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Classic Combo burgers with fries\",fit:\"fill\",intrinsicHeight:672,intrinsicWidth:1194,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0-600)/2)),pixelHeight:866,pixelWidth:1608,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 2, 1px)`,src:\"https://framerusercontent.com/images/1DbUeEJrSrp8i9I6BiCepJVS70M.jpg\",srcSet:\"https://framerusercontent.com/images/1DbUeEJrSrp8i9I6BiCepJVS70M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/1DbUeEJrSrp8i9I6BiCepJVS70M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/1DbUeEJrSrp8i9I6BiCepJVS70M.jpg 1608w\"},className:\"framer-1bbk3ke\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"uJ9G1beSU\",...addPropertyOverrides({jAEX8HOHg:{background:{alt:\"Classic Combo burgers with fries\",fit:\"fill\",intrinsicHeight:672,intrinsicWidth:1194,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||276)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||276)-0)*1)/2)),pixelHeight:866,pixelWidth:1608,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 2, 1px)`,src:\"https://framerusercontent.com/images/1DbUeEJrSrp8i9I6BiCepJVS70M.jpg\",srcSet:\"https://framerusercontent.com/images/1DbUeEJrSrp8i9I6BiCepJVS70M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/1DbUeEJrSrp8i9I6BiCepJVS70M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/1DbUeEJrSrp8i9I6BiCepJVS70M.jpg 1608w\"}},Qs1MJpnzD:{background:{alt:\"Classic Combo burgers with fries\",fit:\"fill\",intrinsicHeight:672,intrinsicWidth:1194,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-0-600)/2)),pixelHeight:866,pixelWidth:1608,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 2, 1px)`,src:\"https://framerusercontent.com/images/1DbUeEJrSrp8i9I6BiCepJVS70M.jpg\",srcSet:\"https://framerusercontent.com/images/1DbUeEJrSrp8i9I6BiCepJVS70M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/1DbUeEJrSrp8i9I6BiCepJVS70M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/1DbUeEJrSrp8i9I6BiCepJVS70M.jpg 1608w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-akuz04\",layoutDependency:layoutDependency,layoutId:\"B3ohLDLMF\",style:{background:'radial-gradient(50% 50% at 50% 50%, rgba(9, 215, 43, 0.3) 0%, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)) /* {\"name\":\"Soft White\"} */ 100%)'},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vxc7xh\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"Sh4cNw0cu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",children:\"Grab 2 Classic Combo Meals For Under $20\"})}),className:\"framer-h57fs\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XTj9mv6Zn\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{jAEX8HOHg:{\"--extracted-a0htzi\":\"rgb(17, 17, 17)\"},Qs1MJpnzD:{\"--extracted-a0htzi\":\"rgb(17, 17, 17)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({jAEX8HOHg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7QWxhdHNpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Alatsi\", \"Alatsi Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(17, 17, 17))\"},children:\"Grab 2 Classic Combo Meals For Under $20\"})}),fonts:[\"GF;Alatsi-regular\"]},Qs1MJpnzD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7QWxhdHNpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Alatsi\", \"Alatsi Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(17, 17, 17))\"},children:\"Grab 2 Classic Combo Meals For Under $20\"})}),fonts:[\"GF;Alatsi-regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"We've got flavor-packed patties topped with American cheese and wrapped in classic toppings for less than the other guys.\"})}),className:\"framer-103d7kk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TEtPvKJrZ\",variants:{jAEX8HOHg:{\"--extracted-r6o4lv\":\"var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0))\"},Qs1MJpnzD:{\"--extracted-r6o4lv\":\"var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({jAEX8HOHg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0)))\"},children:\"We've got flavor-packed patties and fries for less than the other guys.\"})}),fonts:[\"GF;Lato-regular\"]},Qs1MJpnzD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0)))\"},children:\"We've got flavor-packed patties and fries for less than the other guys.\"})}),fonts:[\"GF;Lato-regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1164std\",layoutDependency:layoutDependency,layoutId:\"BGgw5iEGQ\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0)*1-0-323)/2)+0+274+0,...addPropertyOverrides({jAEX8HOHg:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||276)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||276)-0)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||276)-0)*1-0-((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||276)-0)*1-0)*1)/2)+20+((((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||276)-0)*1-0)*1-40-177.2)/2+108.2+20)+0},Qs1MJpnzD:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-0)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-0)*1-0-349.79999999999995)/2)+20+260.79999999999995+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-75tyj4-container\",layoutDependency:layoutDependency,layoutId:\"J6ZKJfbpg-container\",children:/*#__PURE__*/_jsx(ButtonORDERNOWMOBILE,{height:\"100%\",id:\"J6ZKJfbpg\",layoutId:\"J6ZKJfbpg\",phsFJl3JL:\"ORDER\",variant:\"z5rEM5fg3\",width:\"100%\",...addPropertyOverrides({jAEX8HOHg:{variant:\"Lzw01gnz4\"}},baseVariant,gestureVariant)})})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mxpc0.framer-1m3zodv, .framer-mxpc0 .framer-1m3zodv { display: block; }\",\".framer-mxpc0.framer-gzanbm { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-mxpc0 .framer-1bbk3ke { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 600px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-mxpc0 .framer-akuz04 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-mxpc0 .framer-1vxc7xh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 2018px; padding: 0px; position: relative; width: 400px; }\",\".framer-mxpc0 .framer-h57fs, .framer-mxpc0 .framer-103d7kk { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-mxpc0 .framer-1164std { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-mxpc0 .framer-75tyj4-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mxpc0.framer-gzanbm, .framer-mxpc0 .framer-1bbk3ke, .framer-mxpc0 .framer-akuz04, .framer-mxpc0 .framer-1vxc7xh, .framer-mxpc0 .framer-1164std { gap: 0px; } .framer-mxpc0.framer-gzanbm > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-mxpc0.framer-gzanbm > :first-child, .framer-mxpc0 .framer-akuz04 > :first-child, .framer-mxpc0 .framer-1164std > :first-child { margin-left: 0px; } .framer-mxpc0.framer-gzanbm > :last-child, .framer-mxpc0 .framer-akuz04 > :last-child, .framer-mxpc0 .framer-1164std > :last-child { margin-right: 0px; } .framer-mxpc0 .framer-1bbk3ke > *, .framer-mxpc0 .framer-1vxc7xh > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-mxpc0 .framer-1bbk3ke > :first-child, .framer-mxpc0 .framer-1vxc7xh > :first-child { margin-top: 0px; } .framer-mxpc0 .framer-1bbk3ke > :last-child, .framer-mxpc0 .framer-1vxc7xh > :last-child { margin-bottom: 0px; } .framer-mxpc0 .framer-akuz04 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-mxpc0 .framer-1164std > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",\".framer-mxpc0.framer-v-j5ikf0.framer-gzanbm { aspect-ratio: 1.3043478260869565 / 1; height: var(--framer-aspect-ratio-supported, 276px); width: 360px; }\",\".framer-mxpc0.framer-v-j5ikf0 .framer-1bbk3ke { height: 100%; }\",\".framer-mxpc0.framer-v-j5ikf0 .framer-akuz04 { align-self: unset; gap: 0px; height: 100%; }\",\".framer-mxpc0.framer-v-j5ikf0 .framer-1vxc7xh { flex: 1 0 0px; gap: 10px; height: 100%; max-width: unset; padding: 20px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mxpc0.framer-v-j5ikf0 .framer-akuz04, .framer-mxpc0.framer-v-j5ikf0 .framer-1vxc7xh { gap: 0px; } .framer-mxpc0.framer-v-j5ikf0 .framer-akuz04 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-mxpc0.framer-v-j5ikf0 .framer-akuz04 > :first-child { margin-left: 0px; } .framer-mxpc0.framer-v-j5ikf0 .framer-akuz04 > :last-child { margin-right: 0px; } .framer-mxpc0.framer-v-j5ikf0 .framer-1vxc7xh > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-mxpc0.framer-v-j5ikf0 .framer-1vxc7xh > :first-child { margin-top: 0px; } .framer-mxpc0.framer-v-j5ikf0 .framer-1vxc7xh > :last-child { margin-bottom: 0px; } }\",\".framer-mxpc0.framer-v-1ek9xfw.framer-gzanbm { height: 575px; width: 810px; }\",\".framer-mxpc0.framer-v-1ek9xfw .framer-akuz04 { align-self: unset; height: 100%; }\",\".framer-mxpc0.framer-v-1ek9xfw .framer-1vxc7xh { padding: 20px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-mxpc0[data-border=\"true\"]::after, .framer-mxpc0 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 600\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"jAEX8HOHg\":{\"layout\":[\"fixed\",\"fixed\"]},\"Qs1MJpnzD\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpNPhP1Al8=withCSS(Component,css,\"framer-mxpc0\");export default FramerpNPhP1Al8;FramerpNPhP1Al8.displayName=\"Classic Combo Slide\";FramerpNPhP1Al8.defaultProps={height:600,width:1200};addPropertyControls(FramerpNPhP1Al8,{variant:{options:[\"NClvw37Ur\",\"jAEX8HOHg\",\"Qs1MJpnzD\"],optionTitles:[\"Variant 1\",\"Classic Mobile Slide\",\"Classic Slide Tablet\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerpNPhP1Al8,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Alatsi\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/alatsi/v13/TK3iWkUJAxQ2nLNGGzUHte5fKg.woff2\",weight:\"400\"},{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"}]},...ButtonORDERNOWMOBILEFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpNPhP1Al8\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"600\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jAEX8HOHg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Qs1MJpnzD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3f65431)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-irafQ\";const variantClassNames={kJkJ92Aa2:\"framer-v-ogb258\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:.3,duration:.4,ease:[.44,0,.45,1.09],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,hover,id,width,...props})=>{return{...props,bfdNAzndH:hover!==null&&hover!==void 0?hover:props.bfdNAzndH};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,bfdNAzndH,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"kJkJ92Aa2\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1kh553t=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(bfdNAzndH){const res=await bfdNAzndH(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"Fresh Press Team working in the restaurant\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:900,loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:600,pixelWidth:900,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/aYq2PXgH6XMTnOjEy7Thacdbhmo.jpg\",srcSet:\"https://framerusercontent.com/images/aYq2PXgH6XMTnOjEy7Thacdbhmo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aYq2PXgH6XMTnOjEy7Thacdbhmo.jpg 900w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-ogb258\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"kJkJ92Aa2\",onMouseEnter:onMouseEnter1kh553t,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"rgba(9, 214, 43, 0.39)\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style}})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-irafQ.framer-un04h, .framer-irafQ .framer-un04h { display: block; }\",\".framer-irafQ.framer-ogb258 { height: 428px; overflow: hidden; position: relative; width: 380px; will-change: var(--framer-will-change-override, transform); }\",'.framer-irafQ[data-border=\"true\"]::after, .framer-irafQ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 428\n * @framerIntrinsicWidth 380\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"bfdNAzndH\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqeLpqGcfH=withCSS(Component,css,\"framer-irafQ\");export default FramerqeLpqGcfH;FramerqeLpqGcfH.displayName=\"Image Component\";FramerqeLpqGcfH.defaultProps={height:428,width:380};addPropertyControls(FramerqeLpqGcfH,{bfdNAzndH:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerqeLpqGcfH,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqeLpqGcfH\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"bfdNAzndH\\\":\\\"hover\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"428\",\"framerIntrinsicWidth\":\"380\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qeLpqGcfH.map", "// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/waIyEnkndVAsUNvdVGWQ/Y8zrNHFJLq53Wrxrc0nl/fVxnimdqP.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/8yNNFdf41gP2h62CUizT/GpfHxHc9gJZX79dUxHHC/xZndidUCt.js\";import ButtonORDERNOWMOBILE from\"https://framerusercontent.com/modules/uPyvOb7Kus2QarRxHEzR/MYe9cAHAg2LNjHRNjlH4/NVg3wDYdK.js\";const ButtonORDERNOWMOBILEFonts=getFonts(ButtonORDERNOWMOBILE);const cycleOrder=[\"g_ohvPYEs\",\"EM6MqIJU6\",\"R9Z7L4fsd\"];const serializationHash=\"framer-NDPJA\";const variantClassNames={EM6MqIJU6:\"framer-v-j0lrym\",g_ohvPYEs:\"framer-v-lt1xw7\",R9Z7L4fsd:\"framer-v-64laaq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"g_ohvPYEs\",Phone:\"R9Z7L4fsd\",Tablet:\"EM6MqIJU6\"};const getProps=({height,id,image,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"g_ohvPYEs\",YPikyUxo3:(_ref1=image!==null&&image!==void 0?image:props.YPikyUxo3)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/pb19jZAtRE1sfTq84pkkEFRMtj8.jpg\",srcSet:\"https://framerusercontent.com/images/pb19jZAtRE1sfTq84pkkEFRMtj8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/pb19jZAtRE1sfTq84pkkEFRMtj8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/pb19jZAtRE1sfTq84pkkEFRMtj8.jpg 1616w\"}};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,YPikyUxo3,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"g_ohvPYEs\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"R9Z7L4fsd\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-lt1xw7\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"g_ohvPYEs\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-66697319-2a5f-4ec5-be46-8b86ef4349b4, rgb(12, 176, 40))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"none\",...style},variants:{R9Z7L4fsd:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625), 0.18065619053231785px 0.6021873017743928px 0.6287020006298476px -1.25px rgba(0, 0, 0, 0.17997), 0.6865599909730371px 2.288533303243457px 2.389298914171123px -2.5px rgba(0, 0, 0, 0.15889), 3px 10px 10.44030650891055px -3.75px rgba(0, 0, 0, 0.0625)\"}},...addPropertyOverrides({EM6MqIJU6:{\"data-framer-name\":\"Tablet\"},R9Z7L4fsd:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1616,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0)*1)/2)),pixelHeight:1080,pixelWidth:1616,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 2, 1px)`,...toResponsiveImage(YPikyUxo3)},className:\"framer-jtwe40\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"v5eZMqVZq\",...addPropertyOverrides({EM6MqIJU6:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1616,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0)*1)/2)),pixelHeight:1080,pixelWidth:1616,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 1.5, 1px)`,...toResponsiveImage(YPikyUxo3)}},R9Z7L4fsd:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1616,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1)/2)),pixelHeight:1080,pixelWidth:1616,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.4385)`,...toResponsiveImage(YPikyUxo3)}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:480,intrinsicWidth:960,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0)*1-0-180)/2+0+0)),pixelHeight:600,pixelWidth:1200,sizes:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 2, 1px) * 0.6)`,src:\"https://framerusercontent.com/images/roNffQiHJhu89weLZxnhbb29Q.jpeg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/roNffQiHJhu89weLZxnhbb29Q.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/roNffQiHJhu89weLZxnhbb29Q.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/roNffQiHJhu89weLZxnhbb29Q.jpeg 1200w\"},className:\"framer-yfa4k2\",\"data-framer-name\":\"$5520801\",layoutDependency:layoutDependency,layoutId:\"hXU7FboWz\",...addPropertyOverrides({EM6MqIJU6:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:480,intrinsicWidth:960,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0)*1-0-183)/2+0+0)),pixelHeight:600,pixelWidth:1200,sizes:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 1.5, 1px) * 0.8088)`,src:\"https://framerusercontent.com/images/roNffQiHJhu89weLZxnhbb29Q.jpeg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/roNffQiHJhu89weLZxnhbb29Q.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/roNffQiHJhu89weLZxnhbb29Q.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/roNffQiHJhu89weLZxnhbb29Q.jpeg 1200w\"}},R9Z7L4fsd:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:480,intrinsicWidth:960,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1-0-65)/2+0+0)),pixelHeight:600,pixelWidth:1200,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3487)`,src:\"https://framerusercontent.com/images/roNffQiHJhu89weLZxnhbb29Q.jpeg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/roNffQiHJhu89weLZxnhbb29Q.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/roNffQiHJhu89weLZxnhbb29Q.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/roNffQiHJhu89weLZxnhbb29Q.jpeg 1200w\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k4nh\",layoutDependency:layoutDependency,layoutId:\"MyjapwOT0\",style:{background:'linear-gradient(90deg, rgba(255, 255, 255, 0) 13.98508929809168%, rgba(247, 247, 247, 0.51) 43.55427564246329%, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)) /* {\"name\":\"Soft White\"} */ 64%, rgb(248, 248, 248) 100%)'}})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l52lu1\",layoutDependency:layoutDependency,layoutId:\"kxhE11Hx0\",style:{background:'radial-gradient(50% 50% at 50% 50%, rgba(9, 215, 43, 0.3) 0%, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)) /* {\"name\":\"Soft White\"} */ 100%)'},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hgc2tz\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"DUuZxsiWe\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"Voted Best Burger In The Valley.\"})}),className:\"framer-17hmuhi\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"v5ZTeriGd\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"We\u2019ve been voted 2022\u2019s Best Burger in the East Valley by The Daily Independent.\"})}),className:\"framer-1cxyidj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FFMaUdnzQ\",variants:{R9Z7L4fsd:{\"--extracted-r6o4lv\":\"var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({R9Z7L4fsd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0)))\"},children:\"We\u2019ve been voted 2022\u2019s Best Burger in the East Valley by The Daily Independent.\"})}),fonts:[\"GF;Lato-regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x1mhiu\",layoutDependency:layoutDependency,layoutId:\"AR5a2StHM\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-0)*1-0-467)/2)+0+418+0,...addPropertyOverrides({EM6MqIJU6:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0)*1)/2)+(64+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0)*1-128-467)/2)+0+418+0},R9Z7L4fsd:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1)/2)+(20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-0)*1-40-379)/2)+0+330+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nld5ws-container\",layoutDependency:layoutDependency,layoutId:\"LEZwCAdaf-container\",children:/*#__PURE__*/_jsx(ButtonORDERNOWMOBILE,{height:\"100%\",id:\"LEZwCAdaf\",layoutId:\"LEZwCAdaf\",phsFJl3JL:\"LEARN MORE\",variant:\"IupjeSmpl\",width:\"100%\",...addPropertyOverrides({R9Z7L4fsd:{variant:\"etl5jiXez\"}},baseVariant,gestureVariant)})})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NDPJA.framer-dnki49, .framer-NDPJA .framer-dnki49 { display: block; }\",\".framer-NDPJA.framer-lt1xw7 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 600px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-NDPJA .framer-jtwe40 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-NDPJA .framer-yfa4k2 { aspect-ratio: 2 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 180px); overflow: visible; position: relative; width: 60%; }\",\".framer-NDPJA .framer-1k4nh { bottom: 0px; flex: none; height: 100%; left: calc(82.45614035087722% - 85px / 2); overflow: hidden; position: absolute; width: 85px; z-index: 1; }\",\".framer-NDPJA .framer-1l52lu1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-NDPJA .framer-1hgc2tz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 2018px; padding: 0px; position: relative; width: 400px; }\",\".framer-NDPJA .framer-17hmuhi, .framer-NDPJA .framer-1cxyidj { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-NDPJA .framer-1x1mhiu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-NDPJA .framer-1nld5ws-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NDPJA.framer-lt1xw7, .framer-NDPJA .framer-jtwe40, .framer-NDPJA .framer-1l52lu1, .framer-NDPJA .framer-1hgc2tz, .framer-NDPJA .framer-1x1mhiu { gap: 0px; } .framer-NDPJA.framer-lt1xw7 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-NDPJA.framer-lt1xw7 > :first-child, .framer-NDPJA .framer-1l52lu1 > :first-child, .framer-NDPJA .framer-1x1mhiu > :first-child { margin-left: 0px; } .framer-NDPJA.framer-lt1xw7 > :last-child, .framer-NDPJA .framer-1l52lu1 > :last-child, .framer-NDPJA .framer-1x1mhiu > :last-child { margin-right: 0px; } .framer-NDPJA .framer-jtwe40 > *, .framer-NDPJA .framer-1hgc2tz > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-NDPJA .framer-jtwe40 > :first-child, .framer-NDPJA .framer-1hgc2tz > :first-child { margin-top: 0px; } .framer-NDPJA .framer-jtwe40 > :last-child, .framer-NDPJA .framer-1hgc2tz > :last-child { margin-bottom: 0px; } .framer-NDPJA .framer-1l52lu1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NDPJA .framer-1x1mhiu > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",\".framer-NDPJA.framer-v-j0lrym.framer-lt1xw7 { height: 400px; width: 800px; }\",\".framer-NDPJA.framer-v-j0lrym .framer-jtwe40 { flex: 2 0 0px; }\",\".framer-NDPJA.framer-v-j0lrym .framer-yfa4k2 { height: var(--framer-aspect-ratio-supported, 182px); width: 81%; }\",\".framer-NDPJA.framer-v-j0lrym .framer-1l52lu1 { padding: 64px; }\",\".framer-NDPJA.framer-v-j0lrym .framer-1hgc2tz { flex: 1 0 0px; width: 1px; }\",\".framer-NDPJA.framer-v-64laaq.framer-lt1xw7 { height: 300px; max-height: 300px; width: 390px; }\",\".framer-NDPJA.framer-v-64laaq .framer-jtwe40 { flex: none; width: 44%; }\",\".framer-NDPJA.framer-v-64laaq .framer-yfa4k2 { height: var(--framer-aspect-ratio-supported, 68px); order: 0; width: 80%; z-index: 3; }\",\".framer-NDPJA.framer-v-64laaq .framer-1k4nh { order: 1; }\",\".framer-NDPJA.framer-v-64laaq .framer-1l52lu1 { padding: 20px; }\",\".framer-NDPJA.framer-v-64laaq .framer-1hgc2tz { flex: 1 0 0px; gap: 12px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NDPJA.framer-v-64laaq .framer-1hgc2tz { gap: 0px; } .framer-NDPJA.framer-v-64laaq .framer-1hgc2tz > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-NDPJA.framer-v-64laaq .framer-1hgc2tz > :first-child { margin-top: 0px; } .framer-NDPJA.framer-v-64laaq .framer-1hgc2tz > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-NDPJA[data-border=\"true\"]::after, .framer-NDPJA [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 600\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"EM6MqIJU6\":{\"layout\":[\"fixed\",\"fixed\"]},\"R9Z7L4fsd\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,null,\"300px\"]}}}\n * @framerVariables {\"YPikyUxo3\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrvfFb4F5i=withCSS(Component,css,\"framer-NDPJA\");export default FramerrvfFb4F5i;FramerrvfFb4F5i.displayName=\"Slide5\";FramerrvfFb4F5i.defaultProps={height:600,width:1200};addPropertyControls(FramerrvfFb4F5i,{variant:{options:[\"g_ohvPYEs\",\"EM6MqIJU6\",\"R9Z7L4fsd\"],optionTitles:[\"Variant 1\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},YPikyUxo3:{__defaultAssetReference:\"data:framer/asset-reference,pb19jZAtRE1sfTq84pkkEFRMtj8.jpg?originalFilename=DSC00203.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerrvfFb4F5i,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"}]},...ButtonORDERNOWMOBILEFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrvfFb4F5i\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"YPikyUxo3\\\":\\\"image\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EM6MqIJU6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"R9Z7L4fsd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,null,\\\"300px\\\"]}}}\",\"framerIntrinsicHeight\":\"600\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (101bcc7)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/7MIrCRypBStqzrTjyVtE/uBZsljenOJ6tinNQR4Y9/TBDT5ai2T.js\";const enabledGestures={Mz5ojzcvl:{hover:true},okkj61LsF:{hover:true}};const cycleOrder=[\"okkj61LsF\",\"Mz5ojzcvl\"];const serializationHash=\"framer-qK95e\";const variantClassNames={Mz5ojzcvl:\"framer-v-1ky88nq\",okkj61LsF:\"framer-v-1l92k5c\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Learn More APPLY\":\"okkj61LsF\",\"LEARN MORE LOYALTY \":\"Mz5ojzcvl\"};const getProps=({height,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,cf2ryYPEq:(_ref=title!==null&&title!==void 0?title:props.cf2ryYPEq)!==null&&_ref!==void 0?_ref:\"Learn More\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"okkj61LsF\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,cf2ryYPEq,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"okkj61LsF\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Yw3PT4nmb\"},...addPropertyOverrides({Mz5ojzcvl:{href:{webPageId:\"Zim0g0_pc\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1l92k5c\",className,classNames)} framer-1mr7g7n`,\"data-border\":true,\"data-framer-name\":\"Learn More APPLY\",layoutDependency:layoutDependency,layoutId:\"okkj61LsF\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(145, 153, 146, 0.51)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"radial-gradient(50% 50% at 50% 50%, rgba(247, 247, 247, 0.72) 0%, rgba(150, 150, 150, 0) 100%)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"none\",...style},variants:{\"Mz5ojzcvl-hover\":{boxShadow:\"inset 0px 0.48174984141951427px 0.48174984141951427px -1.0833333333333333px rgba(0, 0, 0, 0.15798), inset 0px 1.8308266425947657px 1.8308266425947657px -2.1666666666666665px rgba(0, 0, 0, 0.14534), inset 0px 8px 8px -3.25px rgba(0, 0, 0, 0.0875)\"},\"okkj61LsF-hover\":{boxShadow:\"inset 0px 0.48174984141951427px 0.48174984141951427px -1.0833333333333333px rgba(0, 0, 0, 0.15798), inset 0px 1.8308266425947657px 1.8308266425947657px -2.1666666666666665px rgba(0, 0, 0, 0.14534), inset 0px 8px 8px -3.25px rgba(0, 0, 0, 0.0875)\"}},...addPropertyOverrides({\"Mz5ojzcvl-hover\":{\"data-framer-name\":undefined},\"okkj61LsF-hover\":{\"data-framer-name\":undefined},Mz5ojzcvl:{\"data-framer-name\":\"LEARN MORE LOYALTY \"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1rxaue0\",\"data-styles-preset\":\"TBDT5ai2T\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-07bd38fb-8816-489d-bc24-4c4384a85ca2, rgb(9, 215, 43)))\"},children:\"Learn More\"})}),className:\"framer-iugrd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pdzFSyxg3\",style:{\"--extracted-a0htzi\":\"var(--token-07bd38fb-8816-489d-bc24-4c4384a85ca2, rgb(9, 215, 43))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:cf2ryYPEq,variants:{\"Mz5ojzcvl-hover\":{\"--extracted-a0htzi\":\"rgba(9, 214, 43, 0.65)\"},\"okkj61LsF-hover\":{\"--extracted-a0htzi\":\"rgba(9, 214, 43, 0.65)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Mz5ojzcvl-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1rxaue0\",\"data-styles-preset\":\"TBDT5ai2T\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, rgba(9, 214, 43, 0.65))\"},children:\"Learn More\"})})},\"okkj61LsF-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1rxaue0\",\"data-styles-preset\":\"TBDT5ai2T\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, rgba(9, 214, 43, 0.65))\"},children:\"Learn More\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qK95e.framer-1mr7g7n, .framer-qK95e .framer-1mr7g7n { display: block; }\",\".framer-qK95e.framer-1l92k5c { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 15px; position: relative; text-decoration: none; width: min-content; }\",\".framer-qK95e .framer-iugrd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qK95e.framer-1l92k5c { gap: 0px; } .framer-qK95e.framer-1l92k5c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qK95e.framer-1l92k5c > :first-child { margin-left: 0px; } .framer-qK95e.framer-1l92k5c > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-qK95e[data-border=\"true\"]::after, .framer-qK95e [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 49\n * @framerIntrinsicWidth 114\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Mz5ojzcvl\":{\"layout\":[\"auto\",\"auto\"]},\"a8MCRwwTK\":{\"layout\":[\"auto\",\"auto\"]},\"GVYmqleo6\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"cf2ryYPEq\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUXd4qK8ob=withCSS(Component,css,\"framer-qK95e\");export default FramerUXd4qK8ob;FramerUXd4qK8ob.displayName=\"Button Learn More Gray\";FramerUXd4qK8ob.defaultProps={height:49,width:114};addPropertyControls(FramerUXd4qK8ob,{variant:{options:[\"okkj61LsF\",\"Mz5ojzcvl\"],optionTitles:[\"Learn More APPLY\",\"LEARN MORE LOYALTY \"],title:\"Variant\",type:ControlType.Enum},cf2ryYPEq:{defaultValue:\"Learn More\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerUXd4qK8ob,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUXd4qK8ob\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"cf2ryYPEq\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Mz5ojzcvl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"a8MCRwwTK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GVYmqleo6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"114\",\"framerIntrinsicHeight\":\"49\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UXd4qK8ob.map", "// Generated by Framer (101bcc7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/bLuaImxNupsCP5NfjUwh/xtCk2efpbuRuZtV1klLz/k54MT0jRn.js\";const ImageWithFX=withFX(Image);const RichTextWithFX=withFX(RichText);const cycleOrder=[\"z9wQ_J7q_\",\"flFUS4VeK\"];const serializationHash=\"framer-0vGo5\";const variantClassNames={flFUS4VeK:\"framer-v-m0fxjb\",z9wQ_J7q_:\"framer-v-40c8pf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={delay:0,duration:.8,ease:[.5,0,.88,.77],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop/Tablet\":\"z9wQ_J7q_\",Mobile:\"flFUS4VeK\"};const getProps=({background,height,id,image,itemName,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,F6DdJJB5b:(_ref=background!==null&&background!==void 0?background:props.F6DdJJB5b)!==null&&_ref!==void 0?_ref:\"rgba(255, 255, 255, 0)\",lpkW4U8tj:image!==null&&image!==void 0?image:props.lpkW4U8tj,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"z9wQ_J7q_\",xpF7CpuVL:(_ref2=itemName!==null&&itemName!==void 0?itemName:props.xpF7CpuVL)!==null&&_ref2!==void 0?_ref2:\"Vanilla Shake\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,F6DdJJB5b,lpkW4U8tj,xpF7CpuVL,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"z9wQ_J7q_\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-40c8pf\",className,classNames),\"data-framer-name\":\"Desktop/Tablet\",layoutDependency:layoutDependency,layoutId:\"z9wQ_J7q_\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:F6DdJJB5b,borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({flFUS4VeK:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ocv5ro\",\"data-framer-name\":\"Image Wrap\",layoutDependency:layoutDependency,layoutId:\"VQaHFM0K8\",children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{bounce:0,damping:85,delay:0,duration:.3,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:600,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:20}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.3,skewX:0,skewY:0,x:0,y:-5}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+0+Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||481)-50-0)/1)*1-361),sizes:\"528px\",...toResponsiveImage(lpkW4U8tj),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1ach7ad\",layoutDependency:layoutDependency,layoutId:\"k1L7mnWs2\",...addPropertyOverrides({flFUS4VeK:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+0+(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||481)-50-0)/1)*1*.5011600928074248-158.5)),sizes:\"418px\",...toResponsiveImage(lpkW4U8tj),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cp3dm9\",\"data-framer-name\":\"Absolute Filler For Main Only\",layoutDependency:layoutDependency,layoutId:\"QJvQbxZ5n\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4ebsgr\",layoutDependency:layoutDependency,layoutId:\"Xe38fClO8\",children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m3rikv\",\"data-framer-name\":\"Title Wrap\",layoutDependency:layoutDependency,layoutId:\"vYSpDIAcF\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{bounce:0,damping:85,delay:0,duration:.3,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:600,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,x:0,y:-20}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-fnc9u2\",\"data-styles-preset\":\"k54MT0jRn\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(276deg, var(--token-66697319-2a5f-4ec5-be46-8b86ef4349b4, rgb(12, 176, 40)) 28.999999999999996%, rgb(6, 111, 24) 98%)\"},children:\"Vanilla Shake\"})})}),className:\"framer-qd5jo7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mHp3mVq9i\",style:{\"--extracted-a0htzi\":\"rgb(0, 0, 0)\"},text:xpF7CpuVL,verticalAlignment:\"top\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"dot graphic\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||481)-358),pixelHeight:2025,pixelWidth:2025,sizes:\"438px\",src:\"https://framerusercontent.com/images/iM60GpGPvOusSaSWfbwbtAyYjg.png\",srcSet:\"https://framerusercontent.com/images/iM60GpGPvOusSaSWfbwbtAyYjg.png?scale-down-to=512 512w,https://framerusercontent.com/images/iM60GpGPvOusSaSWfbwbtAyYjg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iM60GpGPvOusSaSWfbwbtAyYjg.png 2025w\"},className:\"framer-1xfhxic\",\"data-framer-name\":\"Dot Graphic\",layoutDependency:layoutDependency,layoutId:\"MGKwUDrUF\",style:{opacity:.6},...addPropertyOverrides({flFUS4VeK:{background:{alt:\"dot graphic\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||481)-380),pixelHeight:2025,pixelWidth:2025,sizes:\"350px\",src:\"https://framerusercontent.com/images/iM60GpGPvOusSaSWfbwbtAyYjg.png\",srcSet:\"https://framerusercontent.com/images/iM60GpGPvOusSaSWfbwbtAyYjg.png?scale-down-to=512 512w,https://framerusercontent.com/images/iM60GpGPvOusSaSWfbwbtAyYjg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iM60GpGPvOusSaSWfbwbtAyYjg.png 2025w\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0vGo5.framer-dmvj54, .framer-0vGo5 .framer-dmvj54 { display: block; }\",\".framer-0vGo5.framer-40c8pf { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 20px; height: 481px; justify-content: flex-start; overflow: visible; padding: 20px 0px 30px 0px; position: relative; width: 628px; }\",\".framer-0vGo5 .framer-1ocv5ro { flex: 1 0 0px; height: 1px; overflow: visible; position: relative; width: 100%; z-index: 4; }\",\".framer-0vGo5 .framer-1ach7ad { bottom: -28px; cursor: default; flex: none; height: 389px; left: calc(50.00000000000002% - 528px / 2); position: absolute; width: 528px; z-index: 3; }\",\".framer-0vGo5 .framer-1cp3dm9 { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-0vGo5 .framer-4ebsgr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 12px 0px 24px 0px; position: relative; width: 100%; }\",\".framer-0vGo5 .framer-1m3rikv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 10px 10px 30px 30px; position: relative; width: 100%; z-index: 10; }\",\".framer-0vGo5 .framer-qd5jo7 { flex: 1 0 0px; height: auto; max-width: 425px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-0vGo5 .framer-1xfhxic { bottom: -60px; flex: none; height: 418px; left: calc(50.00000000000002% - 438px / 2); overflow: hidden; position: absolute; width: 438px; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0vGo5.framer-40c8pf, .framer-0vGo5 .framer-1cp3dm9, .framer-0vGo5 .framer-4ebsgr, .framer-0vGo5 .framer-1m3rikv { gap: 0px; } .framer-0vGo5.framer-40c8pf > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-0vGo5.framer-40c8pf > :first-child, .framer-0vGo5 .framer-1cp3dm9 > :first-child, .framer-0vGo5 .framer-4ebsgr > :first-child { margin-top: 0px; } .framer-0vGo5.framer-40c8pf > :last-child, .framer-0vGo5 .framer-1cp3dm9 > :last-child, .framer-0vGo5 .framer-4ebsgr > :last-child { margin-bottom: 0px; } .framer-0vGo5 .framer-1cp3dm9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-0vGo5 .framer-4ebsgr > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-0vGo5 .framer-1m3rikv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0vGo5 .framer-1m3rikv > :first-child { margin-left: 0px; } .framer-0vGo5 .framer-1m3rikv > :last-child { margin-right: 0px; } }\",\".framer-0vGo5.framer-v-m0fxjb .framer-1ach7ad { bottom: unset; height: 317px; left: calc(50.00000000000002% - 418px / 2); top: calc(50.11600928074248% - 317px / 2); width: 418px; }\",\".framer-0vGo5.framer-v-m0fxjb .framer-1xfhxic { aspect-ratio: 1 / 1; bottom: 30px; height: var(--framer-aspect-ratio-supported, 350px); left: 50%; width: 350px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 481\n * @framerIntrinsicWidth 628\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"flFUS4VeK\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"F6DdJJB5b\":\"background\",\"lpkW4U8tj\":\"image\",\"xpF7CpuVL\":\"itemName\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUxR6t0hs1=withCSS(Component,css,\"framer-0vGo5\");export default FramerUxR6t0hs1;FramerUxR6t0hs1.displayName=\"Featured Item\";FramerUxR6t0hs1.defaultProps={height:481,width:628};addPropertyControls(FramerUxR6t0hs1,{variant:{options:[\"z9wQ_J7q_\",\"flFUS4VeK\"],optionTitles:[\"Desktop/Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},F6DdJJB5b:{defaultValue:\"rgba(255, 255, 255, 0)\",title:\"Background\",type:ControlType.Color},lpkW4U8tj:{title:\"Image\",type:ControlType.ResponsiveImage},xpF7CpuVL:{defaultValue:\"Vanilla Shake\",title:\"Item Name\",type:ControlType.String}});addFonts(FramerUxR6t0hs1,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUxR6t0hs1\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"flFUS4VeK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"481\",\"framerVariables\":\"{\\\"F6DdJJB5b\\\":\\\"background\\\",\\\"lpkW4U8tj\\\":\\\"image\\\",\\\"xpF7CpuVL\\\":\\\"itemName\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"628\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UxR6t0hs1.map", "// Generated by Framer (101bcc7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/m8B30a7uzJ0EdR5AaDtt/4eMmnQOJ3nVoT4nfigHY/YAP816Y5n.js\";const cycleOrder=[\"iG7KfaY29\",\"KliESdKbc\",\"W74iM24tO\"];const serializationHash=\"framer-M5zJg\";const variantClassNames={iG7KfaY29:\"framer-v-17c5st8\",KliESdKbc:\"framer-v-1f3espk\",W74iM24tO:\"framer-v-1ygghsv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"iG7KfaY29\",Phone:\"KliESdKbc\",Tablet:\"W74iM24tO\"};const getProps=({height,id,image,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,qvJJdP6zp:(_ref=image!==null&&image!==void 0?image:props.qvJJdP6zp)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/9tXtEtUUjuTblPg6v2Y3vWDNI.jpg\"},variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"iG7KfaY29\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,qvJJdP6zp,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iG7KfaY29\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(Image,{...restProps,...gestureHandlers,as:\"header\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:3e3,loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:4e3,pixelWidth:3e3,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(qvJJdP6zp)},className:cx(serializationHash,...sharedStyleClassNames,\"framer-17c5st8\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"iG7KfaY29\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-66697319-2a5f-4ec5-be46-8b86ef4349b4, rgb(12, 176, 40))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"none\",...style},variants:{KliESdKbc:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625), 0.18065619053231785px 0.6021873017743928px 0.6287020006298476px -1.25px rgba(0, 0, 0, 0.17997), 0.6865599909730371px 2.288533303243457px 2.389298914171123px -2.5px rgba(0, 0, 0, 0.15889), 3px 10px 10.44030650891055px -3.75px rgba(0, 0, 0, 0.0625)\"}},...addPropertyOverrides({KliESdKbc:{\"data-framer-name\":\"Phone\"},W74iM24tO:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x2dld8\",layoutDependency:layoutDependency,layoutId:\"Mu9R7ANOS\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)))\"},children:\"Thank You\"})}),className:\"framer-y458t1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kG1yBgfrm\",style:{\"--extracted-a0htzi\":\"var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KliESdKbc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7QWxhdHNpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Alatsi\", \"Alatsi Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)))\"},children:\"Thank You\"})}),fonts:[\"GF;Alatsi-regular\"]},W74iM24tO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7QWxhdHNpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Alatsi\", \"Alatsi Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)))\"},children:\"Thank You\"})}),fonts:[\"GF;Alatsi-regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)))\"},children:\"To the loyal burger lovers who make coming to work fun.\"})}),className:\"framer-16rvatb\",fonts:[\"GF;Lato-regular\"],layoutDependency:layoutDependency,layoutId:\"wULOZJmuQ\",style:{\"--extracted-r6o4lv\":\"var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248))\",opacity:.83},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KliESdKbc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)))\"},children:\"To the loyal burger lovers who make coming to work fun.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fgelhc\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"shBRHZ_yM\",style:{backgroundColor:\"rgba(0, 0, 0, 0.5)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-M5zJg.framer-c85sbq, .framer-M5zJg .framer-c85sbq { display: block; }\",\".framer-M5zJg.framer-17c5st8 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 600px; justify-content: center; overflow: hidden; padding: 60px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-M5zJg .framer-x2dld8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 162px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 390px; }\",\".framer-M5zJg .framer-y458t1 { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-M5zJg .framer-16rvatb { flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-M5zJg .framer-1fgelhc { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-M5zJg.framer-17c5st8, .framer-M5zJg .framer-x2dld8 { gap: 0px; } .framer-M5zJg.framer-17c5st8 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-M5zJg.framer-17c5st8 > :first-child, .framer-M5zJg .framer-x2dld8 > :first-child { margin-top: 0px; } .framer-M5zJg.framer-17c5st8 > :last-child, .framer-M5zJg .framer-x2dld8 > :last-child { margin-bottom: 0px; } .framer-M5zJg .framer-x2dld8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-M5zJg.framer-v-1f3espk.framer-17c5st8 { height: 276px; min-width: 100px; padding: 20px; width: 360px; }\",\".framer-M5zJg.framer-v-1f3espk .framer-x2dld8 { height: 100px; width: 300px; }\",\".framer-M5zJg.framer-v-1ygghsv.framer-17c5st8 { height: 575px; width: 810px; }\",...sharedStyle.css,'.framer-M5zJg[data-border=\"true\"]::after, .framer-M5zJg [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 600\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"KliESdKbc\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[\"100px\",null,null,null]},\"W74iM24tO\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"qvJJdP6zp\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVbWjF_qKT=withCSS(Component,css,\"framer-M5zJg\");export default FramerVbWjF_qKT;FramerVbWjF_qKT.displayName=\"Slide1\";FramerVbWjF_qKT.defaultProps={height:600,width:1200};addPropertyControls(FramerVbWjF_qKT,{variant:{options:[\"iG7KfaY29\",\"KliESdKbc\",\"W74iM24tO\"],optionTitles:[\"Variant 1\",\"Phone\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum},qvJJdP6zp:{__defaultAssetReference:\"data:framer/asset-reference,9tXtEtUUjuTblPg6v2Y3vWDNI.jpg?originalFilename=customer.jpg&preferredSize=full\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerVbWjF_qKT,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Alatsi\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/alatsi/v13/TK3iWkUJAxQ2nLNGGzUHte5fKg.woff2\",weight:\"400\"},{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVbWjF_qKT\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KliESdKbc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"100px\\\",null,null,null]},\\\"W74iM24tO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"600\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"qvJJdP6zp\\\":\\\"image\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VbWjF_qKT.map", "// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/waIyEnkndVAsUNvdVGWQ/Y8zrNHFJLq53Wrxrc0nl/fVxnimdqP.js\";import ButtonORDERNOWMOBILE from\"https://framerusercontent.com/modules/uPyvOb7Kus2QarRxHEzR/MYe9cAHAg2LNjHRNjlH4/NVg3wDYdK.js\";const ButtonORDERNOWMOBILEFonts=getFonts(ButtonORDERNOWMOBILE);const cycleOrder=[\"G1PRgWpkl\",\"xn_yvlgyf\",\"bKtoNmZpM\"];const serializationHash=\"framer-PBolh\";const variantClassNames={bKtoNmZpM:\"framer-v-1lkn33g\",G1PRgWpkl:\"framer-v-k5vvqz\",xn_yvlgyf:\"framer-v-tglo7k\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"G1PRgWpkl\",Phone:\"bKtoNmZpM\",Tablet:\"xn_yvlgyf\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"G1PRgWpkl\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"G1PRgWpkl\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(Image,{...restProps,...gestureHandlers,as:\"header\",background:{alt:\"Customers In Line at local burger shop\",fit:\"fill\",intrinsicHeight:1126,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:1126,pixelWidth:2e3,src:\"https://framerusercontent.com/images/GMMu40VzDMp5iSrpARmWXrj9PEs.png\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-k5vvqz\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"G1PRgWpkl\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-66697319-2a5f-4ec5-be46-8b86ef4349b4, rgb(12, 176, 40))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"none\",...style},variants:{bKtoNmZpM:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625), 0.18065619053231785px 0.6021873017743928px 0.6287020006298476px -1.25px rgba(0, 0, 0, 0.17997), 0.6865599909730371px 2.288533303243457px 2.389298914171123px -2.5px rgba(0, 0, 0, 0.15889), 3px 10px 10.44030650891055px -3.75px rgba(0, 0, 0, 0.0625)\"}},...addPropertyOverrides({bKtoNmZpM:{\"data-framer-name\":\"Phone\"},xn_yvlgyf:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(248, 248, 248, 0.8))\"},children:\"Named Best Food Delivery\"})}),className:\"framer-1vhr6a7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oyEtB0lAO\",style:{\"--extracted-r6o4lv\":\"rgba(248, 248, 248, 0.8)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)))\"},children:\"Fresh Press Burger Parlor was named Best Food Delivery In Apache Junction by Restaurant Guru 2023.\"})}),className:\"framer-1asy2my\",fonts:[\"GF;Lato-regular\"],layoutDependency:layoutDependency,layoutId:\"x99FYg003\",style:{\"--extracted-r6o4lv\":\"var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248))\",opacity:.83},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bKtoNmZpM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)))\"},children:\"Fresh Press Burger Parlor was named Best Food Delivery In Apache Junction by Restaurant Guru 2023.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+60+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-120-299)/2+209.99999999999997+40),...addPropertyOverrides({bKtoNmZpM:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+64+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-128-227)/2+138+40)},xn_yvlgyf:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+64+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-128-299)/2+209.99999999999997+40)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ptnlhv-container\",layoutDependency:layoutDependency,layoutId:\"fEO5OyVQQ-container\",children:/*#__PURE__*/_jsx(ButtonORDERNOWMOBILE,{height:\"100%\",id:\"fEO5OyVQQ\",layoutId:\"fEO5OyVQQ\",phsFJl3JL:\"LEARN MORE\",variant:\"gXzV9_1jd\",width:\"100%\",...addPropertyOverrides({bKtoNmZpM:{variant:\"FPERkziXx\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:565,intrinsicWidth:400,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||600)-212),pixelHeight:565,pixelWidth:400,positionX:\"center\",positionY:\"center\",sizes:\"263px\",src:\"https://framerusercontent.com/images/iyBBQ1aA4YnoyRmGOqVg7dI.png\",srcSet:\"https://framerusercontent.com/images/iyBBQ1aA4YnoyRmGOqVg7dI.png 400w\"},className:\"framer-j2gb14\",layoutDependency:layoutDependency,layoutId:\"NsTqeyooo\",...addPropertyOverrides({bKtoNmZpM:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:565,intrinsicWidth:400,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||300)-101),pixelHeight:565,pixelWidth:400,positionX:\"center\",positionY:\"center\",sizes:\"102px\",src:\"https://framerusercontent.com/images/iyBBQ1aA4YnoyRmGOqVg7dI.png\",srcSet:\"https://framerusercontent.com/images/iyBBQ1aA4YnoyRmGOqVg7dI.png 400w\"}},xn_yvlgyf:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:565,intrinsicWidth:400,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-216),pixelHeight:565,pixelWidth:400,positionX:\"center\",positionY:\"center\",sizes:\"271px\",src:\"https://framerusercontent.com/images/iyBBQ1aA4YnoyRmGOqVg7dI.png\",srcSet:\"https://framerusercontent.com/images/iyBBQ1aA4YnoyRmGOqVg7dI.png 400w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-cwzznu\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"Kl7JjyQi2\",style:{backgroundColor:\"rgba(0, 0, 0, 0.5)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PBolh.framer-4tzwp7, .framer-PBolh .framer-4tzwp7 { display: block; }\",\".framer-PBolh.framer-k5vvqz { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 600px; justify-content: center; overflow: hidden; padding: 60px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-PBolh .framer-1vhr6a7 { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-PBolh .framer-1asy2my { flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 390px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-PBolh .framer-ptnlhv-container { flex: none; height: auto; position: relative; width: auto; z-index: 3; }\",\".framer-PBolh .framer-j2gb14 { bottom: 30px; flex: none; height: 182px; left: -37px; position: absolute; width: 263px; z-index: 3; }\",\".framer-PBolh .framer-cwzznu { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PBolh.framer-k5vvqz { gap: 0px; } .framer-PBolh.framer-k5vvqz > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-PBolh.framer-k5vvqz > :first-child { margin-top: 0px; } .framer-PBolh.framer-k5vvqz > :last-child { margin-bottom: 0px; } }\",\".framer-PBolh.framer-v-tglo7k.framer-k5vvqz { height: 575px; padding: 64px; width: 810px; }\",\".framer-PBolh.framer-v-tglo7k .framer-j2gb14 { bottom: 34px; left: 21px; width: 271px; }\",\".framer-PBolh.framer-v-1lkn33g.framer-k5vvqz { height: min-content; max-height: 300px; padding: 64px; width: 390px; }\",\".framer-PBolh.framer-v-1lkn33g .framer-j2gb14 { bottom: 24px; height: 77px; left: 0px; width: 102px; }\",...sharedStyle.css,'.framer-PBolh[data-border=\"true\"]::after, .framer-PBolh [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 600\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"xn_yvlgyf\":{\"layout\":[\"fixed\",\"fixed\"]},\"bKtoNmZpM\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"300px\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framery_mKMKP0N=withCSS(Component,css,\"framer-PBolh\");export default Framery_mKMKP0N;Framery_mKMKP0N.displayName=\"Slide6\";Framery_mKMKP0N.defaultProps={height:600,width:1200};addPropertyControls(Framery_mKMKP0N,{variant:{options:[\"G1PRgWpkl\",\"xn_yvlgyf\",\"bKtoNmZpM\"],optionTitles:[\"Variant 1\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framery_mKMKP0N,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"}]},...ButtonORDERNOWMOBILEFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framery_mKMKP0N\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xn_yvlgyf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bKtoNmZpM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"300px\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"600\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"VM2LcYD_F\",\"e2SYO0Uj_\",\"ATzuzJVem\",\"RS2dHxxus\",\"gT2KnqbDS\",\"WP1vDg8zJ\",\"pPkqwoskC\",\"Az8GEF1JJ\",\"OiCGHVauV\",\"GSE6wKoyR\",\"jxPEcM3Ep\",\"crpyXyaRx\",\"n1Cgr7Ax9\",\"pVkQmAh0E\",\"jSkv2JX9M\"];const serializationHash=\"framer-lVmek\";const variantClassNames={ATzuzJVem:\"framer-v-xl06i\",Az8GEF1JJ:\"framer-v-1pb107t\",crpyXyaRx:\"framer-v-h8ebou\",e2SYO0Uj_:\"framer-v-gekar4\",GSE6wKoyR:\"framer-v-1jhb9xg\",gT2KnqbDS:\"framer-v-1iij4lt\",jSkv2JX9M:\"framer-v-1uv3usr\",jxPEcM3Ep:\"framer-v-6w34z9\",n1Cgr7Ax9:\"framer-v-1590cr7\",OiCGHVauV:\"framer-v-1bvjyac\",pPkqwoskC:\"framer-v-1bzp5yh\",pVkQmAh0E:\"framer-v-s6f4mo\",RS2dHxxus:\"framer-v-1ltltt8\",VM2LcYD_F:\"framer-v-2qz2i6\",WP1vDg8zJ:\"framer-v-1xlzm7j\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:.15,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop 1\":\"crpyXyaRx\",\"Desktop 2\":\"n1Cgr7Ax9\",\"Desktop 3\":\"pVkQmAh0E\",\"Desktop 4\":\"jSkv2JX9M\",\"Image 1\":\"e2SYO0Uj_\",\"Image 2\":\"ATzuzJVem\",\"Image 3\":\"RS2dHxxus\",\"Image 4\":\"gT2KnqbDS\",\"Image 5\":\"WP1vDg8zJ\",\"Image 6\":\"pPkqwoskC\",\"Mobile 1\":\"Az8GEF1JJ\",\"Mobile 2\":\"OiCGHVauV\",\"Mobile 3\":\"GSE6wKoyR\",\"Mobile 4\":\"jxPEcM3Ep\",\"Mobile Primary 1\":\"VM2LcYD_F\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"VM2LcYD_F\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"VM2LcYD_F\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppeare50jna=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"OiCGHVauV\"),2e3);});const onAppearolnh74=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"GSE6wKoyR\"),2e3);});const onAppearmus5fa=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"jxPEcM3Ep\"),2e3);});const onAppears2troi=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Az8GEF1JJ\"),2e3);});const onAppear1fjm39b=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"jSkv2JX9M\"),2500);});const onAppear14h5jjc=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"n1Cgr7Ax9\"),2500);});const onAppearpb6bt9=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"crpyXyaRx\"),2500);});const onMouseEnterj70c1b=activeVariantCallback(async(...args)=>{setVariant(\"e2SYO0Uj_\");});const onMouseLeavesnkgrs=activeVariantCallback(async(...args)=>{setVariant(\"VM2LcYD_F\");});const onMouseEnter3kvc5c=activeVariantCallback(async(...args)=>{setVariant(\"RS2dHxxus\");});const onMouseEnter3r9kaa=activeVariantCallback(async(...args)=>{setVariant(\"WP1vDg8zJ\");});const onMouseEntersn5vv2=activeVariantCallback(async(...args)=>{setVariant(\"ATzuzJVem\");});const onMouseEnterf4zder=activeVariantCallback(async(...args)=>{setVariant(\"gT2KnqbDS\");});const onMouseEntero2wh2w=activeVariantCallback(async(...args)=>{setVariant(\"pPkqwoskC\");});useOnVariantChange(baseVariant,{Az8GEF1JJ:onAppearolnh74,crpyXyaRx:undefined,default:onAppeare50jna,jSkv2JX9M:onAppearpb6bt9,jxPEcM3Ep:onAppears2troi,n1Cgr7Ax9:onAppear1fjm39b,OiCGHVauV:onAppearmus5fa,pVkQmAh0E:onAppear14h5jjc});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"Az8GEF1JJ\",\"OiCGHVauV\",\"GSE6wKoyR\",\"jxPEcM3Ep\",\"crpyXyaRx\",\"n1Cgr7Ax9\",\"pVkQmAh0E\",\"jSkv2JX9M\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,background:{alt:\"Fresh Press cheeseburger being held above cutting board\",fit:\"fill\",intrinsicHeight:3840,intrinsicWidth:5120,loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:3840,pixelWidth:5120,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/5UFO8M17yGGqFaAkGLIZQHUZk.jpg\",srcSet:\"https://framerusercontent.com/images/5UFO8M17yGGqFaAkGLIZQHUZk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5UFO8M17yGGqFaAkGLIZQHUZk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5UFO8M17yGGqFaAkGLIZQHUZk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/5UFO8M17yGGqFaAkGLIZQHUZk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/5UFO8M17yGGqFaAkGLIZQHUZk.jpg 5120w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-2qz2i6\",className,classNames),\"data-framer-name\":\"Mobile Primary 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"VM2LcYD_F\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({ATzuzJVem:{\"data-framer-name\":\"Image 2\"},Az8GEF1JJ:{\"data-framer-name\":\"Mobile 1\"},crpyXyaRx:{\"data-framer-name\":\"Desktop 1\",\"data-highlight\":undefined},e2SYO0Uj_:{\"data-framer-name\":\"Image 1\"},GSE6wKoyR:{\"data-framer-name\":\"Mobile 3\"},gT2KnqbDS:{\"data-framer-name\":\"Image 4\"},jSkv2JX9M:{\"data-framer-name\":\"Desktop 4\"},jxPEcM3Ep:{\"data-framer-name\":\"Mobile 4\"},n1Cgr7Ax9:{\"data-framer-name\":\"Desktop 2\"},OiCGHVauV:{\"data-framer-name\":\"Mobile 2\"},pPkqwoskC:{\"data-framer-name\":\"Image 6\"},pVkQmAh0E:{\"data-framer-name\":\"Desktop 3\"},RS2dHxxus:{\"data-framer-name\":\"Image 3\"},WP1vDg8zJ:{\"data-framer-name\":\"Image 5\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v4hf0z\",\"data-framer-name\":\"Image 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rnxfnmSNW\",onMouseEnter:onMouseEnterj70c1b,onMouseLeave:onMouseLeavesnkgrs,style:{background:'linear-gradient(180deg, var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0)) /* {\"name\":\"Black\"} */ 0%, rgb(171, 171, 171) 100%)',borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({Az8GEF1JJ:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},crpyXyaRx:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},GSE6wKoyR:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},jSkv2JX9M:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},jxPEcM3Ep:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},n1Cgr7Ax9:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},OiCGHVauV:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},pVkQmAh0E:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Street Corn Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1225)-0-1225)/2+0+0)+0),pixelHeight:3568,pixelWidth:1848,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg\",srcSet:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=1024 530w,https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=2048 1060w,https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg 1848w\"},className:\"framer-1761df9\",layoutDependency:layoutDependency,layoutId:\"zsAWKFCWt\",style:{opacity:1},variants:{ATzuzJVem:{opacity:.5},GSE6wKoyR:{opacity:.5},gT2KnqbDS:{opacity:.5},jxPEcM3Ep:{opacity:.5},OiCGHVauV:{opacity:.5},pPkqwoskC:{opacity:.5},RS2dHxxus:{opacity:.5},WP1vDg8zJ:{opacity:.5}},...addPropertyOverrides({ATzuzJVem:{background:{alt:\"Street Corn Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1231)-0-1231)/2+0+0)+0),pixelHeight:3568,pixelWidth:1848,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg\",srcSet:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=1024 530w,https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=2048 1060w,https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg 1848w\"}},Az8GEF1JJ:{background:{alt:\"Street Corn Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+0+0)+0),pixelHeight:3568,pixelWidth:1848,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=512\"}},crpyXyaRx:{background:{alt:\"Street Corn Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||630)-0-505)/2+0+0)+0),pixelHeight:3568,pixelWidth:1848,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg\",srcSet:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=1024 530w,https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=2048 1060w,https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg 1848w\"}},e2SYO0Uj_:{background:{alt:\"Street Corn Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1231)-0-1231)/2+0+0)+0),pixelHeight:3568,pixelWidth:1848,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg\",srcSet:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=1024 530w,https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=2048 1060w,https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg 1848w\"}},GSE6wKoyR:{background:{alt:\"Street Corn Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+0+0)+0),pixelHeight:3568,pixelWidth:1848,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=512\"}},gT2KnqbDS:{background:{alt:\"Street Corn Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+0+0)+0),pixelHeight:3568,pixelWidth:1848,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg\",srcSet:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=1024 530w,https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=2048 1060w,https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg 1848w\"}},jSkv2JX9M:{background:{alt:\"Street Corn Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+0+0)+0),pixelHeight:3568,pixelWidth:1848,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=512\"}},jxPEcM3Ep:{background:{alt:\"Street Corn Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+0+0)+0),pixelHeight:3568,pixelWidth:1848,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=512\"}},n1Cgr7Ax9:{background:{alt:\"Street Corn Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+0+0)+0),pixelHeight:3568,pixelWidth:1848,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=512\"}},OiCGHVauV:{background:{alt:\"Street Corn Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+0+0)+0),pixelHeight:3568,pixelWidth:1848,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=512\"}},pPkqwoskC:{background:{alt:\"Street Corn Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+0+0)+0),pixelHeight:3568,pixelWidth:1848,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg\",srcSet:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=1024 530w,https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=2048 1060w,https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg 1848w\"}},pVkQmAh0E:{background:{alt:\"Street Corn Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+0+0)+0),pixelHeight:3568,pixelWidth:1848,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=512\"}},RS2dHxxus:{background:{alt:\"Street Corn Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+0+0)+0),pixelHeight:3568,pixelWidth:1848,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg\",srcSet:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=1024 530w,https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=2048 1060w,https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg 1848w\"}},WP1vDg8zJ:{background:{alt:\"Street Corn Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+0+0)+0),pixelHeight:3568,pixelWidth:1848,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg\",srcSet:\"https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=1024 530w,https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg?scale-down-to=2048 1060w,https://framerusercontent.com/images/cF8PTmgkZN2RTzyVJwzpy7Cjo.jpg 1848w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9akzco\",\"data-framer-name\":\"Image 3\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"CKAX1nvvt\",onMouseEnter:onMouseEnter3kvc5c,onMouseLeave:onMouseLeavesnkgrs,style:{background:'linear-gradient(180deg, var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0)) /* {\"name\":\"Black\"} */ 0%, rgb(171, 171, 171) 100%)',borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({Az8GEF1JJ:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},crpyXyaRx:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},GSE6wKoyR:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},jSkv2JX9M:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},jxPEcM3Ep:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},n1Cgr7Ax9:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},OiCGHVauV:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},pVkQmAh0E:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"french fries\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1225)-0-1225)/2+200+5)+0),pixelHeight:16320,pixelWidth:7532,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg\",srcSet:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg 16320w\"},className:\"framer-1yiyzon\",layoutDependency:layoutDependency,layoutId:\"LijisYYsy\",style:{opacity:1},variants:{ATzuzJVem:{opacity:.5},Az8GEF1JJ:{opacity:.5},e2SYO0Uj_:{opacity:.5},gT2KnqbDS:{opacity:.5},jxPEcM3Ep:{opacity:.5},OiCGHVauV:{opacity:.5},pPkqwoskC:{opacity:.5},WP1vDg8zJ:{opacity:.5}},...addPropertyOverrides({ATzuzJVem:{background:{alt:\"french fries\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1231)-0-1231)/2+200+5)+0),pixelHeight:16320,pixelWidth:7532,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg\",srcSet:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg 16320w\"}},Az8GEF1JJ:{background:{alt:\"french fries\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+350+5)+0),pixelHeight:16320,pixelWidth:7532,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=512\"}},crpyXyaRx:{background:{alt:\"french fries\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||630)-0-505)/2+250+5)+0),pixelHeight:16320,pixelWidth:7532,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg\",srcSet:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg 16320w\"}},e2SYO0Uj_:{background:{alt:\"french fries\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1231)-0-1231)/2+522+5)+0),pixelHeight:16320,pixelWidth:7532,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg\",srcSet:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg 16320w\"}},GSE6wKoyR:{background:{alt:\"french fries\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+50+5)+0),pixelHeight:16320,pixelWidth:7532,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=512\"}},gT2KnqbDS:{background:{alt:\"french fries\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+200+5)+0),pixelHeight:16320,pixelWidth:7532,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg\",srcSet:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg 16320w\"}},jSkv2JX9M:{background:{alt:\"french fries\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+50+5)+0),pixelHeight:16320,pixelWidth:7532,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=512\"}},jxPEcM3Ep:{background:{alt:\"french fries\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+50+5)+0),pixelHeight:16320,pixelWidth:7532,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=512\"}},n1Cgr7Ax9:{background:{alt:\"french fries\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+50+5)+0),pixelHeight:16320,pixelWidth:7532,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=512\"}},OiCGHVauV:{background:{alt:\"french fries\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+50+5)+0),pixelHeight:16320,pixelWidth:7532,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=512\"}},pPkqwoskC:{background:{alt:\"french fries\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+200+5)+0),pixelHeight:16320,pixelWidth:7532,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg\",srcSet:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg 16320w\"}},pVkQmAh0E:{background:{alt:\"french fries\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+50+5)+0),pixelHeight:16320,pixelWidth:7532,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=512\"}},RS2dHxxus:{background:{alt:\"french fries\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+42+5)+0),pixelHeight:16320,pixelWidth:7532,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg\",srcSet:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg 16320w\"}},WP1vDg8zJ:{background:{alt:\"french fries\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+42+5)+0),pixelHeight:16320,pixelWidth:7532,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg\",srcSet:\"https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/BSDppcAxXw8XfPb16t1HAt2m2M.jpg 16320w\"}}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-kt0f19\",\"data-framer-name\":\"Image 5\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"uOmB4vyXM\",onMouseEnter:onMouseEnter3r9kaa,onMouseLeave:onMouseLeavesnkgrs,style:{background:'linear-gradient(180deg, var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0)) /* {\"name\":\"Black\"} */ 0%, rgb(171, 171, 171) 100%)',borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Inferno Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1225)-0-1225)/2+400+10)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg\",srcSet:\"https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg 1920w\"},className:\"framer-1slpnpv\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"cA5Y22t67\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",opacity:1},variants:{ATzuzJVem:{opacity:.5},e2SYO0Uj_:{opacity:.5},gT2KnqbDS:{opacity:.5},pPkqwoskC:{opacity:.5},RS2dHxxus:{opacity:.5}},...addPropertyOverrides({ATzuzJVem:{background:{alt:\"Inferno Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1231)-0-1231)/2+400+10)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg\",srcSet:\"https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg 1920w\"}},e2SYO0Uj_:{background:{alt:\"Inferno Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1231)-0-1231)/2+564+10)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg\",srcSet:\"https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg 1920w\"}},gT2KnqbDS:{background:{alt:\"Inferno Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+400+10)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg\",srcSet:\"https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg 1920w\"}},pPkqwoskC:{background:{alt:\"Inferno Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+400+10)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg\",srcSet:\"https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg 1920w\"}},RS2dHxxus:{background:{alt:\"Inferno Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+564+10)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg\",srcSet:\"https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg 1920w\"}},WP1vDg8zJ:{background:{alt:\"Inferno Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+84+10)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg\",srcSet:\"https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NsIL2VjOPzp4vX2bS01ADRYfm3M.jpg 1920w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-74vtd8\",\"data-framer-name\":\"Image 2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"lea0RVchn\",onMouseEnter:onMouseEntersn5vv2,onMouseLeave:onMouseLeavesnkgrs,style:{background:'linear-gradient(180deg, var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0)) /* {\"name\":\"Black\"} */ 0%, rgb(171, 171, 171) 100%)',borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({Az8GEF1JJ:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},crpyXyaRx:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},GSE6wKoyR:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},jSkv2JX9M:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},jxPEcM3Ep:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},n1Cgr7Ax9:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},OiCGHVauV:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},pVkQmAh0E:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Chicago Dog\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1225)-0-1225)/2+600+15)+0),pixelHeight:8160,pixelWidth:3768,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg\",srcSet:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg 8160w\"},className:\"framer-1os17ww\",layoutDependency:layoutDependency,layoutId:\"uQEzoTo0Q\",style:{opacity:1},variants:{Az8GEF1JJ:{opacity:.5},e2SYO0Uj_:{opacity:.5},GSE6wKoyR:{opacity:.5},gT2KnqbDS:{opacity:.5},jxPEcM3Ep:{opacity:.5},pPkqwoskC:{opacity:.5},RS2dHxxus:{opacity:.5},WP1vDg8zJ:{opacity:.5}},...addPropertyOverrides({ATzuzJVem:{background:{alt:\"Chicago Dog\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1231)-0-1231)/2+600+15)+0),pixelHeight:8160,pixelWidth:3768,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg\",srcSet:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg 8160w\"}},Az8GEF1JJ:{background:{alt:\"Chicago Dog\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+400+10)+-100),pixelHeight:8160,pixelWidth:3768,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=512\"}},crpyXyaRx:{background:{alt:\"Chicago Dog\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||630)-0-505)/2+0+0)+0),pixelHeight:8160,pixelWidth:3768,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg\",srcSet:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg 8160w\"}},e2SYO0Uj_:{background:{alt:\"Chicago Dog\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1231)-0-1231)/2+606+15)+0),pixelHeight:8160,pixelWidth:3768,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg\",srcSet:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg 8160w\"}},GSE6wKoyR:{background:{alt:\"Chicago Dog\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+400+10)+-100),pixelHeight:8160,pixelWidth:3768,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=512\"}},gT2KnqbDS:{background:{alt:\"Chicago Dog\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+1122+20)+0),pixelHeight:8160,pixelWidth:3768,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg\",srcSet:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg 8160w\"}},jSkv2JX9M:{background:{alt:\"Chicago Dog\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+100+10)+0),pixelHeight:8160,pixelWidth:3768,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=512\"}},jxPEcM3Ep:{background:{alt:\"Chicago Dog\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+100+10)+-100),pixelHeight:8160,pixelWidth:3768,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=512\"}},n1Cgr7Ax9:{background:{alt:\"Chicago Dog\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+100+10)+0),pixelHeight:8160,pixelWidth:3768,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=512\"}},OiCGHVauV:{background:{alt:\"Chicago Dog\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+100+10)+-100),pixelHeight:8160,pixelWidth:3768,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=512\"}},pPkqwoskC:{background:{alt:\"Chicago Dog\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+600+15)+0),pixelHeight:8160,pixelWidth:3768,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg\",srcSet:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg 8160w\"}},pVkQmAh0E:{background:{alt:\"Chicago Dog\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+400+10)+0),pixelHeight:8160,pixelWidth:3768,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=512\"}},RS2dHxxus:{background:{alt:\"Chicago Dog\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+606+15)+0),pixelHeight:8160,pixelWidth:3768,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg\",srcSet:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg 8160w\"}},WP1vDg8zJ:{background:{alt:\"Chicago Dog\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+606+15)+0),pixelHeight:8160,pixelWidth:3768,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg\",srcSet:\"https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Nad4mKuC6NNw1SGa4yyk4wM7nk.jpg 8160w\"}}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a30nqz\",\"data-framer-name\":\"Image 4\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xPGBDqudJ\",onMouseEnter:onMouseEnterf4zder,onMouseLeave:onMouseLeavesnkgrs,style:{background:'linear-gradient(180deg, var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0)) /* {\"name\":\"Black\"} */ 0%, rgb(171, 171, 171) 100%)',borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Western Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1225)-0-1225)/2+800+20)+0),pixelHeight:1479,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg\",srcSet:\"https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg?scale-down-to=1024 747w,https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg 1080w\"},className:\"framer-tybd88\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"rRgTXOUbG\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",opacity:1},variants:{ATzuzJVem:{opacity:.5},e2SYO0Uj_:{opacity:.5},pPkqwoskC:{opacity:.5},RS2dHxxus:{opacity:.5},WP1vDg8zJ:{opacity:.5}},...addPropertyOverrides({ATzuzJVem:{background:{alt:\"Western Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1231)-0-1231)/2+1122+20)+0),pixelHeight:1479,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg\",srcSet:\"https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg?scale-down-to=1024 747w,https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg 1080w\"}},e2SYO0Uj_:{background:{alt:\"Western Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1231)-0-1231)/2+806+20)+0),pixelHeight:1479,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg\",srcSet:\"https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg?scale-down-to=1024 747w,https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg 1080w\"}},gT2KnqbDS:{background:{alt:\"Western Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+600+15)+0),pixelHeight:1479,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg\",srcSet:\"https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg?scale-down-to=1024 747w,https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg 1080w\"}},pPkqwoskC:{background:{alt:\"Western Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+642+20)+0),pixelHeight:1479,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg\",srcSet:\"https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg?scale-down-to=1024 747w,https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg 1080w\"}},RS2dHxxus:{background:{alt:\"Western Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+806+20)+0),pixelHeight:1479,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg\",srcSet:\"https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg?scale-down-to=1024 747w,https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg 1080w\"}},WP1vDg8zJ:{background:{alt:\"Western Burger\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+806+20)+0),pixelHeight:1479,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg\",srcSet:\"https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg?scale-down-to=1024 747w,https://framerusercontent.com/images/bgvyxGLhcATTqc4yGSazAGGdk5A.jpg 1080w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ef2k5o\",\"data-framer-name\":\"Image 6\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"lMrz9b_KX\",onMouseEnter:onMouseEntero2wh2w,onMouseLeave:onMouseLeavesnkgrs,style:{background:'linear-gradient(180deg, var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0)) /* {\"name\":\"Black\"} */ 0%, rgb(171, 171, 171) 100%)',borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({Az8GEF1JJ:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},crpyXyaRx:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},GSE6wKoyR:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},jSkv2JX9M:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},jxPEcM3Ep:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},n1Cgr7Ax9:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},OiCGHVauV:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined},pVkQmAh0E:{\"data-highlight\":undefined,onMouseEnter:undefined,onMouseLeave:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Stawberry Shake\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1225)-0-1225)/2+1e3+25)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg\",srcSet:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg 1920w\"},className:\"framer-pcbond\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"h6Rr_PYVj\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",opacity:1},variants:{ATzuzJVem:{opacity:.5},Az8GEF1JJ:{opacity:.5},e2SYO0Uj_:{opacity:.5},GSE6wKoyR:{opacity:.5},gT2KnqbDS:{opacity:.5},OiCGHVauV:{opacity:.5},RS2dHxxus:{opacity:.5},WP1vDg8zJ:{opacity:.5}},...addPropertyOverrides({ATzuzJVem:{background:{alt:\"Stawberry Shake\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1231)-0-1231)/2+1164+25)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg\",srcSet:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg 1920w\"}},Az8GEF1JJ:{background:{alt:\"Stawberry Shake\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+450+15)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=512\"}},crpyXyaRx:{background:{alt:\"Stawberry Shake\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||630)-0-505)/2+250+5)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg\",srcSet:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg 1920w\"}},e2SYO0Uj_:{background:{alt:\"Stawberry Shake\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1231)-0-1231)/2+1006+25)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg\",srcSet:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg 1920w\"}},GSE6wKoyR:{background:{alt:\"Stawberry Shake\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+450+15)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=512\"}},gT2KnqbDS:{background:{alt:\"Stawberry Shake\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+1164+25)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg\",srcSet:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg 1920w\"}},jSkv2JX9M:{background:{alt:\"Stawberry Shake\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+150+15)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=512\"}},jxPEcM3Ep:{background:{alt:\"Stawberry Shake\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+150+15)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=512\"}},n1Cgr7Ax9:{background:{alt:\"Stawberry Shake\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+450+15)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=512\"}},OiCGHVauV:{background:{alt:\"Stawberry Shake\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+450+15)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=512\"}},pPkqwoskC:{background:{alt:\"Stawberry Shake\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+684+25)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg\",srcSet:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg 1920w\"}},pVkQmAh0E:{background:{alt:\"Stawberry Shake\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||515)-0-515)/2+450+15)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=512\"}},RS2dHxxus:{background:{alt:\"Stawberry Shake\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+1006+25)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg\",srcSet:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg 1920w\"}},WP1vDg8zJ:{background:{alt:\"Stawberry Shake\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1231)/2+1006+25)+0),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:\"470px\",src:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg\",srcSet:\"https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GOrXvR6agqoC0FJkf9hCXZh4xU.jpg 1920w\"}}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lVmek.framer-16b75o3, .framer-lVmek .framer-16b75o3 { display: block; }\",\".framer-lVmek.framer-2qz2i6 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; max-width: 350px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-lVmek .framer-1v4hf0z, .framer-lVmek .framer-9akzco, .framer-lVmek .framer-kt0f19, .framer-lVmek .framer-74vtd8, .framer-lVmek .framer-1a30nqz, .framer-lVmek .framer-ef2k5o { cursor: pointer; flex: none; height: 200px; overflow: hidden; position: relative; width: 470px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lVmek .framer-1761df9, .framer-lVmek .framer-1yiyzon, .framer-lVmek .framer-1slpnpv, .framer-lVmek .framer-1os17ww, .framer-lVmek .framer-tybd88, .framer-lVmek .framer-pcbond { flex: none; height: 522px; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lVmek.framer-2qz2i6 { gap: 0px; } .framer-lVmek.framer-2qz2i6 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-lVmek.framer-2qz2i6 > :first-child { margin-top: 0px; } .framer-lVmek.framer-2qz2i6 > :last-child { margin-bottom: 0px; } }\",\".framer-lVmek.framer-v-gekar4 .framer-1v4hf0z, .framer-lVmek.framer-v-xl06i .framer-74vtd8, .framer-lVmek.framer-v-1ltltt8 .framer-9akzco, .framer-lVmek.framer-v-1xlzm7j .framer-kt0f19, .framer-lVmek.framer-v-1bzp5yh .framer-ef2k5o { height: 522px; }\",\".framer-lVmek.framer-v-gekar4 .framer-9akzco, .framer-lVmek.framer-v-gekar4 .framer-kt0f19, .framer-lVmek.framer-v-xl06i .framer-1a30nqz, .framer-lVmek.framer-v-xl06i .framer-ef2k5o, .framer-lVmek.framer-v-1ltltt8 .framer-1v4hf0z, .framer-lVmek.framer-v-1ltltt8 .framer-kt0f19, .framer-lVmek.framer-v-1xlzm7j .framer-1v4hf0z, .framer-lVmek.framer-v-1xlzm7j .framer-9akzco, .framer-lVmek.framer-v-1bzp5yh .framer-74vtd8, .framer-lVmek.framer-v-1bzp5yh .framer-1a30nqz { height: 42px; }\",\".framer-lVmek.framer-v-1iij4lt .framer-1v4hf0z { order: 0; }\",\".framer-lVmek.framer-v-1iij4lt .framer-9akzco { order: 1; }\",\".framer-lVmek.framer-v-1iij4lt .framer-kt0f19 { order: 2; }\",\".framer-lVmek.framer-v-1iij4lt .framer-74vtd8 { height: 42px; order: 4; }\",\".framer-lVmek.framer-v-1iij4lt .framer-1a30nqz { height: 522px; order: 3; }\",\".framer-lVmek.framer-v-1iij4lt .framer-ef2k5o { height: 42px; order: 5; }\",\".framer-lVmek.framer-v-1pb107t .framer-1v4hf0z, .framer-lVmek.framer-v-1bvjyac .framer-74vtd8, .framer-lVmek.framer-v-1jhb9xg .framer-9akzco, .framer-lVmek.framer-v-6w34z9 .framer-ef2k5o { height: 350px; width: 321px; }\",\".framer-lVmek.framer-v-1pb107t .framer-9akzco, .framer-lVmek.framer-v-1pb107t .framer-74vtd8, .framer-lVmek.framer-v-1pb107t .framer-ef2k5o, .framer-lVmek.framer-v-1bvjyac .framer-1v4hf0z, .framer-lVmek.framer-v-1bvjyac .framer-9akzco, .framer-lVmek.framer-v-1bvjyac .framer-ef2k5o, .framer-lVmek.framer-v-1jhb9xg .framer-1v4hf0z, .framer-lVmek.framer-v-1jhb9xg .framer-74vtd8, .framer-lVmek.framer-v-1jhb9xg .framer-ef2k5o, .framer-lVmek.framer-v-6w34z9 .framer-1v4hf0z, .framer-lVmek.framer-v-6w34z9 .framer-9akzco, .framer-lVmek.framer-v-6w34z9 .framer-74vtd8 { height: 50px; width: 321px; }\",\".framer-lVmek.framer-v-1pb107t .framer-1os17ww, .framer-lVmek.framer-v-1bvjyac .framer-1os17ww, .framer-lVmek.framer-v-1jhb9xg .framer-1os17ww, .framer-lVmek.framer-v-6w34z9 .framer-1os17ww { top: -100px; }\",\".framer-lVmek.framer-v-h8ebou.framer-2qz2i6 { flex-wrap: wrap; height: 630px; max-width: unset; overflow: visible; width: 598px; }\",\".framer-lVmek.framer-v-h8ebou .framer-1v4hf0z, .framer-lVmek.framer-v-h8ebou .framer-9akzco, .framer-lVmek.framer-v-h8ebou .framer-74vtd8, .framer-lVmek.framer-v-h8ebou .framer-ef2k5o { height: 250px; width: 200px; }\",\".framer-lVmek.framer-v-h8ebou .framer-1761df9, .framer-lVmek.framer-v-h8ebou .framer-1yiyzon, .framer-lVmek.framer-v-h8ebou .framer-1os17ww, .framer-lVmek.framer-v-h8ebou .framer-pcbond { bottom: 0px; height: unset; }\",\".framer-lVmek.framer-v-1590cr7.framer-2qz2i6, .framer-lVmek.framer-v-s6f4mo.framer-2qz2i6, .framer-lVmek.framer-v-1uv3usr.framer-2qz2i6 { max-width: unset; }\",\".framer-lVmek.framer-v-1590cr7 .framer-1v4hf0z, .framer-lVmek.framer-v-1590cr7 .framer-9akzco, .framer-lVmek.framer-v-1590cr7 .framer-ef2k5o, .framer-lVmek.framer-v-s6f4mo .framer-1v4hf0z, .framer-lVmek.framer-v-s6f4mo .framer-74vtd8, .framer-lVmek.framer-v-s6f4mo .framer-ef2k5o, .framer-lVmek.framer-v-1uv3usr .framer-1v4hf0z, .framer-lVmek.framer-v-1uv3usr .framer-9akzco, .framer-lVmek.framer-v-1uv3usr .framer-74vtd8 { height: 50px; width: 600px; }\",\".framer-lVmek.framer-v-1590cr7 .framer-74vtd8, .framer-lVmek.framer-v-s6f4mo .framer-9akzco, .framer-lVmek.framer-v-1uv3usr .framer-ef2k5o { height: 350px; width: 600px; }\",'.framer-lVmek[data-border=\"true\"]::after, .framer-lVmek [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1225\n * @framerIntrinsicWidth 350\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"350px\",null,null]},\"e2SYO0Uj_\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"350px\",null,null]},\"ATzuzJVem\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"350px\",null,null]},\"RS2dHxxus\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"350px\",null,null]},\"gT2KnqbDS\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"350px\",null,null]},\"WP1vDg8zJ\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"350px\",null,null]},\"pPkqwoskC\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"350px\",null,null]},\"Az8GEF1JJ\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"350px\",null,null]},\"OiCGHVauV\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"350px\",null,null]},\"GSE6wKoyR\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"350px\",null,null]},\"jxPEcM3Ep\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[null,\"350px\",null,null]},\"crpyXyaRx\":{\"layout\":[\"fixed\",\"fixed\"]},\"n1Cgr7Ax9\":{\"layout\":[\"auto\",\"auto\"]},\"pVkQmAh0E\":{\"layout\":[\"auto\",\"auto\"]},\"jSkv2JX9M\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYO_MwV6iZ=withCSS(Component,css,\"framer-lVmek\");export default FramerYO_MwV6iZ;FramerYO_MwV6iZ.displayName=\"Gallery Wrapper\";FramerYO_MwV6iZ.defaultProps={height:1225,width:350};addPropertyControls(FramerYO_MwV6iZ,{variant:{options:[\"VM2LcYD_F\",\"e2SYO0Uj_\",\"ATzuzJVem\",\"RS2dHxxus\",\"gT2KnqbDS\",\"WP1vDg8zJ\",\"pPkqwoskC\",\"Az8GEF1JJ\",\"OiCGHVauV\",\"GSE6wKoyR\",\"jxPEcM3Ep\",\"crpyXyaRx\",\"n1Cgr7Ax9\",\"pVkQmAh0E\",\"jSkv2JX9M\"],optionTitles:[\"Mobile Primary 1\",\"Image 1\",\"Image 2\",\"Image 3\",\"Image 4\",\"Image 5\",\"Image 6\",\"Mobile 1\",\"Mobile 2\",\"Mobile 3\",\"Mobile 4\",\"Desktop 1\",\"Desktop 2\",\"Desktop 3\",\"Desktop 4\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerYO_MwV6iZ,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYO_MwV6iZ\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"1225\",\"framerIntrinsicWidth\":\"350\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"350px\\\",null,null]},\\\"e2SYO0Uj_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"350px\\\",null,null]},\\\"ATzuzJVem\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"350px\\\",null,null]},\\\"RS2dHxxus\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"350px\\\",null,null]},\\\"gT2KnqbDS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"350px\\\",null,null]},\\\"WP1vDg8zJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"350px\\\",null,null]},\\\"pPkqwoskC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"350px\\\",null,null]},\\\"Az8GEF1JJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"350px\\\",null,null]},\\\"OiCGHVauV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"350px\\\",null,null]},\\\"GSE6wKoyR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"350px\\\",null,null]},\\\"jxPEcM3Ep\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"350px\\\",null,null]},\\\"crpyXyaRx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"n1Cgr7Ax9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pVkQmAh0E\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jSkv2JX9M\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YO_MwV6iZ.map", "// Generated by Framer (101bcc7)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Lato-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVewqFGC_p9dw.woff2\",weight:\"700\"}]}];export const css=['.framer-3hHJX .framer-styles-preset-auiypk:not(.rich-text-wrapper), .framer-3hHJX .framer-styles-preset-auiypk.rich-text-wrapper h1 { --framer-font-family: \"Lato\", \"Lato Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 68px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -1.5px; --framer-line-height: 1.1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-66697319-2a5f-4ec5-be46-8b86ef4349b4, #0cb028); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-3hHJX .framer-styles-preset-auiypk:not(.rich-text-wrapper), .framer-3hHJX .framer-styles-preset-auiypk.rich-text-wrapper h1 { --framer-font-family: \"Lato\", \"Lato Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 60px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -1.5px; --framer-line-height: 1.1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-66697319-2a5f-4ec5-be46-8b86ef4349b4, #0cb028); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-3hHJX .framer-styles-preset-auiypk:not(.rich-text-wrapper), .framer-3hHJX .framer-styles-preset-auiypk.rich-text-wrapper h1 { --framer-font-family: \"Lato\", \"Lato Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 42px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -1.5px; --framer-line-height: 1.1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-66697319-2a5f-4ec5-be46-8b86ef4349b4, #0cb028); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-3hHJX\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3f65431)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Audiowide-regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Audiowide\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/audiowide/v20/l7gdbjpo0cum0ckerWCtlAXPExpQBw.woff2\",weight:\"400\"}]}];export const css=['.framer-DbdXN .framer-styles-preset-8sy9fg:not(.rich-text-wrapper), .framer-DbdXN .framer-styles-preset-8sy9fg.rich-text-wrapper h1 { --framer-font-family: \"Audiowide\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 96px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-DbdXN .framer-styles-preset-8sy9fg:not(.rich-text-wrapper), .framer-DbdXN .framer-styles-preset-8sy9fg.rich-text-wrapper h1 { --framer-font-family: \"Audiowide\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 100px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-DbdXN .framer-styles-preset-8sy9fg:not(.rich-text-wrapper), .framer-DbdXN .framer-styles-preset-8sy9fg.rich-text-wrapper h1 { --framer-font-family: \"Audiowide\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 52px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-DbdXN\";\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 (f082bd6)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PathVariablesContext,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/RLUeKLNmERbgkhrJQwKX/Ticker.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/90ICLbTHnkXgVfH1BSgW/Video.js\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/7r5UGUpFh6FWtcVOCSDp/Carousel.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/3r1MOrsbGq47TYKOPcQV/SlideShow.js\";import ReviewCard from\"#framer/local/canvasComponent/abSEepRWp/abSEepRWp.js\";import Slide4 from\"#framer/local/canvasComponent/ee_qxBn0q/ee_qxBn0q.js\";import NewMenuItemWrapper from\"#framer/local/canvasComponent/EShBelMwv/EShBelMwv.js\";import Slide3 from\"#framer/local/canvasComponent/gPzCjEzVG/gPzCjEzVG.js\";import Navbar from\"#framer/local/canvasComponent/MjNbVGNe4/MjNbVGNe4.js\";import Slide7 from\"#framer/local/canvasComponent/N6Y3TTe9f/N6Y3TTe9f.js\";import ButtonORDERNOWMOBILE from\"#framer/local/canvasComponent/NVg3wDYdK/NVg3wDYdK.js\";import Slide2 from\"#framer/local/canvasComponent/NXWz77SGg/NXWz77SGg.js\";import ClassicComboSlide from\"#framer/local/canvasComponent/pNPhP1Al8/pNPhP1Al8.js\";import NEWMobileMenuNavbar from\"#framer/local/canvasComponent/pRz08c80o/pRz08c80o.js\";import ImageComponent from\"#framer/local/canvasComponent/qeLpqGcfH/qeLpqGcfH.js\";import Slide5 from\"#framer/local/canvasComponent/rvfFb4F5i/rvfFb4F5i.js\";import MenuNavBar from\"#framer/local/canvasComponent/TfUzqhhjq/TfUzqhhjq.js\";import FooterFreshPress from\"#framer/local/canvasComponent/U5HYfgri0/U5HYfgri0.js\";import ButtonLearnMoreGray from\"#framer/local/canvasComponent/UXd4qK8ob/UXd4qK8ob.js\";import FeaturedItem from\"#framer/local/canvasComponent/UxR6t0hs1/UxR6t0hs1.js\";import Slide1 from\"#framer/local/canvasComponent/VbWjF_qKT/VbWjF_qKT.js\";import Slide6 from\"#framer/local/canvasComponent/y_mKMKP0N/y_mKMKP0N.js\";import GalleryWrapper from\"#framer/local/canvasComponent/YO_MwV6iZ/YO_MwV6iZ.js\";import FreshPressMenu from\"#framer/local/collection/PhQoiNKft/PhQoiNKft.js\";import*as sharedStyle3 from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle from\"#framer/local/css/qwSwLi_ZC/qwSwLi_ZC.js\";import*as sharedStyle1 from\"#framer/local/css/V89AXXEXd/V89AXXEXd.js\";import*as sharedStyle2 from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import*as sharedStyle4 from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavbarFonts=getFonts(Navbar);const ContainerWithFX=withFX(Container);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const ImageWithFX=withFX(Image);const ButtonORDERNOWMOBILEFonts=getFonts(ButtonORDERNOWMOBILE);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const TickerFonts=getFonts(Ticker);const FeaturedItemFonts=getFonts(FeaturedItem);const VideoFonts=getFonts(Video);const MenuNavBarFonts=getFonts(MenuNavBar);const NewMenuItemWrapperFonts=getFonts(NewMenuItemWrapper);const NEWMobileMenuNavbarFonts=getFonts(NEWMobileMenuNavbar);const Slide1Fonts=getFonts(Slide1);const Slide2Fonts=getFonts(Slide2);const Slide3Fonts=getFonts(Slide3);const Slide4Fonts=getFonts(Slide4);const Slide5Fonts=getFonts(Slide5);const Slide6Fonts=getFonts(Slide6);const Slide7Fonts=getFonts(Slide7);const ClassicComboSlideFonts=getFonts(ClassicComboSlide);const SlideshowFonts=getFonts(Slideshow);const ReviewCardFonts=getFonts(ReviewCard);const CarouselFonts=getFonts(Carousel);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const MotionHeaderWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.header);const ButtonLearnMoreGrayFonts=getFonts(ButtonLearnMoreGray);const ImageComponentFonts=getFonts(ImageComponent);const GalleryWrapperFonts=getFonts(GalleryWrapper);const FooterFreshPressFonts=getFonts(FooterFreshPress);const breakpoints={aUhNucprW:\"(max-width: 809px)\",jprCuZoR8:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Eqf9R\";const variantClassNames={aUhNucprW:\"framer-v-1yy6cxk\",jprCuZoR8:\"framer-v-325ghs\",WQLkyLRf1:\"framer-v-72rtr7\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation={opacity:.001,rotate:0,rotateX:0,rotateY:90,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={bounce:0,delay:.05,duration:.4,type:\"spring\"};const textEffect={effect:animation,startDelay:.5,tokenization:\"character\",transition:transition1,trigger:\"onMount\",type:\"appear\"};const transition2={damping:32,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition3={damping:32,delay:0,mass:1,stiffness:228,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={damping:32,delay:0,mass:1,stiffness:100,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition5={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation7={opacity:.3,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition6={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,transition:transition6};const transition7={delay:3,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation10={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition8={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition8,y:-10};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const animation15={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const animation16={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.6,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const transition9={damping:30,delay:.33,mass:1,stiffness:212,type:\"spring\"};const animation17={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition9,x:0,y:0};const animation18={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9,x:0,y:0};const animation19={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.6,skewX:0,skewY:0,x:0,y:150};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate3=(_,t)=>`translateY(-50%) ${t}`;const animation20={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,y:-10};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"aUhNucprW\",Tablet:\"jprCuZoR8\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,SmdN7Kl7nG21rGLKkh,CJsS2gnySG21rGLKkh,k02UEAP0MG21rGLKkh,idG21rGLKkh,SmdN7Kl7nx4tMO3F4F,CJsS2gnySx4tMO3F4F,VlcbGx5lRx4tMO3F4F,k02UEAP0Mx4tMO3F4F,idx4tMO3F4F,...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,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const ref2=React.useRef(null);const elementId=useRouteElementId(\"jR_704bY9\");const ref3=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"aUhNucprW\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"aUhNucprW\")return false;return true;};const elementId1=useRouteElementId(\"SpDCla8j3\");const ref4=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"jprCuZoR8\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"jprCuZoR8\")return false;return true;};const elementId2=useRouteElementId(\"WHy_8nsmJ\");const ref5=React.useRef(null);const elementId3=useRouteElementId(\"sBosZaEcZ\");const ref6=React.useRef(null);const elementId4=useRouteElementId(\"kQXmIYN5g\");const ref7=React.useRef(null);const elementId5=useRouteElementId(\"PaPL5K6EM\");const ref8=React.useRef(null);const elementId6=useRouteElementId(\"xQ8667Iva\");const ref9=React.useRef(null);const elementId7=useRouteElementId(\"NZovxCv_a\");const ref10=React.useRef(null);const elementId8=useRouteElementId(\"Z1zi6vOJH\");const ref11=React.useRef(null);const elementId9=useRouteElementId(\"uSKst661c\");const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`min(100vw, ${componentViewport?.width||\"100vw\"})`,y:0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{bounce:0,damping:83,delay:0,duration:.3,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:193,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref2,target:{opacity:.4,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-200}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-g14tql-container\",layoutScroll:true,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{style:{maxHeight:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"Mlx_UzZQR\"},jprCuZoR8:{variant:\"hRZmUqbV3\"}},children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"JQWcNDLOd\",layoutId:\"JQWcNDLOd\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"zKkzr_9wW\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14f07bn\",\"data-framer-name\":\"Hero Section Wrapper\",id:elementId,ref:ref3,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-82yubw\",\"data-framer-name\":\"Hero Title\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-tswncm\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ffool3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-auiypk\",\"data-styles-preset\":\"qwSwLi_ZC\",children:\"A Modern Take On A Classic\"})}),className:\"framer-13otbvg\",\"data-framer-name\":\"A Classic Take On A Modern\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-8sy9fg\",\"data-styles-preset\":\"V89AXXEXd\",style:{\"--framer-text-alignment\":\"center\"},children:\"BURGER\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-8sy9fg\",\"data-styles-preset\":\"V89AXXEXd\",children:\"BURGER\"})}),className:\"framer-15o71jp\",\"data-framer-appear-id\":\"15o71jp\",fonts:[\"Inter\"],initial:animation2,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yr4eb4\",\"data-framer-name\":\"Hero Image\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{animate:animation5,background:{alt:\"All American Cheeseburger\",fit:\"fit\",intrinsicHeight:825,intrinsicWidth:1444,pixelHeight:825,pixelWidth:1444,positionX:\"center\",positionY:\"center\",sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px) + 34px)`,src:\"https://framerusercontent.com/images/UcqNnbGPNDhPfVfNu6dOBanbQ.png\",srcSet:\"https://framerusercontent.com/images/UcqNnbGPNDhPfVfNu6dOBanbQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/UcqNnbGPNDhPfVfNu6dOBanbQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UcqNnbGPNDhPfVfNu6dOBanbQ.png 1444w\"},initial:animation6},jprCuZoR8:{background:{alt:\"All American Cheeseburger\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:1050,pixelHeight:600,pixelWidth:1050,sizes:\"552px\",src:\"https://framerusercontent.com/images/WBSDZNsJl7PlUaMTFaRSD9evII.png\",srcSet:\"https://framerusercontent.com/images/WBSDZNsJl7PlUaMTFaRSD9evII.png?scale-down-to=512 512w,https://framerusercontent.com/images/WBSDZNsJl7PlUaMTFaRSD9evII.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WBSDZNsJl7PlUaMTFaRSD9evII.png 1050w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation4,background:{alt:\"All American Cheeseburger\",fit:\"fill\",intrinsicHeight:825,intrinsicWidth:1444,pixelHeight:825,pixelWidth:1444,sizes:\"661px\",src:\"https://framerusercontent.com/images/UcqNnbGPNDhPfVfNu6dOBanbQ.png\",srcSet:\"https://framerusercontent.com/images/UcqNnbGPNDhPfVfNu6dOBanbQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/UcqNnbGPNDhPfVfNu6dOBanbQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UcqNnbGPNDhPfVfNu6dOBanbQ.png 1444w\"},className:\"framer-y0yqlf\",\"data-framer-appear-id\":\"y0yqlf\",\"data-framer-name\":\"burger_with_grn_dots\",initial:animation2,optimized:true,style:{transformPerspective:1200}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{background:{alt:\"Fresh Press Burger Parlor Logo\",fit:\"fill\",intrinsicHeight:2700,intrinsicWidth:2700,pixelHeight:2025,pixelWidth:2025,sizes:\"150px\",src:\"https://framerusercontent.com/images/cregy1KFciYp79XzFlDqgtL0as.png\",srcSet:\"https://framerusercontent.com/images/cregy1KFciYp79XzFlDqgtL0as.png?scale-down-to=512 512w,https://framerusercontent.com/images/cregy1KFciYp79XzFlDqgtL0as.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cregy1KFciYp79XzFlDqgtL0as.png 2025w\"}},jprCuZoR8:{background:{alt:\"Fresh Press Burger Parlor Logo\",fit:\"fill\",intrinsicHeight:2700,intrinsicWidth:2700,pixelHeight:2700,pixelWidth:2700,sizes:\"334px\",src:\"https://framerusercontent.com/images/ivGLOLMtwDskai2xWI3pO8Xws.png\",srcSet:\"https://framerusercontent.com/images/ivGLOLMtwDskai2xWI3pO8Xws.png?scale-down-to=512 512w,https://framerusercontent.com/images/ivGLOLMtwDskai2xWI3pO8Xws.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ivGLOLMtwDskai2xWI3pO8Xws.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ivGLOLMtwDskai2xWI3pO8Xws.png 2700w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Fresh Press Burger Parlor Logo\",fit:\"fill\",intrinsicHeight:2700,intrinsicWidth:2700,pixelHeight:2700,pixelWidth:2700,sizes:\"525px\",src:\"https://framerusercontent.com/images/ivGLOLMtwDskai2xWI3pO8Xws.png\",srcSet:\"https://framerusercontent.com/images/ivGLOLMtwDskai2xWI3pO8Xws.png?scale-down-to=512 512w,https://framerusercontent.com/images/ivGLOLMtwDskai2xWI3pO8Xws.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ivGLOLMtwDskai2xWI3pO8Xws.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ivGLOLMtwDskai2xWI3pO8Xws.png 2700w\"},className:\"framer-1rcvx90\",\"data-framer-name\":\"Logo\",style:{rotate:19}})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1188,intrinsicWidth:1188,pixelHeight:1485,pixelWidth:1485,sizes:\"89px\",src:\"https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png\",srcSet:\"https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png 1485w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation7,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1188,intrinsicWidth:1188,pixelHeight:1485,pixelWidth:1485,src:\"https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png\",srcSet:\"https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png 1485w\"},className:\"framer-izoand hidden-72rtr7 hidden-325ghs\",\"data-framer-name\":\"Neon_Burger\",transformTemplate:transformTemplate1,whileHover:animation8})}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RMNjM4LMX\"},nodeId:\"Wq0yDVViO\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1188,intrinsicWidth:1188,pixelHeight:1485,pixelWidth:1485,sizes:\"89px\",src:\"https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png\",srcSet:\"https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png 1485w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation7,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:1188,intrinsicWidth:1188,pixelHeight:1485,pixelWidth:1485,src:\"https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png\",srcSet:\"https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png 1485w\"},className:\"framer-5620qi hidden-72rtr7 hidden-325ghs framer-lux5qc\",\"data-framer-name\":\"Neon_Burger\",transformTemplate:transformTemplate1,whileHover:animation8})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-npw7k hidden-1yy6cxk\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"200px\",children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-16nkoxg-container\",\"data-framer-appear-id\":\"16nkoxg\",initial:animation2,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ButtonORDERNOWMOBILE,{height:\"100%\",id:\"xikZohCsV\",layoutId:\"xikZohCsV\",phsFJl3JL:\"ORDER TAKEOUT\",style:{width:\"100%\"},variant:\"z5rEM5fg3\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"200px\",children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1154w16-container\",\"data-framer-appear-id\":\"1154w16\",initial:animation2,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ButtonORDERNOWMOBILE,{height:\"100%\",id:\"JMUfdYeAx\",layoutId:\"JMUfdYeAx\",phsFJl3JL:\"ORDER DELIVERY\",style:{width:\"100%\"},variant:\"jmaLmw6c4\",width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6l9pyb-container hidden-1yy6cxk\",\"data-framer-name\":\"Burger Ticker\",name:\"Burger Ticker\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:1e3,height:\"100%\",hoverFactor:1,id:\"audJf1T15\",layoutId:\"audJf1T15\",name:\"Burger Ticker\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1188,intrinsicWidth:1188,pixelHeight:1485,pixelWidth:1485,sizes:\"125px\",src:\"https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png\",srcSet:\"https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png 1485w\"},className:\"framer-jsibs6\",\"data-framer-name\":\"Neon_Burger\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1188,intrinsicWidth:1188,pixelHeight:1485,pixelWidth:1485,sizes:\"125px\",src:\"https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png\",srcSet:\"https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PL9e2lqmLcbvmM4v1YCjSaUQWQ.png 1485w\"},className:\"framer-1w7v4fc\",\"data-framer-name\":\"Neon_Burger\"})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{height:49,width:\"max(min(71.5385vw, 375px), 280px)\",y:916}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation9,className:\"framer-1ieqakk-container hidden-72rtr7 hidden-325ghs\",\"data-framer-appear-id\":\"1ieqakk\",initial:animation10,layoutScroll:true,optimized:true,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ButtonORDERNOWMOBILE,{height:\"100%\",id:\"woHxR9Ut7\",layoutId:\"woHxR9Ut7\",phsFJl3JL:\"ORDER NOW\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"ZfDKu1GsJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-18jkw15\",\"data-framer-name\":\"Featured Item Section\",id:elementId1,ref:ref4,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1weu2dn\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-hn9wii\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\"},children:\"Try Our\"})})},jprCuZoR8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0))\"},children:\"Try Our\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3ffa49e6-d205-4848-afa1-20bd1a0613ab, rgb(0, 0, 0))\"},children:\"Try Our\"})}),className:\"framer-uf5j7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14vxdfe\",\"data-framer-name\":\"Fearured Item Wrapper\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1beshs3\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"G21rGLKkh\",data:FreshPressMenu,type:\"Collection\"},orderBy:[{collection:\"G21rGLKkh\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"G21rGLKkh\",name:\"SmdN7Kl7n\",type:\"Identifier\"},{collection:\"G21rGLKkh\",name:\"CJsS2gnyS\",type:\"Identifier\"},{collection:\"G21rGLKkh\",name:\"k02UEAP0M\",type:\"Identifier\"},{collection:\"G21rGLKkh\",name:\"id\",type:\"Identifier\"}],where:{collection:\"G21rGLKkh\",name:\"FKY8NAALw\",type:\"Identifier\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({CJsS2gnyS:CJsS2gnySG21rGLKkh,id:idG21rGLKkh,k02UEAP0M:k02UEAP0MG21rGLKkh,SmdN7Kl7n:SmdN7Kl7nG21rGLKkh},index)=>{CJsS2gnySG21rGLKkh??=\"\";k02UEAP0MG21rGLKkh??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`G21rGLKkh-${idG21rGLKkh}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{k02UEAP0M:k02UEAP0MG21rGLKkh},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u8k0mr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{height:473,width:`calc(min(max(max(min(${componentViewport?.width||\"100vw\"}, 1100px) - 40px, 1px), 300px), 650px) - 20px)`},jprCuZoR8:{height:485}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:486,width:\"628px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1di02xz-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{variant:\"flFUS4VeK\"}},children:/*#__PURE__*/_jsx(FeaturedItem,{F6DdJJB5b:\"rgba(255, 255, 255, 0)\",height:\"100%\",id:\"O4smy2wvV\",layoutId:\"O4smy2wvV\",lpkW4U8tj:toResponsiveImage(SmdN7Kl7nG21rGLKkh),style:{height:\"100%\",width:\"100%\"},variant:\"z9wQ_J7q_\",width:\"100%\",xpF7CpuVL:CJsS2gnySG21rGLKkh})})})})})})})},idG21rGLKkh);})})})})})})]}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-1nrzn8c\",\"data-framer-name\":\"Video Wrapper\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wm4gzy\",\"data-border\":true,\"data-framer-name\":\"Video Frame\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-eqps0f-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{poster:\"https://framerusercontent.com/images/v5Dy36pLzc8wZjrDWnvVvbxYzOc.jpg\",startTime:1.5}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:10,bottomRightRadius:10,controls:false,height:\"100%\",id:\"ueKgeIkE8\",isMixedBorderRadius:false,layoutId:\"ueKgeIkE8\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/NWvvNSopvllhE1MzMHHdjNneb4.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},topLeftRadius:10,topRightRadius:10,volume:25,width:\"100%\"})})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"header\",{className:\"framer-zrmul8 hidden-1yy6cxk\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:130,width:`min(max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px, 1px), 1350px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w0zscl-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jprCuZoR8:{variant:\"m2HWBSca3\"}},children:/*#__PURE__*/_jsx(MenuNavBar,{height:\"100%\",id:\"g60LrrE02\",layoutId:\"g60LrrE02\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"XpqhAIGek\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-zzdeon\",\"data-framer-name\":\"Feauterd Menu Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fxz6ae\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"x4tMO3F4F\",data:FreshPressMenu,type:\"Collection\"},select:[{collection:\"x4tMO3F4F\",name:\"SmdN7Kl7n\",type:\"Identifier\"},{collection:\"x4tMO3F4F\",name:\"CJsS2gnyS\",type:\"Identifier\"},{collection:\"x4tMO3F4F\",name:\"VlcbGx5lR\",type:\"Identifier\"},{collection:\"x4tMO3F4F\",name:\"k02UEAP0M\",type:\"Identifier\"},{collection:\"x4tMO3F4F\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"x4tMO3F4F\",name:\"VgZzCq3Vd\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:true},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({CJsS2gnyS:CJsS2gnySx4tMO3F4F,id:idx4tMO3F4F,k02UEAP0M:k02UEAP0Mx4tMO3F4F,SmdN7Kl7n:SmdN7Kl7nx4tMO3F4F,VlcbGx5lR:VlcbGx5lRx4tMO3F4F},index1)=>{CJsS2gnySx4tMO3F4F??=\"\";VlcbGx5lRx4tMO3F4F??=\"\";k02UEAP0Mx4tMO3F4F??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`x4tMO3F4F-${idx4tMO3F4F}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{k02UEAP0M:k02UEAP0Mx4tMO3F4F},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pj5t9c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{width:`min(min(max(min(${componentViewport?.width||\"100vw\"} - 40px, 350px), 300px), 350px) - 20px, 319px)`},jprCuZoR8:{width:`min(max((max(min(min(${componentViewport?.width||\"100vw\"}, 900px) - 80px, 1000px), 600px) - 20px) / 2, 200px) - 20px, 319px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:326,width:`min(max((max(min(min(${componentViewport?.width||\"100vw\"}, 900px) - 120px, 1000px), 600px) - 20px) / 2, 250px) - 20px, 319px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-115ru3d-container\",children:/*#__PURE__*/_jsx(NewMenuItemWrapper,{height:\"100%\",id:\"ZlPGO9YDz\",layoutId:\"ZlPGO9YDz\",NhcFVA6_b:VlcbGx5lRx4tMO3F4F,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},TY9Lvm1Xw:CJsS2gnySx4tMO3F4F,variant:\"npBaKkVGp\",width:\"100%\",ZCt4HzQTG:toResponsiveImage(SmdN7Kl7nx4tMO3F4F)})})})})})})},idx4tMO3F4F);})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{height:46,width:\"265px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kdf6qi-container hidden-72rtr7 hidden-325ghs\",children:/*#__PURE__*/_jsx(NEWMobileMenuNavbar,{height:\"100%\",id:\"nWn81YeuT\",layoutId:\"nWn81YeuT\",ROfmGZwTp:\"SEE MENU\",style:{width:\"100%\"},variant:\"i1xr2RF0U\",width:\"100%\",xFecAmiF1:28})})})})]}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-tksel3\",\"data-framer-name\":\"Order Online Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pyi1cd\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ddb42a\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Order Take Out\"})}),className:\"framer-d3redr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://order.tbdine.com/pickup/41778\",nodeId:\"DcfracFif\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:355.55555555555554,intrinsicWidth:960,pixelHeight:400,pixelWidth:1080,sizes:\"129px\",src:\"https://framerusercontent.com/images/whnjMc2GsfS3zWcLGEiGttkNtBY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/whnjMc2GsfS3zWcLGEiGttkNtBY.png?scale-down-to=512 512w,https://framerusercontent.com/images/whnjMc2GsfS3zWcLGEiGttkNtBY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/whnjMc2GsfS3zWcLGEiGttkNtBY.png 1080w\"},className:\"framer-12p4ooo framer-lux5qc\",\"data-framer-name\":\"Touch_Bistro_Dine_Button_1080_400_px_\",whileHover:animation11})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-115ymvd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Order In\"})}),className:\"framer-19zz5yn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oxzfce\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.ubereats.com/store/fresh-press-burger-parlor/auhirPxfQwi-8902z3vGOQ\",nodeId:\"WR1jtib3W\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:290.90909090909093,intrinsicWidth:785.4545454545455,pixelHeight:400,pixelWidth:1080,sizes:\"75px\",src:\"https://framerusercontent.com/images/j6eeMMMSerbqDkVt2SCiXbSJY8.svg\",srcSet:\"https://framerusercontent.com/images/j6eeMMMSerbqDkVt2SCiXbSJY8.svg?scale-down-to=512 512w,https://framerusercontent.com/images/j6eeMMMSerbqDkVt2SCiXbSJY8.svg 810w\"},className:\"framer-9h4bb4 framer-lux5qc\",\"data-framer-name\":\"uber_eats\",whileHover:animation11})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.doordash.com/store/fresh-press-burger-parlor-apache-junction-1757829/?event_type=autocomplete&pickup=false\",nodeId:\"LLcedD_b2\",openInNewTab:false,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{background:{alt:\"Door Dash Logo\",fit:\"fill\",intrinsicHeight:320,intrinsicWidth:864,pixelHeight:400,pixelWidth:1080,sizes:\"162px\",src:\"https://framerusercontent.com/images/uVLipkomf3zMW2frMiypinYt28w.svg\",srcSet:\"https://framerusercontent.com/images/uVLipkomf3zMW2frMiypinYt28w.svg?scale-down-to=512 512w,https://framerusercontent.com/images/uVLipkomf3zMW2frMiypinYt28w.svg 810w\"},whileHover:undefined},jprCuZoR8:{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:320,intrinsicWidth:864,pixelHeight:400,pixelWidth:1080,sizes:\"152px\",src:\"https://framerusercontent.com/images/uVLipkomf3zMW2frMiypinYt28w.svg\",srcSet:\"https://framerusercontent.com/images/uVLipkomf3zMW2frMiypinYt28w.svg?scale-down-to=512 512w,https://framerusercontent.com/images/uVLipkomf3zMW2frMiypinYt28w.svg 810w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:320,intrinsicWidth:864,pixelHeight:400,pixelWidth:1080,sizes:\"179px\",src:\"https://framerusercontent.com/images/uVLipkomf3zMW2frMiypinYt28w.svg\",srcSet:\"https://framerusercontent.com/images/uVLipkomf3zMW2frMiypinYt28w.svg?scale-down-to=512 512w,https://framerusercontent.com/images/uVLipkomf3zMW2frMiypinYt28w.svg 810w\"},className:\"framer-1jzasic framer-lux5qc\",\"data-framer-name\":\"Doordash\",whileHover:animation11})})})]})]})]})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-183i3db hidden-72rtr7 hidden-325ghs\",\"data-framer-name\":\"Slideshow Wrapper\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7w4avz-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:true,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:10,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:2e3,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"Mpe_afqMS\",intervalControl:4.2,itemAmount:1,layoutId:\"Mpe_afqMS\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0)\",dotsBlur:5,dotsFill:\"rgba(9, 215, 43, 0.85)\",dotsGap:10,dotsInset:-15,dotSize:7,dotsOpacity:.2,dotsPadding:1,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:276,width:\"360px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-17ouf18-container\",children:/*#__PURE__*/_jsx(Slide1,{height:\"100%\",id:\"swMTU0_ks\",layoutId:\"swMTU0_ks\",style:{height:\"100%\",width:\"100%\"},variant:\"KliESdKbc\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:276,width:\"360px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bms5if-container\",children:/*#__PURE__*/_jsx(Slide2,{height:\"100%\",id:\"KM9EomlO4\",layoutId:\"KM9EomlO4\",style:{height:\"100%\",width:\"100%\"},variant:\"UT4LclAZG\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:276,width:\"360px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-17kxt5q-container\",children:/*#__PURE__*/_jsx(Slide3,{height:\"100%\",id:\"sdjmoTP33\",layoutId:\"sdjmoTP33\",style:{height:\"100%\",width:\"100%\"},variant:\"IBUXr2EJ3\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:276,width:\"360px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-rlf0z9-container\",children:/*#__PURE__*/_jsx(Slide4,{height:\"100%\",id:\"VlPkFpwyV\",layoutId:\"VlPkFpwyV\",style:{height:\"100%\",width:\"100%\"},variant:\"SGWpKYU_2\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:276,width:\"360px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l0bmuy-container\",children:/*#__PURE__*/_jsx(Slide5,{height:\"100%\",id:\"bAXXF_rES\",layoutId:\"bAXXF_rES\",style:{height:\"100%\",width:\"100%\"},variant:\"R9Z7L4fsd\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:276,width:\"360px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-aazk20-container\",children:/*#__PURE__*/_jsx(Slide6,{height:\"100%\",id:\"sQZNOpdxV\",layoutId:\"sQZNOpdxV\",style:{height:\"100%\",width:\"100%\"},variant:\"bKtoNmZpM\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:276,width:\"360px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-644qiy-container\",children:/*#__PURE__*/_jsx(Slide7,{height:\"100%\",id:\"QaNqQmd5u\",layoutId:\"QaNqQmd5u\",style:{height:\"100%\",width:\"100%\"},variant:\"nE0QDU9MP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:273,width:\"360px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-199isd-container\",\"data-framer-name\":\"Classic Combo Slide Mobile\",name:\"Classic Combo Slide Mobile\",children:/*#__PURE__*/_jsx(ClassicComboSlide,{height:\"100%\",id:\"IA6yAKYr7\",layoutId:\"IA6yAKYr7\",name:\"Classic Combo Slide Mobile\",style:{height:\"100%\",width:\"100%\"},variant:\"jAEX8HOHg\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.75,ease:[.44,0,.56,1],type:\"tween\"},width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"header\",{className:\"framer-so7kr5 hidden-1yy6cxk\",\"data-framer-name\":\"Slider Wrapper\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ukjlvm-container hidden-72rtr7\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:true,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:20,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"yhYvzWDUC\",intervalControl:5,itemAmount:1,layoutId:\"yhYvzWDUC\",padding:20,paddingBottom:20,paddingLeft:20,paddingPerSide:false,paddingRight:20,paddingTop:20,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(247, 247, 247, 0.13)\",dotsBlur:5,dotsFill:\"var(--token-07bd38fb-8816-489d-bc24-4c4384a85ca2, rgb(9, 215, 43))\",dotsGap:10,dotsInset:-7,dotSize:10,dotsOpacity:.3,dotsPadding:3,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-f61g4b-container\",children:/*#__PURE__*/_jsx(Slide1,{height:\"100%\",id:\"g_hsDIs1z\",layoutId:\"g_hsDIs1z\",style:{height:\"100%\",width:\"100%\"},variant:\"W74iM24tO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:575,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-r7ttut-container\",children:/*#__PURE__*/_jsx(Slide2,{height:\"100%\",id:\"Bdo0nuQMx\",layoutId:\"Bdo0nuQMx\",style:{height:\"100%\",width:\"100%\"},variant:\"IHBY1nRLw\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:575,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-wh7y1r-container\",children:/*#__PURE__*/_jsx(Slide3,{height:\"100%\",id:\"kpMGpC7YS\",layoutId:\"kpMGpC7YS\",style:{height:\"100%\",width:\"100%\"},variant:\"K03hlK4XK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-yfxht6-container\",children:/*#__PURE__*/_jsx(Slide4,{height:\"100%\",id:\"KKIg1ynw_\",layoutId:\"KKIg1ynw_\",style:{height:\"100%\",width:\"100%\"},variant:\"hfEyS2Jps\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1azkr5o-container\",children:/*#__PURE__*/_jsx(Slide5,{height:\"100%\",id:\"Kg7gYgkX7\",layoutId:\"Kg7gYgkX7\",style:{height:\"100%\",width:\"100%\"},variant:\"EM6MqIJU6\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-kock4w-container\",children:/*#__PURE__*/_jsx(Slide6,{height:\"100%\",id:\"fnb0paWnd\",layoutId:\"fnb0paWnd\",style:{height:\"100%\",width:\"100%\"},variant:\"xn_yvlgyf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fngvae-container\",children:/*#__PURE__*/_jsx(Slide7,{height:\"100%\",id:\"OykF1d3Px\",layoutId:\"OykF1d3Px\",style:{height:\"100%\",width:\"100%\"},variant:\"CmoINImxG\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-2s4mjr-container\",children:/*#__PURE__*/_jsx(ClassicComboSlide,{height:\"100%\",id:\"luRQfZnIZ\",layoutId:\"luRQfZnIZ\",style:{height:\"100%\",width:\"100%\"},variant:\"Qs1MJpnzD\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-190mxfj-container hidden-325ghs\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:10,arrowPadding:-75,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:60,showMouseControls:false},autoPlayControl:true,borderRadius:10,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:20,height:\"100%\",id:\"Mvkc4Pejv\",intervalControl:5,itemAmount:1,layoutId:\"Mvkc4Pejv\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(247, 247, 247, 0.18)\",dotsBlur:5,dotsFill:\"var(--token-07bd38fb-8816-489d-bc24-4c4384a85ca2, rgb(9, 215, 43))\",dotsGap:15,dotsInset:-28,dotSize:13,dotsOpacity:.3,dotsPadding:3,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-jtglkr-container\",children:/*#__PURE__*/_jsx(Slide1,{height:\"100%\",id:\"Z7Be7W8YG\",layoutId:\"Z7Be7W8YG\",style:{height:\"100%\",width:\"100%\"},variant:\"iG7KfaY29\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kzwmoj-container\",children:/*#__PURE__*/_jsx(Slide2,{height:\"100%\",id:\"B9p2Myt2R\",layoutId:\"B9p2Myt2R\",style:{height:\"100%\",width:\"100%\"},variant:\"w7wlYuWsE\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-x4i73y-container\",children:/*#__PURE__*/_jsx(Slide3,{height:\"100%\",id:\"oSRsJlll4\",layoutId:\"oSRsJlll4\",style:{height:\"100%\",width:\"100%\"},variant:\"wvtU0IzXI\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u7q66b-container\",children:/*#__PURE__*/_jsx(Slide4,{height:\"100%\",id:\"Keu73aDZU\",layoutId:\"Keu73aDZU\",style:{height:\"100%\",width:\"100%\"},variant:\"hfEyS2Jps\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-dtrw4n-container\",children:/*#__PURE__*/_jsx(Slide5,{height:\"100%\",id:\"gVnVnKdOf\",layoutId:\"gVnVnKdOf\",style:{height:\"100%\",width:\"100%\"},variant:\"g_ohvPYEs\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-v5lics-container\",children:/*#__PURE__*/_jsx(Slide6,{height:\"100%\",id:\"LOcqZDTr5\",layoutId:\"LOcqZDTr5\",style:{height:\"100%\",width:\"100%\"},variant:\"G1PRgWpkl\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-5wvaf3-container\",children:/*#__PURE__*/_jsx(Slide7,{height:\"100%\",id:\"HbabxiXDZ\",layoutId:\"HbabxiXDZ\",style:{height:\"100%\",width:\"100%\"},variant:\"y7tjcUqHz\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pgjlrb-container\",children:/*#__PURE__*/_jsx(ClassicComboSlide,{height:\"100%\",id:\"Ci2a_Fb55\",layoutId:\"Ci2a_Fb55\",style:{height:\"100%\",width:\"100%\"},variant:\"NClvw37Ur\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kdnny4 hidden-72rtr7 hidden-325ghs\",id:elementId2,ref:ref5,children:isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hbfrxa-container hidden-72rtr7\",\"data-framer-name\":\"Testimonial Carousel\",name:\"Testimonial Carousel\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(3, 94, 18, 0.31)\",arrowPadding:0,arrowRadius:40,arrowSize:30,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:1,fadeContent:false,fadeInset:0,fadeTransition:{delay:0,duration:.3,ease:[.77,.01,.38,.99],type:\"tween\"},fadeWidth:0},gap:25,height:\"100%\",id:\"oi2OPrAaI\",layoutId:\"oi2OPrAaI\",name:\"Testimonial Carousel\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-14chqsr-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"fXUH16mh9\",layoutId:\"fXUH16mh9\",style:{height:\"100%\",width:\"100%\"},variant:\"bokDtCeyP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-x5x5sc-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"BWmlpAEzZ\",layoutId:\"BWmlpAEzZ\",style:{height:\"100%\",width:\"100%\"},variant:\"Qnn5jChL7\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rva7fz-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"ue6E2BS0X\",layoutId:\"ue6E2BS0X\",style:{height:\"100%\",width:\"100%\"},variant:\"XSayWsS3K\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uu0hdp-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"lv6YJRXBA\",layoutId:\"lv6YJRXBA\",style:{height:\"100%\",width:\"100%\"},variant:\"o0KFnXJj_\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uf5tzh-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"GNo9FqMCC\",layoutId:\"GNo9FqMCC\",style:{height:\"100%\",width:\"100%\"},variant:\"Zzr2SlQUS\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-zpj1cd-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"Ctw45vnSN\",layoutId:\"Ctw45vnSN\",style:{height:\"100%\",width:\"100%\"},variant:\"hG5HY78HH\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-8yf9gc-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"UJewOaN3q\",layoutId:\"UJewOaN3q\",style:{height:\"100%\",width:\"100%\"},variant:\"odoie_ZqW\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-osctqe-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"ixP0QcS15\",layoutId:\"ixP0QcS15\",style:{height:\"100%\",width:\"100%\"},variant:\"sRbF7vCcf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-5ysf9i-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"XsCgx5Gu2\",layoutId:\"XsCgx5Gu2\",style:{height:\"100%\",width:\"100%\"},variant:\"G9WSbLmha\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ug6zr9-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"SJWK6aXie\",layoutId:\"SJWK6aXie\",style:{height:\"100%\",width:\"100%\"},variant:\"MFvMncSG1\",width:\"100%\"})})})],snapObject:{fluid:true,snap:false,snapEdge:\"center\"},style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:1080,pixelWidth:1920,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/90GDQyoCN3Vb48FL1iACmff8rk.jpg\",srcSet:\"https://framerusercontent.com/images/90GDQyoCN3Vb48FL1iACmff8rk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/90GDQyoCN3Vb48FL1iACmff8rk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/90GDQyoCN3Vb48FL1iACmff8rk.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(\"header\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:1080,pixelWidth:1920,src:\"https://framerusercontent.com/images/90GDQyoCN3Vb48FL1iACmff8rk.jpg\",srcSet:\"https://framerusercontent.com/images/90GDQyoCN3Vb48FL1iACmff8rk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/90GDQyoCN3Vb48FL1iACmff8rk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/90GDQyoCN3Vb48FL1iACmff8rk.jpg 1920w\"},className:\"framer-md9ykt hidden-72rtr7 hidden-325ghs\",\"data-framer-name\":\"Testimonial Section\",children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation14,className:\"framer-b7zz2o\",\"data-framer-appear-id\":\"b7zz2o\",\"data-framer-name\":\"Review Header Wrapper\",id:elementId3,initial:animation15,optimized:true,ref:ref6,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-yg5g73\",\"data-framer-name\":\"Bottom Green Border Line\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j79dh8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7c81q3\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-dg3kcl\",\"data-framer-name\":\"Group 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:23,intrinsicWidth:117,svg:'<svg width=\"117\" height=\"23\" viewBox=\"0 0 117 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M23.3748 8.93027C23.4916 8.3459 23.0241 7.64466 22.4398 7.64466L15.778 6.70967L12.7392 0.632233C12.6224 0.398486 12.5055 0.281612 12.2717 0.164738C11.6874 -0.185883 10.9861 0.0478645 10.6355 0.632233L7.71367 6.70967L1.05186 7.64466C0.701243 7.64466 0.467495 7.76153 0.350621 7.99528C-0.116874 8.46278 -0.116874 9.16402 0.350621 9.63151L5.14245 14.3065L3.97371 20.9683C3.97371 21.202 3.97371 21.4358 4.09058 21.6695C4.4412 22.2539 5.14245 22.4876 5.72681 22.137L11.6874 18.9814L17.6479 22.137C17.7648 22.2539 17.9986 22.2539 18.2323 22.2539H18.4661C19.0504 22.137 19.5179 21.5526 19.401 20.8514L18.2323 14.1896L23.0241 9.51464C23.2579 9.39777 23.3748 9.16402 23.3748 8.93027Z\" fill=\"#04D518\"/>\\n<path d=\"M46.8415 8.93027C46.9584 8.3459 46.4909 7.64466 45.9066 7.64466L39.2448 6.70967L36.206 0.632233C36.0892 0.398486 35.9723 0.281612 35.7385 0.164738C35.1542 -0.185883 34.4529 0.0478645 34.1023 0.632233L31.1805 6.70967L24.5187 7.64466C24.168 7.64466 23.9343 7.76153 23.8174 7.99528C23.3499 8.46278 23.3499 9.16402 23.8174 9.63151L28.6092 14.3065L27.4405 20.9683C27.4405 21.202 27.4405 21.4358 27.5574 21.6695C27.908 22.2539 28.6092 22.4876 29.1936 22.137L35.1542 18.9814L41.1147 22.137C41.2316 22.2539 41.4654 22.2539 41.6991 22.2539H41.9329C42.5172 22.137 42.9847 21.5526 42.8678 20.8514L41.6991 14.1896L46.4909 9.51464C46.7247 9.39777 46.8415 9.16402 46.8415 8.93027Z\" fill=\"#04D518\"/>\\n<path d=\"M70.1335 8.93027C70.2504 8.3459 69.7829 7.64466 69.1986 7.64466L62.5367 6.70967L59.498 0.632233C59.3812 0.398486 59.2643 0.281612 59.0305 0.164738C58.4462 -0.185883 57.7449 0.0478645 57.3943 0.632233L54.4725 6.70967L47.8107 7.64466C47.46 7.64466 47.2263 7.76153 47.1094 7.99528C46.6419 8.46278 46.6419 9.16402 47.1094 9.63151L51.9012 14.3065L50.7325 20.9683C50.7325 21.202 50.7325 21.4358 50.8494 21.6695C51.2 22.2539 51.9012 22.4876 52.4856 22.137L58.4462 18.9814L64.4067 22.137C64.5236 22.2539 64.7573 22.2539 64.9911 22.2539H65.2248C65.8092 22.137 66.2767 21.5526 66.1598 20.8514L64.9911 14.1896L69.7829 9.51464C70.0167 9.39777 70.1335 9.16402 70.1335 8.93027Z\" fill=\"#04D518\"/>\\n<path d=\"M93.425 8.93027C93.5419 8.3459 93.0744 7.64466 92.4901 7.64466L85.8283 6.70967L82.7895 0.632233C82.6727 0.398486 82.5558 0.281612 82.322 0.164738C81.7377 -0.185883 81.0364 0.0478645 80.6858 0.632233L77.764 6.70967L71.1022 7.64466C70.7515 7.64466 70.5178 7.76153 70.4009 7.99528C69.9334 8.46278 69.9334 9.16402 70.4009 9.63151L75.1927 14.3065L74.024 20.9683C74.024 21.202 74.024 21.4358 74.1409 21.6695C74.4915 22.2539 75.1927 22.4876 75.7771 22.137L81.7377 18.9814L87.6982 22.137C87.8151 22.2539 88.0489 22.2539 88.2826 22.2539H88.5163C89.1007 22.137 89.5682 21.5526 89.4513 20.8514L88.2826 14.1896L93.0744 9.51464C93.3082 9.39777 93.425 9.16402 93.425 8.93027Z\" fill=\"#04D518\"/>\\n<path d=\"M116.717 8.93027C116.834 8.3459 116.366 7.64466 115.782 7.64466L109.12 6.70967L106.082 0.632233C105.965 0.398486 105.848 0.281612 105.614 0.164738C105.03 -0.185883 104.328 0.0478645 103.978 0.632233L101.056 6.70967L94.3941 7.64466C94.0435 7.64466 93.8098 7.76153 93.6929 7.99528C93.2254 8.46278 93.2254 9.16402 93.6929 9.63151L98.4847 14.3065L97.316 20.9683C97.316 21.202 97.316 21.4358 97.4329 21.6695C97.7835 22.2539 98.4847 22.4876 99.0691 22.137L105.03 18.9814L110.99 22.137C111.107 22.2539 111.341 22.2539 111.575 22.2539H111.808C112.393 22.137 112.86 21.5526 112.743 20.8514L111.575 14.1896L116.366 9.51464C116.6 9.39777 116.717 9.16402 116.717 8.93027Z\" fill=\"#04D518\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17r2qe8\",\"data-framer-name\":\"Frame 21\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7QWxhdHNpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Alatsi\", \"Alatsi Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"rgb(17, 17, 17)\"},children:[\"People Are \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7QXVkaW93aWRlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Audiowide\", sans-serif',\"--framer-text-color\":\"var(--token-07bd38fb-8816-489d-bc24-4c4384a85ca2, rgb(9, 215, 43))\"},children:\"Talking\"}),\".\"]})}),className:\"framer-9tcami\",\"data-framer-name\":\"[H3]--People Are Talking.\",fonts:[\"GF;Alatsi-regular\",\"GF;Audiowide-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"See what our fans are saying about us!\"})}),className:\"framer-10oefr1\",\"data-framer-name\":\"[H3]--See what our fans are saying about us!\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Phone with burger in hand\",fit:\"fit\",intrinsicHeight:1158,intrinsicWidth:567,pixelHeight:1158,pixelWidth:567,positionX:\"center\",positionY:\"center\",sizes:\"120px\",src:\"https://framerusercontent.com/images/QjwRqbT3cBWmLXqZ94v8HhzVR4.png\",srcSet:\"https://framerusercontent.com/images/QjwRqbT3cBWmLXqZ94v8HhzVR4.png 567w\"},className:\"framer-utfvxd\",\"data-framer-name\":\"phone\"})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s3e6gx\",\"data-framer-name\":\"Section for Nav Trans\",id:elementId4,ref:ref7}),isDisplayed1()&&/*#__PURE__*/_jsx(\"header\",{className:\"framer-11o9cp hidden-1yy6cxk\",\"data-framer-name\":\"Testimonial Section\",id:elementId5,ref:ref8,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-4ygc1q\",\"data-framer-name\":\"Review Container\",id:elementId6,ref:ref9,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6i3hm1\",\"data-framer-name\":\"3 Columns\",id:elementId7,ref:ref10,children:[isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1bvbg8t-container hidden-325ghs\",\"data-framer-appear-id\":\"1bvbg8t\",\"data-framer-name\":\"Testimonial Carousel\",initial:animation2,name:\"Testimonial Carousel\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(9, 215, 43, 0.3)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:false,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{delay:0,duration:.3,ease:[.77,.01,.38,.99],type:\"tween\"},fadeWidth:5},gap:25,height:\"100%\",id:\"kwS79QCdd\",layoutId:\"kwS79QCdd\",name:\"Testimonial Carousel\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,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:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-14chqsr-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"fXUH16mh9\",layoutId:\"fXUH16mh9\",style:{height:\"100%\",width:\"100%\"},variant:\"bokDtCeyP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-x5x5sc-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"BWmlpAEzZ\",layoutId:\"BWmlpAEzZ\",style:{height:\"100%\",width:\"100%\"},variant:\"Qnn5jChL7\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rva7fz-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"ue6E2BS0X\",layoutId:\"ue6E2BS0X\",style:{height:\"100%\",width:\"100%\"},variant:\"XSayWsS3K\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uu0hdp-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"lv6YJRXBA\",layoutId:\"lv6YJRXBA\",style:{height:\"100%\",width:\"100%\"},variant:\"o0KFnXJj_\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uf5tzh-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"GNo9FqMCC\",layoutId:\"GNo9FqMCC\",style:{height:\"100%\",width:\"100%\"},variant:\"Zzr2SlQUS\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-zpj1cd-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"Ctw45vnSN\",layoutId:\"Ctw45vnSN\",style:{height:\"100%\",width:\"100%\"},variant:\"hG5HY78HH\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-8yf9gc-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"UJewOaN3q\",layoutId:\"UJewOaN3q\",style:{height:\"100%\",width:\"100%\"},variant:\"odoie_ZqW\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-osctqe-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"ixP0QcS15\",layoutId:\"ixP0QcS15\",style:{height:\"100%\",width:\"100%\"},variant:\"sRbF7vCcf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-5ysf9i-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"XsCgx5Gu2\",layoutId:\"XsCgx5Gu2\",style:{height:\"100%\",width:\"100%\"},variant:\"G9WSbLmha\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ug6zr9-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"SJWK6aXie\",layoutId:\"SJWK6aXie\",style:{height:\"100%\",width:\"100%\"},variant:\"MFvMncSG1\",width:\"100%\"})})})],snapObject:{fluid:true,snap:false,snapEdge:\"center\"},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mpd12b\",\"data-framer-name\":\"Column1\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1ywkaeo\",\"data-framer-appear-id\":\"1ywkaeo\",initial:animation2,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-p91ren\",\"data-framer-name\":\"Group 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:23,intrinsicWidth:117,svg:'<svg width=\"117\" height=\"23\" viewBox=\"0 0 117 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M23.3748 8.93027C23.4916 8.3459 23.0241 7.64466 22.4398 7.64466L15.778 6.70967L12.7392 0.632233C12.6224 0.398486 12.5055 0.281612 12.2717 0.164738C11.6874 -0.185883 10.9861 0.0478645 10.6355 0.632233L7.71367 6.70967L1.05186 7.64466C0.701243 7.64466 0.467495 7.76153 0.350621 7.99528C-0.116874 8.46278 -0.116874 9.16402 0.350621 9.63151L5.14245 14.3065L3.97371 20.9683C3.97371 21.202 3.97371 21.4358 4.09058 21.6695C4.4412 22.2539 5.14245 22.4876 5.72681 22.137L11.6874 18.9814L17.6479 22.137C17.7648 22.2539 17.9986 22.2539 18.2323 22.2539H18.4661C19.0504 22.137 19.5179 21.5526 19.401 20.8514L18.2323 14.1896L23.0241 9.51464C23.2579 9.39777 23.3748 9.16402 23.3748 8.93027Z\" fill=\"#04D518\"/>\\n<path d=\"M46.8415 8.93027C46.9584 8.3459 46.4909 7.64466 45.9066 7.64466L39.2448 6.70967L36.206 0.632233C36.0892 0.398486 35.9723 0.281612 35.7385 0.164738C35.1542 -0.185883 34.4529 0.0478645 34.1023 0.632233L31.1805 6.70967L24.5187 7.64466C24.168 7.64466 23.9343 7.76153 23.8174 7.99528C23.3499 8.46278 23.3499 9.16402 23.8174 9.63151L28.6092 14.3065L27.4405 20.9683C27.4405 21.202 27.4405 21.4358 27.5574 21.6695C27.908 22.2539 28.6092 22.4876 29.1936 22.137L35.1542 18.9814L41.1147 22.137C41.2316 22.2539 41.4654 22.2539 41.6991 22.2539H41.9329C42.5172 22.137 42.9847 21.5526 42.8678 20.8514L41.6991 14.1896L46.4909 9.51464C46.7247 9.39777 46.8415 9.16402 46.8415 8.93027Z\" fill=\"#04D518\"/>\\n<path d=\"M70.1335 8.93027C70.2504 8.3459 69.7829 7.64466 69.1986 7.64466L62.5367 6.70967L59.498 0.632233C59.3812 0.398486 59.2643 0.281612 59.0305 0.164738C58.4462 -0.185883 57.7449 0.0478645 57.3943 0.632233L54.4725 6.70967L47.8107 7.64466C47.46 7.64466 47.2263 7.76153 47.1094 7.99528C46.6419 8.46278 46.6419 9.16402 47.1094 9.63151L51.9012 14.3065L50.7325 20.9683C50.7325 21.202 50.7325 21.4358 50.8494 21.6695C51.2 22.2539 51.9012 22.4876 52.4856 22.137L58.4462 18.9814L64.4067 22.137C64.5236 22.2539 64.7573 22.2539 64.9911 22.2539H65.2248C65.8092 22.137 66.2767 21.5526 66.1598 20.8514L64.9911 14.1896L69.7829 9.51464C70.0167 9.39777 70.1335 9.16402 70.1335 8.93027Z\" fill=\"#04D518\"/>\\n<path d=\"M93.425 8.93027C93.5419 8.3459 93.0744 7.64466 92.4901 7.64466L85.8283 6.70967L82.7895 0.632233C82.6727 0.398486 82.5558 0.281612 82.322 0.164738C81.7377 -0.185883 81.0364 0.0478645 80.6858 0.632233L77.764 6.70967L71.1022 7.64466C70.7515 7.64466 70.5178 7.76153 70.4009 7.99528C69.9334 8.46278 69.9334 9.16402 70.4009 9.63151L75.1927 14.3065L74.024 20.9683C74.024 21.202 74.024 21.4358 74.1409 21.6695C74.4915 22.2539 75.1927 22.4876 75.7771 22.137L81.7377 18.9814L87.6982 22.137C87.8151 22.2539 88.0489 22.2539 88.2826 22.2539H88.5163C89.1007 22.137 89.5682 21.5526 89.4513 20.8514L88.2826 14.1896L93.0744 9.51464C93.3082 9.39777 93.425 9.16402 93.425 8.93027Z\" fill=\"#04D518\"/>\\n<path d=\"M116.717 8.93027C116.834 8.3459 116.366 7.64466 115.782 7.64466L109.12 6.70967L106.082 0.632233C105.965 0.398486 105.848 0.281612 105.614 0.164738C105.03 -0.185883 104.328 0.0478645 103.978 0.632233L101.056 6.70967L94.3941 7.64466C94.0435 7.64466 93.8098 7.76153 93.6929 7.99528C93.2254 8.46278 93.2254 9.16402 93.6929 9.63151L98.4847 14.3065L97.316 20.9683C97.316 21.202 97.316 21.4358 97.4329 21.6695C97.7835 22.2539 98.4847 22.4876 99.0691 22.137L105.03 18.9814L110.99 22.137C111.107 22.2539 111.341 22.2539 111.575 22.2539H111.808C112.393 22.137 112.86 21.5526 112.743 20.8514L111.575 14.1896L116.366 9.51464C116.6 9.39777 116.717 9.16402 116.717 8.93027Z\" fill=\"#04D518\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation14,className:\"framer-qypkl0\",\"data-framer-appear-id\":\"qypkl0\",\"data-framer-name\":\"Frame 21\",initial:animation16,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jprCuZoR8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7QWxhdHNpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Alatsi\", \"Alatsi Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:[\"People Are \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7QXVkaW93aWRlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Audiowide\", sans-serif',\"--framer-text-color\":\"var(--token-07bd38fb-8816-489d-bc24-4c4384a85ca2, rgb(9, 215, 43))\"},children:\"Talking\"}),\".\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7QWxhdHNpLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Alatsi\", \"Alatsi Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:[\"People Are \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7QXVkaW93aWRlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Audiowide\", sans-serif',\"--framer-text-color\":\"var(--token-07bd38fb-8816-489d-bc24-4c4384a85ca2, rgb(9, 215, 43))\"},children:\"Talking\"}),\".\"]})}),className:\"framer-18clb7n\",\"data-framer-name\":\"[H3]--People Are Talking.\",fonts:[\"GF;Alatsi-regular\",\"GF;Audiowide-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jprCuZoR8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"See what our fans are saying about us!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"See what our fans are saying about us!\"})}),className:\"framer-1qet28w\",\"data-framer-name\":\"[H3]--See what our fans are saying about us!\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jprCuZoR8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1188,intrinsicWidth:1188,pixelHeight:1485,pixelWidth:1485,sizes:\"340px\",src:\"https://framerusercontent.com/images/NZLInYEbhoLM656xCyJnsYODg0.png\",srcSet:\"https://framerusercontent.com/images/NZLInYEbhoLM656xCyJnsYODg0.png?scale-down-to=512 512w,https://framerusercontent.com/images/NZLInYEbhoLM656xCyJnsYODg0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NZLInYEbhoLM656xCyJnsYODg0.png 1485w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation4,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1188,intrinsicWidth:1188,pixelHeight:1485,pixelWidth:1485,sizes:\"520px\",src:\"https://framerusercontent.com/images/NZLInYEbhoLM656xCyJnsYODg0.png\",srcSet:\"https://framerusercontent.com/images/NZLInYEbhoLM656xCyJnsYODg0.png?scale-down-to=512 512w,https://framerusercontent.com/images/NZLInYEbhoLM656xCyJnsYODg0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NZLInYEbhoLM656xCyJnsYODg0.png 1485w\"},className:\"framer-162s8jb\",\"data-framer-appear-id\":\"162s8jb\",\"data-framer-name\":\"phone\",initial:animation2,optimized:true,style:{transformPerspective:1200}})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14t3umb-container hidden-72rtr7\",\"data-framer-name\":\"Testimonial Carousel\",name:\"Testimonial Carousel\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(9, 215, 43, 0.29)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:false,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{delay:0,duration:.3,ease:[.77,.01,.38,.99],type:\"tween\"},fadeWidth:15},gap:25,height:\"100%\",id:\"Pe90ThcgC\",layoutId:\"Pe90ThcgC\",name:\"Testimonial Carousel\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,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:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-14chqsr-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"fXUH16mh9\",layoutId:\"fXUH16mh9\",style:{height:\"100%\",width:\"100%\"},variant:\"bokDtCeyP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-x5x5sc-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"BWmlpAEzZ\",layoutId:\"BWmlpAEzZ\",style:{height:\"100%\",width:\"100%\"},variant:\"Qnn5jChL7\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rva7fz-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"ue6E2BS0X\",layoutId:\"ue6E2BS0X\",style:{height:\"100%\",width:\"100%\"},variant:\"XSayWsS3K\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uu0hdp-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"lv6YJRXBA\",layoutId:\"lv6YJRXBA\",style:{height:\"100%\",width:\"100%\"},variant:\"o0KFnXJj_\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uf5tzh-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"GNo9FqMCC\",layoutId:\"GNo9FqMCC\",style:{height:\"100%\",width:\"100%\"},variant:\"Zzr2SlQUS\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-zpj1cd-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"Ctw45vnSN\",layoutId:\"Ctw45vnSN\",style:{height:\"100%\",width:\"100%\"},variant:\"hG5HY78HH\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-8yf9gc-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"UJewOaN3q\",layoutId:\"UJewOaN3q\",style:{height:\"100%\",width:\"100%\"},variant:\"odoie_ZqW\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-osctqe-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"ixP0QcS15\",layoutId:\"ixP0QcS15\",style:{height:\"100%\",width:\"100%\"},variant:\"sRbF7vCcf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-5ysf9i-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"XsCgx5Gu2\",layoutId:\"XsCgx5Gu2\",style:{height:\"100%\",width:\"100%\"},variant:\"G9WSbLmha\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:\"353px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ug6zr9-container\",children:/*#__PURE__*/_jsx(ReviewCard,{height:\"100%\",id:\"SJWK6aXie\",layoutId:\"SJWK6aXie\",style:{height:\"100%\",width:\"100%\"},variant:\"MFvMncSG1\",width:\"100%\"})})})],snapObject:{fluid:true,snap:false,snapEdge:\"center\"},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{animate:animation18,initial:animation19}},children:/*#__PURE__*/_jsxs(MotionHeaderWithOptimizedAppearEffect,{animate:animation17,className:\"framer-xbmj5d\",\"data-framer-appear-id\":\"xbmj5d\",\"data-framer-name\":\"Leave A Review Section\",initial:animation16,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vvhz07\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation17,className:\"framer-1jxjnw1\",\"data-framer-appear-id\":\"1jxjnw1\",initial:animation16,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",children:\"Leave A Review\"})}),className:\"framer-ah64ku\",\"data-framer-appear-id\":\"ah64ku\",fonts:[\"Inter\"],initial:animation2,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1rdx9sb\",\"data-framer-appear-id\":\"1rdx9sb\",initial:animation2,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-166p7q8\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://g.page/r/Cfy_AbPNSZLaEBM/review\",nodeId:\"OA84kdyAg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{background:{alt:\"Google Logo\",fit:\"fill\",intrinsicHeight:480,intrinsicWidth:864,pixelHeight:600,pixelWidth:1080,sizes:\"96px\",src:\"https://framerusercontent.com/images/mE4pKLHR7oA2bVExautfIXeDKcg.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/mE4pKLHR7oA2bVExautfIXeDKcg.png?scale-down-to=512 512w,https://framerusercontent.com/images/mE4pKLHR7oA2bVExautfIXeDKcg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mE4pKLHR7oA2bVExautfIXeDKcg.png 1080w\"},transformTemplate:undefined},jprCuZoR8:{transformTemplate:transformTemplate3}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:480,intrinsicWidth:864,pixelHeight:600,pixelWidth:1080,sizes:\"142px\",src:\"https://framerusercontent.com/images/mE4pKLHR7oA2bVExautfIXeDKcg.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/mE4pKLHR7oA2bVExautfIXeDKcg.png?scale-down-to=512 512w,https://framerusercontent.com/images/mE4pKLHR7oA2bVExautfIXeDKcg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mE4pKLHR7oA2bVExautfIXeDKcg.png 1080w\"},className:\"framer-14rszwr framer-lux5qc\",\"data-framer-name\":\"Google Logo\",transformTemplate:transformTemplate2})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.yelp.com/writeareview/biz/fJcy5AAGpHYGht5pFnzACQ?return_url=%2Fbiz%2FfJcy5AAGpHYGht5pFnzACQ&review_origin=biz-details-war-button\",nodeId:\"nvPb3kNco\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:480,intrinsicWidth:864,pixelHeight:600,pixelWidth:1080,sizes:\"89px\",src:\"https://framerusercontent.com/images/vx40n75n77qeHQIs8eeQdCBt2o.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/vx40n75n77qeHQIs8eeQdCBt2o.png?scale-down-to=512 512w,https://framerusercontent.com/images/vx40n75n77qeHQIs8eeQdCBt2o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vx40n75n77qeHQIs8eeQdCBt2o.png 1080w\"},transformTemplate:undefined},jprCuZoR8:{transformTemplate:transformTemplate3}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:480,intrinsicWidth:864,pixelHeight:600,pixelWidth:1080,sizes:\"122px\",src:\"https://framerusercontent.com/images/vx40n75n77qeHQIs8eeQdCBt2o.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/vx40n75n77qeHQIs8eeQdCBt2o.png?scale-down-to=512 512w,https://framerusercontent.com/images/vx40n75n77qeHQIs8eeQdCBt2o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vx40n75n77qeHQIs8eeQdCBt2o.png 1080w\"},className:\"framer-1r2uyhm framer-lux5qc\",\"data-framer-name\":\"Yelp Logo \",transformTemplate:transformTemplate2})})})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hc739y\",\"data-framer-name\":\"Leave A Review Divider\"})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1703qkk\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yot46u\",\"data-framer-name\":\"Loyalty Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ki696q\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ys7y4t\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\"},children:\"Get Big Rewards\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",children:\"Get Big Rewards\"})}),className:\"framer-xu36cu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\"},children:\"When you sign up to our loyalty program through Touch Bistro.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"When you sign up to our loyalty program through Touch Bistro.\"})}),className:\"framer-1pdfb70\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a3bdu4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{height:49,width:`min(max((max(min(max(min(${componentViewport?.width||\"100vw\"}, 1000px), 1px), 375px), 350px) - 60px) / 2, 1px), 375px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fdb4o7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{style:{maxWidth:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonORDERNOWMOBILE,{height:\"100%\",id:\"hdqkQ6DIS\",layoutId:\"hdqkQ6DIS\",phsFJl3JL:\"SIGN UP\",style:{height:\"100%\"},variant:\"aWqcDeQj3\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{height:49,width:`min(max((max(min(max(min(${componentViewport?.width||\"100vw\"}, 1000px), 1px), 375px), 350px) - 60px) / 2, 1px), 375px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cdskyi-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{cf2ryYPEq:\"LEARN MORE\",style:{maxWidth:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonLearnMoreGray,{cf2ryYPEq:\"Learn More\",height:\"100%\",id:\"nSYEPSaiH\",layoutId:\"nSYEPSaiH\",style:{height:\"100%\"},variant:\"Mz5ojzcvl\",width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{background:{alt:\"phone with Fresh Press Rewards on screen leaning against burger\",fit:\"fit\",intrinsicHeight:1350,intrinsicWidth:1350,pixelHeight:1350,pixelWidth:1350,positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1000px)`,src:\"https://framerusercontent.com/images/4KES7VYEJVKChh5bNhu1EBdDsw.png\",srcSet:\"https://framerusercontent.com/images/4KES7VYEJVKChh5bNhu1EBdDsw.png?scale-down-to=512 512w,https://framerusercontent.com/images/4KES7VYEJVKChh5bNhu1EBdDsw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4KES7VYEJVKChh5bNhu1EBdDsw.png 1350w\"}},jprCuZoR8:{background:{alt:\"phone with Fresh Press Rewards on screen leaning against burger\",fit:\"fit\",intrinsicHeight:1659,intrinsicWidth:1215,pixelHeight:1659,pixelWidth:1215,positionX:\"center\",positionY:\"center\",sizes:`max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 700px) / 2, 1px)`,src:\"https://framerusercontent.com/images/HkPiAtAPqdNnFPNPSmmuyfZpk.png\",srcSet:\"https://framerusercontent.com/images/HkPiAtAPqdNnFPNPSmmuyfZpk.png?scale-down-to=1024 749w,https://framerusercontent.com/images/HkPiAtAPqdNnFPNPSmmuyfZpk.png 1215w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"phone with Fresh Press Rewards on screen leaning against burger\",fit:\"fit\",intrinsicHeight:1350,intrinsicWidth:1350,pixelHeight:1350,pixelWidth:1350,positionX:\"center\",positionY:\"center\",sizes:`max(min(${componentViewport?.width||\"100vw\"} / 1.2, 1000px) / 1.5, 1px)`,src:\"https://framerusercontent.com/images/4KES7VYEJVKChh5bNhu1EBdDsw.png\",srcSet:\"https://framerusercontent.com/images/4KES7VYEJVKChh5bNhu1EBdDsw.png?scale-down-to=512 512w,https://framerusercontent.com/images/4KES7VYEJVKChh5bNhu1EBdDsw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4KES7VYEJVKChh5bNhu1EBdDsw.png 1350w\"},className:\"framer-vac1xq\",\"data-framer-name\":\"Image\"})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-753wcw\",\"data-framer-name\":\"Join Our Team Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eft9pf\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{height:267,width:`min(min(${componentViewport?.width||\"100vw\"}, 400px) - 40px, 1000px)`},jprCuZoR8:{height:333,width:`max(min(max(min(${componentViewport?.width||\"100vw\"}, 800px) - 80px, 1px), 700px) / 2, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:428,width:\"380px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-gyl6kp-container\",whileHover:animation20,children:/*#__PURE__*/_jsx(ImageComponent,{height:\"100%\",id:\"lFAFqr3ri\",layoutId:\"lFAFqr3ri\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-em4t4f\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\"},children:\"Join Our Team\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",children:\"Join Our Team\"})}),className:\"framer-1nxbxcm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\"},children:\"Throw an apron on in a fun fast casual environment that always promises to pay above minimum wage and has plenty of room for growth.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Throw an apron on in a fun fast casual environment that always promises to pay above minimum wage and has plenty of room for growth.\"})}),className:\"framer-1bmahwf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9rq2pr hidden-1yy6cxk\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lefi9t-container\",children:/*#__PURE__*/_jsx(ButtonORDERNOWMOBILE,{height:\"100%\",id:\"xC5WtgFE3\",layoutId:\"xC5WtgFE3\",phsFJl3JL:\"APPLY\",style:{height:\"100%\"},variant:\"i8_IqLIQg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e24ft7-container\",children:/*#__PURE__*/_jsx(ButtonLearnMoreGray,{cf2ryYPEq:\"LEARN MORE\",height:\"100%\",id:\"Zgw7rg1yP\",layoutId:\"Zgw7rg1yP\",style:{height:\"100%\"},variant:\"okkj61LsF\",width:\"100%\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16sdbnp hidden-72rtr7 hidden-325ghs\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{width:`min(max((min(min(min(${componentViewport?.width||\"100vw\"}, 400px) - 40px, 1000px), 2018px) - 20px) / 2, 1px), 375px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-g6u62q-container\",children:/*#__PURE__*/_jsx(ButtonORDERNOWMOBILE,{height:\"100%\",id:\"Addf89czh\",layoutId:\"Addf89czh\",phsFJl3JL:\"SIGN UP\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"i8_IqLIQg\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{width:`min(max((min(min(min(${componentViewport?.width||\"100vw\"}, 400px) - 40px, 1000px), 2018px) - 20px) / 2, 1px), 375px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g10lld-container\",children:/*#__PURE__*/_jsx(ButtonLearnMoreGray,{cf2ryYPEq:\"LEARN MORE\",height:\"100%\",id:\"FToX4r6lA\",layoutId:\"FToX4r6lA\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"okkj61LsF\",width:\"100%\"})})})})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-fhv0rn\",\"data-framer-name\":\"Gallery Section\",id:elementId8,ref:ref11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1225,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gsvl6y-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{variant:\"Az8GEF1JJ\"}},children:/*#__PURE__*/_jsx(GalleryWrapper,{height:\"100%\",id:\"YdMoKuDWn\",layoutId:\"YdMoKuDWn\",variant:\"crpyXyaRx\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1632,width:`min(${componentViewport?.width||\"100vw\"}, 1300px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pzyfs3-container\",id:elementId9,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUhNucprW:{variant:\"FL0NGhp0U\"},jprCuZoR8:{variant:\"Gx31EzjUL\"}},children:/*#__PURE__*/_jsx(FooterFreshPress,{height:\"100%\",id:\"uSKst661c\",KyrU3wREk:true,layoutId:\"uSKst661c\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"LyUtFqALn\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(248, 248, 248); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Eqf9R.framer-lux5qc, .framer-Eqf9R .framer-lux5qc { display: block; }\",\".framer-Eqf9R.framer-72rtr7 { align-content: center; align-items: center; background-color: #f8f8f8; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-Eqf9R .framer-g14tql-container { flex: none; height: auto; left: 50%; max-width: 100%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-Eqf9R .framer-14f07bn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-height: 100vh; max-width: 100%; overflow: visible; padding: 150px 60px 20px 60px; position: relative; width: 100%; z-index: 3; }\",\".framer-Eqf9R .framer-82yubw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-tswncm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-1ffool3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-13otbvg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; position: relative; text-shadow: 5px 6px 12px rgba(0, 0, 0, 0.25); user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Eqf9R .framer-15o71jp { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; position: relative; text-shadow: 5px 6px 12px rgba(0, 0, 0, 0.25); user-select: none; white-space: pre; width: auto; z-index: 1; }\",\".framer-Eqf9R .framer-1yr4eb4 { align-content: center; align-items: center; background-color: rgba(204, 238, 255, 0); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; max-width: 1000px; min-height: 279px; min-width: 1080px; padding: 0px 24px 24px 24px; position: relative; width: min-content; }\",\".framer-Eqf9R .framer-y0yqlf { flex: none; height: 364px; left: calc(49.44444444444447% - 661px / 2); overflow: visible; position: absolute; top: calc(50.53763440860217% - 364px / 2); width: 661px; z-index: 6; }\",\".framer-Eqf9R .framer-1rcvx90 { flex: none; height: 452px; opacity: 0.23; overflow: hidden; position: absolute; right: -36px; top: -98px; width: 525px; z-index: 0; }\",\".framer-Eqf9R .framer-izoand { aspect-ratio: 1 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 89px); left: 50%; overflow: visible; position: absolute; transform: translateX(-50%); width: 89px; z-index: 3; }\",\".framer-Eqf9R .framer-5620qi { aspect-ratio: 1 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 89px); left: 50%; overflow: visible; position: absolute; text-decoration: none; transform: translateX(-50%); width: 89px; z-index: 3; }\",\".framer-Eqf9R .framer-npw7k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 30px 0px 10px 0px; position: relative; width: 100%; z-index: 10; }\",\".framer-Eqf9R .framer-16nkoxg-container { cursor: pointer; flex: none; height: auto; position: relative; width: 200px; z-index: 10; }\",\".framer-Eqf9R .framer-1154w16-container { flex: none; height: auto; position: relative; width: 200px; z-index: 10; }\",\".framer-Eqf9R .framer-6l9pyb-container { bottom: 0px; flex: none; height: 123px; left: calc(50.00000000000002% - 100% / 2); position: absolute; width: 100%; z-index: 6; }\",\".framer-Eqf9R .framer-jsibs6, .framer-Eqf9R .framer-1w7v4fc { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 125px); overflow: visible; position: relative; width: 125px; }\",\".framer-Eqf9R .framer-1ieqakk-container { bottom: 35px; flex: none; height: auto; left: 50%; max-width: 375px; min-width: 280px; position: fixed; transform: translateX(-50%); width: 72%; z-index: 9; }\",\".framer-Eqf9R .framer-18jkw15 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1100px; overflow: visible; padding: 0px 20px 20px 20px; position: relative; scroll-margin-top: 300px; width: 100%; }\",\".framer-Eqf9R .framer-1weu2dn { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-Eqf9R .framer-hn9wii { align-content: flex-end; align-items: flex-end; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 0px 0px 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 5; }\",\".framer-Eqf9R .framer-uf5j7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-Eqf9R .framer-14vxdfe, .framer-Eqf9R .framer-1oxzfce { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-1beshs3 { display: grid; flex: 1 0 0px; gap: 30px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(1, minmax(200px, 1fr)); height: min-content; justify-content: center; max-width: 1000px; min-width: 600px; padding: 0px 20px 20px 20px; position: relative; width: 1px; }\",\".framer-Eqf9R .framer-1u8k0mr { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 30px; height: 100%; justify-content: center; justify-self: start; padding: 0px 10px 0px 10px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-1di02xz-container { flex: none; height: 486px; position: relative; width: 628px; }\",\".framer-Eqf9R .framer-1nrzn8c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 900px; overflow: visible; padding: 100px 0px 0px 0px; position: relative; width: 86%; }\",\".framer-Eqf9R .framer-1wm4gzy { --border-bottom-width: 3px; --border-color: rgba(9, 214, 43, 0.51); --border-left-width: 3px; --border-right-width: 3px; --border-style: solid; --border-top-width: 3px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0.24145061431045178px 0.12072530715522589px 1.3497499670181343px -1.125px rgba(16, 224, 19, 0.39), 2px 1px 11.180339887498949px -2.25px rgba(16, 224, 19, 0.4675); flex: none; height: 250px; overflow: visible; position: relative; width: 100%; z-index: 3; }\",\".framer-Eqf9R .framer-eqps0f-container { bottom: 0px; flex: none; left: calc(50.00000000000002% - min(960px, 100%) / 2); max-width: 960px; position: absolute; top: 0px; width: 100%; }\",\".framer-Eqf9R .framer-zrmul8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 10px 40px 10px 40px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-1w0zscl-container { flex: 1 0 0px; height: auto; max-width: 1350px; position: relative; width: 1px; }\",\".framer-Eqf9R .framer-zzdeon { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 900px; overflow: visible; padding: 0px 60px 60px 60px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-1fxz6ae { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(250px, 1fr)); height: min-content; justify-content: center; max-width: 1000px; min-width: 600px; padding: 0px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-1pj5t9c { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 30px; height: min-content; justify-content: center; justify-self: start; padding: 20px 10px 0px 10px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-115ru3d-container { flex: 1 0 0px; height: 326px; max-width: 319px; position: relative; width: 1px; }\",\".framer-Eqf9R .framer-kdf6qi-container { flex: none; height: auto; position: relative; width: 265px; z-index: 8; }\",'.framer-Eqf9R .framer-tksel3 { align-content: center; align-items: center; background: radial-gradient(50% 50% at 50% 50%, rgba(9, 214, 43, 0.11) 0%, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)) /* {\"name\":\"Soft White\"} */ 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 298px; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; }',\".framer-Eqf9R .framer-pyi1cd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 700px; overflow: hidden; padding: 20px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-ddb42a, .framer-Eqf9R .framer-115ymvd { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Eqf9R .framer-d3redr, .framer-Eqf9R .framer-19zz5yn { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Eqf9R .framer-12p4ooo { aspect-ratio: 1.7671232876712328 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 73px); overflow: visible; position: relative; text-decoration: none; width: 129px; }\",\".framer-Eqf9R .framer-9h4bb4 { aspect-ratio: 1.171875 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); overflow: visible; position: relative; text-decoration: none; width: 75px; }\",\".framer-Eqf9R .framer-1jzasic { aspect-ratio: 2.7 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 67px); overflow: visible; position: relative; text-decoration: none; width: 179px; }\",\".framer-Eqf9R .framer-183i3db { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 300px; overflow: visible; padding: 45px 20px 45px 20px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-7w4avz-container { aspect-ratio: 1.3 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 277px); max-width: 600px; position: relative; width: 360px; }\",\".framer-Eqf9R .framer-17ouf18-container, .framer-Eqf9R .framer-1bms5if-container, .framer-Eqf9R .framer-17kxt5q-container, .framer-Eqf9R .framer-rlf0z9-container, .framer-Eqf9R .framer-1l0bmuy-container, .framer-Eqf9R .framer-aazk20-container, .framer-Eqf9R .framer-644qiy-container { aspect-ratio: 1.3043478260869565 / 1; height: var(--framer-aspect-ratio-supported, 276px); position: relative; width: 360px; }\",\".framer-Eqf9R .framer-199isd-container { height: 273px; position: relative; width: 360px; }\",\".framer-Eqf9R .framer-so7kr5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 65vh; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-ukjlvm-container { flex: none; height: 400px; min-height: 400px; min-width: 800px; position: relative; width: 800px; }\",\".framer-Eqf9R .framer-f61g4b-container, .framer-Eqf9R .framer-yfxht6-container, .framer-Eqf9R .framer-1azkr5o-container, .framer-Eqf9R .framer-kock4w-container, .framer-Eqf9R .framer-1fngvae-container, .framer-Eqf9R .framer-2s4mjr-container, .framer-Eqf9R .framer-jtglkr-container, .framer-Eqf9R .framer-1kzwmoj-container, .framer-Eqf9R .framer-x4i73y-container, .framer-Eqf9R .framer-1u7q66b-container, .framer-Eqf9R .framer-dtrw4n-container, .framer-Eqf9R .framer-v5lics-container, .framer-Eqf9R .framer-5wvaf3-container, .framer-Eqf9R .framer-1pgjlrb-container { height: 600px; position: relative; width: 1200px; }\",\".framer-Eqf9R .framer-r7ttut-container, .framer-Eqf9R .framer-wh7y1r-container { height: 575px; position: relative; width: 1200px; }\",\".framer-Eqf9R .framer-190mxfj-container { flex: 1 0 0px; height: 1px; max-width: 1000px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-1kdnny4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; max-width: 100%; min-height: 400px; overflow: visible; padding: 60px 10px 10px 10px; position: relative; scroll-margin-top: 100px; width: 100%; }\",\".framer-Eqf9R .framer-hbfrxa-container { flex: none; height: auto; max-width: 1100px; position: relative; width: 100%; z-index: 8; }\",\".framer-Eqf9R .framer-14chqsr-container, .framer-Eqf9R .framer-x5x5sc-container, .framer-Eqf9R .framer-1rva7fz-container, .framer-Eqf9R .framer-1uu0hdp-container, .framer-Eqf9R .framer-1uf5tzh-container, .framer-Eqf9R .framer-zpj1cd-container, .framer-Eqf9R .framer-8yf9gc-container, .framer-Eqf9R .framer-osctqe-container, .framer-Eqf9R .framer-5ysf9i-container, .framer-Eqf9R .framer-ug6zr9-container { height: 261px; position: relative; width: 353px; }\",\".framer-Eqf9R .framer-md9ykt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-b7zz2o { align-content: center; align-items: center; background-color: var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, #f8f8f8); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1100px; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-yg5g73 { background-color: #eeeeee; border-bottom-left-radius: 70px; border-bottom-right-radius: 70px; border-top-left-radius: 70px; border-top-right-radius: 70px; bottom: 0px; flex: none; height: 2px; left: calc(50.00000000000002% - 80% / 2); overflow: hidden; position: absolute; width: 80%; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-Eqf9R .framer-j79dh8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 301px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 308px; }\",\".framer-Eqf9R .framer-7c81q3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 184px; }\",\".framer-Eqf9R .framer-dg3kcl, .framer-Eqf9R .framer-p91ren { flex: none; height: 23px; position: relative; width: 117px; }\",\".framer-Eqf9R .framer-17r2qe8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-9tcami, .framer-Eqf9R .framer-10oefr1 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Eqf9R .framer-utfvxd { flex: none; height: 300px; overflow: hidden; position: relative; width: 120px; z-index: 1; }\",\".framer-Eqf9R .framer-1s3e6gx { bottom: 1000px; flex: none; height: 52px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; width: 100%; z-index: 0; }\",\".framer-Eqf9R .framer-11o9cp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 665px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-4ygc1q { align-content: center; align-items: center; background-color: #f8f8f8; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1300px; overflow: visible; padding: 60px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-6i3hm1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Eqf9R .framer-1bvbg8t-container { flex: none; height: 600px; position: relative; width: 407px; z-index: 7; }\",\".framer-Eqf9R .framer-1mpd12b { align-content: flex-start; align-items: flex-start; background-color: #ececec; 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: 0px; height: 607px; justify-content: flex-start; overflow: visible; padding: 24px 82px 24px 24px; position: relative; width: 649px; }\",\".framer-Eqf9R .framer-1ywkaeo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 333px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Eqf9R .framer-qypkl0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 190px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Eqf9R .framer-18clb7n { -webkit-user-select: none; align-self: stretch; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-Eqf9R .framer-1qet28w { -webkit-user-select: none; flex: 1 0 0px; height: 1px; position: relative; user-select: none; white-space: pre-wrap; width: 392px; word-break: break-word; word-wrap: break-word; }\",\".framer-Eqf9R .framer-162s8jb { aspect-ratio: 1 / 1; bottom: -46px; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: absolute; right: -144px; width: 520px; z-index: 1; }\",\".framer-Eqf9R .framer-14t3umb-container { flex: none; height: 600px; position: relative; width: 401px; }\",\".framer-Eqf9R .framer-xbmj5d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1300px; overflow: hidden; padding: 80px 40px 40px 40px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-1vvhz07 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 194px; justify-content: center; max-width: 600px; overflow: hidden; padding: 0px; position: relative; width: 500px; }\",\".framer-Eqf9R .framer-1jxjnw1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 63px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-ah64ku { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-Eqf9R .framer-1rdx9sb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 65px; height: min-content; justify-content: center; overflow: hidden; padding: 15px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-166p7q8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 79px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 300px; }\",\".framer-Eqf9R .framer-14rszwr { align-content: center; align-items: center; aspect-ratio: 1.8 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 79px); justify-content: center; left: 24%; overflow: visible; padding: 10px 0px 0px 0px; position: absolute; text-decoration: none; top: 49%; transform: translate(-50%, -50%); width: 142px; z-index: 1; }\",\".framer-Eqf9R .framer-1r2uyhm { align-content: center; align-items: center; aspect-ratio: 1.8 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 68px); justify-content: center; left: 80%; overflow: visible; padding: 0px; position: absolute; text-decoration: none; top: 43%; transform: translate(-50%, -50%); width: 122px; z-index: 1; }\",\".framer-Eqf9R .framer-hc739y { background-color: rgba(147, 154, 148, 0.3); bottom: 0px; flex: none; height: 2px; left: calc(50.00000000000002% - min(1000px, 80%) / 2); max-width: 1000px; overflow: hidden; position: absolute; width: 80%; z-index: 1; }\",\".framer-Eqf9R .framer-1703qkk { flex: none; height: 600px; overflow: hidden; position: relative; width: 83%; }\",\".framer-Eqf9R .framer-yot46u { align-content: center; align-items: center; background-color: var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, #f8f8f8); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; max-width: 1000px; overflow: visible; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; }\",'.framer-Eqf9R .framer-1ki696q { align-content: center; align-items: center; align-self: stretch; background: radial-gradient(50% 50% at 50% 50%, rgba(9, 215, 43, 0.11) 0%, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)) /* {\"name\":\"Soft White\"} */ 100%); display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px 0px 0px 100px; position: relative; width: 1px; }',\".framer-Eqf9R .framer-ys7y4t { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 2018px; padding: 0px; position: relative; width: 1px; }\",\".framer-Eqf9R .framer-xu36cu, .framer-Eqf9R .framer-1nxbxcm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Eqf9R .framer-1pdfb70, .framer-Eqf9R .framer-1bmahwf { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Eqf9R .framer-1a3bdu4, .framer-Eqf9R .framer-9rq2pr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Eqf9R .framer-1fdb4o7-container, .framer-Eqf9R .framer-cdskyi-container, .framer-Eqf9R .framer-1lefi9t-container, .framer-Eqf9R .framer-e24ft7-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-Eqf9R .framer-vac1xq { align-content: center; align-items: center; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 600px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 3; }\",\".framer-Eqf9R .framer-753wcw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 120px 0px 80px 0px; position: relative; width: 100%; }\",'.framer-Eqf9R .framer-eft9pf { align-content: center; align-items: center; background: radial-gradient(50% 50% at 50% 50%, rgba(9, 215, 43, 0.11) 0%, var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, rgb(248, 248, 248)) /* {\"name\":\"Soft White\"} */ 100%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 497px; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 1px; }',\".framer-Eqf9R .framer-gyl6kp-container { flex: none; height: 428px; position: relative; width: 380px; }\",\".framer-Eqf9R .framer-em4t4f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 2018px; padding: 0px; position: relative; width: 400px; }\",\".framer-Eqf9R .framer-16sdbnp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Eqf9R .framer-g6u62q-container, .framer-Eqf9R .framer-1g10lld-container { flex: 1 0 0px; height: auto; max-width: 375px; position: relative; width: 1px; }\",\".framer-Eqf9R .framer-fhv0rn { align-content: center; align-items: center; background: radial-gradient(50% 50% at 50% 50%, rgba(9, 215, 43, 0.3) 0%, rgb(7, 120, 26) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1500px; overflow: hidden; padding: 40px 20px 40px 20px; position: relative; scroll-margin-top: 200px; width: 100%; z-index: 1; }\",\".framer-Eqf9R .framer-gsvl6y-container { flex: none; height: auto; position: relative; width: auto; z-index: 0; }\",\".framer-Eqf9R .framer-1pzyfs3-container { flex: none; height: auto; max-width: 1300px; position: relative; width: 100%; z-index: 5; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Eqf9R.framer-72rtr7, .framer-Eqf9R .framer-14f07bn, .framer-Eqf9R .framer-82yubw, .framer-Eqf9R .framer-tswncm, .framer-Eqf9R .framer-1ffool3, .framer-Eqf9R .framer-1yr4eb4, .framer-Eqf9R .framer-npw7k, .framer-Eqf9R .framer-18jkw15, .framer-Eqf9R .framer-1weu2dn, .framer-Eqf9R .framer-hn9wii, .framer-Eqf9R .framer-14vxdfe, .framer-Eqf9R .framer-1u8k0mr, .framer-Eqf9R .framer-1nrzn8c, .framer-Eqf9R .framer-zrmul8, .framer-Eqf9R .framer-zzdeon, .framer-Eqf9R .framer-1pj5t9c, .framer-Eqf9R .framer-tksel3, .framer-Eqf9R .framer-pyi1cd, .framer-Eqf9R .framer-ddb42a, .framer-Eqf9R .framer-115ymvd, .framer-Eqf9R .framer-1oxzfce, .framer-Eqf9R .framer-183i3db, .framer-Eqf9R .framer-so7kr5, .framer-Eqf9R .framer-1kdnny4, .framer-Eqf9R .framer-md9ykt, .framer-Eqf9R .framer-b7zz2o, .framer-Eqf9R .framer-j79dh8, .framer-Eqf9R .framer-7c81q3, .framer-Eqf9R .framer-17r2qe8, .framer-Eqf9R .framer-11o9cp, .framer-Eqf9R .framer-4ygc1q, .framer-Eqf9R .framer-6i3hm1, .framer-Eqf9R .framer-1mpd12b, .framer-Eqf9R .framer-1ywkaeo, .framer-Eqf9R .framer-qypkl0, .framer-Eqf9R .framer-xbmj5d, .framer-Eqf9R .framer-1vvhz07, .framer-Eqf9R .framer-1jxjnw1, .framer-Eqf9R .framer-1rdx9sb, .framer-Eqf9R .framer-166p7q8, .framer-Eqf9R .framer-14rszwr, .framer-Eqf9R .framer-1r2uyhm, .framer-Eqf9R .framer-yot46u, .framer-Eqf9R .framer-1ki696q, .framer-Eqf9R .framer-ys7y4t, .framer-Eqf9R .framer-1a3bdu4, .framer-Eqf9R .framer-vac1xq, .framer-Eqf9R .framer-753wcw, .framer-Eqf9R .framer-eft9pf, .framer-Eqf9R .framer-em4t4f, .framer-Eqf9R .framer-9rq2pr, .framer-Eqf9R .framer-16sdbnp, .framer-Eqf9R .framer-fhv0rn { gap: 0px; } .framer-Eqf9R.framer-72rtr7 > *, .framer-Eqf9R .framer-14f07bn > *, .framer-Eqf9R .framer-82yubw > *, .framer-Eqf9R .framer-1ffool3 > *, .framer-Eqf9R .framer-17r2qe8 > *, .framer-Eqf9R .framer-4ygc1q > *, .framer-Eqf9R .framer-1mpd12b > *, .framer-Eqf9R .framer-1vvhz07 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Eqf9R.framer-72rtr7 > :first-child, .framer-Eqf9R .framer-14f07bn > :first-child, .framer-Eqf9R .framer-82yubw > :first-child, .framer-Eqf9R .framer-tswncm > :first-child, .framer-Eqf9R .framer-1ffool3 > :first-child, .framer-Eqf9R .framer-1yr4eb4 > :first-child, .framer-Eqf9R .framer-18jkw15 > :first-child, .framer-Eqf9R .framer-1nrzn8c > :first-child, .framer-Eqf9R .framer-zzdeon > :first-child, .framer-Eqf9R .framer-tksel3 > :first-child, .framer-Eqf9R .framer-ddb42a > :first-child, .framer-Eqf9R .framer-115ymvd > :first-child, .framer-Eqf9R .framer-so7kr5 > :first-child, .framer-Eqf9R .framer-md9ykt > :first-child, .framer-Eqf9R .framer-7c81q3 > :first-child, .framer-Eqf9R .framer-17r2qe8 > :first-child, .framer-Eqf9R .framer-11o9cp > :first-child, .framer-Eqf9R .framer-4ygc1q > :first-child, .framer-Eqf9R .framer-1mpd12b > :first-child, .framer-Eqf9R .framer-1ywkaeo > :first-child, .framer-Eqf9R .framer-qypkl0 > :first-child, .framer-Eqf9R .framer-xbmj5d > :first-child, .framer-Eqf9R .framer-1vvhz07 > :first-child, .framer-Eqf9R .framer-ys7y4t > :first-child, .framer-Eqf9R .framer-vac1xq > :first-child, .framer-Eqf9R .framer-em4t4f > :first-child, .framer-Eqf9R .framer-fhv0rn > :first-child { margin-top: 0px; } .framer-Eqf9R.framer-72rtr7 > :last-child, .framer-Eqf9R .framer-14f07bn > :last-child, .framer-Eqf9R .framer-82yubw > :last-child, .framer-Eqf9R .framer-tswncm > :last-child, .framer-Eqf9R .framer-1ffool3 > :last-child, .framer-Eqf9R .framer-1yr4eb4 > :last-child, .framer-Eqf9R .framer-18jkw15 > :last-child, .framer-Eqf9R .framer-1nrzn8c > :last-child, .framer-Eqf9R .framer-zzdeon > :last-child, .framer-Eqf9R .framer-tksel3 > :last-child, .framer-Eqf9R .framer-ddb42a > :last-child, .framer-Eqf9R .framer-115ymvd > :last-child, .framer-Eqf9R .framer-so7kr5 > :last-child, .framer-Eqf9R .framer-md9ykt > :last-child, .framer-Eqf9R .framer-7c81q3 > :last-child, .framer-Eqf9R .framer-17r2qe8 > :last-child, .framer-Eqf9R .framer-11o9cp > :last-child, .framer-Eqf9R .framer-4ygc1q > :last-child, .framer-Eqf9R .framer-1mpd12b > :last-child, .framer-Eqf9R .framer-1ywkaeo > :last-child, .framer-Eqf9R .framer-qypkl0 > :last-child, .framer-Eqf9R .framer-xbmj5d > :last-child, .framer-Eqf9R .framer-1vvhz07 > :last-child, .framer-Eqf9R .framer-ys7y4t > :last-child, .framer-Eqf9R .framer-vac1xq > :last-child, .framer-Eqf9R .framer-em4t4f > :last-child, .framer-Eqf9R .framer-fhv0rn > :last-child { margin-bottom: 0px; } .framer-Eqf9R .framer-tswncm > *, .framer-Eqf9R .framer-ddb42a > *, .framer-Eqf9R .framer-115ymvd > *, .framer-Eqf9R .framer-1ywkaeo > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Eqf9R .framer-1yr4eb4 > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-Eqf9R .framer-npw7k > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-Eqf9R .framer-npw7k > :first-child, .framer-Eqf9R .framer-1weu2dn > :first-child, .framer-Eqf9R .framer-hn9wii > :first-child, .framer-Eqf9R .framer-14vxdfe > :first-child, .framer-Eqf9R .framer-1u8k0mr > :first-child, .framer-Eqf9R .framer-zrmul8 > :first-child, .framer-Eqf9R .framer-1pj5t9c > :first-child, .framer-Eqf9R .framer-pyi1cd > :first-child, .framer-Eqf9R .framer-1oxzfce > :first-child, .framer-Eqf9R .framer-183i3db > :first-child, .framer-Eqf9R .framer-1kdnny4 > :first-child, .framer-Eqf9R .framer-b7zz2o > :first-child, .framer-Eqf9R .framer-j79dh8 > :first-child, .framer-Eqf9R .framer-6i3hm1 > :first-child, .framer-Eqf9R .framer-1jxjnw1 > :first-child, .framer-Eqf9R .framer-1rdx9sb > :first-child, .framer-Eqf9R .framer-166p7q8 > :first-child, .framer-Eqf9R .framer-14rszwr > :first-child, .framer-Eqf9R .framer-1r2uyhm > :first-child, .framer-Eqf9R .framer-yot46u > :first-child, .framer-Eqf9R .framer-1ki696q > :first-child, .framer-Eqf9R .framer-1a3bdu4 > :first-child, .framer-Eqf9R .framer-753wcw > :first-child, .framer-Eqf9R .framer-eft9pf > :first-child, .framer-Eqf9R .framer-9rq2pr > :first-child, .framer-Eqf9R .framer-16sdbnp > :first-child { margin-left: 0px; } .framer-Eqf9R .framer-npw7k > :last-child, .framer-Eqf9R .framer-1weu2dn > :last-child, .framer-Eqf9R .framer-hn9wii > :last-child, .framer-Eqf9R .framer-14vxdfe > :last-child, .framer-Eqf9R .framer-1u8k0mr > :last-child, .framer-Eqf9R .framer-zrmul8 > :last-child, .framer-Eqf9R .framer-1pj5t9c > :last-child, .framer-Eqf9R .framer-pyi1cd > :last-child, .framer-Eqf9R .framer-1oxzfce > :last-child, .framer-Eqf9R .framer-183i3db > :last-child, .framer-Eqf9R .framer-1kdnny4 > :last-child, .framer-Eqf9R .framer-b7zz2o > :last-child, .framer-Eqf9R .framer-j79dh8 > :last-child, .framer-Eqf9R .framer-6i3hm1 > :last-child, .framer-Eqf9R .framer-1jxjnw1 > :last-child, .framer-Eqf9R .framer-1rdx9sb > :last-child, .framer-Eqf9R .framer-166p7q8 > :last-child, .framer-Eqf9R .framer-14rszwr > :last-child, .framer-Eqf9R .framer-1r2uyhm > :last-child, .framer-Eqf9R .framer-yot46u > :last-child, .framer-Eqf9R .framer-1ki696q > :last-child, .framer-Eqf9R .framer-1a3bdu4 > :last-child, .framer-Eqf9R .framer-753wcw > :last-child, .framer-Eqf9R .framer-eft9pf > :last-child, .framer-Eqf9R .framer-9rq2pr > :last-child, .framer-Eqf9R .framer-16sdbnp > :last-child { margin-right: 0px; } .framer-Eqf9R .framer-18jkw15 > *, .framer-Eqf9R .framer-1nrzn8c > *, .framer-Eqf9R .framer-zzdeon > *, .framer-Eqf9R .framer-tksel3 > *, .framer-Eqf9R .framer-so7kr5 > *, .framer-Eqf9R .framer-md9ykt > *, .framer-Eqf9R .framer-11o9cp > *, .framer-Eqf9R .framer-xbmj5d > *, .framer-Eqf9R .framer-ys7y4t > *, .framer-Eqf9R .framer-vac1xq > *, .framer-Eqf9R .framer-em4t4f > *, .framer-Eqf9R .framer-fhv0rn > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Eqf9R .framer-1weu2dn > *, .framer-Eqf9R .framer-hn9wii > *, .framer-Eqf9R .framer-14vxdfe > *, .framer-Eqf9R .framer-pyi1cd > *, .framer-Eqf9R .framer-1oxzfce > *, .framer-Eqf9R .framer-183i3db > *, .framer-Eqf9R .framer-1jxjnw1 > *, .framer-Eqf9R .framer-166p7q8 > *, .framer-Eqf9R .framer-14rszwr > *, .framer-Eqf9R .framer-1r2uyhm > *, .framer-Eqf9R .framer-1ki696q > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Eqf9R .framer-1u8k0mr > *, .framer-Eqf9R .framer-1pj5t9c > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-Eqf9R .framer-zrmul8 > *, .framer-Eqf9R .framer-16sdbnp > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Eqf9R .framer-1kdnny4 > *, .framer-Eqf9R .framer-1a3bdu4 > *, .framer-Eqf9R .framer-9rq2pr > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-Eqf9R .framer-b7zz2o > *, .framer-Eqf9R .framer-j79dh8 > *, .framer-Eqf9R .framer-6i3hm1 > *, .framer-Eqf9R .framer-yot46u > *, .framer-Eqf9R .framer-753wcw > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Eqf9R .framer-7c81q3 > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-Eqf9R .framer-qypkl0 > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } .framer-Eqf9R .framer-1rdx9sb > * { margin: 0px; margin-left: calc(65px / 2); margin-right: calc(65px / 2); } .framer-Eqf9R .framer-eft9pf > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-Eqf9R[data-border=\"true\"]::after, .framer-Eqf9R [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-Eqf9R.framer-72rtr7 { width: 810px; } .framer-Eqf9R .framer-g14tql-container, .framer-Eqf9R .framer-hn9wii, .framer-Eqf9R .framer-ukjlvm-container { order: 0; } .framer-Eqf9R .framer-14f07bn { order: 2; padding: 0px 60px 20px 60px; } .framer-Eqf9R .framer-82yubw { height: 386px; width: 810px; } .framer-Eqf9R .framer-tswncm { gap: 0px; justify-content: flex-start; order: 1; } .framer-Eqf9R .framer-1ffool3 { padding: 10px 20px 0px 20px; } .framer-Eqf9R .framer-15o71jp { height: 92px; } .framer-Eqf9R .framer-1yr4eb4 { min-height: 212px; min-width: unset; padding: 0px 24px 0px 24px; width: 100%; } .framer-Eqf9R .framer-y0yqlf { bottom: 4px; height: unset; left: calc(50.86956521739132% - 552px / 2); order: 1; top: -90px; width: 552px; } .framer-Eqf9R .framer-1rcvx90 { bottom: 91px; height: unset; order: 0; right: -66px; top: -92px; width: 334px; } .framer-Eqf9R .framer-npw7k { gap: 40px; } .framer-Eqf9R .framer-6l9pyb-container { height: unset; top: 549px; z-index: 5; } .framer-Eqf9R .framer-18jkw15 { max-width: 800px; order: 4; } .framer-Eqf9R .framer-1di02xz-container { height: 485px; } .framer-Eqf9R .framer-1nrzn8c { height: 328px; max-width: 80%; order: 5; width: 100%; } .framer-Eqf9R .framer-eqps0f-container { left: calc(50.00000000000002% - min(100%, 100%) / 2); max-width: 100%; } .framer-Eqf9R .framer-zrmul8 { order: 6; } .framer-Eqf9R .framer-zzdeon { order: 7; padding: 20px 40px 60px 40px; } .framer-Eqf9R .framer-1fxz6ae { grid-template-columns: repeat(2, minmax(200px, 1fr)); } .framer-Eqf9R .framer-1pj5t9c { height: 100%; } .framer-Eqf9R .framer-tksel3 { height: 300px; order: 8; } .framer-Eqf9R .framer-pyi1cd { max-width: 90%; } .framer-Eqf9R .framer-1jzasic { height: var(--framer-aspect-ratio-supported, 56px); width: 152px; } .framer-Eqf9R .framer-so7kr5 { height: min-content; order: 10; padding: 20px; } .framer-Eqf9R .framer-1s3e6gx { order: 20; } .framer-Eqf9R .framer-11o9cp { height: min-content; order: 13; } .framer-Eqf9R .framer-4ygc1q { padding: 60px 24px 0px 10px; } .framer-Eqf9R .framer-6i3hm1 { max-width: 850px; padding: 40px; width: 100%; } .framer-Eqf9R .framer-1mpd12b { align-self: stretch; flex: 1 0 0px; height: auto; order: 2; padding: 10px; width: 1px; } .framer-Eqf9R .framer-1ywkaeo { gap: 24px; height: 313px; width: 100%; } .framer-Eqf9R .framer-qypkl0, .framer-Eqf9R .framer-1qet28w { width: 100%; } .framer-Eqf9R .framer-18clb7n { align-self: unset; width: 100%; } .framer-Eqf9R .framer-162s8jb { bottom: -30px; height: var(--framer-aspect-ratio-supported, 340px); right: -59px; width: 340px; } .framer-Eqf9R .framer-14t3umb-container { order: 1; } .framer-Eqf9R .framer-xbmj5d { max-width: 100%; order: 14; overflow: visible; } .framer-Eqf9R .framer-1vvhz07 { gap: 15px; height: min-content; max-width: 1000px; order: 0; padding: 0px 0px 15px 0px; width: 400px; } .framer-Eqf9R .framer-1jxjnw1 { height: min-content; } .framer-Eqf9R .framer-1rdx9sb { padding: 10px 15px 10px 15px; } .framer-Eqf9R .framer-166p7q8 { flex: 1 0 0px; width: 1px; } .framer-Eqf9R .framer-14rszwr { left: 40px; transform: translateY(-50%); } .framer-Eqf9R .framer-1r2uyhm { left: unset; right: 40px; transform: translateY(-50%); } .framer-Eqf9R .framer-hc739y { left: calc(51.2345679012346% - min(1000px, 80%) / 2); order: 1; } .framer-Eqf9R .framer-1703qkk { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; order: 15; padding: 0px; width: 100%; } .framer-Eqf9R .framer-yot46u { flex: 1 0 0px; height: 500px; left: unset; max-width: 700px; position: relative; top: unset; transform: unset; width: 1px; } .framer-Eqf9R .framer-1ki696q { align-self: unset; height: 100%; padding: 0px 0px 0px 60px; } .framer-Eqf9R .framer-ys7y4t { padding: 40px; } .framer-Eqf9R .framer-vac1xq { flex: 1 0 0px; height: 100%; } .framer-Eqf9R .framer-753wcw { background-color: var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, #f8f8f8); max-width: 800px; order: 16; padding: 60px 40px 60px 40px; } .framer-Eqf9R .framer-eft9pf { gap: 0px; max-width: 700px; } .framer-Eqf9R .framer-gyl6kp-container { flex: 1 0 0px; height: 333px; width: 1px; } .framer-Eqf9R .framer-em4t4f { flex: 1 0 0px; max-width: 700px; padding: 40px; width: 1px; } .framer-Eqf9R .framer-fhv0rn { order: 17; } .framer-Eqf9R .framer-1pzyfs3-container { order: 18; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Eqf9R .framer-tswncm, .framer-Eqf9R .framer-npw7k, .framer-Eqf9R .framer-1ywkaeo, .framer-Eqf9R .framer-1vvhz07, .framer-Eqf9R .framer-1703qkk, .framer-Eqf9R .framer-eft9pf { gap: 0px; } .framer-Eqf9R .framer-tswncm > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Eqf9R .framer-tswncm > :first-child, .framer-Eqf9R .framer-1ywkaeo > :first-child, .framer-Eqf9R .framer-1vvhz07 > :first-child { margin-top: 0px; } .framer-Eqf9R .framer-tswncm > :last-child, .framer-Eqf9R .framer-1ywkaeo > :last-child, .framer-Eqf9R .framer-1vvhz07 > :last-child { margin-bottom: 0px; } .framer-Eqf9R .framer-npw7k > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-Eqf9R .framer-npw7k > :first-child, .framer-Eqf9R .framer-1703qkk > :first-child, .framer-Eqf9R .framer-eft9pf > :first-child { margin-left: 0px; } .framer-Eqf9R .framer-npw7k > :last-child, .framer-Eqf9R .framer-1703qkk > :last-child, .framer-Eqf9R .framer-eft9pf > :last-child { margin-right: 0px; } .framer-Eqf9R .framer-1ywkaeo > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Eqf9R .framer-1vvhz07 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-Eqf9R .framer-1703qkk > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Eqf9R .framer-eft9pf > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }}\",\"@media (max-width: 809px) { .framer-Eqf9R.framer-72rtr7 { overflow: hidden; width: 390px; } .framer-Eqf9R .framer-g14tql-container { max-height: 100vh; order: 0; } .framer-Eqf9R .framer-14f07bn { max-height: unset; order: 2; padding: 100px 20px 60px 20px; z-index: 1; } .framer-Eqf9R .framer-82yubw, .framer-Eqf9R .framer-kdf6qi-container, .framer-Eqf9R .framer-d3redr, .framer-Eqf9R .framer-19zz5yn, .framer-Eqf9R .framer-b7zz2o, .framer-Eqf9R .framer-yg5g73, .framer-Eqf9R .framer-7c81q3, .framer-Eqf9R .framer-dg3kcl { order: 0; } .framer-Eqf9R .framer-tswncm { order: 1; padding: 31px 0px 42px 0px; } .framer-Eqf9R .framer-1ffool3 { padding: 0px; } .framer-Eqf9R .framer-13otbvg { order: 0; z-index: 0; } .framer-Eqf9R .framer-15o71jp { order: 1; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-Eqf9R .framer-1yr4eb4 { gap: 0px; height: 146px; min-height: unset; min-width: unset; order: 1; overflow: visible; padding: 0px 24px 100px 24px; width: 100%; z-index: 1; } .framer-Eqf9R .framer-y0yqlf { bottom: -39px; height: unset; left: -17px; order: 1; overflow: hidden; right: -17px; top: -102px; width: unset; } .framer-Eqf9R .framer-1rcvx90 { bottom: 49px; height: unset; order: 0; overflow: visible; right: -45px; top: -50px; width: 150px; } .framer-Eqf9R .framer-izoand { order: 2; } .framer-Eqf9R .framer-5620qi, .framer-Eqf9R .framer-1ieqakk-container { order: 3; } .framer-Eqf9R .framer-18jkw15 { order: 4; scroll-margin-top: 200px; } .framer-Eqf9R .framer-1weu2dn { padding: 0px 10px 0px 10px; z-index: 6; } .framer-Eqf9R .framer-hn9wii { align-content: center; align-items: center; flex: none; flex-direction: column; gap: 4px; order: 0; width: 105%; z-index: 6; } .framer-Eqf9R .framer-uf5j7 { flex: none; order: 0; width: 100%; z-index: 5; } .framer-Eqf9R .framer-1beshs3 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; max-width: unset; min-width: 300px; padding: 0px; } .framer-Eqf9R .framer-1u8k0mr { align-self: unset; gap: unset; height: min-content; justify-content: space-evenly; max-width: 650px; overflow: visible; z-index: 7; } .framer-Eqf9R .framer-1di02xz-container { flex: 1 0 0px; height: 473px; width: 1px; } .framer-Eqf9R .framer-1nrzn8c { max-width: unset; order: 5; padding: 0px 20px 60px 20px; width: 100%; } .framer-Eqf9R .framer-1wm4gzy { height: 150px; max-width: 100%; } .framer-Eqf9R .framer-eqps0f-container { bottom: unset; height: 150px; left: calc(50.00000000000002% - min(100%, 100%) / 2); max-width: 100%; } .framer-Eqf9R .framer-zzdeon { max-width: unset; order: 7; padding: 20px; } .framer-Eqf9R .framer-1fxz6ae { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; max-width: 350px; min-width: 300px; order: 1; } .framer-Eqf9R .framer-1pj5t9c { align-self: unset; gap: unset; justify-content: space-evenly; max-width: 350px; z-index: 7; } .framer-Eqf9R .framer-115ru3d-container { z-index: 6; } .framer-Eqf9R .framer-tksel3 { height: min-content; order: 8; padding: 20px; } .framer-Eqf9R .framer-pyi1cd { flex-direction: column; gap: 45px; max-width: 350px; padding: 45px 0px 0px 0px; } .framer-Eqf9R .framer-ddb42a { flex: none; order: 0; width: 100%; } .framer-Eqf9R .framer-12p4ooo, .framer-Eqf9R .framer-17r2qe8, .framer-Eqf9R .framer-utfvxd { order: 1; } .framer-Eqf9R .framer-115ymvd { flex: none; order: 1; width: 100%; } .framer-Eqf9R .framer-1oxzfce { order: 1; overflow: hidden; } .framer-Eqf9R .framer-1jzasic { height: var(--framer-aspect-ratio-supported, 60px); width: 162px; } .framer-Eqf9R .framer-183i3db { order: 9; } .framer-Eqf9R .framer-1kdnny4 { min-height: unset; order: 12; } .framer-Eqf9R .framer-md9ykt { order: 11; } .framer-Eqf9R .framer-j79dh8 { height: 300px; order: 1; width: 334px; } .framer-Eqf9R .framer-1s3e6gx { bottom: 1400px; order: 20; } .framer-Eqf9R .framer-xbmj5d { background-color: var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, #f8f8f8); max-width: 600px; order: 14; overflow: visible; padding: 60px 24px 60px 24px; } .framer-Eqf9R .framer-1vvhz07 { height: min-content; order: 1; width: 100%; } .framer-Eqf9R .framer-1jxjnw1 { height: min-content; } .framer-Eqf9R .framer-1rdx9sb { gap: 0px; padding: 5px 15px 5px 15px; } .framer-Eqf9R .framer-166p7q8 { gap: 24px; height: 63px; width: 220px; } .framer-Eqf9R .framer-14rszwr { height: var(--framer-aspect-ratio-supported, 111px); left: unset; padding: 0px; position: relative; top: unset; transform: unset; width: 44%; } .framer-Eqf9R .framer-1r2uyhm { height: var(--framer-aspect-ratio-supported, 111px); left: unset; position: relative; top: unset; transform: unset; width: 40%; } .framer-Eqf9R .framer-hc739y { align-content: center; align-items: center; background-color: #eeeeee; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; order: 0; padding: 0px; } .framer-Eqf9R .framer-1703qkk { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; order: 15; overflow: visible; padding: 0px; width: 100%; } .framer-Eqf9R .framer-yot46u { flex-direction: column; left: unset; padding: 40px 0px 40px 0px; position: relative; top: unset; transform: unset; } .framer-Eqf9R .framer-1ki696q { align-self: unset; flex: none; height: min-content; order: 1; padding: 0px; width: 100%; } .framer-Eqf9R .framer-ys7y4t { align-content: center; align-items: center; max-width: 375px; min-width: 350px; padding: 20px 20px 40px 20px; z-index: 6; } .framer-Eqf9R .framer-1a3bdu4 { gap: 20px; width: 100%; } .framer-Eqf9R .framer-1fdb4o7-container, .framer-Eqf9R .framer-cdskyi-container { flex: 1 0 0px; height: auto; max-width: 375px; width: 1px; } .framer-Eqf9R .framer-vac1xq { flex: none; height: 395px; order: 0; width: 100%; } .framer-Eqf9R .framer-753wcw { background-color: var(--token-42ba8638-8863-4b11-8aa9-68a0faa03b27, #f8f8f8); flex-direction: column; max-width: 400px; order: 16; padding: 40px 20px 40px 20px; } .framer-Eqf9R .framer-eft9pf { flex: none; flex-direction: column; gap: 30px; height: min-content; order: 0; width: 100%; } .framer-Eqf9R .framer-gyl6kp-container { height: 267px; width: 100%; } .framer-Eqf9R .framer-em4t4f { padding: 0px 0px 40px 0px; width: 100%; z-index: 6; } .framer-Eqf9R .framer-fhv0rn { max-width: 100%; order: 17; padding: 50px 0px 50px 0px; } .framer-Eqf9R .framer-1pzyfs3-container { order: 18; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Eqf9R .framer-1yr4eb4, .framer-Eqf9R .framer-hn9wii, .framer-Eqf9R .framer-1beshs3, .framer-Eqf9R .framer-1u8k0mr, .framer-Eqf9R .framer-1fxz6ae, .framer-Eqf9R .framer-1pj5t9c, .framer-Eqf9R .framer-pyi1cd, .framer-Eqf9R .framer-1rdx9sb, .framer-Eqf9R .framer-166p7q8, .framer-Eqf9R .framer-hc739y, .framer-Eqf9R .framer-1703qkk, .framer-Eqf9R .framer-yot46u, .framer-Eqf9R .framer-1a3bdu4, .framer-Eqf9R .framer-753wcw, .framer-Eqf9R .framer-eft9pf { gap: 0px; } .framer-Eqf9R .framer-1yr4eb4 > *, .framer-Eqf9R .framer-1beshs3 > *, .framer-Eqf9R .framer-1fxz6ae > *, .framer-Eqf9R .framer-yot46u > *, .framer-Eqf9R .framer-753wcw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Eqf9R .framer-1yr4eb4 > :first-child, .framer-Eqf9R .framer-hn9wii > :first-child, .framer-Eqf9R .framer-1beshs3 > :first-child, .framer-Eqf9R .framer-1fxz6ae > :first-child, .framer-Eqf9R .framer-pyi1cd > :first-child, .framer-Eqf9R .framer-yot46u > :first-child, .framer-Eqf9R .framer-753wcw > :first-child, .framer-Eqf9R .framer-eft9pf > :first-child { margin-top: 0px; } .framer-Eqf9R .framer-1yr4eb4 > :last-child, .framer-Eqf9R .framer-hn9wii > :last-child, .framer-Eqf9R .framer-1beshs3 > :last-child, .framer-Eqf9R .framer-1fxz6ae > :last-child, .framer-Eqf9R .framer-pyi1cd > :last-child, .framer-Eqf9R .framer-yot46u > :last-child, .framer-Eqf9R .framer-753wcw > :last-child, .framer-Eqf9R .framer-eft9pf > :last-child { margin-bottom: 0px; } .framer-Eqf9R .framer-hn9wii > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-Eqf9R .framer-1u8k0mr > *, .framer-Eqf9R .framer-1u8k0mr > :first-child, .framer-Eqf9R .framer-1u8k0mr > :last-child, .framer-Eqf9R .framer-1pj5t9c > *, .framer-Eqf9R .framer-1pj5t9c > :first-child, .framer-Eqf9R .framer-1pj5t9c > :last-child { margin: 0px; } .framer-Eqf9R .framer-pyi1cd > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-Eqf9R .framer-1rdx9sb > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Eqf9R .framer-1rdx9sb > :first-child, .framer-Eqf9R .framer-166p7q8 > :first-child, .framer-Eqf9R .framer-hc739y > :first-child, .framer-Eqf9R .framer-1703qkk > :first-child, .framer-Eqf9R .framer-1a3bdu4 > :first-child { margin-left: 0px; } .framer-Eqf9R .framer-1rdx9sb > :last-child, .framer-Eqf9R .framer-166p7q8 > :last-child, .framer-Eqf9R .framer-hc739y > :last-child, .framer-Eqf9R .framer-1703qkk > :last-child, .framer-Eqf9R .framer-1a3bdu4 > :last-child { margin-right: 0px; } .framer-Eqf9R .framer-166p7q8 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-Eqf9R .framer-hc739y > *, .framer-Eqf9R .framer-1703qkk > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Eqf9R .framer-1a3bdu4 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Eqf9R .framer-eft9pf > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8206\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"jprCuZoR8\":{\"layout\":[\"fixed\",\"auto\"]},\"aUhNucprW\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-Eqf9R\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:8206,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Alatsi\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/alatsi/v13/TK3iWkUJAxQ2nLNGGzUHte5fKg.woff2\",weight:\"400\"},{family:\"Audiowide\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/audiowide/v20/l7gdbjpo0cum0ckerWCtlAXPExpQBw.woff2\",weight:\"400\"}]},...NavbarFonts,...ButtonORDERNOWMOBILEFonts,...TickerFonts,...FeaturedItemFonts,...VideoFonts,...MenuNavBarFonts,...NewMenuItemWrapperFonts,...NEWMobileMenuNavbarFonts,...Slide1Fonts,...Slide2Fonts,...Slide3Fonts,...Slide4Fonts,...Slide5Fonts,...Slide6Fonts,...Slide7Fonts,...ClassicComboSlideFonts,...SlideshowFonts,...ReviewCardFonts,...CarouselFonts,...ButtonLearnMoreGrayFonts,...ImageComponentFonts,...GalleryWrapperFonts,...FooterFreshPressFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"8206\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jprCuZoR8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aUhNucprW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["clamp", "e", "n", "isNumber", "isEasingList", "wrap", "e", "n", "getEasingForSegment", "mix", "noopReturn", "progress", "e", "n", "fillOffset", "mix", "defaultOffset", "interpolate", "s", "f", "r", "clamp", "getEasingForSegment", "isString", "e", "velocityPerSecond", "calcBezier", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "t", "o", "cubicBezier", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "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", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "o", "c", "isNumberOrNull", "l", "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", "f", "interpolate", "defaultOffset", "measure", "createOnScrollHandler", "scrubAnimation", "noopReturn", "te", "ne", "oe", "getEventTarget", "scroll", "__rest", "listener", "dispatchPointerEvent", "e", "t", "n", "dispatchViewEvent", "se", "i", "s", "__rest", "inView$1", "o", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "MAX_AREA", "CSS_VAR_NAME", "supportsWaapi", "supportsRegisterProperty", "window", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "offset", "useMotionValue", "axis", "minus", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "fullChildrenArea", "isLayerTooBig", "measure", "te", "parentLength", "firstChild", "lastChild", "childrenLeft", "childrenRight", "childrenTop", "childrenBottom", "childrenWidth", "childrenHeight", "childrenArea", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "keyframes", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "clamp", "e", "n", "progress", "e", "n", "calcMaskWidth", "inset", "width", "useIsMouse", "isMouseDevice", "setIsMouseDevice", "ye", "fe", "Z", "window", "checkLimit", "progress", "target", "edgeOpacity", "moreItems", "buttonRef", "transition", "animate", "useGUI", "initialMoreItems", "initialAlpha", "pe", "useMotionValue", "fadeOpacity", "useTransform", "buttonOpacity", "v", "pointerEvents", "cursor", "buttonStyle", "baseButtonStyles", "setAriaVisible", "element", "useScrollLimits", "container", "axis", "scrollInfo", "updateCurrentScroll", "targetScroll", "checkLimits", "measureItems", "ue", "stopScroll", "scroll", "info", "stopResize", "resize", "Carousel", "slots", "gap", "align", "sizingObject", "fadeObject", "arrowObject", "snapObject", "progressObject", "ariaLabel", "borderRadius", "effectsObject", "props", "filteredSlots", "numItems", "j", "isCanvas", "RenderTarget", "padding", "usePadding", "axisLabel", "fadeContent", "fadeWidth", "fadeInset", "fadeTransition", "fadeAlpha", "snap", "snapEdge", "fluid", "widthType", "widthInset", "widthColumns", "heightType", "heightInset", "heightRows", "showScrollbar", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowPadding", "currentScroll", "newScroll", "start", "end", "startMaskInset", "endMaskInset", "baseWidth", "startMaskWidth", "endMaskWidth", "direction", "mask", "latest", "carouselRef", "numPages", "setNumPages", "itemStyle", "childStyle", "scrollOverflow", "containerStyle", "baseContainerStyle", "carouselStyle", "baseCarouselStyle", "carouselA11y", "itemA11y", "itemSizes", "te", "targetLength", "containerLength", "scrollLength", "current", "i", "newNumPages", "findNextItem", "delta", "children", "scrollTarget", "item", "length", "threshold", "isReducedMotion", "useReducedMotion", "goto", "scrollTo", "options", "gotoPage", "page", "gotoDelta", "pageLength", "currentPage", "clamp", "p", "Placeholder", "dots", "dotsBlurStyle", "isSelected", "Dot", "dotStyle", "u", "motion", "child", "index", "_child_props", "q", "controlsStyles", "dotsContainerStyle", "MouseStyles", "addPropertyControls", "ControlType", "paddingControl", "selectedOpacity", "unselectedOpacity", "total", "opacity", "_scrollInfo_current", "_scrollInfo_current1", "minScroll", "maxScroll", "inlinePadding", "top", "bottom", "right", "left", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "baseContainerStyle", "baseCarouselStyle", "baseButtonStyles", "controlsStyles", "dotsContainerStyle", "dotStyle", "isBrowser", "usePageVisibility", "isVisible", "setIsVisible", "ye", "ue", "onVisibilityChange", "OPACITY_0", "awaitRefCallback", "element", "controller", "refCallbackResolve", "refCallbackPromise", "resolve", "reject", "current", "node", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "firstChild", "lastChild", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "Z", "scheduleMeasure", "frame", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "visibility", "mix", "LayoutGroup", "q", "selectedOpacity", "total", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "tap", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "LXY1n7_6z", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapz3vyqx", "args", "onAppearyvy6po", "useOnVariantChange", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Image2", "getLoadingLazyAtYPosition", "css", "FramerNax9vc5Pp", "withCSS", "Nax9vc5Pp_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "CircleReviewEasterEggComponentFonts", "Nax9vc5Pp_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearvyf1na", "args", "onAppear10xgipw", "onClickd5aypy", "onClickzmjpfb", "LXY1n7_6zyvy6po", "onTap17k2rsz", "useOnVariantChange", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerabSEepRWp", "withCSS", "abSEepRWp_default", "addPropertyControls", "ControlType", "addFonts", "ButtonORDERNOWMOBILEFonts", "getFonts", "NVg3wDYdK_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "EK5eYUaVx", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "css", "Frameree_qxBn0q", "withCSS", "ee_qxBn0q_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonORDERNOWMOBILEFonts", "getFonts", "NVg3wDYdK_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "csks1fWVh", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "css", "FramergPzCjEzVG", "withCSS", "gPzCjEzVG_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "cx", "getLoadingLazyAtYPosition", "u", "RichText2", "css", "FramerN6Y3TTe9f", "withCSS", "N6Y3TTe9f_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonORDERNOWMOBILEFonts", "getFonts", "NVg3wDYdK_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "EA8w3IO_N", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "css", "FramerNXWz77SGg", "withCSS", "NXWz77SGg_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonORDERNOWMOBILEFonts", "getFonts", "NVg3wDYdK_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "css", "FramerpNPhP1Al8", "withCSS", "pNPhP1Al8_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "hover", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "bfdNAzndH", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1kh553t", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "serializationHash", "css", "FramerqeLpqGcfH", "withCSS", "qeLpqGcfH_default", "addPropertyControls", "ControlType", "addFonts", "ButtonORDERNOWMOBILEFonts", "getFonts", "NVg3wDYdK_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "YPikyUxo3", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "css", "FramerrvfFb4F5i", "withCSS", "rvfFb4F5i_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "cf2ryYPEq", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerUXd4qK8ob", "withCSS", "UXd4qK8ob_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ImageWithFX", "withFX", "Image2", "RichTextWithFX", "RichText2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transition2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transformTemplate1", "_", "t", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "id", "image", "itemName", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "F6DdJJB5b", "lpkW4U8tj", "xpF7CpuVL", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "getLoadingLazyAtYPosition", "css", "FramerUxR6t0hs1", "withCSS", "UxR6t0hs1_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "toResponsiveImage", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "qvJJdP6zp", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "cx", "RichText2", "css", "FramerVbWjF_qKT", "withCSS", "VbWjF_qKT_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonORDERNOWMOBILEFonts", "getFonts", "NVg3wDYdK_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "cx", "RichText2", "ComponentViewportProvider", "css", "Framery_mKMKP0N", "withCSS", "y_mKMKP0N_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppeare50jna", "args", "onAppearolnh74", "onAppearmus5fa", "onAppears2troi", "onAppear1fjm39b", "onAppear14h5jjc", "onAppearpb6bt9", "onMouseEnterj70c1b", "onMouseLeavesnkgrs", "onMouseEnter3kvc5c", "onMouseEnter3r9kaa", "onMouseEntersn5vv2", "onMouseEnterf4zder", "onMouseEntero2wh2w", "useOnVariantChange", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "getLoadingLazyAtYPosition", "cx", "Image2", "css", "FramerYO_MwV6iZ", "withCSS", "YO_MwV6iZ_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "NavbarFonts", "getFonts", "MjNbVGNe4_default", "ContainerWithFX", "withFX", "Container", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "ImageWithOptimizedAppearEffect", "Image2", "ImageWithFX", "ButtonORDERNOWMOBILEFonts", "NVg3wDYdK_default", "ContainerWithOptimizedAppearEffect", "TickerFonts", "Ticker", "FeaturedItemFonts", "UxR6t0hs1_default", "VideoFonts", "Video", "MenuNavBarFonts", "TfUzqhhjq_default", "NewMenuItemWrapperFonts", "EShBelMwv_default", "NEWMobileMenuNavbarFonts", "pRz08c80o_default", "Slide1Fonts", "VbWjF_qKT_default", "Slide2Fonts", "NXWz77SGg_default", "Slide3Fonts", "gPzCjEzVG_default", "Slide4Fonts", "ee_qxBn0q_default", "Slide5Fonts", "rvfFb4F5i_default", "Slide6Fonts", "y_mKMKP0N_default", "Slide7Fonts", "N6Y3TTe9f_default", "ClassicComboSlideFonts", "pNPhP1Al8_default", "SlideshowFonts", "Slideshow", "ReviewCardFonts", "abSEepRWp_default", "CarouselFonts", "Carousel", "MotionDivWithOptimizedAppearEffect", "motion", "MotionHeaderWithOptimizedAppearEffect", "ButtonLearnMoreGrayFonts", "UXd4qK8ob_default", "ImageComponentFonts", "qeLpqGcfH_default", "GalleryWrapperFonts", "YO_MwV6iZ_default", "FooterFreshPressFonts", "U5HYfgri0_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "animation", "transition1", "textEffect", "transition2", "animation1", "animation2", "transition3", "animation3", "transition4", "animation4", "animation5", "animation6", "transition5", "animation7", "transition6", "animation8", "transition7", "animation9", "animation10", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition8", "animation11", "animation12", "animation13", "animation14", "animation15", "animation16", "transition9", "animation17", "animation18", "animation19", "transformTemplate2", "transformTemplate3", "animation20", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "SmdN7Kl7nG21rGLKkh", "CJsS2gnySG21rGLKkh", "k02UEAP0MG21rGLKkh", "idG21rGLKkh", "SmdN7Kl7nx4tMO3F4F", "CJsS2gnySx4tMO3F4F", "VlcbGx5lRx4tMO3F4F", "k02UEAP0Mx4tMO3F4F", "idx4tMO3F4F", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "ref2", "elementId", "useRouteElementId", "ref3", "isDisplayed", "isDisplayed1", "elementId1", "ref4", "isDisplayed2", "isDisplayed3", "elementId2", "ref5", "elementId3", "ref6", "elementId4", "ref7", "elementId5", "ref8", "elementId6", "ref9", "elementId7", "ref10", "elementId8", "ref11", "elementId9", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "x", "Link", "ChildrenCanSuspend", "PhQoiNKft_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "collection1", "paginationInfo1", "loadMore1", "index1", "SVG", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
