{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/dHNiTAjHv7PZhDYS5WJK/VLLL75aA0HHtzTj1eYjZ/Xm0DDvNx1.js", "ssg:https://framerusercontent.com/modules/m0fMP4mtZNpJMJivDZyN/tMKXAM9dhIJzpaUPCNJz/E5aWz6waY.js", "ssg:https://framerusercontent.com/modules/0MfzgbwLu7lmafpJ6XoV/I5HzpaLFISd9lSTwXBq2/klBCHqQ1K.js", "ssg:https://framerusercontent.com/modules/aXRzR25qawfgM94zmnL6/GNkkoFFLTz3tp3KNG8ym/mupibFRLh.js", "ssg:https://framerusercontent.com/modules/FG98DTwLIXw7txYrbLxR/H2u0RBT4QwaGePxvjsSK/Pup_XLitt.js", "ssg:https://framerusercontent.com/modules/AIs1RtuMkl9tgrhDYcXy/OGFzA8yjAgfEqwqef79S/ZfyWpVGIQ.js", "ssg:https://framerusercontent.com/modules/lRb0cGNOjdY9BAGxVAVp/arUy1xXa2hVoxmuDeJxW/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{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 directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\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 transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children: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;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);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)})});});}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:\"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(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// 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||supportsAcceleratedAnimations){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?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):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\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (e1877f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,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/Afp5j5U6gutdQHIiWsQ9/3tW1lIG9gl4Vtmw15R8C/Edc_2FmcW.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/pH0qSCgRctaNIlGh5H3f/jbGJyeEWBeP3evnbHFaI/Qjk8YT_l2.js\";const cycleOrder=[\"DCTMFF9ZE\"];const serializationHash=\"framer-FGtac\";const variantClassNames={DCTMFF9ZE:\"framer-v-vwb9a4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({featureText,featureTitle,height,id,width,...props})=>{var _ref,_ref1;return{...props,F_uobU8bx:(_ref=featureTitle!==null&&featureTitle!==void 0?featureTitle:props.F_uobU8bx)!==null&&_ref!==void 0?_ref:\"Website Planning\",p9y7WmXAw:(_ref1=featureText!==null&&featureText!==void 0?featureText:props.p9y7WmXAw)!==null&&_ref1!==void 0?_ref1:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ut lorem elit. Vestibulum quis rutrum ex. Nullam congue ac velit vitae euismod. Phasellus congue, risus.\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,p9y7WmXAw,F_uobU8bx,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DCTMFF9ZE\",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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-vwb9a4\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Website Planning\",layoutDependency:layoutDependency,layoutId:\"DCTMFF9ZE\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-e3042137-7034-4af5-a22e-766e570679ed, rgb(216, 210, 195))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0)\",...style},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1q0ldt\",\"data-styles-preset\":\"Qjk8YT_l2\",children:\"Website Planning\"})}),className:\"framer-6kdqes\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"U2vijm5fy\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:F_uobU8bx,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-11drx1b\",\"data-styles-preset\":\"Edc_2FmcW\",style:{\"--framer-text-alignment\":\"left\"},children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ut lorem elit. Vestibulum quis rutrum ex. Nullam congue ac velit vitae euismod. Phasellus congue, risus.\"})}),className:\"framer-1xzx7nl\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qFnOrc3pp\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:p9y7WmXAw,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FGtac.framer-1red2hb, .framer-FGtac .framer-1red2hb { display: block; }\",\".framer-FGtac.framer-vwb9a4 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: wrap; gap: 10px; height: auto; justify-content: flex-start; overflow: hidden; padding: 30px 0px 0px 0px; position: relative; width: auto; }\",\".framer-FGtac .framer-6kdqes { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-FGtac .framer-1xzx7nl { align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FGtac.framer-vwb9a4 { gap: 0px; } .framer-FGtac.framer-vwb9a4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FGtac.framer-vwb9a4 > :first-child { margin-top: 0px; } .framer-FGtac.framer-vwb9a4 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-FGtac[data-border=\"true\"]::after, .framer-FGtac [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 136\n * @framerIntrinsicWidth 500\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"p9y7WmXAw\":\"featureText\",\"F_uobU8bx\":\"featureTitle\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXm0DDvNx1=withCSS(Component,css,\"framer-FGtac\");export default FramerXm0DDvNx1;FramerXm0DDvNx1.displayName=\"Feature Block\";FramerXm0DDvNx1.defaultProps={height:136,width:500};addPropertyControls(FramerXm0DDvNx1,{p9y7WmXAw:{defaultValue:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ut lorem elit. Vestibulum quis rutrum ex. Nullam congue ac velit vitae euismod. Phasellus congue, risus.\",displayTextArea:true,title:\"Feature Text\",type:ControlType.String},F_uobU8bx:{defaultValue:\"Website Planning\",displayTextArea:false,title:\"Feature Title\",type:ControlType.String}});addFonts(FramerXm0DDvNx1,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXm0DDvNx1\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"136\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"500\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"p9y7WmXAw\\\":\\\"featureText\\\",\\\"F_uobU8bx\\\":\\\"featureTitle\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Crimson Pro-regular\",\"GF;Crimson Pro-700\",\"GF;Crimson Pro-700italic\",\"GF;Crimson Pro-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Crimson Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZzm18PZE_VNWoyQ.woff2\",weight:\"400\"},{family:\"Crimson Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZKWp8PZE_VNWoyQ.woff2\",weight:\"700\"},{family:\"Crimson Pro\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5zfJs-dtC4yZNE.woff2\",weight:\"700\"},{family:\"Crimson Pro\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6Ue5s-dtC4yZNE.woff2\",weight:\"400\"}]}];export const css=['.framer-7roTS .framer-styles-preset-14tzfug:not(.rich-text-wrapper), .framer-7roTS .framer-styles-preset-14tzfug.rich-text-wrapper p { --framer-font-family: \"Crimson Pro\", \"Crimson Pro Placeholder\", serif; --framer-font-family-bold: \"Crimson Pro\", \"Crimson Pro Placeholder\", serif; --framer-font-family-bold-italic: \"Crimson Pro\", \"Crimson Pro Placeholder\", serif; --framer-font-family-italic: \"Crimson Pro\", \"Crimson Pro Placeholder\", serif; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 27px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-8cf4558a-131f-4e03-ab0c-e2f91d566534, #15130e); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 992px) { .framer-7roTS .framer-styles-preset-14tzfug:not(.rich-text-wrapper), .framer-7roTS .framer-styles-preset-14tzfug.rich-text-wrapper p { --framer-font-family: \"Crimson Pro\", \"Crimson Pro Placeholder\", serif; --framer-font-family-bold: \"Crimson Pro\", \"Crimson Pro Placeholder\", serif; --framer-font-family-bold-italic: \"Crimson Pro\", \"Crimson Pro Placeholder\", serif; --framer-font-family-italic: \"Crimson Pro\", \"Crimson Pro Placeholder\", serif; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 27px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-8cf4558a-131f-4e03-ab0c-e2f91d566534, #15130e); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 991px) and (min-width: 768px) { .framer-7roTS .framer-styles-preset-14tzfug:not(.rich-text-wrapper), .framer-7roTS .framer-styles-preset-14tzfug.rich-text-wrapper p { --framer-font-family: \"Crimson Pro\", \"Crimson Pro Placeholder\", serif; --framer-font-family-bold: \"Crimson Pro\", \"Crimson Pro Placeholder\", serif; --framer-font-family-bold-italic: \"Crimson Pro\", \"Crimson Pro Placeholder\", serif; --framer-font-family-italic: \"Crimson Pro\", \"Crimson Pro Placeholder\", serif; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 27px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-8cf4558a-131f-4e03-ab0c-e2f91d566534, #15130e); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-7roTS .framer-styles-preset-14tzfug:not(.rich-text-wrapper), .framer-7roTS .framer-styles-preset-14tzfug.rich-text-wrapper p { --framer-font-family: \"Crimson Pro\", \"Crimson Pro Placeholder\", serif; --framer-font-family-bold: \"Crimson Pro\", \"Crimson Pro Placeholder\", serif; --framer-font-family-bold-italic: \"Crimson Pro\", \"Crimson Pro Placeholder\", serif; --framer-font-family-italic: \"Crimson Pro\", \"Crimson Pro Placeholder\", serif; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 27px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-8cf4558a-131f-4e03-ab0c-e2f91d566534, #15130e); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-7roTS\";\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\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Bold.cyrillic-ext-XOTVL7ZR.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://app.framerstatic.com/Inter-Bold.cyrillic-6LOMBC2V.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-ext-WXWSJXLB.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-YRST7ODZ.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://app.framerstatic.com/Inter-Bold.latin-ext-BASA5UL3.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://app.framerstatic.com/Inter-Bold.latin-UCM45LQF.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://app.framerstatic.com/Inter-Bold.vietnamese-OEVJMXEP.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-ext-PEYDHC3S.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-7EIL6JWG.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-ext-3DJOYQMH.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-TJBTLTT7.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-ext-FVPCPRBJ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-5ZFQS4XK.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-BoldItalic.vietnamese-W2625PGF.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Italic.cyrillic-ext-YDGMJOJO.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Italic.cyrillic-BFOVMAQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Italic.greek-ext-4KOU3AHC.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Italic.greek-OJTBJNE6.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Italic.latin-ext-H4B22QN6.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Italic.latin-2DWX32EN.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Italic.vietnamese-TYMT6CKW.woff2\",weight:\"400\"}]}];export const css=['.framer-bbJ6m .framer-styles-preset-kxnqbk:not(.rich-text-wrapper), .framer-bbJ6m .framer-styles-preset-kxnqbk.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 18px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-4a26d866-8cea-4629-8262-e4dbb85fd96c, #363434); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 992px) { .framer-bbJ6m .framer-styles-preset-kxnqbk:not(.rich-text-wrapper), .framer-bbJ6m .framer-styles-preset-kxnqbk.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 17px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-4a26d866-8cea-4629-8262-e4dbb85fd96c, #363434); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 991px) and (min-width: 768px) { .framer-bbJ6m .framer-styles-preset-kxnqbk:not(.rich-text-wrapper), .framer-bbJ6m .framer-styles-preset-kxnqbk.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 17px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-4a26d866-8cea-4629-8262-e4dbb85fd96c, #363434); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-bbJ6m .framer-styles-preset-kxnqbk:not(.rich-text-wrapper), .framer-bbJ6m .framer-styles-preset-kxnqbk.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 17px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-4a26d866-8cea-4629-8262-e4dbb85fd96c, #363434); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-bbJ6m\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Medium.cyrillic-ext-M4WHNGTS.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://app.framerstatic.com/Inter-Medium.cyrillic-JVU2PANX.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Medium.greek-ext-4KCQBEIZ.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Medium.greek-DPOQGN7L.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://app.framerstatic.com/Inter-Medium.latin-ext-J4DBSW7F.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://app.framerstatic.com/Inter-Medium.latin-Y3IVPL46.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://app.framerstatic.com/Inter-Medium.vietnamese-PJV76O4P.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Bold.cyrillic-ext-XOTVL7ZR.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://app.framerstatic.com/Inter-Bold.cyrillic-6LOMBC2V.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-ext-WXWSJXLB.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-YRST7ODZ.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://app.framerstatic.com/Inter-Bold.latin-ext-BASA5UL3.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://app.framerstatic.com/Inter-Bold.latin-UCM45LQF.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://app.framerstatic.com/Inter-Bold.vietnamese-OEVJMXEP.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-ext-PEYDHC3S.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-7EIL6JWG.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-ext-3DJOYQMH.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-TJBTLTT7.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-ext-FVPCPRBJ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-5ZFQS4XK.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-BoldItalic.vietnamese-W2625PGF.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-MediumItalic.cyrillic-ext-QYBZQ2NF.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-MediumItalic.cyrillic-ZHAJHZCC.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-MediumItalic.greek-ext-W5ABYGZR.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-MediumItalic.greek-RGNSYVNV.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-MediumItalic.latin-ext-7DZEPSAS.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-MediumItalic.latin-SKPQAMBJ.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-MediumItalic.vietnamese-23WIFZV7.woff2\",weight:\"500\"}]}];export const css=['.framer-tPbc3 .framer-styles-preset-uuh6bi:not(.rich-text-wrapper), .framer-tPbc3 .framer-styles-preset-uuh6bi.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 19px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-8cf4558a-131f-4e03-ab0c-e2f91d566534, #15130e); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 992px) { .framer-tPbc3 .framer-styles-preset-uuh6bi:not(.rich-text-wrapper), .framer-tPbc3 .framer-styles-preset-uuh6bi.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 18px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-8cf4558a-131f-4e03-ab0c-e2f91d566534, #15130e); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 991px) and (min-width: 768px) { .framer-tPbc3 .framer-styles-preset-uuh6bi:not(.rich-text-wrapper), .framer-tPbc3 .framer-styles-preset-uuh6bi.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 18px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-8cf4558a-131f-4e03-ab0c-e2f91d566534, #15130e); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-tPbc3 .framer-styles-preset-uuh6bi:not(.rich-text-wrapper), .framer-tPbc3 .framer-styles-preset-uuh6bi.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 18px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-8cf4558a-131f-4e03-ab0c-e2f91d566534, #15130e); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-tPbc3\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Bold.cyrillic-ext-XOTVL7ZR.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://app.framerstatic.com/Inter-Bold.cyrillic-6LOMBC2V.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-ext-WXWSJXLB.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-YRST7ODZ.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://app.framerstatic.com/Inter-Bold.latin-ext-BASA5UL3.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://app.framerstatic.com/Inter-Bold.latin-UCM45LQF.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://app.framerstatic.com/Inter-Bold.vietnamese-OEVJMXEP.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Black.cyrillic-ext-TU4ITVTR.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Black.cyrillic-JX7CGTYD.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Black.greek-ext-LS3GCBFI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Black.greek-ZWCJHBP5.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Black.latin-ext-BZLEUMX6.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Black.latin-TETRYDF7.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Black.vietnamese-RXQCC3EJ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BlackItalic.cyrillic-ext-TRM4ITYR.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BlackItalic.cyrillic-FPHIQVZS.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.greek-ext-JTGUUSP5.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.greek-LUNA3RFO.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.latin-ext-KU7ICFYH.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-BlackItalic.latin-FRVXWQSB.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-BlackItalic.vietnamese-2Q7MQKJX.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-ext-PEYDHC3S.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-7EIL6JWG.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-ext-3DJOYQMH.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-TJBTLTT7.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-ext-FVPCPRBJ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-5ZFQS4XK.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-BoldItalic.vietnamese-W2625PGF.woff2\",weight:\"700\"}]}];export const css=['.framer-p2nDS .framer-styles-preset-1b07qj5:not(.rich-text-wrapper), .framer-p2nDS .framer-styles-preset-1b07qj5.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 19px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-8cf4558a-131f-4e03-ab0c-e2f91d566534, #15130e); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 992px) { .framer-p2nDS .framer-styles-preset-1b07qj5:not(.rich-text-wrapper), .framer-p2nDS .framer-styles-preset-1b07qj5.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 18px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-8cf4558a-131f-4e03-ab0c-e2f91d566534, #15130e); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 991px) and (min-width: 768px) { .framer-p2nDS .framer-styles-preset-1b07qj5:not(.rich-text-wrapper), .framer-p2nDS .framer-styles-preset-1b07qj5.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 18px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-8cf4558a-131f-4e03-ab0c-e2f91d566534, #15130e); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-p2nDS .framer-styles-preset-1b07qj5:not(.rich-text-wrapper), .framer-p2nDS .framer-styles-preset-1b07qj5.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 18px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-8cf4558a-131f-4e03-ab0c-e2f91d566534, #15130e); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-p2nDS\";\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 (e1877f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,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/m0fMP4mtZNpJMJivDZyN/tMKXAM9dhIJzpaUPCNJz/E5aWz6waY.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/0MfzgbwLu7lmafpJ6XoV/I5HzpaLFISd9lSTwXBq2/klBCHqQ1K.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/aXRzR25qawfgM94zmnL6/GNkkoFFLTz3tp3KNG8ym/mupibFRLh.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/FG98DTwLIXw7txYrbLxR/H2u0RBT4QwaGePxvjsSK/Pup_XLitt.js\";const cycleOrder=[\"bwfRuzbgk\",\"cBJ6AuqFm\",\"HgVMVdt39\",\"Bk2vGXjHw\",\"e276k6uTz\",\"V4rbKVxsF\",\"xEmWqqCNG\",\"c5Jbeygq3\"];const serializationHash=\"framer-wzPp5\";const variantClassNames={Bk2vGXjHw:\"framer-v-7fcu3n\",bwfRuzbgk:\"framer-v-14kxlxx\",c5Jbeygq3:\"framer-v-41kk00\",cBJ6AuqFm:\"framer-v-1242clv\",e276k6uTz:\"framer-v-1jv8yaj\",HgVMVdt39:\"framer-v-12hwyxj\",V4rbKVxsF:\"framer-v-1dv7sta\",xEmWqqCNG:\"framer-v-c6ycej\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Green New\":\"c5Jbeygq3\",\"Standard White\":\"bwfRuzbgk\",Blue:\"HgVMVdt39\",Green:\"cBJ6AuqFm\",Orange:\"xEmWqqCNG\",Purple:\"e276k6uTz\",Red:\"Bk2vGXjHw\",Yellow:\"V4rbKVxsF\"};const getProps=({company,height,id,name1,quote,title,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4;return{...props,H6osNItXK:(_ref=title!==null&&title!==void 0?title:props.H6osNItXK)!==null&&_ref!==void 0?_ref:\"Senior Web Marketing Manager\",HcP7801go:(_ref1=quote!==null&&quote!==void 0?quote:props.HcP7801go)!==null&&_ref1!==void 0?_ref1:\"\u201CLorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ut lorem elit. Vestibulum quis rutrum ex. Nullam congue ac velit vitae euismod.\u201D\",iMnUbd7H8:(_ref2=company!==null&&company!==void 0?company:props.iMnUbd7H8)!==null&&_ref2!==void 0?_ref2:\"Company\",KSmnKdrhe:(_ref3=name1!==null&&name1!==void 0?name1:props.KSmnKdrhe)!==null&&_ref3!==void 0?_ref3:\"John Doe\",variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"bwfRuzbgk\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,HcP7801go,KSmnKdrhe,H6osNItXK,iMnUbd7H8,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bwfRuzbgk\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-14kxlxx\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Standard White\",layoutDependency:layoutDependency,layoutId:\"bwfRuzbgk\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e3042137-7034-4af5-a22e-766e570679ed, rgb(216, 210, 195))\",\"--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:{Bk2vGXjHw:{backgroundColor:\"rgb(255, 237, 241)\"},c5Jbeygq3:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},cBJ6AuqFm:{backgroundColor:\"rgb(224, 255, 231)\"},e276k6uTz:{backgroundColor:\"rgb(245, 235, 255)\"},HgVMVdt39:{backgroundColor:\"rgb(232, 251, 255)\"},V4rbKVxsF:{backgroundColor:\"rgb(252, 252, 225)\"},xEmWqqCNG:{backgroundColor:\"rgb(255, 241, 214)\"}},...addPropertyOverrides({Bk2vGXjHw:{\"data-framer-name\":\"Red\"},c5Jbeygq3:{\"data-framer-name\":\"Green New\"},cBJ6AuqFm:{\"data-framer-name\":\"Green\"},e276k6uTz:{\"data-framer-name\":\"Purple\"},HgVMVdt39:{\"data-framer-name\":\"Blue\"},V4rbKVxsF:{\"data-framer-name\":\"Yellow\"},xEmWqqCNG:{\"data-framer-name\":\"Orange\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-14tzfug\",\"data-styles-preset\":\"E5aWz6waY\",children:\"\u201CLorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ut lorem elit. Vestibulum quis rutrum ex. Nullam congue ac velit vitae euismod.\u201D\"})}),className:\"framer-1uyj8yq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Y1SqPb_bU\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:HcP7801go,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1au5mu1\",\"data-framer-name\":\"Name and Title\",layoutDependency:layoutDependency,layoutId:\"ZdYTPkQo7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1b07qj5\",\"data-styles-preset\":\"Pup_XLitt\",children:\"John Doe\"})}),className:\"framer-wou4z2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jvQN_H6wC\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:KSmnKdrhe,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-kxnqbk\",\"data-styles-preset\":\"klBCHqQ1K\",children:\"Senior Web Marketing Manager\"})}),className:\"framer-edpurs\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zLyaen_AI\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:H6osNItXK,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-uuh6bi\",\"data-styles-preset\":\"mupibFRLh\",children:\"Company\"})}),className:\"framer-1a16jq4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eJRhB8MTH\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:iMnUbd7H8,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wzPp5.framer-1ygbw48, .framer-wzPp5 .framer-1ygbw48 { display: block; }\",\".framer-wzPp5.framer-14kxlxx { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 30px; position: relative; width: auto; will-change: var(--framer-will-change-override, transform); }\",\".framer-wzPp5 .framer-1uyj8yq { align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-wzPp5 .framer-1au5mu1 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-wzPp5 .framer-wou4z2, .framer-wzPp5 .framer-edpurs, .framer-wzPp5 .framer-1a16jq4 { 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-wzPp5.framer-14kxlxx, .framer-wzPp5 .framer-1au5mu1 { gap: 0px; } .framer-wzPp5.framer-14kxlxx > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-wzPp5.framer-14kxlxx > :first-child, .framer-wzPp5 .framer-1au5mu1 > :first-child { margin-top: 0px; } .framer-wzPp5.framer-14kxlxx > :last-child, .framer-wzPp5 .framer-1au5mu1 > :last-child { margin-bottom: 0px; } .framer-wzPp5 .framer-1au5mu1 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",\".framer-wzPp5.framer-v-1242clv .framer-1uyj8yq { align-self: unset; width: 268px; }\",\".framer-wzPp5.framer-v-41kk00.framer-14kxlxx { gap: 20px; padding: 0px; }\",\".framer-wzPp5.framer-v-41kk00 .framer-1au5mu1 { gap: 3px; padding: 0px 0px 0px 30px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wzPp5.framer-v-41kk00.framer-14kxlxx, .framer-wzPp5.framer-v-41kk00 .framer-1au5mu1 { gap: 0px; } .framer-wzPp5.framer-v-41kk00.framer-14kxlxx > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-wzPp5.framer-v-41kk00.framer-14kxlxx > :first-child, .framer-wzPp5.framer-v-41kk00 .framer-1au5mu1 > :first-child { margin-top: 0px; } .framer-wzPp5.framer-v-41kk00.framer-14kxlxx > :last-child, .framer-wzPp5.framer-v-41kk00 .framer-1au5mu1 > :last-child { margin-bottom: 0px; } .framer-wzPp5.framer-v-41kk00 .framer-1au5mu1 > * { margin: 0px; margin-bottom: calc(3px / 2); margin-top: calc(3px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-wzPp5[data-border=\"true\"]::after, .framer-wzPp5 [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 291\n * @framerIntrinsicWidth 328\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"cBJ6AuqFm\":{\"layout\":[\"auto\",\"auto\"]},\"HgVMVdt39\":{\"layout\":[\"auto\",\"auto\"]},\"Bk2vGXjHw\":{\"layout\":[\"auto\",\"auto\"]},\"e276k6uTz\":{\"layout\":[\"auto\",\"auto\"]},\"V4rbKVxsF\":{\"layout\":[\"auto\",\"auto\"]},\"xEmWqqCNG\":{\"layout\":[\"auto\",\"auto\"]},\"c5Jbeygq3\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"HcP7801go\":\"quote\",\"KSmnKdrhe\":\"name1\",\"H6osNItXK\":\"title\",\"iMnUbd7H8\":\"company\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZfyWpVGIQ=withCSS(Component,css,\"framer-wzPp5\");export default FramerZfyWpVGIQ;FramerZfyWpVGIQ.displayName=\"Testimonial\";FramerZfyWpVGIQ.defaultProps={height:291,width:328};addPropertyControls(FramerZfyWpVGIQ,{variant:{options:[\"bwfRuzbgk\",\"cBJ6AuqFm\",\"HgVMVdt39\",\"Bk2vGXjHw\",\"e276k6uTz\",\"V4rbKVxsF\",\"xEmWqqCNG\",\"c5Jbeygq3\"],optionTitles:[\"Standard White\",\"Green\",\"Blue\",\"Red\",\"Purple\",\"Yellow\",\"Orange\",\"Green New\"],title:\"Variant\",type:ControlType.Enum},HcP7801go:{defaultValue:\"\u201CLorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ut lorem elit. Vestibulum quis rutrum ex. Nullam congue ac velit vitae euismod.\u201D\",displayTextArea:false,title:\"Quote\",type:ControlType.String},KSmnKdrhe:{defaultValue:\"John Doe\",placeholder:\"\",title:\"Name\",type:ControlType.String},H6osNItXK:{defaultValue:\"Senior Web Marketing Manager\",title:\"Title\",type:ControlType.String},iMnUbd7H8:{defaultValue:\"Company\",title:\"Company\",type:ControlType.String}});addFonts(FramerZfyWpVGIQ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZfyWpVGIQ\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cBJ6AuqFm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HgVMVdt39\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Bk2vGXjHw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"e276k6uTz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"V4rbKVxsF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xEmWqqCNG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"c5Jbeygq3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"291\",\"framerVariables\":\"{\\\"HcP7801go\\\":\\\"quote\\\",\\\"KSmnKdrhe\\\":\\\"name1\\\",\\\"H6osNItXK\\\":\\\"title\\\",\\\"iMnUbd7H8\\\":\\\"company\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"328\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZfyWpVGIQ.map", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import SectionHeading from\"#framer/local/canvasComponent/bmRlJVoWZ/bmRlJVoWZ.js\";import ArticleCard from\"#framer/local/canvasComponent/mk_I9ai7B/mk_I9ai7B.js\";import TopNav from\"#framer/local/canvasComponent/ot2SOHt55/ot2SOHt55.js\";import SeeAllArticlesCTA from\"#framer/local/canvasComponent/qq2PD7Vyu/qq2PD7Vyu.js\";import Footer from\"#framer/local/canvasComponent/wY2NzI6hj/wY2NzI6hj.js\";import FeatureBlock from\"#framer/local/canvasComponent/Xm0DDvNx1/Xm0DDvNx1.js\";import Testimonial from\"#framer/local/canvasComponent/ZfyWpVGIQ/ZfyWpVGIQ.js\";import Blog,{enumToDisplayNameFunctions}from\"#framer/local/collection/o48jhXgAz/o48jhXgAz.js\";import*as sharedStyle1 from\"#framer/local/css/s_uCWRFzz/s_uCWRFzz.js\";import*as sharedStyle from\"#framer/local/css/sUIXvtWjj/sUIXvtWjj.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const TopNavFonts=getFonts(TopNav);const TickerFonts=getFonts(Ticker);const SectionHeadingFonts=getFonts(SectionHeading);const FeatureBlockFonts=getFonts(FeatureBlock);const ArticleCardFonts=getFonts(ArticleCard);const SeeAllArticlesCTAFonts=getFonts(SeeAllArticlesCTA);const TestimonialFonts=getFonts(Testimonial);const FooterFonts=getFonts(Footer);const breakpoints={GDv_6shMz:\"(max-width: 767px)\",j4GTC_c7C:\"(min-width: 992px) and (max-width: 1199px)\",MHVVdbMl3:\"(min-width: 768px) and (max-width: 991px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-30VuY\";const variantClassNames={GDv_6shMz:\"framer-v-1829y3i\",j4GTC_c7C:\"framer-v-syat5q\",MHVVdbMl3:\"framer-v-1duch48\",WQLkyLRf1:\"framer-v-72rtr7\"};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const convertFromBoolean=(value,activeLocale,{Cjs0DVegUqOql6j7lH})=>{if(value){return{pathVariables:{Cjs0DVegU:Cjs0DVegUqOql6j7lH},webPageId:\"H9oeARJoR\"};}else{return undefined;}};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 convertFromBoolean1=(value,activeLocale,{Cjs0DVegUnnhQIA1Jd})=>{if(value){return{pathVariables:{Cjs0DVegU:Cjs0DVegUnnhQIA1Jd},webPageId:\"H9oeARJoR\"};}else{return undefined;}};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1};const convertFromBoolean2=(value,activeLocale,{Cjs0DVegUD8BVmX8aN})=>{if(value){return{pathVariables:{Cjs0DVegU:Cjs0DVegUD8BVmX8aN},webPageId:\"H9oeARJoR\"};}else{return undefined;}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Full Screen Monitor\":\"WQLkyLRf1\",\"Laptop Screen\":\"j4GTC_c7C\",Mobile:\"GDv_6shMz\",Tablet:\"MHVVdbMl3\"};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,Cjs0DVegUqOql6j7lH,pYTHhl4ADqOql6j7lH,Wd0bCQfMwqOql6j7lH,vr6cy75pOqOql6j7lH,xxO_dVl3MqOql6j7lH,idqOql6j7lH,Cjs0DVegUnnhQIA1Jd,pYTHhl4ADnnhQIA1Jd,Wd0bCQfMwnnhQIA1Jd,OLnR_LdG5nnhQIA1Jd,xxO_dVl3MnnhQIA1Jd,vr6cy75pOnnhQIA1Jd,idnnhQIA1Jd,Cjs0DVegUD8BVmX8aN,pYTHhl4ADD8BVmX8aN,Wd0bCQfMwD8BVmX8aN,vr6cy75pOD8BVmX8aN,xxO_dVl3MD8BVmX8aN,idD8BVmX8aN,...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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"MHVVdbMl3\",\"GDv_6shMz\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"MHVVdbMl3\",\"GDv_6shMz\"].includes(baseVariant))return true;return false;};const router=useRouter();const isDisplayed2=()=>{if(!isBrowser())return true;if([\"j4GTC_c7C\",\"MHVVdbMl3\",\"GDv_6shMz\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"j4GTC_c7C\")return true;return false;};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__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-4ab1dd64-9ec7-4473-911c-e9cf8c9a80e8, rgb(242, 240, 235)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:`min(${componentViewport?.width||\"100vw\"}, 1460px)`,y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jgi3x4-container\",nodeId:\"DBgePA1Br\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{variant:\"VhI0jjgU6\"}},children:/*#__PURE__*/_jsx(TopNav,{height:\"100%\",id:\"DBgePA1Br\",layoutId:\"DBgePA1Br\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"vcZ9LR8Zk\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-189sjh4\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTcwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"41px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"41px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8cf4558a-131f-4e03-ab0c-e2f91d566534, rgb(21, 19, 14))\"},children:[\"Website Optimization Powered by \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTcwMGl0YWxpYw==\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"var(--token-604a3775-d375-4e14-8197-7c80a7edfc04, rgb(33, 200, 169))\"},children:\"Natural\"}),\" Intelligence\"]})})},MHVVdbMl3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTcwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"66px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"66px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8cf4558a-131f-4e03-ab0c-e2f91d566534, rgb(21, 19, 14))\"},children:[\"Website Optimization Powered by \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTcwMGl0YWxpYw==\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"var(--token-604a3775-d375-4e14-8197-7c80a7edfc04, rgb(33, 200, 169))\"},children:\"Natural\"}),\" Intelligence\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTcwMA==\",\"--framer-font-family\":'\"Red Hat Text\", \"Red Hat Text Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-8cf4558a-131f-4e03-ab0c-e2f91d566534, rgb(21, 19, 14))\"},children:[\"Website Optimization Powered by \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBUZXh0LTcwMGl0YWxpYw==\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"var(--token-604a3775-d375-4e14-8197-7c80a7edfc04, rgb(33, 200, 169))\"},children:\"Natural\"}),\" Intelligence\"]})}),className:\"framer-fdn6rd\",fonts:[\"GF;Red Hat Text-700\",\"GF;Red Hat Text-700italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wd52sp\",\"data-styles-preset\":\"sUIXvtWjj\",style:{\"--framer-text-alignment\":\"center\"},children:\"Hi, I'm Keith and I help companies grow organic web traffic, convert visitors into customers, and deliver superior online experiences.\"})})},MHVVdbMl3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wd52sp\",\"data-styles-preset\":\"sUIXvtWjj\",style:{\"--framer-text-alignment\":\"center\"},children:\"Hi, I'm Keith and I help companies grow organic web traffic, convert visitors into customers, and deliver superior online experiences.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wd52sp\",\"data-styles-preset\":\"sUIXvtWjj\",children:\"Hi, I'm Keith and I help companies grow organic web traffic, convert visitors into customers, and deliver superior online experiences.\"})}),className:\"framer-wrt76r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s30ut5\",\"data-framer-name\":\"Social Proof\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-10orbny\",\"data-styles-preset\":\"s_uCWRFzz\",style:{\"--framer-text-alignment\":\"center\"},children:\"Employed By the World's Top Brands\"})}),className:\"framer-14h9f19\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14w6r3m-container\",\"data-framer-name\":\"Logos Ticker\",isAuthoredByUser:true,isModuleExternal:true,name:\"Logos Ticker\",nodeId:\"b2NE0D8Hz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:70,height:\"100%\",hoverFactor:1,id:\"b2NE0D8Hz\",layoutId:\"b2NE0D8Hz\",name:\"Logos Ticker\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1960mhx\",\"data-framer-name\":\"Boost Mobile B/W\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:38,intrinsicWidth:148,pixelHeight:38,pixelWidth:148,src:\"https://framerusercontent.com/images/TR9ixSwXlezT8Suf5zAzvmgqWZY.png\"},className:\"framer-13h1t0k\",\"data-framer-name\":\"boost_mobile_1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q76xvh\",\"data-framer-name\":\"WEX B/W\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:40,intrinsicWidth:121,pixelHeight:40,pixelWidth:121,src:\"https://framerusercontent.com/images/7eZk7CsGCg6gx3xvRljZATcyfs.png\"},className:\"framer-76y6uy\",\"data-framer-name\":\"wex_1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1igdt00\",\"data-framer-name\":\"Pacific Surfliner B/W\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:30,intrinsicWidth:161,pixelHeight:30,pixelWidth:161,src:\"https://framerusercontent.com/images/wSfvnXl8ncoJRoFc2fw5TTq1Om0.png\"},className:\"framer-160iyly\",\"data-framer-name\":\"pacific_surfliner_1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-df3ixt\",\"data-framer-name\":\"Samsung B/W\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:22,intrinsicWidth:141,pixelHeight:22,pixelWidth:141,src:\"https://framerusercontent.com/images/BdlYcODGh0NRkI1znHa2RZ7SJ4.png\"},className:\"framer-ojdobi\",\"data-framer-name\":\"samsung_1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9s1t4z\",\"data-framer-name\":\"GoTo B/W\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:52,intrinsicWidth:102,pixelHeight:52,pixelWidth:102,src:\"https://framerusercontent.com/images/fo0bkzav4duID3fSA31SQBt38.png\"},className:\"framer-103o918\",\"data-framer-name\":\"goto_1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jvc0nu\",\"data-framer-name\":\"Toshiba B/W\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:22,intrinsicWidth:132,pixelHeight:22,pixelWidth:132,src:\"https://framerusercontent.com/images/BPnHoHmreMvuKIYtBfBrBiJnKY.png\"},className:\"framer-fxadpk\",\"data-framer-name\":\"toshiba_1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1shh1hp\",\"data-framer-name\":\"Targus B/W\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:26,intrinsicWidth:121,pixelHeight:26,pixelWidth:121,src:\"https://framerusercontent.com/images/4JKtYvuKlNZNLpxS4R7v81l7WE0.png\"},className:\"framer-f2dqv1\",\"data-framer-name\":\"targus_1\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1js0fr7\",\"data-framer-name\":\"Gateway B/W\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:141,pixelHeight:24,pixelWidth:141,src:\"https://framerusercontent.com/images/QOR4cA85KnCY8VWp5OEz8jaVPzM.png\"},className:\"framer-1nb8yd\",\"data-framer-name\":\"gateway_1\"})})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rhmd0w\",\"data-framer-name\":\"Features - Strategy\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{y:(componentViewport?.y||0)+0+721+50+0},j4GTC_c7C:{y:(componentViewport?.y||0)+0+802+70+0},MHVVdbMl3:{y:(componentViewport?.y||0)+0+726+50+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px)`,y:(componentViewport?.y||0)+0+822+70+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19odqtg-container\",nodeId:\"fCPmFAdj9\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{variant:\"qN49heTJp\"}},children:/*#__PURE__*/_jsx(SectionHeading,{b3z025Wrj:\"Strategy\",bdzl4z3od:\"How I Grow and Optimize Your Web Presence\",height:\"100%\",id:\"fCPmFAdj9\",layoutId:\"fCPmFAdj9\",mg13KXqLJ:true,style:{width:\"100%\"},variant:\"kUH2Xspyg\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m5eop4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px, 100px)`,y:(componentViewport?.y||0)+0+721+50+138+0+0},j4GTC_c7C:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 180px) / 4, 100px)`,y:(componentViewport?.y||0)+0+802+70+158+0+0},MHVVdbMl3:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 100px) / 2, 100px)`,y:(componentViewport?.y||0)+0+726+50+138+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:136,width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 240px) / 4, 100px)`,y:(componentViewport?.y||0)+0+822+70+158+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rg8t7u-container\",nodeId:\"slzvOv4Bi\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FeatureBlock,{F_uobU8bx:\"Roadmaps\",height:\"100%\",id:\"slzvOv4Bi\",layoutId:\"slzvOv4Bi\",p9y7WmXAw:\"Create, prioritize, and communicate website roadmaps that outline the strategic plan for optimizing the performance of your primary business objectives.\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px, 100px)`,y:(componentViewport?.y||0)+0+721+50+138+0+176},j4GTC_c7C:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 180px) / 4, 100px)`,y:(componentViewport?.y||0)+0+802+70+158+0+0},MHVVdbMl3:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 100px) / 2, 100px)`,y:(componentViewport?.y||0)+0+726+50+138+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:136,width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 240px) / 4, 100px)`,y:(componentViewport?.y||0)+0+822+70+158+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h9l9wz-container\",nodeId:\"eBFiVmPsS\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FeatureBlock,{F_uobU8bx:\"CRO\",height:\"100%\",id:\"eBFiVmPsS\",layoutId:\"eBFiVmPsS\",p9y7WmXAw:\"Improve the overall efficiency of your website by conducting user research, analyzing quantitative and qualitative data, and experimenting through A/B testing.\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{y:(componentViewport?.y||0)+0+721+50+138+0+352},j4GTC_c7C:{y:(componentViewport?.y||0)+0+802+70+158+0+0},MHVVdbMl3:{y:(componentViewport?.y||0)+0+726+50+138+0+176}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:136,y:(componentViewport?.y||0)+0+822+70+158+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-grusos-container\",nodeId:\"ccvB75S4T\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FeatureBlock,{F_uobU8bx:\"Content Strategy\",height:\"100%\",id:\"ccvB75S4T\",layoutId:\"ccvB75S4T\",p9y7WmXAw:\"Develop a full-funnel content marketing strategy to help you acquire organic traffic, drive awareness, increase purchase consideration, and turn visitors into customers.\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px, 100px)`,y:(componentViewport?.y||0)+0+721+50+138+0+528},j4GTC_c7C:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 180px) / 4, 100px)`,y:(componentViewport?.y||0)+0+802+70+158+0+0},MHVVdbMl3:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 100px) / 2, 100px)`,y:(componentViewport?.y||0)+0+726+50+138+0+176}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:136,width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 240px) / 4, 100px)`,y:(componentViewport?.y||0)+0+822+70+158+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k6ihne-container\",nodeId:\"IlYikUlB6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FeatureBlock,{F_uobU8bx:\"SEO\",height:\"100%\",id:\"IlYikUlB6\",layoutId:\"IlYikUlB6\",p9y7WmXAw:\"Implement on-page and technical optimizations that increase your organic share of voice, improve page rankings within search, strengthen your domain authority, and more.\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f76jr2\",\"data-framer-name\":\"Projects\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,y:(componentViewport?.y||0)+0+1623+50+0},j4GTC_c7C:{y:(componentViewport?.y||0)+0+1236+70+0},MHVVdbMl3:{y:(componentViewport?.y||0)+0+1276+50+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px)`,y:(componentViewport?.y||0)+0+1256+70+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jnm0i9-container\",nodeId:\"EzcFcgTqX\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{variant:\"fAHnaC73H\"}},children:/*#__PURE__*/_jsx(SectionHeading,{b3z025Wrj:\"Projects\",bdzl4z3od:\"I've Shipped Fun and Impactful Work\",height:\"100%\",id:\"EzcFcgTqX\",layoutId:\"EzcFcgTqX\",mg13KXqLJ:true,style:{width:\"100%\"},variant:\"ud1ST9A1C\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-2ax91i hidden-1duch48 hidden-1829y3i\",\"data-framer-name\":\"6 Projects Collection List\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"qOql6j7lH\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:6},select:[{collection:\"qOql6j7lH\",name:\"Cjs0DVegU\",type:\"Identifier\"},{collection:\"qOql6j7lH\",name:\"pYTHhl4AD\",type:\"Identifier\"},{collection:\"qOql6j7lH\",name:\"Wd0bCQfMw\",type:\"Identifier\"},{collection:\"qOql6j7lH\",name:\"vr6cy75pO\",type:\"Identifier\"},{collection:\"qOql6j7lH\",name:\"xxO_dVl3M\",type:\"Identifier\"},{collection:\"qOql6j7lH\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{collection:\"qOql6j7lH\",name:\"OLnR_LdG5\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"VKCFrP3sF\"},type:\"BinaryOperation\"},operator:\"and\",right:{collection:\"qOql6j7lH\",name:\"AuDDL74oR\",type:\"Identifier\"},type:\"BinaryOperation\"},operator:\"and\",right:{collection:\"qOql6j7lH\",name:\"M8eOIM48u\",type:\"Identifier\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({Cjs0DVegU:Cjs0DVegUqOql6j7lH,id:idqOql6j7lH,pYTHhl4AD:pYTHhl4ADqOql6j7lH,vr6cy75pO:vr6cy75pOqOql6j7lH,Wd0bCQfMw:Wd0bCQfMwqOql6j7lH,xxO_dVl3M:xxO_dVl3MqOql6j7lH},index)=>{Cjs0DVegUqOql6j7lH??=\"\";Wd0bCQfMwqOql6j7lH??=\"\";xxO_dVl3MqOql6j7lH??=0;return /*#__PURE__*/_jsx(LayoutGroup,{id:`qOql6j7lH-${idqOql6j7lH}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Cjs0DVegU:Cjs0DVegUqOql6j7lH},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:convertFromBoolean(isSet(Cjs0DVegUqOql6j7lH),activeLocale,{Cjs0DVegUqOql6j7lH}),implicitPathVariables:undefined},{href:convertFromBoolean(isSet(Cjs0DVegUqOql6j7lH),activeLocale,{Cjs0DVegUqOql6j7lH}),implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j4GTC_c7C:{y:(componentViewport?.y||0)+0+1236+70+158+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:306,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px) * 0.9 - 80px) / 3, 100px)`,y:(componentViewport?.y||0)+0+1256+70+158+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-suh5ie-container\",nodeId:\"ga6VenQ4T\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j4GTC_c7C:{zCIwypvsf:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ArticleCard,{As3rJbV1l:Wd0bCQfMwqOql6j7lH,aUvvmqyT3:toResponsiveImage(pYTHhl4ADqOql6j7lH),height:\"100%\",id:\"ga6VenQ4T\",layoutId:\"ga6VenQ4T\",O8B0l3Dfm:enumToDisplayNameFunctions[\"vr6cy75pO\"]?.(vr6cy75pOqOql6j7lH,activeLocale),style:{width:\"100%\"},width:\"100%\",xVOfSae4t:xxO_dVl3MqOql6j7lH,zCIwypvsf:resolvedLinks[0]})})})})})})})},idqOql6j7lH);})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f9cmcf hidden-72rtr7 hidden-syat5q\",\"data-framer-name\":\"3 Projects Collection List\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"nnhQIA1Jd\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"nnhQIA1Jd\",name:\"Cjs0DVegU\",type:\"Identifier\"},{collection:\"nnhQIA1Jd\",name:\"pYTHhl4AD\",type:\"Identifier\"},{collection:\"nnhQIA1Jd\",name:\"Wd0bCQfMw\",type:\"Identifier\"},{collection:\"nnhQIA1Jd\",name:\"OLnR_LdG5\",type:\"Identifier\"},{collection:\"nnhQIA1Jd\",name:\"xxO_dVl3M\",type:\"Identifier\"},{collection:\"nnhQIA1Jd\",name:\"vr6cy75pO\",type:\"Identifier\"},{collection:\"nnhQIA1Jd\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{collection:\"nnhQIA1Jd\",name:\"OLnR_LdG5\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"VKCFrP3sF\"},type:\"BinaryOperation\"},operator:\"and\",right:{collection:\"nnhQIA1Jd\",name:\"AuDDL74oR\",type:\"Identifier\"},type:\"BinaryOperation\"},operator:\"and\",right:{collection:\"nnhQIA1Jd\",name:\"M8eOIM48u\",type:\"Identifier\"},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({Cjs0DVegU:Cjs0DVegUnnhQIA1Jd,id:idnnhQIA1Jd,OLnR_LdG5:OLnR_LdG5nnhQIA1Jd,pYTHhl4AD:pYTHhl4ADnnhQIA1Jd,vr6cy75pO:vr6cy75pOnnhQIA1Jd,Wd0bCQfMw:Wd0bCQfMwnnhQIA1Jd,xxO_dVl3M:xxO_dVl3MnnhQIA1Jd},index1)=>{Cjs0DVegUnnhQIA1Jd??=\"\";Wd0bCQfMwnnhQIA1Jd??=\"\";xxO_dVl3MnnhQIA1Jd??=0;return /*#__PURE__*/_jsx(LayoutGroup,{id:`nnhQIA1Jd-${idnnhQIA1Jd}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Cjs0DVegU:Cjs0DVegUnnhQIA1Jd},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:convertFromBoolean1(isSet(Cjs0DVegUnnhQIA1Jd),activeLocale,{Cjs0DVegUnnhQIA1Jd}),implicitPathVariables:undefined},{href:convertFromBoolean1(isSet(Cjs0DVegUnnhQIA1Jd),activeLocale,{Cjs0DVegUnnhQIA1Jd}),implicitPathVariables:undefined},{href:convertFromBoolean1(isSet(Cjs0DVegUnnhQIA1Jd),activeLocale,{Cjs0DVegUnnhQIA1Jd}),implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`max(${componentViewport?.width||\"100vw\"} - 60px, 100px)`,y:(componentViewport?.y||0)+0+1623+50+138+0+0},MHVVdbMl3:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px) * 0.7, 100px)`,y:(componentViewport?.y||0)+0+1276+50+138+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:306,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z6hdum-container\",nodeId:\"F8TbMzowt\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{O8B0l3Dfm:enumToDisplayNameFunctions[\"vr6cy75pO\"]?.(vr6cy75pOnnhQIA1Jd,activeLocale),zCIwypvsf:resolvedLinks1[2]},MHVVdbMl3:{O8B0l3Dfm:enumToDisplayNameFunctions[\"vr6cy75pO\"]?.(vr6cy75pOnnhQIA1Jd,activeLocale),zCIwypvsf:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ArticleCard,{As3rJbV1l:Wd0bCQfMwnnhQIA1Jd,aUvvmqyT3:toResponsiveImage(pYTHhl4ADnnhQIA1Jd),height:\"100%\",id:\"F8TbMzowt\",layoutId:\"F8TbMzowt\",O8B0l3Dfm:enumToDisplayNameFunctions[\"OLnR_LdG5\"]?.(OLnR_LdG5nnhQIA1Jd,activeLocale),style:{width:\"100%\"},width:\"100%\",xVOfSae4t:xxO_dVl3MnnhQIA1Jd,zCIwypvsf:resolvedLinks1[0]})})})})})})})},idnnhQIA1Jd);})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vXjglSuBY\"},implicitPathVariables:undefined},{href:{webPageId:\"vXjglSuBY\"},implicitPathVariables:undefined},{href:{webPageId:\"vXjglSuBY\"},implicitPathVariables:undefined},{href:{webPageId:\"vXjglSuBY\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{y:(componentViewport?.y||0)+0+1623+50+544},j4GTC_c7C:{y:(componentViewport?.y||0)+0+1236+70+574},MHVVdbMl3:{y:(componentViewport?.y||0)+0+1276+50+544}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+0+1256+70+574,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h5xhcq-container\",nodeId:\"Goe1MaA2d\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{WG23kRZEJ:resolvedLinks2[3]},j4GTC_c7C:{WG23kRZEJ:resolvedLinks2[1]},MHVVdbMl3:{WG23kRZEJ:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(SeeAllArticlesCTA,{DGjMOU_4e:\"See All Projects\",height:\"100%\",id:\"Goe1MaA2d\",layoutId:\"Goe1MaA2d\",u6eQlRr84:\"arrow-right\",WG23kRZEJ:resolvedLinks2[0],width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b3x1eg\",\"data-framer-name\":\"Features - Skills\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{y:(componentViewport?.y||0)+0+2289+50+0},j4GTC_c7C:{y:(componentViewport?.y||0)+0+1972+70+0},MHVVdbMl3:{y:(componentViewport?.y||0)+0+1942+50+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px)`,y:(componentViewport?.y||0)+0+1992+70+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tmg1p6-container\",nodeId:\"wmyBaPeK6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{variant:\"qN49heTJp\"}},children:/*#__PURE__*/_jsx(SectionHeading,{b3z025Wrj:\"Skills\",bdzl4z3od:\"I've Worked With the Latest Tools\",height:\"100%\",id:\"wmyBaPeK6\",layoutId:\"wmyBaPeK6\",mg13KXqLJ:true,style:{width:\"100%\"},variant:\"kUH2Xspyg\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-owavi7\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{y:(componentViewport?.y||0)+0+2289+50+138+0+0},j4GTC_c7C:{y:(componentViewport?.y||0)+0+1972+70+158+0+0},MHVVdbMl3:{y:(componentViewport?.y||0)+0+1942+50+138+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:136,y:(componentViewport?.y||0)+0+1992+70+158+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3bmows-container\",nodeId:\"HbQloRuVx\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FeatureBlock,{F_uobU8bx:\"CMS Platforms\",height:\"100%\",id:\"HbQloRuVx\",layoutId:\"HbQloRuVx\",p9y7WmXAw:\"Manage day-to-day web operations, content management, and components across a variety of CMS platforms including Webflow, Shopify, Optimizely, Framer, and others.\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{y:(componentViewport?.y||0)+0+2289+50+138+0+176},j4GTC_c7C:{y:(componentViewport?.y||0)+0+1972+70+158+0+0},MHVVdbMl3:{y:(componentViewport?.y||0)+0+1942+50+138+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:136,y:(componentViewport?.y||0)+0+1992+70+158+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1903rln-container\",nodeId:\"xZCV27kXL\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FeatureBlock,{F_uobU8bx:\"Project Management\",height:\"100%\",id:\"xZCV27kXL\",layoutId:\"xZCV27kXL\",p9y7WmXAw:\"Take ideas from concept to launch, write project requirements, and ensure timely and accurate delivery using tools like Asana, Monday, Jira, Wrike, Notion, and Airtable.\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px, 100px)`,y:(componentViewport?.y||0)+0+2289+50+138+0+352},j4GTC_c7C:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 180px) / 4, 100px)`,y:(componentViewport?.y||0)+0+1972+70+158+0+0},MHVVdbMl3:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 100px) / 2, 100px)`,y:(componentViewport?.y||0)+0+1942+50+138+0+176}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:136,width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 240px) / 4, 100px)`,y:(componentViewport?.y||0)+0+1992+70+158+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lgzcw6-container\",nodeId:\"HSAMZ489W\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FeatureBlock,{F_uobU8bx:\"UX & Design\",height:\"100%\",id:\"HSAMZ489W\",layoutId:\"HSAMZ489W\",p9y7WmXAw:\"Build out journey maps, user flows, wireframes, high-fidelity mockups, and full website builds using design and collaboration products like Figma, Miro, and Photoshop.\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px, 100px)`,y:(componentViewport?.y||0)+0+2289+50+138+0+528},j4GTC_c7C:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 180px) / 4, 100px)`,y:(componentViewport?.y||0)+0+1972+70+158+0+0},MHVVdbMl3:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 100px) / 2, 100px)`,y:(componentViewport?.y||0)+0+1942+50+138+0+176}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:136,width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 240px) / 4, 100px)`,y:(componentViewport?.y||0)+0+1992+70+158+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-i9igv9-container\",nodeId:\"ocp2hAzOo\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FeatureBlock,{F_uobU8bx:\"Analysis\",height:\"100%\",id:\"ocp2hAzOo\",layoutId:\"ocp2hAzOo\",p9y7WmXAw:\"Combine standard behavioral analytics with contextual insights like heatmaps, session replays, interviews, and surveys to better understand what users like to give them more of it.\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t2zg6f\",\"data-framer-name\":\"Blog\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,y:(componentViewport?.y||0)+0+3191+50+0},j4GTC_c7C:{y:(componentViewport?.y||0)+0+2406+70+0},MHVVdbMl3:{y:(componentViewport?.y||0)+0+2492+50+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px)`,y:(componentViewport?.y||0)+0+2426+70+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11zt7a9-container\",nodeId:\"lCXxCREau\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{variant:\"fAHnaC73H\"}},children:/*#__PURE__*/_jsx(SectionHeading,{b3z025Wrj:\"Blog\",bdzl4z3od:\"Thoughts and Ramblings on Web Marketing\",height:\"100%\",id:\"lCXxCREau\",layoutId:\"lCXxCREau\",mg13KXqLJ:true,style:{width:\"100%\"},variant:\"ud1ST9A1C\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-817lrz\",\"data-framer-name\":\"Blog Collection List\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"D8BVmX8aN\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"D8BVmX8aN\",name:\"Cjs0DVegU\",type:\"Identifier\"},{collection:\"D8BVmX8aN\",name:\"pYTHhl4AD\",type:\"Identifier\"},{collection:\"D8BVmX8aN\",name:\"Wd0bCQfMw\",type:\"Identifier\"},{collection:\"D8BVmX8aN\",name:\"vr6cy75pO\",type:\"Identifier\"},{collection:\"D8BVmX8aN\",name:\"xxO_dVl3M\",type:\"Identifier\"},{collection:\"D8BVmX8aN\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{collection:\"D8BVmX8aN\",name:\"OLnR_LdG5\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"E7rjo2FUd\"},type:\"BinaryOperation\"},operator:\"and\",right:{collection:\"D8BVmX8aN\",name:\"M8eOIM48u\",type:\"Identifier\"},type:\"BinaryOperation\"},operator:\"and\",right:{collection:\"D8BVmX8aN\",name:\"AuDDL74oR\",type:\"Identifier\"},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({Cjs0DVegU:Cjs0DVegUD8BVmX8aN,id:idD8BVmX8aN,pYTHhl4AD:pYTHhl4ADD8BVmX8aN,vr6cy75pO:vr6cy75pOD8BVmX8aN,Wd0bCQfMw:Wd0bCQfMwD8BVmX8aN,xxO_dVl3M:xxO_dVl3MD8BVmX8aN},index2)=>{Cjs0DVegUD8BVmX8aN??=\"\";Wd0bCQfMwD8BVmX8aN??=\"\";xxO_dVl3MD8BVmX8aN??=0;return /*#__PURE__*/_jsx(LayoutGroup,{id:`D8BVmX8aN-${idD8BVmX8aN}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Cjs0DVegU:Cjs0DVegUD8BVmX8aN},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:convertFromBoolean2(isSet(Cjs0DVegUD8BVmX8aN),activeLocale,{Cjs0DVegUD8BVmX8aN}),implicitPathVariables:undefined},{href:convertFromBoolean2(isSet(Cjs0DVegUD8BVmX8aN),activeLocale,{Cjs0DVegUD8BVmX8aN}),implicitPathVariables:undefined},{href:convertFromBoolean2(isSet(Cjs0DVegUD8BVmX8aN),activeLocale,{Cjs0DVegUD8BVmX8aN}),implicitPathVariables:undefined},{href:convertFromBoolean2(isSet(Cjs0DVegUD8BVmX8aN),activeLocale,{Cjs0DVegUD8BVmX8aN}),implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`max(${componentViewport?.width||\"100vw\"} - 60px, 100px)`,y:(componentViewport?.y||0)+0+3191+50+138+0+0},j4GTC_c7C:{y:(componentViewport?.y||0)+0+2406+70+158+0+0},MHVVdbMl3:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px) * 0.7, 100px)`,y:(componentViewport?.y||0)+0+2492+50+138+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:306,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px) * 0.9 - 80px) / 3, 100px)`,y:(componentViewport?.y||0)+0+2426+70+158+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-184ii4i-container\",nodeId:\"upi1ccyU6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{zCIwypvsf:resolvedLinks3[3]},j4GTC_c7C:{zCIwypvsf:resolvedLinks3[1]},MHVVdbMl3:{zCIwypvsf:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(ArticleCard,{As3rJbV1l:Wd0bCQfMwD8BVmX8aN,aUvvmqyT3:toResponsiveImage(pYTHhl4ADD8BVmX8aN),height:\"100%\",id:\"upi1ccyU6\",layoutId:\"upi1ccyU6\",O8B0l3Dfm:enumToDisplayNameFunctions[\"vr6cy75pO\"]?.(vr6cy75pOD8BVmX8aN,activeLocale),style:{width:\"100%\"},width:\"100%\",xVOfSae4t:xxO_dVl3MD8BVmX8aN,zCIwypvsf:resolvedLinks3[0]})})})})})})})},idD8BVmX8aN);})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"htGNJZAWK\"},implicitPathVariables:undefined},{href:{webPageId:\"htGNJZAWK\"},implicitPathVariables:undefined},{href:{webPageId:\"htGNJZAWK\"},implicitPathVariables:undefined},{href:{webPageId:\"htGNJZAWK\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{y:(componentViewport?.y||0)+0+3191+50+544},j4GTC_c7C:{y:(componentViewport?.y||0)+0+2406+70+574},MHVVdbMl3:{y:(componentViewport?.y||0)+0+2492+50+544}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+0+2426+70+574,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r6dds1-container\",nodeId:\"q5TKwqPye\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{WG23kRZEJ:resolvedLinks4[3]},j4GTC_c7C:{WG23kRZEJ:resolvedLinks4[1]},MHVVdbMl3:{WG23kRZEJ:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(SeeAllArticlesCTA,{DGjMOU_4e:\"See All Blog Articles\",height:\"100%\",id:\"q5TKwqPye\",layoutId:\"q5TKwqPye\",u6eQlRr84:\"arrow-right\",WG23kRZEJ:resolvedLinks4[0],width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u7xvnk\",\"data-framer-name\":\"Testimonials\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{y:(componentViewport?.y||0)+0+3857+50+0},j4GTC_c7C:{y:(componentViewport?.y||0)+0+3142+70+0},MHVVdbMl3:{y:(componentViewport?.y||0)+0+3158+50+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px)`,y:(componentViewport?.y||0)+0+3162+70+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18wo7b9-container\",nodeId:\"bKtDmInAC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{variant:\"qN49heTJp\"}},children:/*#__PURE__*/_jsx(SectionHeading,{b3z025Wrj:\"Reviews\",bdzl4z3od:\"Trusted by Hundreds of Marketers Worldwide\",height:\"100%\",id:\"bKtDmInAC\",layoutId:\"bKtDmInAC\",mg13KXqLJ:true,style:{width:\"100%\"},variant:\"kUH2Xspyg\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1izp5x4 hidden-syat5q hidden-1duch48 hidden-1829y3i\",\"data-framer-name\":\"Testimonial Grid (4 Col)\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7h93yv\",\"data-framer-name\":\"Column\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 90px) / 4, 100px)`,y:(componentViewport?.y||0)+0+3162+70+158+0+0+0+1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13vm37u-container\",nodeId:\"G_Qm0xi2X\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"VP, Ecommerce\",HcP7801go:\"\u201CHe is full of creative ideas and suggestions on how to improve the business on a regular basis. Highly recommended.\u201D\",height:\"100%\",id:\"G_Qm0xi2X\",iMnUbd7H8:\"Therabody\",KSmnKdrhe:\"Aleks R.\",layoutId:\"G_Qm0xi2X\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 90px) / 4, 100px)`,y:(componentViewport?.y||0)+0+3162+70+158+0+0+0+302,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m0uz6n-container\",nodeId:\"My40DN4Rq\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Category Marketing Manager\",HcP7801go:\"\u201CHe is always very helpful and always willing to go the extra mile to ensure projects get done and done in the right way.\u201D\",height:\"100%\",id:\"My40DN4Rq\",iMnUbd7H8:\"Walmart\",KSmnKdrhe:\"Helen L.\",layoutId:\"My40DN4Rq\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:`max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 90px) / 4, 100px)`,y:(componentViewport?.y||0)+0+3162+70+158+0+0+0+603,children:/*#__PURE__*/_jsx(Container,{className:\"framer-g13bzi-container\",nodeId:\"vXroIITHw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Staff Product Manager\",HcP7801go:'\"Keith\u2019s attention to detail and careful consideration for the small things is noteworthy. He values putting the user first and avoids compromising quality.\"',height:\"100%\",id:\"vXroIITHw\",iMnUbd7H8:\"GoTo Technologies\",KSmnKdrhe:\"Lauren R.\",layoutId:\"vXroIITHw\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kj7fo6\",\"data-framer-name\":\"Column\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 90px) / 4, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3162+70+158+0+0+1+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fyy8ca-container\",nodeId:\"k7PzKBfF2\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Senior Business Development Executive\",HcP7801go:\"\u201CWorking with Keith is always satisfying because he understands and lives by the principle of 'undone' which is to say he is always optimizing. He has passion for the customer experience and is always lobbying for the customer. Keith is also highly personable and has integrity and laudable work ethics.\u201D\",height:\"100%\",id:\"k7PzKBfF2\",iMnUbd7H8:\"Microsoft\",KSmnKdrhe:\"Mona P.\",layoutId:\"k7PzKBfF2\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 90px) / 4, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3162+70+158+0+0+1+301,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3jpxwp-container\",nodeId:\"jT1NujR_A\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Creative Director\",HcP7801go:\"\u201CHe is efficient, professional and easy to work with.\u201D\",height:\"100%\",id:\"jT1NujR_A\",iMnUbd7H8:\"Aquent\",KSmnKdrhe:\"Chris C.\",layoutId:\"jT1NujR_A\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 90px) / 4, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3162+70+158+0+0+1+602,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ssf54f-container\",nodeId:\"vr7wAw5Kg\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Senior Director, Engineering\",HcP7801go:\"\u201CKeith has a great way of taking technical products and services and communicating their aspects on the web in a way that is practical, affective, meaningful and valuable.\u201D\",height:\"100%\",id:\"vr7wAw5Kg\",iMnUbd7H8:\"Targus\",KSmnKdrhe:\"Kevin Q.\",layoutId:\"vr7wAw5Kg\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3marhd\",\"data-framer-name\":\"Column\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 90px) / 4, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3162+70+158+0+0+1+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x8o49f-container\",nodeId:\"qyRgsGTCU\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"VP, Marketing\",HcP7801go:\"\u201CHe is a savvy marketer who has a knack for storytelling and the ability to view things from the customers lens.\u201D\",height:\"100%\",id:\"qyRgsGTCU\",iMnUbd7H8:\"Tom Ferry International\",KSmnKdrhe:\"Oscar R.\",layoutId:\"qyRgsGTCU\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 90px) / 4, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3162+70+158+0+0+1+301,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1to713c-container\",nodeId:\"oIs9RmiU5\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Senior Software Engineer\",HcP7801go:\"\u201CWith a background in technology and development experience, Keith exhibits strong interpersonal skills and a unique capacity for intellect.\u201D\",height:\"100%\",id:\"oIs9RmiU5\",iMnUbd7H8:\"Stretto\",KSmnKdrhe:\"Neha S.\",layoutId:\"oIs9RmiU5\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 90px) / 4, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3162+70+158+0+0+1+602,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17mr9py-container\",nodeId:\"FBoYEin0r\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"VP, Sales & Marketing\",HcP7801go:\"\u201CKeith is a strong team player who is always willing to go the extra mile to ensure projects get done on time or ahead of schedule.\u201D\",height:\"100%\",id:\"FBoYEin0r\",iMnUbd7H8:\"SureFire\",KSmnKdrhe:\"Jeremy R.\",layoutId:\"FBoYEin0r\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-elg218\",\"data-framer-name\":\"Column\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 90px) / 4, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3162+70+158+0+0+1+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13usis0-container\",nodeId:\"u_AXXWR8X\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Staff Product Manager\",HcP7801go:\"\u201CAbove all, Keith is a great teammate. He is the glue of our web team and he builds trust across organizations for which he partners.\u201D\",height:\"100%\",id:\"u_AXXWR8X\",iMnUbd7H8:\"GoTo Technologies\",KSmnKdrhe:\"Dave A.\",layoutId:\"u_AXXWR8X\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 90px) / 4, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3162+70+158+0+0+1+301,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fkptx0-container\",nodeId:\"fqnB6PcU1\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Project Manager\",HcP7801go:\"\u201CHe was a pleasure to work with and brought thoughtful, creative strategies to the table for all his projects. He has a great understanding of business, customers, and how to align the two through research and testing.\u201D\",height:\"100%\",id:\"fqnB6PcU1\",iMnUbd7H8:\"Visualade\",KSmnKdrhe:\"Carina M.\",layoutId:\"fqnB6PcU1\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 90px) / 4, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3162+70+158+0+0+1+602,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xaq7ak-container\",nodeId:\"UElKvvN_c\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Senior Implementation Consultant\",HcP7801go:\"\u201CA fast learner, a good listener, and very knowledgeable in his domain.\u201D\",height:\"100%\",id:\"UElKvvN_c\",iMnUbd7H8:\"Etail Solutions\",KSmnKdrhe:\"Karen C.\",layoutId:\"UElKvvN_c\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ps5fxt hidden-72rtr7 hidden-1duch48 hidden-1829y3i\",\"data-framer-name\":\"Testimonial Grid (3 Col)\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3f9pv1\",\"data-framer-name\":\"Column\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j4GTC_c7C:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 80px) / 3, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3142+70+158+0+0+1+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gzeno9-container\",nodeId:\"CMWeLiOta\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"VP, Ecommerce\",HcP7801go:\"\u201CHe is full of creative ideas and suggestions on how to improve the business on a regular basis. Highly recommended.\u201D\",height:\"100%\",id:\"CMWeLiOta\",iMnUbd7H8:\"Therabody\",KSmnKdrhe:\"Aleks R.\",layoutId:\"CMWeLiOta\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j4GTC_c7C:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 80px) / 3, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3142+70+158+0+0+1+301}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-49rmol-container\",nodeId:\"JpNhTg38H\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Category Marketing Manager\",HcP7801go:\"\u201CHe is always very helpful and always willing to go the extra mile to ensure projects get done and done in the right way.\u201D\",height:\"100%\",id:\"JpNhTg38H\",iMnUbd7H8:\"Walmart\",KSmnKdrhe:\"Helen L.\",layoutId:\"JpNhTg38H\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j4GTC_c7C:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 80px) / 3, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3142+70+158+0+0+1+602}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12fxm7f-container\",nodeId:\"l624oitMx\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Staff Product Manager\",HcP7801go:'\"Keith\u2019s attention to detail and careful consideration for the small things is noteworthy. He values putting the user first and avoids compromising quality.\"',height:\"100%\",id:\"l624oitMx\",iMnUbd7H8:\"GoTo Technologies\",KSmnKdrhe:\"Lauren R.\",layoutId:\"l624oitMx\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j4GTC_c7C:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 80px) / 3, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3142+70+158+0+0+1+903}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k2r1r7-container\",nodeId:\"cQ_hPHrO9\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Creative Director\",HcP7801go:\"\u201CHe is efficient, professional and easy to work with.\u201D\",height:\"100%\",id:\"cQ_hPHrO9\",iMnUbd7H8:\"Aquent\",KSmnKdrhe:\"Chris C.\",layoutId:\"cQ_hPHrO9\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8k5v7m\",\"data-framer-name\":\"Column\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j4GTC_c7C:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 80px) / 3, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3142+70+158+0+0+1+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-b04pdq-container\",nodeId:\"XAmvrUcxi\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Senior Business Development Executive\",HcP7801go:\"\u201CWorking with Keith is always satisfying because he understands and lives by the principle of 'undone' which is to say he is always optimizing. He has passion for the customer experience and is always lobbying for the customer. Keith is also highly personable and has integrity and laudable work ethics.\u201D\",height:\"100%\",id:\"XAmvrUcxi\",iMnUbd7H8:\"Microsoft\",KSmnKdrhe:\"Mona P.\",layoutId:\"XAmvrUcxi\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j4GTC_c7C:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 80px) / 3, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3142+70+158+0+0+1+301}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yzyq4q-container\",nodeId:\"sHMbVWRnf\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Senior Director, Engineering\",HcP7801go:\"\u201CKeith has a great way of taking technical products and services and communicating their aspects on the web in a way that is practical, affective, meaningful and valuable.\u201D\",height:\"100%\",id:\"sHMbVWRnf\",iMnUbd7H8:\"Targus\",KSmnKdrhe:\"Kevin Q.\",layoutId:\"sHMbVWRnf\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j4GTC_c7C:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 80px) / 3, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3142+70+158+0+0+1+602}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ga3g76-container\",nodeId:\"QUwuwOham\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"VP, Marketing\",HcP7801go:\"\u201CHe is a savvy marketer who has a knack for storytelling and the ability to view things from the customers lens.\u201D\",height:\"100%\",id:\"QUwuwOham\",iMnUbd7H8:\"Tom Ferry International\",KSmnKdrhe:\"Oscar R.\",layoutId:\"QUwuwOham\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j4GTC_c7C:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 80px) / 3, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3142+70+158+0+0+1+903}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k73ow6-container\",nodeId:\"fdRE8Xo29\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Senior Software Engineer\",HcP7801go:\"\u201CWith a background in technology and development experience, Keith exhibits strong interpersonal skills and a unique capacity for intellect.\u201D\",height:\"100%\",id:\"fdRE8Xo29\",iMnUbd7H8:\"Stretto\",KSmnKdrhe:\"Neha S.\",layoutId:\"fdRE8Xo29\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ur0ua1\",\"data-framer-name\":\"Column\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j4GTC_c7C:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 80px) / 3, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3142+70+158+0+0+1+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jwo65c-container\",nodeId:\"uaiTjKCE0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"VP, Sales & Marketing\",HcP7801go:\"\u201CKeith is a strong team player who is always willing to go the extra mile to ensure projects get done on time or ahead of schedule.\u201D\",height:\"100%\",id:\"uaiTjKCE0\",iMnUbd7H8:\"SureFire\",KSmnKdrhe:\"Jeremy R.\",layoutId:\"uaiTjKCE0\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j4GTC_c7C:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 80px) / 3, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3142+70+158+0+0+1+301}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-y2i98j-container\",nodeId:\"PcsTOoAnP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Staff Product Manager\",HcP7801go:\"\u201CAbove all, Keith is a great teammate. He is the glue of our web team and he builds trust across organizations for which he partners.\u201D\",height:\"100%\",id:\"PcsTOoAnP\",iMnUbd7H8:\"GoTo Technologies\",KSmnKdrhe:\"Dave A.\",layoutId:\"PcsTOoAnP\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j4GTC_c7C:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 80px) / 3, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3142+70+158+0+0+1+602}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13crpon-container\",nodeId:\"Anf1dWpMz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Project Manager\",HcP7801go:\"\u201CHe was a pleasure to work with and brought thoughtful, creative strategies to the table for all his projects. He has a great understanding of business, customers, and how to align the two through research and testing.\u201D\",height:\"100%\",id:\"Anf1dWpMz\",iMnUbd7H8:\"Visualade\",KSmnKdrhe:\"Carina M.\",layoutId:\"Anf1dWpMz\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j4GTC_c7C:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 80px) / 3, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3142+70+158+0+0+1+903}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ehs83u-container\",nodeId:\"akWskfQXX\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Senior Implementation Consultant\",HcP7801go:\"\u201CA fast learner, a good listener, and very knowledgeable in his domain.\u201D\",height:\"100%\",id:\"akWskfQXX\",iMnUbd7H8:\"Etail Solutions\",KSmnKdrhe:\"Karen C.\",layoutId:\"akWskfQXX\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10plz4s hidden-72rtr7 hidden-syat5q\",\"data-framer-name\":\"Testimonial Grid (2 Col)\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10mbkcx\",\"data-framer-name\":\"Column\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3857+50+138+0+0+1+0},MHVVdbMl3:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 70px) / 2, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3158+50+138+0+0+1+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rcfqra-container\",nodeId:\"cmizSPnZ_\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"VP, Ecommerce\",HcP7801go:\"\u201CHe is full of creative ideas and suggestions on how to improve the business on a regular basis. Highly recommended.\u201D\",height:\"100%\",id:\"cmizSPnZ_\",iMnUbd7H8:\"Therabody\",KSmnKdrhe:\"Aleks R.\",layoutId:\"cmizSPnZ_\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3857+50+138+0+0+1+301},MHVVdbMl3:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 70px) / 2, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3158+50+138+0+0+1+301}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1opxjez-container\",nodeId:\"uBHTksS4P\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Category Marketing Manager\",HcP7801go:\"\u201CHe is always very helpful and always willing to go the extra mile to ensure projects get done and done in the right way.\u201D\",height:\"100%\",id:\"uBHTksS4P\",iMnUbd7H8:\"Walmart\",KSmnKdrhe:\"Helen L.\",layoutId:\"uBHTksS4P\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3857+50+138+0+0+1+602},MHVVdbMl3:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 70px) / 2, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3158+50+138+0+0+1+602}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14sbpzv-container\",nodeId:\"BYlhVdrWN\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Staff Product Manager\",HcP7801go:'\"Keith\u2019s attention to detail and careful consideration for the small things is noteworthy. He values putting the user first and avoids compromising quality.\"',height:\"100%\",id:\"BYlhVdrWN\",iMnUbd7H8:\"GoTo Technologies\",KSmnKdrhe:\"Lauren R.\",layoutId:\"BYlhVdrWN\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3857+50+138+0+0+1+903},MHVVdbMl3:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 70px) / 2, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3158+50+138+0+0+1+903}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m72ule-container\",nodeId:\"en9GY4yDb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MHVVdbMl3:{HcP7801go:\"\u201CWorking with Keith is always satisfying because he understands and lives by the principle of 'undone' which is to say he is always optimizing. He has passion for the customer experience and is always lobbying for the customer. Keith is also highly personable and has integrity and laudable work ethics.\u201D\"}},children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Senior Business Development Executive\",HcP7801go:\"\u201CWorking with Keith is always satisfying because he understand and lives by the principle of 'undone' which is to say he is always optimizing. He has passion for the customer experience and is always lobbying for the customer. Keith is also highly personable and has integrity and laudable work ethics.\u201D\",height:\"100%\",id:\"en9GY4yDb\",iMnUbd7H8:\"Microsoft\",KSmnKdrhe:\"Mona P.\",layoutId:\"en9GY4yDb\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3857+50+138+0+0+1+1204},MHVVdbMl3:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 70px) / 2, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3158+50+138+0+0+1+1204}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q7y68t-container\",nodeId:\"QWOz68xD3\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Creative Director\",HcP7801go:\"\u201CHe is efficient, professional and easy to work with.\u201D\",height:\"100%\",id:\"QWOz68xD3\",iMnUbd7H8:\"Aquent\",KSmnKdrhe:\"Chris C.\",layoutId:\"QWOz68xD3\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3857+50+138+0+0+1+1505},MHVVdbMl3:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 70px) / 2, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3158+50+138+0+0+1+1505}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hdra65-container\",nodeId:\"uRv27Jj5Z\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Senior Director, Engineering\",HcP7801go:\"\u201CKeith has a great way of taking technical products and services and communicating their aspects on the web in a way that is practical, affective, meaningful and valuable.\u201D\",height:\"100%\",id:\"uRv27Jj5Z\",iMnUbd7H8:\"Targus\",KSmnKdrhe:\"Kevin Q.\",layoutId:\"uRv27Jj5Z\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12565s5\",\"data-framer-name\":\"Column\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3857+50+138+0+1808+1+0},MHVVdbMl3:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 70px) / 2, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3158+50+138+0+0+1+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1riexmz-container\",nodeId:\"mwUpecuyU\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"VP, Marketing\",HcP7801go:\"\u201CHe is a savvy marketer who has a knack for storytelling and the ability to view things from the customers lens.\u201D\",height:\"100%\",id:\"mwUpecuyU\",iMnUbd7H8:\"Tom Ferry International\",KSmnKdrhe:\"Oscar R.\",layoutId:\"mwUpecuyU\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3857+50+138+0+1808+1+301},MHVVdbMl3:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 70px) / 2, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3158+50+138+0+0+1+301}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ujtq76-container\",nodeId:\"natDpe5vC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Senior Software Engineer\",HcP7801go:\"\u201CWith a background in technology and development experience, Keith exhibits strong interpersonal skills and a unique capacity for intellect.\u201D\",height:\"100%\",id:\"natDpe5vC\",iMnUbd7H8:\"Stretto\",KSmnKdrhe:\"Neha S.\",layoutId:\"natDpe5vC\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3857+50+138+0+1808+1+602},MHVVdbMl3:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 70px) / 2, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3158+50+138+0+0+1+602}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v1fuk-container\",nodeId:\"j5Fd7LFkh\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"VP, Sales & Marketing\",HcP7801go:\"\u201CKeith is a strong team player who is always willing to go the extra mile to ensure projects get done on time or ahead of schedule.\u201D\",height:\"100%\",id:\"j5Fd7LFkh\",iMnUbd7H8:\"SureFire\",KSmnKdrhe:\"Jeremy R.\",layoutId:\"j5Fd7LFkh\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3857+50+138+0+1808+1+903},MHVVdbMl3:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 70px) / 2, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3158+50+138+0+0+1+903}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hcx6fz-container\",nodeId:\"LPGb_JAiJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Staff Product Manager\",HcP7801go:\"\u201CAbove all, Keith is a great teammate. He is the glue of our web team and he builds trust across organizations for which he partners.\u201D\",height:\"100%\",id:\"LPGb_JAiJ\",iMnUbd7H8:\"GoTo Technologies\",KSmnKdrhe:\"Dave A.\",layoutId:\"LPGb_JAiJ\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3857+50+138+0+1808+1+1204},MHVVdbMl3:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 70px) / 2, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3158+50+138+0+0+1+1204}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1aww29h-container\",nodeId:\"eMzKFt7SL\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Project Manager\",HcP7801go:\"\u201CHe was a pleasure to work with and brought thoughtful, creative strategies to the table for all his projects. He has a great understanding of business, customers, and how to align the two through research and testing.\u201D\",height:\"100%\",id:\"eMzKFt7SL\",iMnUbd7H8:\"Visualade\",KSmnKdrhe:\"Carina M.\",layoutId:\"eMzKFt7SL\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1260px) - 60px, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3857+50+138+0+1808+1+1505},MHVVdbMl3:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1260px) - 70px) / 2, 100px) - 2px)`,y:(componentViewport?.y||0)+0+3158+50+138+0+0+1+1505}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wvdo88-container\",nodeId:\"IIO6s22wr\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Testimonial,{H6osNItXK:\"Senior Implementation Consultant\",HcP7801go:\"\u201CA fast learner, a good listener, and very knowledgeable in his domain.\u201D\",height:\"100%\",id:\"IIO6s22wr\",iMnUbd7H8:\"Etail Solutions\",KSmnKdrhe:\"Karen C.\",layoutId:\"IIO6s22wr\",style:{width:\"100%\"},variant:\"bwfRuzbgk\",width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GDv_6shMz:{y:(componentViewport?.y||0)+0+7701},j4GTC_c7C:{y:(componentViewport?.y||0)+0+4636},MHVVdbMl3:{y:(componentViewport?.y||0)+0+5194}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4355,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5n3yj0-container\",nodeId:\"rTvGDc0vz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"rTvGDc0vz\",layoutId:\"rTvGDc0vz\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-30VuY.framer-lux5qc, .framer-30VuY .framer-lux5qc { display: block; }\",\".framer-30VuY.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-4ab1dd64-9ec7-4473-911c-e9cf8c9a80e8, #f2f0eb); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-30VuY .framer-1jgi3x4-container { flex: none; height: 100px; max-width: 1460px; position: relative; width: 100%; }\",\".framer-30VuY .framer-189sjh4 { align-content: flex-start; align-items: flex-start; background-color: rgba(255, 255, 255, 0); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 1260px; overflow: hidden; padding: 100px 30px 100px 30px; position: relative; width: 100%; }\",\".framer-30VuY .framer-fdn6rd { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: 70%; word-break: break-word; word-wrap: break-word; }\",\".framer-30VuY .framer-wrt76r { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 50%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-30VuY .framer-1s30ut5 { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-30VuY .framer-14h9f19 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-30VuY .framer-14w6r3m-container { flex: none; height: 70px; position: relative; width: 100%; }\",\".framer-30VuY .framer-1960mhx { background-color: rgba(255, 255, 255, 0); height: 38px; overflow: hidden; position: relative; width: 148px; }\",\".framer-30VuY .framer-13h1t0k { aspect-ratio: 3.8947368421052633 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 38px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-30VuY .framer-1q76xvh { aspect-ratio: 3.0555555555555554 / 1; background-color: rgba(255, 255, 255, 0); height: var(--framer-aspect-ratio-supported, 33px); overflow: hidden; position: relative; width: 100px; }\",\".framer-30VuY .framer-76y6uy { aspect-ratio: 3.025 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); left: 0px; overflow: visible; position: absolute; right: 10px; top: 0px; }\",\".framer-30VuY .framer-1igdt00 { background-color: rgba(255, 255, 255, 0); height: 30px; overflow: hidden; position: relative; width: 161px; }\",\".framer-30VuY .framer-160iyly { aspect-ratio: 5.366666666666666 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-30VuY .framer-df3ixt { background-color: rgba(255, 255, 255, 0); height: 22px; overflow: hidden; position: relative; width: 141px; }\",\".framer-30VuY .framer-ojdobi { aspect-ratio: 6.409090909090909 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-30VuY .framer-9s1t4z { background-color: rgba(255, 255, 255, 0); height: 52px; overflow: hidden; position: relative; width: 102px; }\",\".framer-30VuY .framer-103o918 { aspect-ratio: 1.9615384615384615 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 52px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-30VuY .framer-jvc0nu { background-color: rgba(255, 255, 255, 0); height: 22px; overflow: hidden; position: relative; width: 132px; }\",\".framer-30VuY .framer-fxadpk { aspect-ratio: 6 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-30VuY .framer-1shh1hp { background-color: rgba(255, 255, 255, 0); height: 26px; overflow: hidden; position: relative; width: 121px; }\",\".framer-30VuY .framer-f2dqv1 { aspect-ratio: 4.653846153846154 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-30VuY .framer-1js0fr7 { background-color: rgba(255, 255, 255, 0); height: 24px; overflow: hidden; position: relative; width: 141px; }\",\".framer-30VuY .framer-1nb8yd { aspect-ratio: 5.875 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-30VuY .framer-rhmd0w, .framer-30VuY .framer-1b3x1eg { align-content: flex-start; align-items: flex-start; background-color: rgba(255, 255, 255, 0); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; max-width: 1260px; overflow: hidden; padding: 70px 30px 70px 30px; position: relative; width: 100%; }\",\".framer-30VuY .framer-19odqtg-container, .framer-30VuY .framer-1jnm0i9-container, .framer-30VuY .framer-tmg1p6-container, .framer-30VuY .framer-11zt7a9-container, .framer-30VuY .framer-18wo7b9-container, .framer-30VuY .framer-13vm37u-container, .framer-30VuY .framer-1m0uz6n-container, .framer-30VuY .framer-g13bzi-container, .framer-30VuY .framer-1fyy8ca-container, .framer-30VuY .framer-3jpxwp-container, .framer-30VuY .framer-1ssf54f-container, .framer-30VuY .framer-x8o49f-container, .framer-30VuY .framer-1to713c-container, .framer-30VuY .framer-17mr9py-container, .framer-30VuY .framer-13usis0-container, .framer-30VuY .framer-1fkptx0-container, .framer-30VuY .framer-xaq7ak-container, .framer-30VuY .framer-gzeno9-container, .framer-30VuY .framer-49rmol-container, .framer-30VuY .framer-12fxm7f-container, .framer-30VuY .framer-k2r1r7-container, .framer-30VuY .framer-b04pdq-container, .framer-30VuY .framer-yzyq4q-container, .framer-30VuY .framer-1ga3g76-container, .framer-30VuY .framer-k73ow6-container, .framer-30VuY .framer-jwo65c-container, .framer-30VuY .framer-y2i98j-container, .framer-30VuY .framer-13crpon-container, .framer-30VuY .framer-1ehs83u-container, .framer-30VuY .framer-1rcfqra-container, .framer-30VuY .framer-1opxjez-container, .framer-30VuY .framer-14sbpzv-container, .framer-30VuY .framer-1m72ule-container, .framer-30VuY .framer-q7y68t-container, .framer-30VuY .framer-1hdra65-container, .framer-30VuY .framer-1riexmz-container, .framer-30VuY .framer-1ujtq76-container, .framer-30VuY .framer-1v1fuk-container, .framer-30VuY .framer-1hcx6fz-container, .framer-30VuY .framer-1aww29h-container, .framer-30VuY .framer-wvdo88-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-30VuY .framer-1m5eop4, .framer-30VuY .framer-owavi7 { background-color: rgba(255, 255, 255, 0); display: grid; flex: none; gap: 60px; grid-auto-rows: min-content; grid-template-columns: repeat(4, minmax(100px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-30VuY .framer-rg8t7u-container, .framer-30VuY .framer-1h9l9wz-container, .framer-30VuY .framer-k6ihne-container, .framer-30VuY .framer-suh5ie-container, .framer-30VuY .framer-z6hdum-container, .framer-30VuY .framer-1lgzcw6-container, .framer-30VuY .framer-i9igv9-container, .framer-30VuY .framer-184ii4i-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-30VuY .framer-grusos-container, .framer-30VuY .framer-3bmows-container, .framer-30VuY .framer-1903rln-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: fit-content; }\",\".framer-30VuY .framer-1f76jr2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: flex-start; max-width: 1260px; overflow: hidden; padding: 70px 30px 70px 30px; position: relative; width: 100%; }\",\".framer-30VuY .framer-2ax91i, .framer-30VuY .framer-817lrz { display: grid; flex: none; gap: 40px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(100px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 90%; }\",\".framer-30VuY .framer-1f9cmcf { display: grid; flex: none; gap: 40px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(100px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 85%; }\",\".framer-30VuY .framer-1h5xhcq-container, .framer-30VuY .framer-1r6dds1-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-30VuY .framer-1t2zg6f { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: flex-start; max-width: 1260px; overflow: hidden; padding: 70px 30px 70px 30px; position: relative; width: 100%; }\",\".framer-30VuY .framer-u7xvnk { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; max-width: 1260px; overflow: hidden; padding: 70px 30px 70px 30px; position: relative; width: 100%; }\",\".framer-30VuY .framer-1izp5x4 { background-color: rgba(255, 255, 255, 0); display: grid; flex: none; gap: 10px; grid-auto-rows: min-content; grid-template-columns: repeat(4, minmax(100px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-30VuY .framer-7h93yv { align-content: flex-start; align-items: flex-start; align-self: start; background-color: rgba(255, 255, 255, 0); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-30VuY .framer-kj7fo6, .framer-30VuY .framer-3marhd, .framer-30VuY .framer-elg218, .framer-30VuY .framer-3f9pv1, .framer-30VuY .framer-8k5v7m, .framer-30VuY .framer-1ur0ua1, .framer-30VuY .framer-10mbkcx, .framer-30VuY .framer-12565s5 { align-content: flex-start; align-items: flex-start; align-self: start; background-color: rgba(255, 255, 255, 0); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; justify-self: start; overflow: hidden; padding: 1px; position: relative; width: 100%; }\",\".framer-30VuY .framer-ps5fxt { background-color: rgba(255, 255, 255, 0); display: grid; flex: none; gap: 10px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(100px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-30VuY .framer-10plz4s { background-color: rgba(255, 255, 255, 0); display: grid; flex: none; gap: 10px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(100px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-30VuY .framer-5n3yj0-container { flex: none; height: 60px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-30VuY.framer-72rtr7, .framer-30VuY .framer-189sjh4, .framer-30VuY .framer-1s30ut5, .framer-30VuY .framer-rhmd0w, .framer-30VuY .framer-1f76jr2, .framer-30VuY .framer-1b3x1eg, .framer-30VuY .framer-1t2zg6f, .framer-30VuY .framer-u7xvnk, .framer-30VuY .framer-7h93yv, .framer-30VuY .framer-kj7fo6, .framer-30VuY .framer-3marhd, .framer-30VuY .framer-elg218, .framer-30VuY .framer-3f9pv1, .framer-30VuY .framer-8k5v7m, .framer-30VuY .framer-1ur0ua1, .framer-30VuY .framer-10mbkcx, .framer-30VuY .framer-12565s5 { gap: 0px; } .framer-30VuY.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-30VuY.framer-72rtr7 > :first-child, .framer-30VuY .framer-189sjh4 > :first-child, .framer-30VuY .framer-1s30ut5 > :first-child, .framer-30VuY .framer-rhmd0w > :first-child, .framer-30VuY .framer-1f76jr2 > :first-child, .framer-30VuY .framer-1b3x1eg > :first-child, .framer-30VuY .framer-1t2zg6f > :first-child, .framer-30VuY .framer-u7xvnk > :first-child, .framer-30VuY .framer-7h93yv > :first-child, .framer-30VuY .framer-kj7fo6 > :first-child, .framer-30VuY .framer-3marhd > :first-child, .framer-30VuY .framer-elg218 > :first-child, .framer-30VuY .framer-3f9pv1 > :first-child, .framer-30VuY .framer-8k5v7m > :first-child, .framer-30VuY .framer-1ur0ua1 > :first-child, .framer-30VuY .framer-10mbkcx > :first-child, .framer-30VuY .framer-12565s5 > :first-child { margin-top: 0px; } .framer-30VuY.framer-72rtr7 > :last-child, .framer-30VuY .framer-189sjh4 > :last-child, .framer-30VuY .framer-1s30ut5 > :last-child, .framer-30VuY .framer-rhmd0w > :last-child, .framer-30VuY .framer-1f76jr2 > :last-child, .framer-30VuY .framer-1b3x1eg > :last-child, .framer-30VuY .framer-1t2zg6f > :last-child, .framer-30VuY .framer-u7xvnk > :last-child, .framer-30VuY .framer-7h93yv > :last-child, .framer-30VuY .framer-kj7fo6 > :last-child, .framer-30VuY .framer-3marhd > :last-child, .framer-30VuY .framer-elg218 > :last-child, .framer-30VuY .framer-3f9pv1 > :last-child, .framer-30VuY .framer-8k5v7m > :last-child, .framer-30VuY .framer-1ur0ua1 > :last-child, .framer-30VuY .framer-10mbkcx > :last-child, .framer-30VuY .framer-12565s5 > :last-child { margin-bottom: 0px; } .framer-30VuY .framer-189sjh4 > *, .framer-30VuY .framer-1s30ut5 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-30VuY .framer-rhmd0w > *, .framer-30VuY .framer-1f76jr2 > *, .framer-30VuY .framer-1b3x1eg > *, .framer-30VuY .framer-1t2zg6f > *, .framer-30VuY .framer-u7xvnk > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-30VuY .framer-7h93yv > *, .framer-30VuY .framer-kj7fo6 > *, .framer-30VuY .framer-3marhd > *, .framer-30VuY .framer-elg218 > *, .framer-30VuY .framer-3f9pv1 > *, .framer-30VuY .framer-8k5v7m > *, .framer-30VuY .framer-1ur0ua1 > *, .framer-30VuY .framer-10mbkcx > *, .framer-30VuY .framer-12565s5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,\"@media (min-width: 992px) and (max-width: 1199px) { .framer-30VuY.framer-72rtr7 { width: 992px; } .framer-30VuY .framer-fdn6rd { max-width: 700px; width: 80%; } .framer-30VuY .framer-wrt76r { max-width: unset; width: 60%; } .framer-30VuY .framer-1s30ut5 { gap: 10px; max-width: unset; } .framer-30VuY .framer-1m5eop4, .framer-30VuY .framer-owavi7 { gap: 40px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-30VuY .framer-1s30ut5, .framer-30VuY .framer-1m5eop4, .framer-30VuY .framer-owavi7 { gap: 0px; } .framer-30VuY .framer-1s30ut5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-30VuY .framer-1s30ut5 > :first-child { margin-top: 0px; } .framer-30VuY .framer-1s30ut5 > :last-child { margin-bottom: 0px; } .framer-30VuY .framer-1m5eop4 > *, .framer-30VuY .framer-1m5eop4 > :first-child, .framer-30VuY .framer-1m5eop4 > :last-child, .framer-30VuY .framer-owavi7 > *, .framer-30VuY .framer-owavi7 > :first-child, .framer-30VuY .framer-owavi7 > :last-child { margin: 0px; } }}\",\"@media (min-width: 768px) and (max-width: 991px) { .framer-30VuY.framer-72rtr7 { width: 768px; } .framer-30VuY .framer-189sjh4 { align-content: center; align-items: center; gap: 20px; padding: 60px 30px 100px 30px; } .framer-30VuY .framer-fdn6rd { max-width: unset; width: 85%; } .framer-30VuY .framer-wrt76r { max-width: unset; width: 80%; } .framer-30VuY .framer-1s30ut5 { gap: 10px; max-width: unset; padding: 0px 0px 30px 0px; } .framer-30VuY .framer-rhmd0w, .framer-30VuY .framer-1f76jr2, .framer-30VuY .framer-1b3x1eg, .framer-30VuY .framer-1t2zg6f, .framer-30VuY .framer-u7xvnk { gap: 50px; padding: 50px 30px 50px 30px; } .framer-30VuY .framer-1m5eop4 { gap: 40px; grid-template-columns: repeat(2, minmax(100px, 1fr)); grid-template-rows: repeat(2, min-content); } .framer-30VuY .framer-1jnm0i9-container { order: 0; } .framer-30VuY .framer-1f9cmcf { gap: 50px; grid-template-columns: repeat(1, minmax(100px, 1fr)); order: 2; width: 70%; } .framer-30VuY .framer-1h5xhcq-container { order: 3; } .framer-30VuY .framer-owavi7 { gap: 40px; grid-template-columns: repeat(2, minmax(100px, 1fr)); } .framer-30VuY .framer-817lrz { gap: 50px; grid-template-columns: repeat(1, minmax(100px, 1fr)); width: 70%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-30VuY .framer-189sjh4, .framer-30VuY .framer-1s30ut5, .framer-30VuY .framer-rhmd0w, .framer-30VuY .framer-1m5eop4, .framer-30VuY .framer-1f76jr2, .framer-30VuY .framer-1f9cmcf, .framer-30VuY .framer-1b3x1eg, .framer-30VuY .framer-owavi7, .framer-30VuY .framer-1t2zg6f, .framer-30VuY .framer-817lrz, .framer-30VuY .framer-u7xvnk { gap: 0px; } .framer-30VuY .framer-189sjh4 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-30VuY .framer-189sjh4 > :first-child, .framer-30VuY .framer-1s30ut5 > :first-child, .framer-30VuY .framer-rhmd0w > :first-child, .framer-30VuY .framer-1f76jr2 > :first-child, .framer-30VuY .framer-1b3x1eg > :first-child, .framer-30VuY .framer-1t2zg6f > :first-child, .framer-30VuY .framer-u7xvnk > :first-child { margin-top: 0px; } .framer-30VuY .framer-189sjh4 > :last-child, .framer-30VuY .framer-1s30ut5 > :last-child, .framer-30VuY .framer-rhmd0w > :last-child, .framer-30VuY .framer-1f76jr2 > :last-child, .framer-30VuY .framer-1b3x1eg > :last-child, .framer-30VuY .framer-1t2zg6f > :last-child, .framer-30VuY .framer-u7xvnk > :last-child { margin-bottom: 0px; } .framer-30VuY .framer-1s30ut5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-30VuY .framer-rhmd0w > *, .framer-30VuY .framer-1f76jr2 > *, .framer-30VuY .framer-1b3x1eg > *, .framer-30VuY .framer-1t2zg6f > *, .framer-30VuY .framer-u7xvnk > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-30VuY .framer-1m5eop4 > *, .framer-30VuY .framer-1m5eop4 > :first-child, .framer-30VuY .framer-1m5eop4 > :last-child, .framer-30VuY .framer-1f9cmcf > *, .framer-30VuY .framer-1f9cmcf > :first-child, .framer-30VuY .framer-1f9cmcf > :last-child, .framer-30VuY .framer-owavi7 > *, .framer-30VuY .framer-owavi7 > :first-child, .framer-30VuY .framer-owavi7 > :last-child, .framer-30VuY .framer-817lrz > *, .framer-30VuY .framer-817lrz > :first-child, .framer-30VuY .framer-817lrz > :last-child { margin: 0px; } }}\",\"@media (max-width: 767px) { .framer-30VuY.framer-72rtr7 { width: 320px; } .framer-30VuY .framer-189sjh4 { align-content: center; align-items: center; gap: 20px; padding: 60px 30px 100px 30px; } .framer-30VuY .framer-fdn6rd { max-width: unset; width: 100%; } .framer-30VuY .framer-wrt76r { max-width: unset; width: 80%; } .framer-30VuY .framer-1s30ut5 { gap: 10px; max-width: unset; } .framer-30VuY .framer-rhmd0w, .framer-30VuY .framer-1b3x1eg, .framer-30VuY .framer-u7xvnk { gap: 50px; padding: 50px 30px 50px 30px; } .framer-30VuY .framer-1m5eop4 { gap: 40px; grid-template-columns: repeat(1, minmax(100px, 1fr)); grid-template-rows: repeat(2, min-content); } .framer-30VuY .framer-1f76jr2, .framer-30VuY .framer-1t2zg6f { gap: 50px; max-width: unset; padding: 50px 30px 50px 30px; } .framer-30VuY .framer-1f9cmcf, .framer-30VuY .framer-817lrz { gap: 50px; grid-template-columns: repeat(1, minmax(100px, 1fr)); width: 100%; } .framer-30VuY .framer-owavi7 { gap: 40px; grid-template-columns: repeat(1, minmax(100px, 1fr)); } .framer-30VuY .framer-10plz4s { grid-template-columns: repeat(1, minmax(100px, 1fr)); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-30VuY .framer-189sjh4, .framer-30VuY .framer-1s30ut5, .framer-30VuY .framer-rhmd0w, .framer-30VuY .framer-1m5eop4, .framer-30VuY .framer-1f76jr2, .framer-30VuY .framer-1f9cmcf, .framer-30VuY .framer-1b3x1eg, .framer-30VuY .framer-owavi7, .framer-30VuY .framer-1t2zg6f, .framer-30VuY .framer-817lrz, .framer-30VuY .framer-u7xvnk { gap: 0px; } .framer-30VuY .framer-189sjh4 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-30VuY .framer-189sjh4 > :first-child, .framer-30VuY .framer-1s30ut5 > :first-child, .framer-30VuY .framer-rhmd0w > :first-child, .framer-30VuY .framer-1f76jr2 > :first-child, .framer-30VuY .framer-1b3x1eg > :first-child, .framer-30VuY .framer-1t2zg6f > :first-child, .framer-30VuY .framer-u7xvnk > :first-child { margin-top: 0px; } .framer-30VuY .framer-189sjh4 > :last-child, .framer-30VuY .framer-1s30ut5 > :last-child, .framer-30VuY .framer-rhmd0w > :last-child, .framer-30VuY .framer-1f76jr2 > :last-child, .framer-30VuY .framer-1b3x1eg > :last-child, .framer-30VuY .framer-1t2zg6f > :last-child, .framer-30VuY .framer-u7xvnk > :last-child { margin-bottom: 0px; } .framer-30VuY .framer-1s30ut5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-30VuY .framer-rhmd0w > *, .framer-30VuY .framer-1f76jr2 > *, .framer-30VuY .framer-1b3x1eg > *, .framer-30VuY .framer-1t2zg6f > *, .framer-30VuY .framer-u7xvnk > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-30VuY .framer-1m5eop4 > *, .framer-30VuY .framer-1m5eop4 > :first-child, .framer-30VuY .framer-1m5eop4 > :last-child, .framer-30VuY .framer-1f9cmcf > *, .framer-30VuY .framer-1f9cmcf > :first-child, .framer-30VuY .framer-1f9cmcf > :last-child, .framer-30VuY .framer-owavi7 > *, .framer-30VuY .framer-owavi7 > :first-child, .framer-30VuY .framer-owavi7 > :last-child, .framer-30VuY .framer-817lrz > *, .framer-30VuY .framer-817lrz > :first-child, .framer-30VuY .framer-817lrz > :last-child { margin: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5459\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"j4GTC_c7C\":{\"layout\":[\"fixed\",\"auto\"]},\"MHVVdbMl3\":{\"layout\":[\"fixed\",\"auto\"]},\"GDv_6shMz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-30VuY\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:5459,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Red Hat Text\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhattext/v18/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML193VrPacYVFtIY.woff2\",weight:\"700\"},{family:\"Red Hat Text\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/redhattext/v18/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzWfLQcKdApIYv_g.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...TopNavFonts,...TickerFonts,...SectionHeadingFonts,...FeatureBlockFonts,...ArticleCardFonts,...SeeAllArticlesCTAFonts,...TestimonialFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"5459\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"j4GTC_c7C\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MHVVdbMl3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GDv_6shMz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "t", "r", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "o", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "n", "createGeneratorEasing", "e", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "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", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "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", "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", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "featureText", "featureTitle", "height", "id", "width", "props", "_ref", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "p9y7WmXAw", "F_uobU8bx", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "RichText2", "css", "FramerXm0DDvNx1", "withCSS", "Xm0DDvNx1_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "company", "height", "id", "name1", "quote", "title", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "HcP7801go", "KSmnKdrhe", "H6osNItXK", "iMnUbd7H8", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerZfyWpVGIQ", "withCSS", "ZfyWpVGIQ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "TopNavFonts", "getFonts", "ot2SOHt55_default", "TickerFonts", "Ticker", "SectionHeadingFonts", "bmRlJVoWZ_default", "FeatureBlockFonts", "Xm0DDvNx1_default", "ArticleCardFonts", "mk_I9ai7B_default", "SeeAllArticlesCTAFonts", "qq2PD7Vyu_default", "TestimonialFonts", "ZfyWpVGIQ_default", "FooterFonts", "wY2NzI6hj_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "isSet", "value", "convertFromBoolean", "activeLocale", "Cjs0DVegUqOql6j7lH", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "convertFromBoolean1", "Cjs0DVegUnnhQIA1Jd", "transition1", "animation", "convertFromBoolean2", "Cjs0DVegUD8BVmX8aN", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "pYTHhl4ADqOql6j7lH", "Wd0bCQfMwqOql6j7lH", "vr6cy75pOqOql6j7lH", "xxO_dVl3MqOql6j7lH", "idqOql6j7lH", "pYTHhl4ADnnhQIA1Jd", "Wd0bCQfMwnnhQIA1Jd", "OLnR_LdG5nnhQIA1Jd", "xxO_dVl3MnnhQIA1Jd", "vr6cy75pOnnhQIA1Jd", "idnnhQIA1Jd", "pYTHhl4ADD8BVmX8aN", "Wd0bCQfMwD8BVmX8aN", "vr6cy75pOD8BVmX8aN", "xxO_dVl3MD8BVmX8aN", "idD8BVmX8aN", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "x", "RichText2", "Image2", "ChildrenCanSuspend", "o48jhXgAz_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "enumToDisplayNameFunctions", "collection1", "paginationInfo1", "loadMore1", "index1", "resolvedLinks1", "resolvedLinks2", "collection2", "paginationInfo2", "loadMore2", "index2", "resolvedLinks3", "resolvedLinks4", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
