{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/cJVgkZvinur3XrdSurIT/3xje4VoAbiKjgnAyi3HT/fOKzgrEu_.js", "ssg:https://framerusercontent.com/modules/efV4ygHLX8TvC6dYQZeS/PvwuPVabGLNpI3g7Yy3P/Ld1XwmS8x.js", "ssg:https://framerusercontent.com/modules/kJBECcTi1d8ilwVALV0v/vs4tezhozFvrqluVoQUJ/lDCCIMh8d.js", "ssg:https://framerusercontent.com/modules/uoMOrmdEFL17exje22is/jS0d0V389uJoAJH8sESW/mU8Kx_YpR.js", "ssg:https://framerusercontent.com/modules/aS3akTBdOOzqny30IQ7w/EkwFY6KE8M8pIdnNCK7l/OgVZcqnBn.js", "ssg:https://framerusercontent.com/modules/9hGH9PNuDBPUFrpXqZof/oDz0uyNCascQGg0UatCb/zE2eSOQKg.js", "ssg:https://framerusercontent.com/modules/ttwSv27lOeyQJW6tfnLr/KDiTHhjrIZLVKrBeXvDo/Uu1TVXtGl.js", "ssg:https://framerusercontent.com/modules/5Wmsi0DOm7mRCZ6fgQKC/crfopID1bxZnckj3BlmH/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 isString=t=>\"string\"===typeof t;const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let r=0;for(;r<o-2;r++)if(s<e[r+1])break;let f=clamp(0,1,progress(e[r],e[r+1],s));const c=getEasingForSegment(n,r);f=c(f);return mix(t[r],t[r+1],f)}}const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{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 (189896a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const ImageWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Image));const enabledGestures={i9EFUmcET:{hover:true},NGbs4s6Hl:{hover:true},oYeReRDt1:{hover:true}};const cycleOrder=[\"NGbs4s6Hl\",\"i9EFUmcET\",\"oYeReRDt1\"];const serializationHash=\"framer-iH3Ne\";const variantClassNames={i9EFUmcET:\"framer-v-1q0yfhn\",NGbs4s6Hl:\"framer-v-1eb9a7w\",oYeReRDt1:\"framer-v-8ug8vs\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:.4,duration:2.5,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition3={delay:.1,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"NGbs4s6Hl\",Phone:\"i9EFUmcET\",Tablet:\"oYeReRDt1\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"NGbs4s6Hl\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NGbs4s6Hl\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"NGbs4s6Hl-hover\")return true;return false;};const isDisplayed1=()=>{if(gestureVariant===\"i9EFUmcET-hover\")return true;return false;};const isDisplayed2=()=>{if(gestureVariant===\"oYeReRDt1-hover\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(ImageWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1148.5,intrinsicWidth:1600,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:2297,pixelWidth:3200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/qHti3cUc4FpgG8l8N1axdslg.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/qHti3cUc4FpgG8l8N1axdslg.png?scale-down-to=512 512w,https://framerusercontent.com/images/qHti3cUc4FpgG8l8N1axdslg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qHti3cUc4FpgG8l8N1axdslg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/qHti3cUc4FpgG8l8N1axdslg.png 3200w\"},className:cx(scopingClassNames,\"framer-1eb9a7w\",className,classNames),\"data-framer-appear-id\":\"1eb9a7w\",\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"NGbs4s6Hl\",optimized:true,ref:refBinding,style:{...style},...addPropertyOverrides({\"i9EFUmcET-hover\":{\"data-framer-name\":undefined},\"NGbs4s6Hl-hover\":{__framer__presenceAnimate:undefined,__framer__presenceInitial:undefined,\"data-framer-name\":undefined,optimized:undefined},\"oYeReRDt1-hover\":{\"data-framer-name\":undefined},i9EFUmcET:{\"data-framer-name\":\"Phone\"},oYeReRDt1:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,background:{alt:\"\",fit:\"fill\",intrinsicHeight:150.5,intrinsicWidth:192,pixelHeight:301,pixelWidth:384,src:\"https://framerusercontent.com/images/FdKCyYp3unfLQro0dXAu9phbo4.png\"},className:\"framer-144e6im\",\"data-framer-appear-id\":\"144e6im\",\"data-framer-name\":\"Note-1\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"RDu8zxjj2\",optimized:true,...addPropertyOverrides({\"NGbs4s6Hl-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:150.5,intrinsicWidth:192,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||720)-346.25),pixelHeight:301,pixelWidth:384,src:\"https://framerusercontent.com/images/FdKCyYp3unfLQro0dXAu9phbo4.png\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,background:{alt:\"\",fit:\"fill\",intrinsicHeight:122.5,intrinsicWidth:192,pixelHeight:245,pixelWidth:384,src:\"https://framerusercontent.com/images/ZtKftgCw9FMQkzOPWB737i6hDCQ.png\"},className:\"framer-rftinw\",\"data-framer-appear-id\":\"rftinw\",\"data-framer-name\":\"Note-2\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"uAaI7WlWk\",optimized:true,...addPropertyOverrides({\"NGbs4s6Hl-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:122.5,intrinsicWidth:192,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+70.75),pixelHeight:245,pixelWidth:384,src:\"https://framerusercontent.com/images/ZtKftgCw9FMQkzOPWB737i6hDCQ.png\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,background:{alt:\"\",fit:\"fill\",intrinsicHeight:108.5,intrinsicWidth:192,pixelHeight:217,pixelWidth:384,src:\"https://framerusercontent.com/images/jCSJwkKDO6MM0Knw7u4EtW41lm4.png\"},className:\"framer-emoxqu\",\"data-framer-appear-id\":\"emoxqu\",\"data-framer-name\":\"Note\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"leuKyMLl2\",optimized:true,...addPropertyOverrides({\"NGbs4s6Hl-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:108.5,intrinsicWidth:192,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+208.75),pixelHeight:217,pixelWidth:384,src:\"https://framerusercontent.com/images/jCSJwkKDO6MM0Knw7u4EtW41lm4.png\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,background:{alt:\"\",fit:\"fill\",intrinsicHeight:108.5,intrinsicWidth:192,pixelHeight:217,pixelWidth:384,src:\"https://framerusercontent.com/images/jCSJwkKDO6MM0Knw7u4EtW41lm4.png\"},className:\"framer-1y5gg9\",\"data-framer-appear-id\":\"1y5gg9\",\"data-framer-name\":\"Note\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"BUYTmbeRv\",optimized:true,...addPropertyOverrides({\"i9EFUmcET-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:108.5,intrinsicWidth:192,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+68),pixelHeight:217,pixelWidth:384,src:\"https://framerusercontent.com/images/jCSJwkKDO6MM0Knw7u4EtW41lm4.png\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,background:{alt:\"\",fit:\"fill\",intrinsicHeight:150.5,intrinsicWidth:192,pixelHeight:301,pixelWidth:384,src:\"https://framerusercontent.com/images/FdKCyYp3unfLQro0dXAu9phbo4.png\"},className:\"framer-1u1v296\",\"data-framer-appear-id\":\"1u1v296\",\"data-framer-name\":\"Note-1\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"lzfRGgDxG\",optimized:true,...addPropertyOverrides({\"i9EFUmcET-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:150.5,intrinsicWidth:192,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||232)-111.1667),pixelHeight:301,pixelWidth:384,src:\"https://framerusercontent.com/images/FdKCyYp3unfLQro0dXAu9phbo4.png\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,background:{alt:\"\",fit:\"fill\",intrinsicHeight:122.5,intrinsicWidth:192,pixelHeight:245,pixelWidth:384,src:\"https://framerusercontent.com/images/ZtKftgCw9FMQkzOPWB737i6hDCQ.png\"},className:\"framer-et6686\",\"data-framer-appear-id\":\"et6686\",\"data-framer-name\":\"Note-2\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"oJoor6x6O\",optimized:true,...addPropertyOverrides({\"i9EFUmcET-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:122.5,intrinsicWidth:192,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+22),pixelHeight:245,pixelWidth:384,src:\"https://framerusercontent.com/images/ZtKftgCw9FMQkzOPWB737i6hDCQ.png\"}}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,background:{alt:\"\",fit:\"fill\",intrinsicHeight:108.5,intrinsicWidth:192,pixelHeight:217,pixelWidth:384,src:\"https://framerusercontent.com/images/jCSJwkKDO6MM0Knw7u4EtW41lm4.png\"},className:\"framer-t3uc8k\",\"data-framer-appear-id\":\"t3uc8k\",\"data-framer-name\":\"Note\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"H6yVlEJ_x\",optimized:true,...addPropertyOverrides({\"oYeReRDt1-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:108.5,intrinsicWidth:192,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+146),pixelHeight:217,pixelWidth:384,src:\"https://framerusercontent.com/images/jCSJwkKDO6MM0Knw7u4EtW41lm4.png\"}}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,background:{alt:\"\",fit:\"fill\",intrinsicHeight:150.5,intrinsicWidth:192,pixelHeight:301,pixelWidth:384,src:\"https://framerusercontent.com/images/FdKCyYp3unfLQro0dXAu9phbo4.png\"},className:\"framer-ifezbi\",\"data-framer-appear-id\":\"ifezbi\",\"data-framer-name\":\"Note-1\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"m32Wc702X\",optimized:true,...addPropertyOverrides({\"oYeReRDt1-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:150.5,intrinsicWidth:192,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||500)-232.7917),pixelHeight:301,pixelWidth:384,src:\"https://framerusercontent.com/images/FdKCyYp3unfLQro0dXAu9phbo4.png\"}}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,background:{alt:\"\",fit:\"fill\",intrinsicHeight:122.5,intrinsicWidth:192,pixelHeight:245,pixelWidth:384,src:\"https://framerusercontent.com/images/ZtKftgCw9FMQkzOPWB737i6hDCQ.png\"},className:\"framer-1mn95sd\",\"data-framer-appear-id\":\"1mn95sd\",\"data-framer-name\":\"Note-2\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"LRPOrEZox\",optimized:true,...addPropertyOverrides({\"oYeReRDt1-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:122.5,intrinsicWidth:192,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+55),pixelHeight:245,pixelWidth:384,src:\"https://framerusercontent.com/images/ZtKftgCw9FMQkzOPWB737i6hDCQ.png\"}}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iH3Ne.framer-4dyu38, .framer-iH3Ne .framer-4dyu38 { display: block; }\",\".framer-iH3Ne.framer-1eb9a7w { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 720px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1003px; }\",\".framer-iH3Ne .framer-144e6im { aspect-ratio: 1.2757475083056478 / 1; bottom: 196px; flex: none; height: var(--framer-aspect-ratio-supported, 151px); overflow: visible; position: absolute; right: 217px; width: 192px; z-index: 1; }\",\".framer-iH3Ne .framer-rftinw { aspect-ratio: 1.5673469387755101 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 122px); overflow: visible; position: absolute; right: 100px; top: 71px; width: 192px; z-index: 1; }\",\".framer-iH3Ne .framer-emoxqu { aspect-ratio: 1.7695852534562213 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 108px); left: 122px; overflow: visible; position: absolute; top: 209px; width: 192px; z-index: 1; }\",\".framer-iH3Ne .framer-1y5gg9 { aspect-ratio: 1.7695852534562213 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); left: 42px; overflow: visible; position: absolute; top: 68px; width: 64px; z-index: 1; }\",\".framer-iH3Ne .framer-1u1v296 { aspect-ratio: 1.2757475083056478 / 1; bottom: 61px; flex: none; height: var(--framer-aspect-ratio-supported, 50px); overflow: visible; position: absolute; right: 68px; width: 64px; z-index: 1; }\",\".framer-iH3Ne .framer-et6686 { aspect-ratio: 1.5673469387755101 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 41px); overflow: visible; position: absolute; right: 19px; top: 22px; width: 64px; z-index: 1; }\",\".framer-iH3Ne .framer-t3uc8k { aspect-ratio: 1.7695852534562213 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 63px); left: 106px; overflow: visible; position: absolute; top: 146px; width: 112px; z-index: 1; }\",\".framer-iH3Ne .framer-ifezbi { aspect-ratio: 1.2757475083056478 / 1; bottom: 145px; flex: none; height: var(--framer-aspect-ratio-supported, 88px); overflow: visible; position: absolute; right: 172px; width: 112px; z-index: 1; }\",\".framer-iH3Ne .framer-1mn95sd { aspect-ratio: 1.5673469387755101 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 71px); overflow: visible; position: absolute; right: 95px; top: 55px; width: 112px; z-index: 1; }\",\".framer-iH3Ne.framer-v-1q0yfhn.framer-1eb9a7w { aspect-ratio: 1.393121462777536 / 1; height: var(--framer-aspect-ratio-supported, 232px); width: 323px; }\",\".framer-iH3Ne.framer-v-8ug8vs.framer-1eb9a7w { aspect-ratio: 1.393121462777536 / 1; height: var(--framer-aspect-ratio-supported, 500px); width: 697px; }\",\".framer-iH3Ne.framer-v-1eb9a7w.hover.framer-1eb9a7w { aspect-ratio: 1.393121462777536 / 1; height: var(--framer-aspect-ratio-supported, 720px); }\",\".framer-iH3Ne.framer-v-1eb9a7w.hover .framer-144e6im { order: 1; }\",\".framer-iH3Ne.framer-v-1eb9a7w.hover .framer-rftinw { height: var(--framer-aspect-ratio-supported, 123px); order: 2; }\",\".framer-iH3Ne.framer-v-1eb9a7w.hover .framer-emoxqu { height: var(--framer-aspect-ratio-supported, 109px); order: 0; }\",\".framer-iH3Ne.framer-v-1q0yfhn.hover .framer-1u1v296 { height: var(--framer-aspect-ratio-supported, 51px); }\",\".framer-iH3Ne.framer-v-8ug8vs.hover .framer-t3uc8k { height: var(--framer-aspect-ratio-supported, 64px); }\",\".framer-iH3Ne.framer-v-8ug8vs.hover .framer-1mn95sd { height: var(--framer-aspect-ratio-supported, 72px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 720\n * @framerIntrinsicWidth 1003\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"i9EFUmcET\":{\"layout\":[\"fixed\",\"fixed\"]},\"oYeReRDt1\":{\"layout\":[\"fixed\",\"fixed\"]},\"YdwaRZQCe\":{\"layout\":[\"fixed\",\"fixed\"]},\"MuYaDGY3l\":{\"layout\":[\"fixed\",\"fixed\"]},\"yTAcRF54w\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerfOKzgrEu_=withCSS(Component,css,\"framer-iH3Ne\");export default FramerfOKzgrEu_;FramerfOKzgrEu_.displayName=\"Safari Dark Mode\";FramerfOKzgrEu_.defaultProps={height:720,width:1003};addPropertyControls(FramerfOKzgrEu_,{variant:{options:[\"NGbs4s6Hl\",\"i9EFUmcET\",\"oYeReRDt1\"],optionTitles:[\"Desktop\",\"Phone\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerfOKzgrEu_,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfOKzgrEu_\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"720\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"i9EFUmcET\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oYeReRDt1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YdwaRZQCe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MuYaDGY3l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yTAcRF54w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1003\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fOKzgrEu_.map", "// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionAWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.a));const enabledGestures={w67zHaBtC:{hover:true}};const serializationHash=\"framer-eiZgb\";const variantClassNames={w67zHaBtC:\"framer-v-168tqzw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:2,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"w67zHaBtC\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(Link,{href:\"https://form.typeform.com/to/uIBBjDZC\",motionChild:true,nodeId:\"w67zHaBtC\",openInNewTab:true,scopeId:\"Ld1XwmS8x\",smoothScroll:true,children:/*#__PURE__*/_jsxs(MotionAWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:`${cx(scopingClassNames,\"framer-168tqzw\",className,classNames)} framer-1x7jg91`,\"data-framer-appear-id\":\"168tqzw\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"w67zHaBtC\",optimized:true,ref:refBinding,style:{...style},...addPropertyOverrides({\"w67zHaBtC-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ja3uhu\",\"data-framer-name\":\"button\",layoutDependency:layoutDependency,layoutId:\"w67zHaBtCHACwp41a1\",style:{backgroundColor:\"rgb(255, 53, 15)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 1px 2px -1px rgba(17, 12, 34, 0.08)\"},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(16, 16, 16))\"},children:\"Get your design roasted\"})}),className:\"framer-1rymvm5\",\"data-framer-name\":\"text\",fonts:[\"GF;General Sans-600\"],layoutDependency:layoutDependency,layoutId:\"w67zHaBtCng26ijLPu\",style:{\"--extracted-r6o4lv\":\"rgb(16, 16, 16)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ooml6b\",\"data-framer-name\":\"lg_right_icon\",layoutDependency:layoutDependency,layoutId:\"w67zHaBtCHYmk_0dNn\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-29mrg9\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"w67zHaBtCI376:10135;3182:59841\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"-2 -2 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.98509 4.9585L4.76341 1.73681L6.23655 0.263672L11.9731 6.00024L6.23655 11.7368L4.76341 10.2637L7.98525 7.04183H0.5V4.9585H7.98509Z\" fill=\"#101010\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-syedyj\",\"data-framer-name\":\"Frame 2183\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:246,layoutDependency:layoutDependency,layoutId:\"w67zHaBtChzKVM64k1\",svg:'<svg width=\"246\" height=\"19\" viewBox=\"0 0 246 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_376_10136)\">\\n<path d=\"M20.4488 7.50758C20.4684 11.7699 20.4448 7.30923 20.4448 7.30923C20.4458 7.4824 20.4448 7.59517 20.4458 7.75525C20.4493 8.43636 20.3179 9.35961 20.7503 9.91688C20.7966 9.97679 21.2703 10.4651 21.3036 10.4455C21.365 10.3121 21.6605 10.0181 21.7888 9.9496C21.9691 9.85345 22.334 9.85798 22.4982 9.7276C22.6925 9.57305 23.1274 8.63873 23.1918 8.63823L23.8211 10.0941V9.21513C23.8211 9.11848 24.0376 8.2496 24.0879 8.12475C24.243 7.74015 24.5405 7.42552 24.769 7.09629C24.8868 6.92614 25.1264 6.44337 25.2271 6.34822C25.283 6.29537 25.8005 6.08998 25.8342 6.12522C25.8181 6.95382 26.3769 7.55892 26.5395 8.33568L27.2277 7.91835L27.5227 7.27903C27.5911 7.27198 27.6022 7.27047 27.6495 7.31426C27.7683 7.423 27.9435 7.71196 28.0684 7.81717C28.2138 7.94 28.5275 8.01249 28.6271 8.18516C28.7052 8.15143 28.7444 7.94252 28.753 7.85895C28.9508 5.96614 28.5491 4.69654 30.0105 3.14957C30.4283 2.70708 30.7228 2.7398 31.2041 2.5183C31.3823 2.43624 31.5706 2.24092 31.7634 2.17196C31.9763 2.09594 32.2074 2.13118 32.4027 2.00734C32.4993 2.0154 32.4842 2.30989 32.4797 2.3849C32.4218 3.30059 31.8882 4.25254 31.6778 5.15112C31.6234 5.3842 31.5353 5.82317 31.5751 6.04719C31.6123 6.25711 32.1752 7.07565 32.3176 7.31477C32.5275 7.66715 32.6569 8.00947 32.9338 8.34524C33.0893 8.53402 33.4901 8.79177 33.5822 8.92718C33.6829 9.07468 34.1807 10.1419 34.2643 10.1434L34.9671 9.64001L35.2847 9.00219L35.3975 8.13482C35.4473 8.1318 35.4861 8.12928 35.5344 8.15294C35.9467 8.35531 36.2925 8.81895 36.4914 9.22872C36.5684 9.3873 36.6021 9.58363 36.6807 9.7427C36.8317 9.55946 36.8548 9.31732 36.9721 9.07921C37.0794 8.86224 37.2701 8.71021 37.3703 8.52194C37.4791 8.31806 37.5304 8.06585 37.6527 7.84939C37.7303 7.71196 38.0248 7.39783 38.0545 7.29564C38.1048 7.12247 38.0409 6.86472 38.0655 6.67846C38.209 6.79676 38.2674 6.98504 38.3907 7.13203C38.647 7.4376 39.0537 7.56748 39.4237 7.68326C39.4484 7.30369 39.5209 6.92865 39.5747 6.55261C39.6019 6.36333 39.543 6.26718 39.6331 6.05826C39.8692 5.51156 40.5539 5.02829 41.1348 4.92006C41.2315 5.32782 41.3039 5.74464 41.381 6.15693C41.4353 6.44689 41.3493 6.58835 41.5607 6.88184C41.7399 7.13052 42.0983 7.38323 42.3254 7.54835C42.3737 7.58359 42.3722 7.69434 42.4683 7.68729C42.572 7.6888 43.1036 7.11491 43.2194 6.99863C43.2431 6.97497 43.3125 6.98755 43.3518 6.94627C43.5018 6.78669 43.4414 6.52895 43.451 6.32759C44.0103 6.45344 44.3898 7.02883 44.6592 7.50757C45.1102 8.309 45.4732 9.22671 45.5653 10.1454C45.8321 9.85144 46.0778 9.48848 46.4699 9.34199C46.55 9.58564 46.6214 9.99088 46.7367 10.2063C46.8173 10.3559 47.2849 10.6871 47.3237 10.7883C47.3947 10.973 47.3695 11.3385 47.4777 11.5519L48.0818 10.3825C48.252 10.2844 48.2636 9.80865 48.3461 9.65612C48.4156 9.52724 48.7453 9.30977 48.847 9.07669C48.9205 8.90755 48.9487 8.59393 49.0393 8.4278C49.0529 8.40263 49.4189 8.03615 49.443 8.02054C49.4984 7.9843 49.5186 7.97171 49.591 7.98581C49.5367 8.19573 49.512 8.43586 49.5523 8.65232C49.5895 8.85117 49.7803 9.06361 49.8302 9.22923C49.9782 9.72055 49.9288 10.151 50.2052 10.6649C50.3421 10.9197 50.619 11.0168 50.7897 11.2333C51.0313 11.5394 51.2437 12.0538 51.5206 12.3393C51.7975 12.6247 52.3034 12.8663 52.5471 13.2137C52.6815 13.2937 53.2508 12.9187 53.423 12.8402C54.685 12.2663 55.716 11.4563 56.9614 10.8965C57.0641 10.8502 57.1849 10.8658 57.2876 10.8205C57.4482 10.7495 57.6788 10.4923 57.8842 10.4369C57.8021 9.93903 58.0563 9.46633 58.077 9.00672C58.0936 8.63369 58.0845 7.87355 58.0463 7.50757C58.0226 7.28406 57.8937 7.04444 57.8907 6.80431C57.8862 6.46099 58.0246 6.04719 58.0478 5.70135C58.1017 4.89086 57.9723 4.08742 57.8947 3.28801C58.004 3.1838 57.9995 3.35245 58.0664 3.41588C58.5764 3.89915 58.5079 3.99882 58.8698 4.50173C59.1336 4.86871 59.8122 5.16471 59.9602 5.35953C60.0634 5.49596 60.0584 5.71343 60.1143 5.83525C60.2562 6.14384 60.5829 6.34017 60.7813 6.63567C61.1614 7.202 61.8344 8.39357 62.0066 9.03038C62.0307 9.11999 62.1712 9.77945 62.1697 9.81922C62.1616 9.98585 61.8968 10.377 61.8838 10.5844C61.8707 10.7918 61.9794 11.0808 61.9114 11.3148C61.8762 11.4362 61.5691 11.7463 61.5314 11.8902C61.482 12.08 61.547 12.3478 61.4694 12.5562C61.6794 12.5099 61.9059 12.6111 62.0957 12.6081C62.1692 12.6071 62.8896 12.4973 62.9278 12.4802C62.9605 12.4656 63.4146 11.9995 63.4317 11.9683C63.4891 11.862 63.5933 11.3128 63.6593 11.3002C63.8566 11.4291 64.1637 11.4825 64.351 11.6028C64.4572 11.6708 64.875 12.2039 64.9163 12.2039C65.0265 11.9688 65.2521 11.6994 65.3276 11.4598C65.4031 11.2202 65.3668 10.9881 65.4338 10.7621C65.4554 10.6886 66.1829 9.54235 66.2503 9.46734C66.4497 9.24534 66.8156 9.15774 66.9833 8.99212C67.2637 8.71575 67.394 8.26772 67.7993 7.98531C67.9131 7.90577 68.5861 7.60272 68.6662 7.68376C68.6727 7.93043 68.5167 8.15747 68.5156 8.4122C68.5141 8.65836 68.6148 8.9151 68.5544 9.20456C68.4985 9.47388 68.2584 9.89171 68.1799 10.1872C68.1497 10.301 68.0908 10.5054 68.121 10.6101C68.1512 10.7148 68.6707 11.1492 68.8021 11.2403C68.9335 11.3315 69.3719 11.6043 69.4917 11.6003C69.5532 11.5983 69.9755 11.4357 70.0349 11.3989C70.1799 11.3093 70.419 10.9876 70.5675 10.9021C70.716 10.8165 71.1389 10.7319 71.2612 10.6C71.5014 9.99441 71.5653 9.36062 71.4817 8.71676C71.4691 8.62061 71.3926 8.54862 71.3861 8.46002C71.3715 8.26973 71.5129 8.01652 71.4868 7.75777C71.4661 7.55389 71.2955 7.28456 71.2491 7.08974C71.1057 6.48767 71.2391 5.90825 71.0976 5.28201C71.005 4.87324 70.8947 4.469 70.7805 4.06678C71.452 4.10504 72.2107 4.2621 72.7407 4.69654C72.9018 4.82844 73.0141 5.04138 73.15 5.18133C73.448 5.48991 73.807 5.67668 73.8528 6.17505C73.9066 6.21331 74.5258 5.92838 74.6154 5.8725C74.6733 5.83576 74.6869 5.76679 74.7378 5.73256C74.9129 5.61476 75.0735 5.47934 75.2563 5.37564C75.3338 5.54831 75.5206 5.69329 75.6006 5.86143C75.8005 6.28026 75.7093 6.56419 76.0834 6.95986C76.3436 7.23523 76.6583 7.32836 76.9387 7.5418C77.0343 7.6148 77.4229 8.07642 77.4597 8.08397C77.6636 8.12525 77.9082 8.10008 78.1202 8.17862C78.1921 7.98329 78.387 7.88865 78.5027 7.73008C78.6291 7.55691 78.6996 7.26543 78.8118 7.13404C78.9065 7.02329 79.1567 6.91808 79.2876 6.80532C79.357 6.74592 79.7114 6.22036 79.7884 6.27674C79.9002 6.74541 80.3654 7.06457 80.5914 7.42048C80.6765 7.55439 80.7444 7.87506 80.8844 8.02205L80.9976 9.34149L82.006 8.26369C82.3261 8.21335 82.6201 8.07038 82.9257 7.97624C83.0636 7.93396 83.2428 7.98933 83.2866 7.83428C83.483 8.0583 83.2932 8.37545 83.267 8.61809C83.2333 8.93574 83.347 10.0845 83.4155 10.4183C83.4674 10.67 83.6561 10.9262 83.6989 11.187C84.0448 11.4961 84.4812 11.7266 84.9448 11.8047C85.0712 11.787 85.9693 10.9015 86.1691 10.7485C86.7939 10.2703 87.2973 10.1198 87.8123 9.43764C87.9713 9.22671 88.2779 8.81241 88.2477 8.56121C88.2417 8.51137 88.141 8.13583 88.1219 8.08246C88.0277 7.81918 87.7977 7.57453 87.704 7.34397C87.5082 6.8612 87.5132 6.20022 87.2983 5.70739C87.5248 5.29308 87.8269 4.92861 88.0836 4.53445C88.2422 4.2918 88.3675 3.94697 88.5306 3.72799C88.8629 3.28197 89.4071 3.02624 89.9548 2.9618C89.9905 2.99855 89.8601 3.76121 89.8546 3.89109C89.839 4.25355 89.8495 4.45843 89.8093 4.85059C89.7302 5.61728 90.06 6.41065 90.659 6.906C90.9651 7.15871 91.1579 7.15217 91.46 7.31225C91.762 7.47233 92.1396 7.91332 92.4391 8.06686C92.4819 8.08901 92.5836 8.13733 92.6248 8.11317C92.7849 7.70843 93.2254 7.22566 93.3633 6.84106C93.391 6.76303 93.3739 6.66084 93.3996 6.57576C93.4977 6.24603 93.5914 5.92285 93.6291 5.57398C93.762 5.45971 94.422 6.0794 94.5358 6.20073C94.6314 6.30241 95.1167 6.89342 95.1615 6.98302C95.2526 7.16576 95.5305 8.26872 95.537 8.46757C95.5446 8.69914 95.3065 9.14868 95.3402 9.30725C95.5048 9.43915 95.5602 9.69589 95.6996 9.86302C95.8597 10.0543 96.2841 10.4107 96.5273 10.4434C96.6909 10.4651 96.8585 10.4304 97.0216 10.452C97.154 10.4701 97.7395 10.6997 97.8059 10.6483C97.517 10.2139 97.2522 9.69538 97.2023 9.1663C97.1807 8.93775 97.226 8.69561 97.1978 8.46757C97.1414 8.0145 96.9093 7.77841 97.0035 7.21006C97.0417 6.97748 97.4022 6.8315 97.5537 6.6407C97.9972 6.08243 97.9167 5.84079 98.7025 5.49042C99.068 5.32731 99.365 5.29208 99.7687 5.32379C99.7757 5.58153 99.7692 5.84431 99.7123 6.09702C99.669 6.28983 99.4984 6.57023 99.4692 6.75901C99.4354 6.97698 99.4963 7.23775 99.4631 7.45622C99.4299 7.6747 99.152 8.0437 99.2285 8.22543C99.2406 8.25413 99.6428 8.64175 99.6725 8.66038C99.8538 8.77616 100.176 8.82247 100.406 8.93322C100.524 8.99011 100.707 9.16378 100.763 9.18946C100.869 9.23678 101.449 9.38629 101.524 9.33696L101.995 8.06988L101.832 7.18338C102.246 7.35756 102.932 7.4673 103.301 7.6883C103.364 7.72605 103.71 8.07088 103.797 8.15395C103.842 8.19623 103.813 8.20781 103.868 8.13583C104.265 7.62235 104.266 6.8914 104.515 6.31953C104.625 6.06632 104.888 5.8277 104.99 5.58808C105.02 5.5171 105.158 5.05195 105.158 4.99809C105.158 4.90848 104.948 4.22384 104.898 4.10806C104.633 3.49541 104.121 3.13497 103.952 2.4302C103.928 2.33355 103.893 2.15232 103.922 2.05819C104.107 2.08487 104.285 2.14779 104.473 2.16138C104.723 2.179 105.084 2.09342 105.267 2.11809C105.767 2.18454 106.671 2.95475 107.018 3.33986C107.856 4.27016 108.252 5.43655 108.877 6.46552C108.906 6.95584 108.844 7.47535 108.879 7.96165C108.896 8.20228 109.042 8.63672 109.033 8.81593C109.025 8.98256 108.869 9.28964 108.878 9.49402C108.963 9.56601 110.019 9.28057 110.124 9.1804C110.253 9.05807 110.409 8.59242 110.493 8.4283C110.548 8.32108 110.716 8.17912 110.691 7.98682C110.914 7.94302 110.808 8.05981 110.876 8.17509C111.078 8.52093 111.191 8.56674 111.446 8.81543C111.638 9.0032 111.799 9.21563 111.998 9.39384V8.66541C111.998 8.61104 112.301 8.12274 112.312 7.99839L112.954 7.68578C113.061 7.9259 113.033 8.17408 113.103 8.41673C113.204 8.76861 113.515 9.08475 113.609 9.44368L113.759 9.3435C113.784 9.86151 114.197 10.083 114.489 10.4485C114.665 10.3518 114.831 10.0734 114.98 9.98484C115.172 9.87107 115.541 9.86402 115.708 9.73012C115.736 9.70797 116.052 9.29668 116.092 9.23527C116.208 9.05605 116.291 8.82499 116.402 8.63974C116.527 8.69108 116.748 9.51567 116.834 9.70545C116.851 9.7427 116.908 9.74673 116.926 9.78398C116.975 9.88114 116.948 10.0508 117.081 10.0966V9.01628C117.081 8.8406 117.218 8.64729 117.23 8.60349C117.265 8.47865 117.244 8.26721 117.288 8.12727C117.347 7.93496 117.802 7.39229 117.937 7.19445C118.089 6.97295 118.362 6.42877 118.546 6.30644C118.588 6.27825 118.668 6.28882 118.725 6.25962C118.789 6.2264 118.786 6.14837 118.973 6.13025C119.085 6.11968 119.025 6.13629 119.045 6.20173C119.115 6.42676 119.15 6.64826 119.169 6.88284L119.824 8.33719C119.971 8.18264 120.295 8.0875 120.423 7.93094C120.524 7.8076 120.645 7.44918 120.706 7.28356C120.845 7.16374 121.197 7.74266 121.279 7.81918C121.339 7.87556 121.556 7.94654 121.625 7.98732C121.684 8.02205 121.799 8.17559 121.887 8.18717C122.025 8.12022 121.949 7.52771 121.964 7.35957C122.041 6.53902 122.016 5.5463 122.251 4.78162C122.448 4.14078 123.188 3.05846 123.778 2.7393C123.987 2.62653 124.232 2.61395 124.426 2.53139C124.646 2.43725 124.848 2.21273 125.093 2.14225C125.282 2.08789 125.497 2.1337 125.663 2.00835C125.695 2.18756 125.707 2.40352 125.688 2.58525C125.591 3.47226 125.033 4.42974 124.855 5.32027C124.808 5.55385 124.841 5.80404 124.791 6.03913C125.177 6.65279 125.493 7.36158 125.888 7.96215C126.328 8.63269 126.987 9.00169 127.298 9.78046L127.451 10.1459C127.57 10.0231 128.089 9.80814 128.158 9.70998C128.309 9.49553 128.565 8.82147 128.603 8.5597C128.624 8.42126 128.599 8.27527 128.608 8.13633C128.759 8.09404 128.736 8.19472 128.801 8.23047C129.412 8.56876 129.671 9.00471 129.865 9.67071C129.886 9.74371 129.835 9.75881 129.966 9.74421C129.991 9.71955 130.118 9.18694 130.171 9.08022C130.225 8.9735 130.494 8.71122 130.558 8.60349C130.687 8.38652 130.744 8.04169 130.857 7.84687C130.931 7.719 131.205 7.48945 131.253 7.33541C131.314 7.13858 131.256 6.88536 131.276 6.67947C131.407 6.65178 131.354 6.70665 131.381 6.75145C131.564 7.05702 131.635 7.22214 131.963 7.42451C132.192 7.56546 132.411 7.54633 132.634 7.68376C132.63 7.39833 132.755 7.13404 132.784 6.85415C132.828 6.42625 132.702 6.33665 132.939 5.91429C133.095 5.63641 133.357 5.38772 133.629 5.22512C133.739 5.16018 134.334 4.85864 134.396 4.92056L134.711 6.79173C134.899 6.96238 135.569 7.72253 135.771 7.68729C135.943 7.50455 136.113 7.30067 136.298 7.13203C136.376 7.06105 136.601 6.9508 136.636 6.88033C136.776 6.59489 136.444 5.94902 137.239 6.62862C137.829 7.13253 138.532 8.76962 138.712 9.52926C138.756 9.71703 138.687 10.0317 138.874 10.1449C138.866 9.92091 139.112 9.85043 139.192 9.65712L139.679 9.34149C139.718 9.37068 139.915 10.1313 139.984 10.2562C140.058 10.3911 140.424 10.6181 140.525 10.7827L140.687 11.5519C140.751 11.5474 140.77 11.4815 140.796 11.4357C141.105 10.8965 141.323 10.1641 141.6 9.67525C141.687 9.52171 141.971 9.28259 142.042 9.1517C142.14 8.97098 142.164 8.63974 142.253 8.46858C142.267 8.4419 142.616 8.04723 142.647 8.01954C142.704 7.9702 142.731 7.98128 142.8 7.98581C142.672 8.36991 142.77 8.6488 142.905 9.00118C143.079 9.45425 143.069 9.53832 143.164 10.0085C143.318 10.7681 143.729 10.8411 144.091 11.3189C144.285 11.5756 144.495 12.0574 144.734 12.3091C145.018 12.6096 145.494 12.8553 145.774 13.184L145.894 13.2384C146.052 13.256 146.066 13.1316 146.108 13.111C146.932 12.7027 147.818 12.3302 148.604 11.8449C148.94 11.6375 149.228 11.343 149.587 11.1568C149.899 10.9947 150.214 10.9433 150.496 10.8195C150.702 10.7294 150.894 10.5431 151.093 10.4364C151.145 10.1006 151.169 9.75982 151.21 9.42203C151.299 8.68404 151.32 7.85845 151.201 7.11038C151.134 6.68601 151.16 6.84811 151.201 6.44891C151.305 5.45115 151.282 4.46749 151.108 3.48585C151.095 3.41286 151.106 3.33634 151.105 3.26284L151.687 3.76071C151.906 4.15437 152.145 4.63664 152.503 4.92006C152.676 5.05698 153.037 5.19089 153.17 5.36004C153.303 5.52918 153.343 5.84834 153.449 6.02151C153.576 6.22992 153.877 6.42122 154.047 6.68098C154.493 7.36662 155.196 8.63218 155.33 9.41901C155.441 10.0729 155.152 10.1344 155.091 10.5824C155.07 10.7369 155.199 11.1261 155.172 11.263C155.151 11.3677 154.835 11.7125 154.775 11.8736C154.689 12.1027 154.777 12.3332 154.678 12.5552C154.883 12.5054 155.13 12.6081 155.307 12.6056C155.415 12.6041 156.004 12.522 156.102 12.4948C156.419 12.4052 156.858 11.6416 156.843 11.3002C157.047 11.4175 157.39 11.482 157.573 11.6003C157.744 11.7105 157.961 12.0528 158.125 12.2044C158.178 12.1817 158.516 11.5947 158.54 11.5127C158.589 11.337 158.578 11.112 158.617 10.9368C158.66 10.7369 159.281 9.70595 159.43 9.51214C159.649 9.2257 159.996 9.19046 160.202 9.02686C160.408 8.86325 160.64 8.26067 161.101 7.94302C161.209 7.86902 161.808 7.61782 161.875 7.68326C161.941 7.92288 161.74 8.16402 161.726 8.36739C161.71 8.59594 161.807 8.8703 161.769 9.15976C161.721 9.53379 161.409 10.0468 161.332 10.4339C161.31 10.5431 161.313 10.5789 161.37 10.6755C161.418 10.7576 161.992 11.2086 162.111 11.2912C162.412 11.4996 162.573 11.6602 162.942 11.5363C163.367 11.3939 163.732 10.9504 164.129 10.752C164.232 10.7007 164.385 10.7173 164.473 10.602C164.513 10.5527 164.62 10.2436 164.638 10.1646C164.68 9.99139 164.809 9.30776 164.798 9.1658C164.785 8.98809 164.658 8.73941 164.645 8.51187C164.629 8.22795 164.718 7.98279 164.688 7.71447C164.652 7.39179 164.428 7.03739 164.393 6.65279C164.357 6.26818 164.439 5.79045 164.388 5.40182C164.363 5.22009 163.974 4.12669 164.04 4.06628C164.492 4.09548 165.045 4.19666 165.46 4.38091C165.958 4.6014 166.136 4.9417 166.473 5.30416C166.649 5.49294 166.871 5.54126 166.984 5.82367C167.035 5.94902 166.993 6.13126 167.134 6.21986C167.616 5.99383 168.034 5.71594 168.444 5.37715C168.503 5.4884 168.744 5.69933 168.79 5.77736C168.922 6.00087 168.922 6.31701 169.028 6.54707C169.283 7.10233 169.799 7.24882 170.205 7.58258C170.344 7.69685 170.537 8.02055 170.719 8.0734C170.775 8.08951 171.297 8.18315 171.326 8.17358C171.4 8.01148 171.63 7.89369 171.72 7.76481C171.831 7.60674 171.908 7.27298 172.009 7.14764C172.146 6.97497 172.515 6.8617 172.696 6.6397C172.753 6.56922 172.852 6.25107 172.972 6.27674C173.133 6.39353 173.172 6.6694 173.267 6.81237C173.305 6.86824 173.45 6.95382 173.498 7.02027C174.015 7.74971 174.109 8.00846 174.205 8.9146C174.219 9.05505 174.197 9.20053 174.206 9.34098C174.257 9.40995 174.613 8.88037 174.66 8.82851C175.282 8.14036 175.589 8.17811 176.394 7.93295C176.468 7.9103 176.507 7.86046 176.571 7.83378C176.541 8.69864 176.405 10.8054 177.142 11.3823C177.183 11.414 177.617 11.6536 177.678 11.6773C177.725 11.6959 178.083 11.8072 178.106 11.8072C178.205 11.8072 178.268 11.7483 178.344 11.6989C178.636 11.5082 179.058 10.9977 179.36 10.7671C180.058 10.234 180.578 10.086 181.131 9.32034C181.189 9.2403 181.445 8.87634 181.467 8.82298C181.633 8.42679 181.038 7.6148 180.902 7.25285C180.803 6.98755 180.793 6.68651 180.736 6.41367C180.689 6.18814 180.537 5.9314 180.569 5.66913C181.133 4.84706 181.529 3.8775 182.289 3.21804L183.215 2.95979C183.256 3.12138 183.147 3.26183 183.126 3.39826C183.044 3.91828 183.127 4.48612 183.06 5.04037C183.047 5.14407 182.969 5.25231 182.964 5.29812C182.962 5.31926 183.051 5.31272 183.063 5.35551C183.247 6.02101 183.352 6.50126 183.94 6.95785C184.2 7.15972 184.439 7.18237 184.702 7.32836C184.815 7.39128 185.808 8.21184 185.882 8.13432C186.004 7.69887 186.387 7.2901 186.562 6.87781C186.716 6.51485 186.814 5.9611 186.839 5.57247C186.894 5.51559 187.356 5.80303 187.432 5.86093C187.633 6.01648 188.314 6.82646 188.408 7.04494C188.496 7.24731 188.766 8.27678 188.773 8.47915C188.78 8.70468 188.574 8.99262 188.6 9.26044C188.604 9.30373 188.88 9.81872 188.921 9.87409C188.997 9.97578 189.503 10.3815 189.615 10.4112C189.84 10.4701 190.027 10.4173 190.232 10.4495C190.454 10.4847 190.716 10.6176 190.942 10.6453C191.022 10.6549 191.025 10.6529 191.015 10.5718C190.777 10.2758 190.52 9.78599 190.465 9.41247C190.424 9.13459 190.503 8.78824 190.459 8.51439C190.381 8.02608 190.125 7.93345 190.233 7.27802C190.302 6.86271 190.571 6.89392 190.793 6.63164C190.956 6.43984 191.021 6.14434 191.215 5.94751C191.611 5.5463 192.383 5.23972 192.946 5.31876C193.052 5.34242 192.945 6.05675 192.915 6.18663C192.879 6.33765 192.707 6.64272 192.68 6.80582C192.641 7.03437 192.709 7.30772 192.666 7.54533C192.634 7.71347 192.479 7.93799 192.435 8.11821C192.662 8.67044 193.144 8.69008 193.595 8.90101C193.711 8.95537 193.926 9.16831 194.004 9.19751C194.108 9.23627 194.669 9.37572 194.734 9.33293C194.823 8.97299 195.224 8.34927 195.24 8.00494C195.248 7.83277 195.014 7.21056 195.043 7.17985C195.185 7.2458 195.367 7.23875 195.508 7.28356C195.756 7.36259 196.26 7.54029 196.512 7.68628C196.557 7.71246 197.074 8.21587 197.106 8.18415C197.156 7.97071 197.303 7.78998 197.381 7.58006C197.61 6.9654 197.636 6.5078 197.982 5.89314C198.017 5.83072 198.145 5.75471 198.199 5.63288C198.414 5.14961 198.365 4.70561 198.185 4.21831C198.014 3.75668 197.46 3.23364 197.286 2.80423C197.255 2.72772 197.079 2.08235 197.106 2.05516C197.301 2.07127 197.486 2.14326 197.683 2.15736C198.349 2.20417 198.646 2.03301 199.281 2.4599C200.328 3.16367 200.87 4.18156 201.426 5.25331C201.584 5.55636 202.011 6.1675 202.078 6.46149C202.168 6.85818 202.043 7.51965 202.088 7.95863C202.114 8.21285 202.241 8.47563 202.243 8.76106C202.245 9.02837 202.155 9.2398 202.089 9.48999C202.177 9.56802 203.202 9.28359 203.333 9.17486C203.508 9.02887 203.865 8.23349 203.901 7.98329L204.049 7.9848C204.16 8.44743 204.528 8.65987 204.836 8.96041C204.903 9.02585 205.204 9.45274 205.259 9.38981C205.148 8.83456 205.273 8.43183 205.597 7.98027L206.216 7.68175C206.251 7.718 206.256 8.19472 206.28 8.29641C206.329 8.50684 206.842 9.47137 206.98 9.70646C207.08 9.8756 207.51 10.3282 207.703 10.3418C207.924 10.3579 207.968 10.2446 208.067 10.1973C208.14 10.162 208.276 10.1691 208.317 10.1298C208.337 10.1117 208.435 9.88869 208.514 9.79757C208.706 9.57658 209.002 9.37119 209.167 9.16781C209.289 9.0178 209.31 8.68957 209.526 8.80032C209.562 8.81895 210.073 9.33897 210.092 9.37421C210.13 9.44569 210.13 9.52422 210.147 9.60074L210.394 9.94205C210.326 9.42958 210.547 8.97551 210.684 8.49828C210.712 8.40213 210.687 8.29138 210.719 8.18214C210.841 7.77035 211.124 7.35001 211.133 6.88939C211.384 6.63869 211.71 6.45696 212.018 6.27322C212.054 6.25207 212.056 6.18059 212.082 6.17405C212.215 6.13981 212.259 6.2858 212.308 6.39907C212.577 7.01423 212.588 7.79301 213.036 8.33467C213.141 8.16754 213.471 8.06988 213.598 7.91584C213.688 7.80559 213.877 7.19697 213.991 7.18791C214.434 7.44666 214.764 7.83227 215.124 8.18415C215.033 7.73511 214.95 7.05602 215.027 6.60446C215.069 6.35628 215.321 5.98678 215.364 5.73558C215.393 5.56694 215.356 5.40383 215.377 5.24627C215.408 5.01873 215.849 3.83018 215.965 3.6268C215.997 3.57092 216.81 2.7549 216.875 2.70859C217.023 2.60287 217.951 2.18051 218.141 2.12765C218.246 2.09896 218.97 1.97412 219 2.00482C219 2.0461 219.005 2.08889 219.002 2.13068C218.976 2.49766 218.663 3.10578 218.601 3.48988C218.537 3.87951 218.622 3.84629 218.452 4.25606C218.224 4.80578 218.278 4.95681 218.183 5.48488C218.155 5.64295 217.931 5.93593 217.971 6.07487C218.006 6.19267 218.34 6.43985 218.418 6.5803C218.614 6.93419 218.651 7.41495 218.919 7.81465C219.058 8.02105 219.43 8.19623 219.569 8.3981C219.828 8.77515 220.007 9.30373 220.264 9.69941C220.348 9.82979 220.549 9.94407 220.565 10.1384L220.704 10.1339C220.777 9.97427 220.898 9.80865 221.016 9.68129C221.174 9.51114 221.695 9.13509 221.77 9.00219C221.845 8.86929 221.856 8.46052 221.92 8.28433L222.893 9.0928C222.974 9.14063 223.082 9.87158 223.177 9.79103C223.181 9.73465 223.196 9.67273 223.228 9.62591C223.303 9.51768 223.534 9.24886 223.575 9.14919C223.64 8.99414 223.658 8.66893 223.759 8.48871C223.819 8.383 224.274 7.99084 224.283 7.94755C224.259 7.48945 224.418 7.05853 224.536 6.62611C224.747 6.71219 224.629 7.10434 224.735 7.20603C224.831 7.29815 225.204 7.37216 225.278 7.52771L225.894 7.68125L225.955 6.20928L226.499 5.67164V19.1856H20.3984V7.50758H20.4488ZM105.856 4.26613V5.62281C106.045 5.58305 106.023 5.42145 106.161 5.29912C106.233 5.23569 106.612 5.07058 106.612 5.0444C106.595 4.94875 105.895 4.21428 105.856 4.26663V4.26613ZM199.699 4.838C199.581 4.70057 199.352 4.44585 199.216 4.34164C199.166 4.30288 199.152 4.24398 199.065 4.26663L199.115 5.62281C199.336 5.38319 199.507 5.12696 199.87 5.06957C199.88 5.0595 199.728 4.87123 199.7 4.838H199.699ZM79.5337 9.18946C79.6636 8.9453 79.6535 8.65836 79.6847 8.38652L79.494 8.7228C79.4753 8.81895 79.4814 8.91711 79.4834 9.01427C79.4844 9.07367 79.4471 9.20204 79.5332 9.18946H79.5337ZM172.827 9.07518C172.88 8.90705 172.864 8.57681 172.893 8.38652L172.69 8.8109L172.693 9.18996C172.721 9.18694 172.824 9.08374 172.827 9.07569V9.07518ZM27.7844 9.48093C27.7774 9.3883 27.5916 8.72179 27.4955 8.78774L27.2448 9.26447L27.3943 9.7422L27.7844 9.48043V9.48093ZM120.803 8.78774C120.684 8.76055 120.722 8.80838 120.691 8.85318C120.657 8.90352 120.473 9.19348 120.471 9.21463C120.465 9.28208 120.608 9.71048 120.678 9.7422L120.998 9.45626L120.803 8.78774ZM101.977 10.1399L102.132 9.34098C102.022 9.40039 101.867 9.66518 101.76 9.69991C101.521 9.77693 101.269 9.73062 101.025 9.7427C100.992 9.8605 101.056 9.82728 101.09 9.85748C101.369 10.1052 101.582 10.225 101.977 10.1404L101.977 10.1399ZM194.183 9.69236C194.423 10.0488 194.687 10.1686 195.11 10.1887L195.34 9.34048C195.189 9.42707 195.116 9.66417 194.94 9.71955C194.723 9.78801 194.402 9.73918 194.182 9.69236H194.183ZM24.0728 10.4465L24.1755 10.5245C24.3482 10.4777 24.5284 10.4938 24.7051 10.4928C24.7625 10.4928 24.9714 10.5768 24.9774 10.4711C24.981 10.4072 24.6678 10.0206 24.6386 9.90581C24.6044 9.77039 24.6351 9.62793 24.6261 9.4915C24.3915 9.62692 24.4937 9.92846 24.3779 10.1746C24.3391 10.2572 24.1735 10.4248 24.0733 10.4465H24.0728ZM118.187 10.4958C118.035 10.1389 117.778 9.91537 117.809 9.4905C117.719 9.48848 117.65 10.086 117.631 10.1575C117.626 10.1787 117.365 10.4158 117.332 10.4711C117.318 10.6252 117.386 10.4958 117.407 10.4958H118.187ZM72.5892 10.672C72.6416 10.4198 72.551 10.0145 72.5892 9.7427L72.414 10.3966L72.1362 11.1487C72.3018 11.2766 72.5656 10.7853 72.5892 10.672ZM165.345 11.1487C165.542 11.2912 165.799 10.7354 165.826 10.5955C165.866 10.3881 165.741 9.98484 165.797 9.7427L165.461 10.9398L165.344 11.1487H165.345ZM211.395 11.4503L211.093 10.3453C210.938 10.3976 210.905 10.7601 210.828 10.8336C210.767 10.8915 210.438 10.963 210.338 10.9484C210.394 11.1376 211.324 11.5182 211.395 11.4498V11.4503ZM109.58 10.3961L109.185 10.4037C109.163 10.5774 108.971 10.7883 108.949 10.9463C108.94 11.0108 109.094 11.2167 109.027 11.3506C109.338 11.2091 109.374 10.7566 109.481 10.4827C109.507 10.4188 109.599 10.4772 109.58 10.3966V10.3961ZM202.789 10.3961C202.242 10.2708 202.173 10.9539 202.235 11.3501C202.302 11.4301 202.473 11.12 202.495 11.0823C202.624 10.8562 202.645 10.6106 202.789 10.3961ZM58.4681 10.6176C58.5129 10.5763 58.6599 10.524 58.5728 10.446C58.3826 10.6383 58.0508 10.7304 57.8479 10.8779C57.786 10.9227 57.7241 10.9559 57.7422 11.048C57.7835 11.0888 58.3911 10.6876 58.4681 10.6171V10.6176ZM88.9464 11.6013C89.2958 11.3204 89.4458 10.8723 89.4992 10.446L88.955 10.9307L88.9464 11.6018V11.6013ZM182.384 11.3793C182.579 11.1029 182.707 10.7943 182.707 10.446L182.187 10.9106C182.22 10.9841 182.124 11.7085 182.254 11.6013C182.233 11.4664 182.348 11.4311 182.384 11.3793ZM220.426 10.5205C220.392 10.4847 220.424 10.4293 220.354 10.446C220.364 10.6685 220.32 10.9151 220.396 11.1301C220.415 11.1845 220.752 11.5877 220.805 11.5509L221.356 10.8074L221.51 10.446C221.408 10.5431 220.8 11.0178 220.706 10.9479C220.68 10.8044 220.531 10.6312 220.426 10.5205ZM151.756 10.5466C151.633 10.5084 150.863 10.9786 150.951 11.048C151.166 11.0657 151.215 10.8552 151.415 10.8447L151.756 10.5466ZM139.526 13.2082C139.23 12.8648 139.352 12.7823 139.413 12.4173C139.421 12.3644 139.465 12.2426 139.375 12.2547C139.164 12.6021 139.048 13.0305 139.526 13.2082ZM46.3677 13.2585L46.1266 12.9726L46.117 12.305C45.8799 12.7199 45.8719 13.0934 46.3682 13.2585H46.3677ZM65.1614 13.4407L64.9394 12.958C65.0165 13.1407 64.4944 14.0609 64.5367 14.1133L65.4418 13.9119C65.5294 13.8324 65.1997 13.5162 65.1609 13.4407H65.1614ZM158.248 13.0078C158.142 12.8976 158.102 13.3129 158.08 13.3682C157.983 13.6189 157.831 13.8571 157.745 14.1128C158.064 14.0504 158.369 13.8842 158.7 13.9119C158.571 13.5867 158.242 13.3738 158.247 13.0078H158.248Z\" fill=\"#FF350F\"/>\\n<path d=\"M211.744 4.51777C211.553 5.02571 211.198 5.40629 210.826 5.78585C210.734 6.07582 210.7 6.43928 210.6 6.71817C210.571 6.79821 210.627 6.85308 210.486 6.82841C210.507 6.4428 210.349 5.94191 210.513 5.57392C210.539 5.51553 211.339 4.773 211.441 4.69245C211.49 4.6542 211.703 4.477 211.744 4.51777Z\" fill=\"#FF350F\"/>\\n<path d=\"M214.244 5.55235C214.213 5.6032 213.98 5.95357 213.913 5.87403C213.916 5.68475 213.882 5.49496 213.85 5.30971C213.827 5.18486 213.734 5.12949 213.763 4.94927C213.797 4.74338 214.026 4.44586 214.014 4.21631L214.154 4.30289C214.146 4.55661 214.456 5.08368 214.406 5.28303C214.393 5.33689 214.284 5.48741 214.244 5.55235Z\" fill=\"#FF350F\"/>\\n<path d=\"M219.797 3.43749L220.603 2.88525L220.753 2.93559C220.767 2.97134 220.687 2.94466 220.657 2.99953C220.409 3.43951 220.117 3.90516 219.947 4.36678H219.797V3.43749H219.797Z\" fill=\"#FF350F\"/>\\n<path d=\"M197.102 5.32154L196.406 4.83576C196.414 4.70185 196.429 3.91553 196.524 3.91553C196.834 4.31372 197.095 4.80807 197.102 5.32104L197.102 5.32154Z\" fill=\"#FF350F\"/>\\n<path d=\"M103.892 5.27096C103.818 5.34496 103.286 4.91404 103.195 4.83601L103.238 3.91528C103.343 3.89565 103.374 3.98777 103.42 4.05875C103.652 4.41366 103.811 4.85816 103.891 5.27096H103.892Z\" fill=\"#FF350F\"/>\\n<path d=\"M189.256 3.56287C189.328 3.81206 189.286 4.06779 189.329 4.31899C189.387 4.6598 189.622 4.97191 189.658 5.32077C189.386 5.10431 189.209 4.80931 189.048 4.50928C189.027 4.46901 188.963 4.46347 188.956 4.43075C188.931 4.32403 189.089 3.74611 189.143 3.6263C189.174 3.55834 189.148 3.54727 189.256 3.56287Z\" fill=\"#FF350F\"/>\\n<path d=\"M96.044 3.56299C96.0506 3.75126 96.0289 3.94105 96.0561 4.12932C96.0833 4.3176 96.2318 4.80238 96.2998 4.98209C96.3199 5.03445 96.5051 5.15728 96.4462 5.32189C96.4372 5.33347 96.3174 5.26098 96.2937 5.2343C96.1895 5.1165 95.7672 4.51493 95.744 4.39009C95.6816 4.05482 95.9454 3.88819 95.893 3.56299H96.0435H96.044Z\" fill=\"#FF350F\"/>\\n<path d=\"M126.372 2.73081C126.513 2.83753 126.568 3.03688 126.73 3.12145L126.735 3.25486C126.288 3.44162 125.979 3.68779 125.688 4.06585C125.688 3.61479 126.113 3.48592 126.394 3.23069L126.24 2.685C126.249 2.62811 126.351 2.71571 126.372 2.73131V2.73081Z\" fill=\"#FF350F\"/>\\n<path d=\"M33.1646 2.72614C33.2461 2.80366 33.5386 3.14849 33.4762 3.25421C33.3413 3.36395 33.0654 3.44702 32.9461 3.53058C32.7885 3.64083 32.6345 3.93985 32.4769 4.0652C32.4633 3.61515 32.855 3.45658 33.1771 3.25723L33.0291 2.68486C33.0337 2.63099 33.1525 2.71506 33.1641 2.72614H33.1646Z\" fill=\"#FF350F\"/>\\n<path d=\"M150.095 9.49316C150.105 9.49971 150.212 9.68043 150.217 9.69906C150.308 10.0751 149.993 9.98801 149.819 10.2437C149.582 9.91552 149.779 9.76198 149.99 9.52488L150.095 9.49316Z\" fill=\"#FF350F\"/>\\n<path d=\"M56.8891 9.49171L57.0356 9.85819L56.6132 10.2453C56.3766 9.94477 56.5478 9.7268 56.7889 9.52242C56.8241 9.49221 56.8141 9.47157 56.8886 9.49221L56.8891 9.49171Z\" fill=\"#FF350F\"/>\\n<path d=\"M83.8125 8.93876L84.2661 8.86426C84.1432 9.12402 84.0723 9.56752 83.8125 9.69236V8.93876Z\" fill=\"#FF350F\"/>\\n<path d=\"M41.7877 4.76904C41.9463 5.10532 42.1813 5.37766 42.1909 5.77334C41.7867 5.62534 41.7469 5.1622 41.6875 4.79421L41.7877 4.76904Z\" fill=\"#FF350F\"/>\\n<path d=\"M134.991 4.76906C135.158 5.11943 135.445 5.33438 135.394 5.77336C135 5.5871 134.987 5.1738 134.891 4.79423L134.991 4.76855L134.991 4.76906Z\" fill=\"#FF350F\"/>\\n<path d=\"M220.256 5.32153C220.172 5.4947 220.059 5.72576 220.017 5.91051C219.991 6.02227 220.053 6.22866 219.955 6.27498C220.005 6.07764 219.63 5.99106 219.676 5.81839C219.742 5.69002 219.851 5.59085 219.955 5.4957C219.998 5.45644 220.191 5.25961 220.256 5.32153Z\" fill=\"#FF350F\"/>\\n<path d=\"M174.252 6.15036C174.257 6.13072 174.34 6.05974 174.352 6.07485C174.423 6.46851 174.606 6.82039 174.452 7.23017C174.265 7.27547 174.404 7.06203 174.34 6.98853C174.32 6.96638 174.252 6.9835 174.252 6.97897C174.252 6.77811 174.213 6.3039 174.252 6.14985V6.15036Z\" fill=\"#FF350F\"/>\\n<path d=\"M177.524 8.83789L177.225 9.5185L177.097 9.69066L177.078 8.94512L177.524 8.83789Z\" fill=\"#FF350F\"/>\\n<path d=\"M81.0469 6.07471C81.1274 6.0883 81.142 6.17035 81.1632 6.23529C81.2709 6.57107 81.3952 6.90583 81.1974 7.23003C81.1425 7.22852 81.0469 6.96977 81.0469 6.95416V6.07521V6.07471Z\" fill=\"#FF350F\"/>\\n<path d=\"M143.699 7.53188C143.645 7.74734 143.966 8.08966 143.953 8.25679C143.946 8.34589 143.654 8.76322 143.549 8.83772C143.521 8.59458 143.734 8.52561 143.747 8.30361C143.755 8.16869 143.722 8.04335 143.695 7.91397C143.677 7.8294 143.458 7.51527 143.7 7.53188H143.699Z\" fill=\"#FF350F\"/>\\n<path d=\"M50.571 7.91532C50.579 7.93646 50.654 7.94603 50.6802 8.07943C50.7391 8.37644 50.6032 8.51739 50.4315 8.74494C50.4109 8.77212 50.3736 8.92314 50.3001 8.83807C50.2634 8.79528 50.5493 8.40967 50.5554 8.25965C50.5649 8.0301 50.3293 7.79148 50.4008 7.53223C50.503 7.60321 50.5277 7.80306 50.571 7.91582V7.91532Z\" fill=\"#FF350F\"/>\\n<path d=\"M162.727 8.00873C162.725 7.99212 162.652 7.95135 162.677 7.88339C162.742 7.80938 162.972 8.24785 162.975 8.30877C162.979 8.3737 162.86 8.65712 162.827 8.76435C162.804 8.84087 162.885 8.91436 162.727 8.88869C162.702 8.6093 162.761 8.28158 162.727 8.00974V8.00873Z\" fill=\"#FF350F\"/>\\n<path d=\"M125.584 4.71828C125.522 4.66089 125.947 4.19021 125.986 4.21638C126.249 4.64428 125.935 4.62918 125.584 4.71828Z\" fill=\"#FF350F\"/>\\n<path d=\"M32.3728 4.71821C32.2812 4.62457 32.6854 4.27168 32.7745 4.21631L32.853 4.5702L32.3728 4.71821Z\" fill=\"#FF350F\"/>\\n<path d=\"M69.5198 8.00913C69.5188 7.98597 69.3905 7.92204 69.5445 7.93412C69.7534 8.15512 69.7182 8.36655 69.6437 8.63487C69.6276 8.69276 69.5838 8.87902 69.5204 8.88808C69.5108 8.59661 69.5339 8.3006 69.5204 8.00913H69.5198Z\" fill=\"#FF350F\"/>\\n<path d=\"M180.744 8.48682C180.731 8.69472 180.822 8.99727 180.568 9.08789C180.393 8.88149 180.479 8.55629 180.744 8.48682Z\" fill=\"#FF350F\"/>\\n<path d=\"M87.5341 8.48682C87.5407 8.73097 87.5935 9.03754 87.2829 9.0894C87.2683 8.82309 87.2321 8.58146 87.5341 8.48682Z\" fill=\"#FF350F\"/>\\n<path d=\"M22.6657 7.83398L22.8611 8.15113L22.6416 8.43505C22.5238 8.43656 22.5751 7.95732 22.5661 7.85865L22.6663 7.83398H22.6657Z\" fill=\"#FF350F\"/>\\n<path d=\"M115.866 7.83447L116.067 8.16018C116.032 8.29056 115.95 8.40131 115.817 8.43655L115.766 7.85964L115.866 7.83498V7.83447Z\" fill=\"#FF350F\"/>\\n<path d=\"M27.6486 7.12942C27.405 7.06347 27.1548 6.75438 27.3723 6.52734C27.3959 6.75841 27.5022 6.95222 27.6486 7.12942Z\" fill=\"#FF350F\"/>\\n<path d=\"M105.859 4.26634C105.898 4.21399 106.598 4.94846 106.615 5.0441C106.615 5.06978 106.236 5.2354 106.164 5.29883C106.026 5.42116 106.048 5.58275 105.859 5.62252V4.26584V4.26634Z\" fill=\"#FF350F\"/>\\n<path d=\"M220.427 10.5204C220.532 10.6312 220.681 10.8043 220.708 10.9478C220.802 11.0178 221.409 10.5431 221.512 10.4459L221.357 10.8074L220.807 11.5509C220.753 11.5876 220.416 11.1844 220.397 11.13C220.321 10.9151 220.365 10.6684 220.355 10.4459C220.425 10.4293 220.394 10.4847 220.427 10.5204Z\" fill=\"#FF350F\"/>\\n<path d=\"M199.697 4.83812C199.726 4.87135 199.878 5.05962 199.867 5.06969C199.506 5.12708 199.334 5.38281 199.113 5.62293L199.062 4.26675C199.15 4.2441 199.163 4.303 199.214 4.34176C199.35 4.44597 199.578 4.70069 199.697 4.83812H199.697Z\" fill=\"#FF350F\"/>\\n<path d=\"M211.4 11.4502C211.329 11.5186 210.399 11.1381 210.344 10.9488C210.443 10.9634 210.772 10.8919 210.834 10.834C210.912 10.7605 210.944 10.3981 211.098 10.3457L211.4 11.4507V11.4502Z\" fill=\"#FF350F\"/>\\n<path d=\"M158.252 13.0078C158.247 13.3738 158.577 13.5867 158.705 13.9119C158.375 13.8847 158.07 14.0504 157.75 14.1128C157.836 13.8571 157.989 13.6189 158.086 13.3682C158.107 13.3124 158.147 12.8976 158.253 13.0078H158.252Z\" fill=\"#FF350F\"/>\\n<path d=\"M65.1579 13.4408C65.1967 13.5163 65.5264 13.8324 65.4388 13.912L64.5337 14.1133C64.4914 14.061 65.0134 13.1412 64.9364 12.958L65.1584 13.4408H65.1579Z\" fill=\"#FF350F\"/>\\n<path d=\"M194.188 9.69221C194.407 9.73903 194.728 9.78786 194.945 9.7194C195.121 9.66402 195.193 9.42692 195.345 9.34033L195.115 10.1886C194.692 10.1684 194.429 10.0486 194.188 9.69221H194.188Z\" fill=\"#FF350F\"/>\\n<path d=\"M101.977 10.1397C101.583 10.2248 101.369 10.105 101.089 9.85683C101.055 9.82713 100.992 9.85985 101.025 9.74205C101.268 9.72997 101.521 9.77679 101.76 9.69926C101.867 9.66453 102.022 9.39923 102.131 9.34033L101.976 10.1392L101.977 10.1397Z\" fill=\"#FF350F\"/>\\n<path d=\"M24.0786 10.4467C24.1788 10.425 24.3444 10.2574 24.3832 10.1748C24.499 9.92815 24.3968 9.62661 24.6314 9.4917C24.6409 9.62812 24.6102 9.77109 24.644 9.906C24.6732 10.0208 24.9863 10.4074 24.9827 10.4713C24.9767 10.577 24.7678 10.493 24.7104 10.493C24.5342 10.494 24.3535 10.4779 24.1808 10.5247L24.0781 10.4467H24.0786Z\" fill=\"#FF350F\"/>\\n<path d=\"M118.185 10.496H117.405C117.384 10.496 117.317 10.6254 117.33 10.4714C117.363 10.416 117.623 10.1784 117.629 10.1577C117.648 10.0863 117.718 9.48821 117.808 9.49073C117.776 9.91561 118.033 10.1391 118.185 10.496Z\" fill=\"#FF350F\"/>\\n<path d=\"M88.9453 11.6011L88.9539 10.9301L89.4981 10.4453C89.4447 10.8717 89.2947 11.3197 88.9453 11.6006V11.6011Z\" fill=\"#FF350F\"/>\\n<path d=\"M27.7897 9.48096L27.3995 9.74273L27.25 9.265L27.5007 8.78827C27.5968 8.72233 27.7826 9.38884 27.7897 9.48146V9.48096Z\" fill=\"#FF350F\"/>\\n<path d=\"M120.801 8.78772L120.995 9.45625L120.676 9.74218C120.606 9.71047 120.463 9.28207 120.469 9.21461C120.471 9.19347 120.655 8.9035 120.689 8.85316C120.72 8.80836 120.681 8.76054 120.801 8.78772Z\" fill=\"#FF350F\"/>\\n<path d=\"M182.388 11.3791C182.351 11.431 182.236 11.4662 182.258 11.6011C182.128 11.7089 182.224 10.9839 182.191 10.9104L182.711 10.4458C182.711 10.7942 182.583 11.1027 182.388 11.3791Z\" fill=\"#FF350F\"/>\\n<path d=\"M109.584 10.396C109.604 10.4766 109.511 10.4182 109.486 10.4821C109.378 10.7559 109.342 11.2085 109.032 11.35C109.098 11.2161 108.944 11.0102 108.954 10.9457C108.976 10.7877 109.167 10.5767 109.189 10.4031L109.584 10.3955V10.396Z\" fill=\"#FF350F\"/>\\n<path d=\"M202.791 10.3965C202.646 10.6109 202.626 10.8566 202.497 11.0826C202.476 11.1204 202.304 11.4305 202.237 11.3504C202.176 10.9543 202.245 10.2711 202.791 10.3965Z\" fill=\"#FF350F\"/>\\n<path d=\"M72.5937 10.672C72.57 10.7852 72.3067 11.2766 72.1406 11.1487L72.4185 10.3966L72.5937 9.74268C72.5554 10.015 72.646 10.4198 72.5937 10.672Z\" fill=\"#FF350F\"/>\\n<path d=\"M165.344 11.1487L165.461 10.9398L165.796 9.74268C165.74 9.98481 165.866 10.388 165.826 10.5954C165.798 10.7354 165.541 11.2912 165.344 11.1487H165.344Z\" fill=\"#FF350F\"/>\\n<path d=\"M139.521 13.2082C139.043 13.03 139.16 12.6021 139.371 12.2547C139.461 12.2427 139.417 12.3645 139.408 12.4173C139.347 12.7828 139.225 12.8654 139.521 13.2082Z\" fill=\"#FF350F\"/>\\n<path d=\"M46.3691 13.2586C45.8727 13.0935 45.8813 12.72 46.1179 12.3052L46.1275 12.9727L46.3686 13.2586H46.3691Z\" fill=\"#FF350F\"/>\\n<path d=\"M58.4635 10.6174C58.3865 10.6879 57.7789 11.0891 57.7376 11.0484C57.7195 10.9562 57.7814 10.923 57.8433 10.8782C58.0462 10.7302 58.3779 10.6381 58.5682 10.4463C58.6558 10.5243 58.5088 10.5767 58.4635 10.618V10.6174Z\" fill=\"#FF350F\"/>\\n<path d=\"M151.749 10.5466L151.409 10.8447C151.209 10.8552 151.159 11.0657 150.944 11.048C150.856 10.9786 151.627 10.5084 151.749 10.5466Z\" fill=\"#FF350F\"/>\\n<path d=\"M172.825 9.0754C172.822 9.08395 172.719 9.18665 172.691 9.18967L172.688 8.8106L172.891 8.38623C172.862 8.57702 172.878 8.90675 172.825 9.07489V9.0754Z\" fill=\"#FF350F\"/>\\n<path d=\"M79.5336 9.18965C79.4475 9.20224 79.4847 9.07387 79.4837 9.01447C79.4817 8.91731 79.4757 8.81915 79.4943 8.72299L79.6851 8.38672C79.6539 8.65906 79.664 8.946 79.5341 9.18965H79.5336Z\" fill=\"#FF350F\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_376_10136\">\\n<rect width=\"245\" height=\"19\" fill=\"white\" transform=\"translate(0.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eiZgb.framer-1x7jg91, .framer-eiZgb .framer-1x7jg91 { display: block; }\",\".framer-eiZgb.framer-168tqzw { cursor: pointer; height: 60px; overflow: visible; position: relative; text-decoration: none; width: 220px; }\",\".framer-eiZgb .framer-1ja3uhu { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 12px 16px 12px 16px; position: absolute; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-eiZgb .framer-1rymvm5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-eiZgb .framer-1ooml6b { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-eiZgb .framer-29mrg9 { flex: none; height: 12px; left: calc(50.00000000000002% - 11.5px / 2); position: absolute; top: calc(50.00000000000002% - 11.5px / 2); width: 12px; }\",\".framer-eiZgb .framer-syedyj { flex: none; height: 19px; left: calc(50.00000000000002% - 222px / 2); position: absolute; top: 0px; width: 222px; }\",\".framer-eiZgb.framer-v-168tqzw.hover .framer-1ja3uhu { gap: 12px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 220\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"IqJ8EJWGq\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerLd1XwmS8x=withCSS(Component,css,\"framer-eiZgb\");export default FramerLd1XwmS8x;FramerLd1XwmS8x.displayName=\"footer btn\";FramerLd1XwmS8x.defaultProps={height:60,width:220};addFonts(FramerLd1XwmS8x,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLd1XwmS8x\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"220\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"60\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IqJ8EJWGq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ld1XwmS8x.map", "// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={gJL2g2M6R:{hover:true}};const serializationHash=\"framer-MUwBa\";const variantClassNames={gJL2g2M6R:\"framer-v-tsjto6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"gJL2g2M6R\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://form.typeform.com/to/uIBBjDZC\",motionChild:true,nodeId:\"gJL2g2M6R\",openInNewTab:true,scopeId:\"lDCCIMh8d\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-tsjto6\",className,classNames)} framer-6g0sm7`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"gJL2g2M6R\",ref:refBinding,style:{backgroundColor:\"rgb(16, 16, 16)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 1px 2px -1px rgba(17, 12, 34, 0.08)\",...style},...addPropertyOverrides({\"gJL2g2M6R-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(240, 213, 180))\"},children:\"Get your design roasted\"})}),className:\"framer-1b053hd\",\"data-framer-name\":\"text\",fonts:[\"GF;General Sans-600\"],layoutDependency:layoutDependency,layoutId:\"OqmmliYzV\",style:{\"--extracted-r6o4lv\":\"rgb(240, 213, 180)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hwvmhc\",\"data-framer-name\":\"lg_right_icon\",layoutDependency:layoutDependency,layoutId:\"wZhNMlswF\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1lyg2bc\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:17,layoutDependency:layoutDependency,layoutId:\"I376:9787;3182:59841\",svg:'<svg width=\"17\" height=\"16\" viewBox=\"-2 -2 17 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.33665 4.9585L5.11497 1.73681L6.58811 0.263672L12.3247 6.00024L6.58811 11.7368L5.11497 10.2637L8.33681 7.04183H0.851562V4.9585H8.33665Z\" fill=\"#F0D5B4\"/>\\n</svg>\\n',withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MUwBa.framer-6g0sm7, .framer-MUwBa .framer-6g0sm7 { display: block; }\",\".framer-MUwBa.framer-tsjto6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 16px 12px 16px; position: relative; text-decoration: none; width: 289px; will-change: var(--framer-will-change-override, transform); }\",\".framer-MUwBa .framer-1b053hd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-MUwBa .framer-hwvmhc { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-MUwBa .framer-1lyg2bc { flex: none; height: 12px; left: calc(50.00000000000002% - 11.5px / 2); position: absolute; top: calc(50.00000000000002% - 11.5px / 2); width: 12px; }\",\".framer-MUwBa.framer-v-tsjto6.hover.framer-tsjto6 { gap: 12px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 288.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"kIguu02wy\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerlDCCIMh8d=withCSS(Component,css,\"framer-MUwBa\");export default FramerlDCCIMh8d;FramerlDCCIMh8d.displayName=\"pricing button\";FramerlDCCIMh8d.defaultProps={height:48,width:288.5};addFonts(FramerlDCCIMh8d,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlDCCIMh8d\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"288.5\",\"framerIntrinsicHeight\":\"48\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kIguu02wy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lDCCIMh8d.map", "// Generated by Framer (dc53115)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={pRuEVlnsW:{hover:true}};const serializationHash=\"framer-Si6U2\";const variantClassNames={pRuEVlnsW:\"framer-v-f11hlg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"pRuEVlnsW\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{hash:\":F88xwfmgT\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"pRuEVlnsW\",openInNewTab:false,scopeId:\"mU8Kx_YpR\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-f11hlg\",className,classNames)} framer-362vap`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"pRuEVlnsW\",ref:refBinding,style:{...style},...addPropertyOverrides({\"pRuEVlnsW-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mavath\",\"data-framer-name\":\"button\",layoutDependency:layoutDependency,layoutId:\"Z7x2DzxVK\",style:{backgroundColor:\"rgb(16, 16, 16)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 1px 2px -1px rgba(17, 12, 34, 0.08)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(240, 213, 180))\"},children:\"Get your design roasted\"})}),className:\"framer-1h8l63n\",\"data-framer-name\":\"text\",fonts:[\"GF;General Sans-600\"],layoutDependency:layoutDependency,layoutId:\"i7DOxGFRK\",style:{\"--extracted-r6o4lv\":\"rgb(240, 213, 180)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ilydkn\",\"data-framer-name\":\"lg_right_icon\",layoutDependency:layoutDependency,layoutId:\"kySLAszNr\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1p6y8zd\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"I376:9403;3182:59841\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"-2 -2 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.48509 5.04053L4.26341 1.81884L5.73655 0.345703L11.4731 6.08227L5.73655 11.8188L4.26341 10.3457L7.48525 7.12386H0V5.04053H7.48509Z\" fill=\"#F0D5B4\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-grr9tz\",\"data-framer-name\":\"Frame 2183\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:245,layoutDependency:layoutDependency,layoutId:\"LAlmS3ONJ\",svg:'<svg width=\"245\" height=\"20\" viewBox=\"0 0 245 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_376_9404)\">\\n<path d=\"M19.9488 7.58961C19.9684 11.852 19.9448 7.39126 19.9448 7.39126C19.9458 7.56443 19.9448 7.6772 19.9458 7.83728C19.9493 8.51839 19.8179 9.44164 20.2503 9.99891C20.2966 10.0588 20.7703 10.5471 20.8036 10.5275C20.865 10.3941 21.1605 10.1001 21.2888 10.0316C21.4691 9.93548 21.834 9.94001 21.9982 9.80963C22.1925 9.65509 22.6274 8.72076 22.6918 8.72026L23.3211 10.1761V9.29716C23.3211 9.20051 23.5376 8.33163 23.5879 8.20678C23.743 7.82218 24.0405 7.50755 24.269 7.17832C24.3868 7.00817 24.6264 6.5254 24.7271 6.43026C24.783 6.3774 25.3005 6.17201 25.3342 6.20725C25.3181 7.03586 25.8769 7.64095 26.0395 8.41771L26.7277 8.00038L27.0227 7.36106C27.0911 7.35401 27.1022 7.3525 27.1495 7.39629C27.2683 7.50503 27.4435 7.79399 27.5684 7.8992C27.7138 8.02203 28.0275 8.09452 28.1271 8.26719C28.2052 8.23346 28.2444 8.02455 28.253 7.94098C28.4508 6.04817 28.0491 4.77858 29.5105 3.2316C29.9283 2.78911 30.2228 2.82183 30.7041 2.60033C30.8823 2.51828 31.0706 2.32295 31.2634 2.25399C31.4763 2.17797 31.7074 2.21321 31.9027 2.08937C31.9993 2.09743 31.9842 2.39192 31.9797 2.46693C31.9218 3.38263 31.3882 4.33457 31.1778 5.23315C31.1234 5.46623 31.0353 5.9052 31.0751 6.12922C31.1123 6.33914 31.6752 7.15768 31.8176 7.3968C32.0275 7.74918 32.1569 8.0915 32.4338 8.42727C32.5893 8.61605 32.9901 8.8738 33.0822 9.00921C33.1829 9.15671 33.6807 10.2239 33.7643 10.2254L34.4671 9.72204L34.7847 9.08422L34.8975 8.21685C34.9473 8.21383 34.9861 8.21131 35.0344 8.23497C35.4467 8.43734 35.7925 8.90098 35.9914 9.31075C36.0684 9.46933 36.1021 9.66566 36.1807 9.82473C36.3317 9.64149 36.3548 9.39935 36.4721 9.16124C36.5794 8.94427 36.7701 8.79225 36.8703 8.60397C36.9791 8.40009 37.0304 8.14788 37.1527 7.93142C37.2303 7.79399 37.5248 7.47986 37.5545 7.37767C37.6048 7.2045 37.5409 6.94675 37.5655 6.76049C37.709 6.87879 37.7674 7.06707 37.8907 7.21406C38.147 7.51963 38.5537 7.64951 38.9237 7.76529C38.9484 7.38572 39.0209 7.01069 39.0747 6.63464C39.1019 6.44536 39.043 6.34921 39.1331 6.14029C39.3692 5.59359 40.0539 5.11032 40.6348 5.00209C40.7315 5.40985 40.8039 5.82667 40.881 6.23896C40.9353 6.52892 40.8493 6.67038 41.0607 6.96387C41.2399 7.21255 41.5983 7.46526 41.8254 7.63038C41.8737 7.66562 41.8722 7.77637 41.9683 7.76932C42.072 7.77083 42.6036 7.19695 42.7194 7.08066C42.7431 7.057 42.8125 7.06958 42.8518 7.0283C43.0018 6.86872 42.9414 6.61098 42.951 6.40962C43.5103 6.53547 43.8898 7.11086 44.1592 7.5896C44.6102 8.39103 44.9732 9.30874 45.0653 10.2275C45.3321 9.93347 45.5778 9.57051 45.9699 9.42402C46.05 9.66767 46.1214 10.0729 46.2367 10.2884C46.3173 10.4379 46.7849 10.7691 46.8237 10.8703C46.8947 11.0551 46.8695 11.4205 46.9777 11.634L47.5818 10.4646C47.752 10.3664 47.7636 9.89068 47.8461 9.73815C47.9156 9.60928 48.2453 9.3918 48.347 9.15873C48.4205 8.98958 48.4487 8.67596 48.5393 8.50983C48.5529 8.48466 48.9189 8.11818 48.943 8.10258C48.9984 8.06633 49.0186 8.05375 49.091 8.06784C49.0367 8.27776 49.012 8.51789 49.0523 8.73435C49.0895 8.9332 49.2803 9.14564 49.3302 9.31126C49.4782 9.80258 49.4288 10.233 49.7052 10.747C49.8421 11.0017 50.119 11.0989 50.2897 11.3153C50.5313 11.6214 50.7437 12.1359 51.0206 12.4213C51.2975 12.7067 51.8034 12.9484 52.0471 13.2957C52.1815 13.3758 52.7508 13.0007 52.923 12.9222C54.185 12.3483 55.216 11.5383 56.4614 10.9785C56.5641 10.9322 56.6849 10.9478 56.7876 10.9025C56.9482 10.8315 57.1788 10.5743 57.3842 10.5189C57.3021 10.0211 57.5563 9.54836 57.577 9.08875C57.5936 8.71573 57.5845 7.95558 57.5463 7.5896C57.5226 7.36609 57.3937 7.12647 57.3907 6.88634C57.3862 6.54302 57.5246 6.12922 57.5478 5.78338C57.6017 4.97289 57.4723 4.16945 57.3947 3.37004C57.504 3.26584 57.4995 3.43448 57.5664 3.49791C58.0764 3.98118 58.0079 4.08085 58.3698 4.58376C58.6336 4.95074 59.3122 5.24674 59.4602 5.44156C59.5634 5.57799 59.5584 5.79546 59.6143 5.91728C59.7562 6.22587 60.0829 6.4222 60.2813 6.7177C60.6614 7.28404 61.3344 8.4756 61.5066 9.11241C61.5307 9.20202 61.6712 9.86148 61.6697 9.90125C61.6616 10.0679 61.3968 10.459 61.3838 10.6664C61.3707 10.8738 61.4794 11.1628 61.4114 11.3969C61.3762 11.5182 61.0691 11.8283 61.0314 11.9723C60.982 12.1621 61.047 12.4299 60.9694 12.6383C61.1794 12.592 61.4059 12.6932 61.5957 12.6901C61.6692 12.6891 62.3896 12.5794 62.4278 12.5623C62.4605 12.5477 62.9146 12.0815 62.9317 12.0503C62.9891 11.9441 63.0933 11.3949 63.1593 11.3823C63.3566 11.5111 63.6637 11.5645 63.851 11.6848C63.9572 11.7528 64.375 12.2859 64.4163 12.2859C64.5265 12.0508 64.7521 11.7815 64.8276 11.5419C64.9031 11.3022 64.8668 11.0702 64.9338 10.8441C64.9554 10.7706 65.6829 9.62438 65.7503 9.54937C65.9497 9.32737 66.3156 9.23977 66.4833 9.07415C66.7637 8.79778 66.894 8.34975 67.2993 8.06734C67.4131 7.9878 68.0861 7.68475 68.1662 7.7658C68.1727 8.01247 68.0167 8.2395 68.0156 8.49423C68.0141 8.74039 68.1148 8.99713 68.0544 9.28659C67.9985 9.55591 67.7584 9.97374 67.6799 10.2692C67.6497 10.383 67.5908 10.5874 67.621 10.6921C67.6512 10.7968 68.1707 11.2313 68.3021 11.3224C68.4335 11.4135 68.8719 11.6863 68.9917 11.6823C69.0532 11.6803 69.4755 11.5177 69.5349 11.4809C69.6799 11.3913 69.919 11.0697 70.0675 10.9841C70.216 10.8985 70.6389 10.8139 70.7612 10.682C71.0014 10.0764 71.0653 9.44265 70.9817 8.79879C70.9691 8.70264 70.8926 8.63065 70.8861 8.54205C70.8715 8.35176 71.0129 8.09855 70.9868 7.8398C70.9661 7.63592 70.7955 7.36659 70.7491 7.17178C70.6057 6.5697 70.7391 5.99028 70.5976 5.36404C70.505 4.95527 70.3947 4.55104 70.2805 4.14881C70.952 4.18707 71.7107 4.34413 72.2407 4.77858C72.4018 4.91047 72.5141 5.12341 72.65 5.26336C72.948 5.57195 73.307 5.75871 73.3528 6.25708C73.4066 6.29534 74.0258 6.01041 74.1154 5.95454C74.1733 5.91779 74.1869 5.84882 74.2378 5.81459C74.4129 5.69679 74.5735 5.56137 74.7563 5.45767C74.8338 5.63034 75.0206 5.77532 75.1006 5.94346C75.3005 6.3623 75.2093 6.64622 75.5834 7.0419C75.8436 7.31726 76.1583 7.41039 76.4387 7.62384C76.5343 7.69683 76.9229 8.15845 76.9597 8.16601C77.1636 8.20729 77.4082 8.18211 77.6202 8.26065C77.6921 8.06532 77.887 7.97068 78.0027 7.81211C78.1291 7.63894 78.1996 7.34746 78.3118 7.21608C78.4065 7.10533 78.6567 7.00011 78.7876 6.88735C78.857 6.82795 79.2114 6.30239 79.2884 6.35877C79.4002 6.82744 79.8654 7.14661 80.0914 7.50251C80.1765 7.63642 80.2444 7.95709 80.3844 8.10409L80.4976 9.42352L81.506 8.34572C81.8261 8.29538 82.1201 8.15241 82.4257 8.05828C82.5636 8.01599 82.7428 8.07137 82.7866 7.91632C82.983 8.14033 82.7932 8.45748 82.767 8.70012C82.7333 9.01777 82.847 10.1665 82.9155 10.5003C82.9674 10.752 83.1561 11.0082 83.1989 11.269C83.5448 11.5781 83.9812 11.8087 84.4448 11.8867C84.5712 11.8691 85.4693 10.9836 85.6691 10.8305C86.2939 10.3523 86.7973 10.2018 87.3123 9.51967C87.4713 9.30874 87.7779 8.89444 87.7477 8.64324C87.7417 8.5934 87.641 8.21786 87.6219 8.1645C87.5277 7.90121 87.2977 7.65656 87.204 7.426C87.0082 6.94323 87.0132 6.28225 86.7983 5.78942C87.0248 5.37511 87.3269 5.01065 87.5836 4.61648C87.7422 4.37384 87.8675 4.029 88.0306 3.81002C88.3629 3.364 88.9071 3.10827 89.4548 3.04383C89.4905 3.08058 89.3601 3.84324 89.3546 3.97312C89.339 4.33558 89.3495 4.54046 89.3093 4.93262C89.2302 5.69931 89.56 6.49268 90.159 6.98803C90.4651 7.24074 90.6579 7.2342 90.96 7.39428C91.262 7.55437 91.6396 7.99535 91.9391 8.14889C91.9819 8.17104 92.0836 8.21937 92.1248 8.1952C92.2849 7.79046 92.7254 7.3077 92.8633 6.92309C92.891 6.84506 92.8739 6.74287 92.8996 6.6578C92.9977 6.32806 93.0914 6.00488 93.1291 5.65602C93.262 5.54174 93.922 6.16144 94.0358 6.28276C94.1314 6.38445 94.6167 6.97545 94.6615 7.06505C94.7526 7.24779 95.0305 8.35076 95.037 8.5496C95.0446 8.78117 94.8065 9.23071 94.8402 9.38929C95.0048 9.52118 95.0602 9.77792 95.1996 9.94505C95.3597 10.1363 95.7841 10.4928 96.0273 10.5255C96.1909 10.5471 96.3585 10.5124 96.5216 10.534C96.654 10.5522 97.2395 10.7817 97.3059 10.7304C97.017 10.2959 96.7522 9.77741 96.7023 9.24833C96.6807 9.01978 96.726 8.77765 96.6978 8.5496C96.6414 8.09654 96.4093 7.86044 96.5035 7.29209C96.5417 7.05952 96.9022 6.91353 97.0537 6.72274C97.4972 6.16446 97.4167 5.92282 98.2025 5.57245C98.568 5.40935 98.865 5.37411 99.2687 5.40582C99.2757 5.66357 99.2692 5.92634 99.2123 6.17906C99.169 6.37186 98.9984 6.65226 98.9692 6.84104C98.9354 7.05901 98.9963 7.31978 98.9631 7.53826C98.9299 7.75674 98.652 8.12573 98.7285 8.30746C98.7406 8.33616 99.1428 8.72378 99.1725 8.74241C99.3538 8.85819 99.676 8.9045 99.9055 9.01525C100.024 9.07214 100.207 9.24581 100.263 9.27149C100.369 9.31881 100.949 9.46832 101.024 9.41899L101.495 8.15191L101.332 7.26541C101.746 7.43959 102.432 7.54933 102.801 7.77033C102.864 7.80808 103.21 8.15292 103.297 8.23598C103.342 8.27826 103.313 8.28984 103.368 8.21786C103.765 7.70438 103.766 6.97343 104.015 6.40156C104.125 6.14835 104.388 5.90973 104.49 5.67011C104.52 5.59913 104.658 5.13398 104.658 5.08012C104.658 4.99051 104.448 4.30588 104.398 4.19009C104.133 3.57745 103.621 3.21701 103.452 2.51223C103.428 2.41558 103.393 2.23435 103.422 2.14022C103.607 2.1669 103.785 2.22982 103.973 2.24341C104.223 2.26103 104.584 2.17545 104.767 2.20012C105.267 2.26657 106.171 3.03679 106.518 3.42189C107.356 4.35219 107.752 5.51858 108.377 6.54755C108.406 7.03787 108.344 7.55739 108.379 8.04368C108.396 8.28431 108.542 8.71875 108.533 8.89796C108.525 9.06459 108.369 9.37167 108.378 9.57605C108.463 9.64804 109.519 9.36261 109.624 9.26243C109.753 9.1401 109.909 8.67445 109.993 8.51034C110.048 8.40311 110.216 8.26115 110.191 8.06885C110.414 8.02505 110.308 8.14184 110.376 8.25712C110.578 8.60296 110.691 8.64877 110.946 8.89746C111.138 9.08523 111.299 9.29767 111.498 9.47587V8.74744C111.498 8.69307 111.801 8.20477 111.812 8.08043L112.454 7.76781C112.561 8.00794 112.533 8.25611 112.603 8.49876C112.704 8.85064 113.015 9.16678 113.109 9.52571L113.259 9.42553C113.284 9.94354 113.697 10.165 113.989 10.5305C114.165 10.4339 114.331 10.1555 114.48 10.0669C114.672 9.9531 115.041 9.94606 115.208 9.81215C115.236 9.79 115.552 9.37871 115.592 9.3173C115.708 9.13809 115.791 8.90702 115.902 8.72177C116.027 8.77312 116.248 9.5977 116.334 9.78748C116.351 9.82473 116.408 9.82876 116.426 9.86601C116.475 9.96317 116.448 10.1328 116.581 10.1786V9.09832C116.581 8.92263 116.718 8.72932 116.73 8.68552C116.765 8.56068 116.744 8.34925 116.788 8.2093C116.847 8.017 117.302 7.47432 117.437 7.27648C117.589 7.05498 117.862 6.5108 118.046 6.38847C118.088 6.36028 118.168 6.37085 118.225 6.34166C118.289 6.30843 118.286 6.2304 118.473 6.21228C118.585 6.20171 118.525 6.21832 118.545 6.28376C118.615 6.50879 118.65 6.73029 118.669 6.96487L119.324 8.41922C119.471 8.26467 119.795 8.16953 119.923 8.01297C120.024 7.88963 120.145 7.53121 120.206 7.36559C120.345 7.24578 120.697 7.82469 120.779 7.90121C120.839 7.95759 121.056 8.02857 121.125 8.06935C121.184 8.10409 121.299 8.25763 121.387 8.2692C121.525 8.20225 121.449 7.60974 121.464 7.4416C121.541 6.62105 121.516 5.62833 121.751 4.86365C121.948 4.22281 122.688 3.14049 123.278 2.82133C123.487 2.70856 123.732 2.69598 123.926 2.61342C124.146 2.51928 124.348 2.29476 124.593 2.22429C124.782 2.16992 124.997 2.21573 125.163 2.09038C125.195 2.26959 125.207 2.48555 125.188 2.66728C125.091 3.55429 124.533 4.51177 124.355 5.4023C124.308 5.63588 124.341 5.88607 124.291 6.12116C124.677 6.73482 124.993 7.44361 125.388 8.04418C125.828 8.71472 126.487 9.08372 126.798 9.86249L126.951 10.228C127.07 10.1051 127.589 9.89018 127.658 9.79201C127.809 9.57756 128.065 8.9035 128.103 8.64173C128.124 8.50329 128.099 8.3573 128.108 8.21836C128.259 8.17607 128.236 8.27676 128.301 8.3125C128.912 8.65079 129.171 9.08674 129.365 9.75275C129.386 9.82574 129.335 9.84084 129.466 9.82624C129.491 9.80158 129.618 9.26897 129.671 9.16225C129.725 9.05553 129.994 8.79325 130.058 8.68552C130.187 8.46855 130.244 8.12372 130.357 7.9289C130.431 7.80104 130.705 7.57148 130.753 7.41744C130.814 7.22061 130.756 6.96739 130.776 6.7615C130.907 6.73381 130.854 6.78868 130.881 6.83349C131.064 7.13905 131.135 7.30417 131.463 7.50654C131.692 7.6475 131.911 7.62837 132.134 7.7658C132.13 7.48036 132.255 7.21607 132.284 6.93618C132.328 6.50828 132.202 6.41868 132.439 5.99632C132.595 5.71844 132.857 5.46975 133.129 5.30715C133.239 5.24221 133.834 4.94067 133.896 5.00259L134.211 6.87376C134.399 7.04441 135.069 7.80456 135.271 7.76932C135.443 7.58658 135.613 7.3827 135.798 7.21406C135.876 7.14308 136.101 7.03283 136.136 6.96236C136.276 6.67693 135.944 6.03105 136.739 6.71065C137.329 7.21456 138.032 8.85165 138.212 9.61129C138.256 9.79906 138.187 10.1137 138.374 10.227C138.366 10.0029 138.612 9.93246 138.692 9.73915L139.179 9.42352C139.218 9.45272 139.415 10.2134 139.484 10.3382C139.558 10.4731 139.924 10.7002 140.025 10.8648L140.187 11.634C140.251 11.6294 140.27 11.5635 140.296 11.5177C140.605 10.9785 140.823 10.2461 141.1 9.75728C141.187 9.60374 141.471 9.36462 141.542 9.23373C141.64 9.05301 141.664 8.72177 141.753 8.55061C141.767 8.52393 142.116 8.12926 142.147 8.10157C142.204 8.05224 142.231 8.06331 142.3 8.06784C142.172 8.45194 142.27 8.73083 142.405 9.08321C142.579 9.53628 142.569 9.62035 142.664 10.0905C142.818 10.8502 143.229 10.9232 143.591 11.4009C143.785 11.6576 143.995 12.1394 144.234 12.3911C144.518 12.6916 144.994 12.9373 145.274 13.266L145.394 13.3204C145.552 13.338 145.566 13.2137 145.608 13.193C146.432 12.7848 147.318 12.4122 148.104 11.927C148.44 11.7196 148.728 11.4251 149.087 11.2388C149.399 11.0767 149.714 11.0254 149.996 10.9015C150.202 10.8114 150.394 10.6252 150.593 10.5184C150.645 10.1827 150.669 9.84185 150.71 9.50406C150.799 8.76607 150.82 7.94048 150.701 7.19242C150.634 6.76804 150.66 6.93014 150.701 6.53094C150.805 5.53318 150.782 4.54953 150.608 3.56788C150.595 3.49489 150.606 3.41837 150.605 3.34487L151.187 3.84274C151.406 4.23641 151.645 4.71867 152.003 5.00209C152.176 5.13902 152.537 5.27292 152.67 5.44207C152.803 5.61121 152.843 5.93037 152.949 6.10354C153.076 6.31196 153.377 6.50325 153.547 6.76301C153.993 7.44865 154.696 8.71422 154.83 9.50104C154.941 10.155 154.652 10.2164 154.591 10.6644C154.57 10.819 154.699 11.2081 154.672 11.345C154.651 11.4497 154.335 11.7946 154.275 11.9557C154.189 12.1847 154.277 12.4153 154.178 12.6373C154.383 12.5874 154.63 12.6901 154.807 12.6876C154.915 12.6861 155.504 12.604 155.602 12.5769C155.919 12.4873 156.358 11.7236 156.343 11.3823C156.547 11.4996 156.89 11.564 157.073 11.6823C157.244 11.7926 157.461 12.1349 157.625 12.2864C157.678 12.2637 158.016 11.6768 158.04 11.5947C158.089 11.419 158.078 11.194 158.117 11.0188C158.16 10.819 158.781 9.78798 158.93 9.59417C159.149 9.30773 159.496 9.2725 159.702 9.10889C159.908 8.94528 160.14 8.3427 160.601 8.02505C160.709 7.95105 161.308 7.69985 161.375 7.76529C161.441 8.00492 161.24 8.24605 161.226 8.44942C161.21 8.67797 161.307 8.95233 161.269 9.24179C161.221 9.61582 160.909 10.1288 160.832 10.5159C160.81 10.6252 160.813 10.6609 160.87 10.7575C160.918 10.8396 161.492 11.2907 161.611 11.3732C161.912 11.5816 162.073 11.7422 162.442 11.6184C162.867 11.4759 163.232 11.0324 163.629 10.8341C163.732 10.7827 163.885 10.7993 163.973 10.6841C164.013 10.6347 164.12 10.3256 164.138 10.2466C164.18 10.0734 164.309 9.38979 164.298 9.24783C164.285 9.07013 164.158 8.82144 164.145 8.5939C164.129 8.30998 164.218 8.06482 164.188 7.7965C164.152 7.47382 163.928 7.11942 163.893 6.73482C163.857 6.35021 163.939 5.87248 163.888 5.48385C163.863 5.30212 163.474 4.20872 163.54 4.14831C163.992 4.17751 164.545 4.27869 164.96 4.46294C165.458 4.68343 165.636 5.02374 165.973 5.38619C166.149 5.57497 166.371 5.62329 166.484 5.9057C166.535 6.03105 166.493 6.21329 166.634 6.30189C167.116 6.07586 167.534 5.79798 167.944 5.45918C168.003 5.57044 168.244 5.78136 168.29 5.85939C168.422 6.0829 168.422 6.39904 168.528 6.6291C168.783 7.18436 169.299 7.33085 169.705 7.66461C169.844 7.77889 170.037 8.10258 170.219 8.15543C170.275 8.17154 170.797 8.26518 170.826 8.25561C170.9 8.09351 171.13 7.97572 171.22 7.84685C171.331 7.68878 171.408 7.35502 171.509 7.22967C171.646 7.057 172.015 6.94373 172.196 6.72173C172.253 6.65125 172.352 6.3331 172.472 6.35877C172.633 6.47556 172.672 6.75143 172.767 6.8944C172.805 6.95028 172.95 7.03586 172.998 7.1023C173.515 7.83174 173.609 8.09049 173.705 8.99663C173.719 9.13708 173.697 9.28256 173.706 9.42301C173.757 9.49198 174.113 8.9624 174.16 8.91055C174.782 8.22239 175.089 8.26014 175.894 8.01498C175.968 7.99233 176.007 7.94249 176.071 7.91581C176.041 8.78067 175.905 10.8874 176.642 11.4643C176.683 11.496 177.117 11.7357 177.178 11.7593C177.225 11.778 177.583 11.8892 177.606 11.8892C177.705 11.8892 177.768 11.8303 177.844 11.781C178.136 11.5902 178.558 11.0797 178.86 10.8492C179.558 10.3161 180.078 10.1681 180.631 9.40237C180.689 9.32233 180.945 8.95837 180.967 8.90501C181.133 8.50883 180.538 7.69683 180.402 7.33488C180.303 7.06958 180.293 6.76855 180.236 6.4957C180.189 6.27017 180.037 6.01343 180.069 5.75116C180.633 4.92909 181.029 3.95953 181.789 3.30007L182.715 3.04182C182.756 3.20341 182.647 3.34386 182.626 3.48029C182.544 4.00031 182.627 4.56815 182.56 5.1224C182.547 5.2261 182.469 5.33434 182.464 5.38015C182.462 5.40129 182.551 5.39475 182.563 5.43754C182.747 6.10304 182.852 6.58329 183.44 7.03988C183.7 7.24175 183.939 7.2644 184.202 7.41039C184.315 7.47332 185.308 8.29387 185.382 8.21635C185.504 7.7809 185.887 7.37213 186.062 6.95984C186.216 6.59688 186.314 6.04314 186.339 5.6545C186.394 5.59762 186.856 5.88507 186.932 5.94296C187.133 6.09851 187.814 6.90849 187.908 7.12697C187.996 7.32934 188.266 8.35881 188.273 8.56118C188.28 8.78671 188.074 9.07466 188.1 9.34247C188.104 9.38576 188.38 9.90075 188.421 9.95612C188.497 10.0578 189.003 10.4636 189.115 10.4933C189.34 10.5522 189.527 10.4993 189.732 10.5315C189.954 10.5668 190.216 10.6997 190.442 10.7273C190.522 10.7369 190.525 10.7349 190.515 10.6538C190.277 10.3578 190.02 9.86803 189.965 9.4945C189.924 9.21662 190.003 8.87027 189.959 8.59642C189.881 8.10811 189.625 8.01549 189.733 7.36005C189.802 6.94474 190.071 6.97595 190.293 6.71367C190.456 6.52188 190.521 6.22638 190.715 6.02954C191.111 5.62833 191.883 5.32175 192.446 5.40079C192.552 5.42445 192.445 6.13878 192.415 6.26866C192.379 6.41968 192.207 6.72475 192.18 6.88785C192.141 7.1164 192.209 7.38975 192.166 7.62736C192.134 7.7955 191.979 8.02002 191.935 8.20024C192.162 8.75248 192.644 8.77211 193.095 8.98304C193.211 9.0374 193.426 9.25035 193.504 9.27954C193.608 9.31831 194.169 9.45775 194.234 9.41496C194.323 9.05502 194.724 8.4313 194.74 8.08697C194.748 7.9148 194.514 7.29259 194.543 7.26189C194.685 7.32783 194.867 7.32078 195.008 7.36559C195.256 7.44462 195.76 7.62233 196.012 7.76831C196.057 7.79449 196.574 8.2979 196.606 8.26618C196.656 8.05274 196.803 7.87202 196.881 7.66209C197.11 7.04743 197.136 6.58984 197.482 5.97518C197.517 5.91275 197.645 5.83674 197.699 5.71491C197.914 5.23164 197.865 4.78764 197.685 4.30034C197.514 3.83871 196.96 3.31567 196.786 2.88627C196.755 2.80975 196.579 2.16438 196.606 2.1372C196.801 2.1533 196.986 2.22529 197.183 2.23939C197.849 2.2862 198.146 2.11505 198.781 2.54194C199.828 3.2457 200.37 4.26359 200.926 5.33534C201.084 5.6384 201.511 6.24953 201.578 6.54352C201.668 6.94021 201.543 7.60169 201.588 8.04066C201.614 8.29488 201.741 8.55766 201.743 8.84309C201.745 9.1104 201.655 9.32183 201.589 9.57202C201.677 9.65005 202.702 9.36563 202.833 9.25689C203.008 9.1109 203.365 8.31552 203.401 8.06532L203.549 8.06683C203.66 8.52947 204.028 8.7419 204.336 9.04244C204.403 9.10788 204.704 9.53477 204.759 9.47185C204.648 8.91659 204.773 8.51386 205.097 8.0623L205.716 7.76378C205.751 7.80003 205.756 8.27676 205.78 8.37844C205.829 8.58887 206.342 9.5534 206.48 9.78849C206.58 9.95763 207.01 10.4102 207.203 10.4238C207.424 10.4399 207.468 10.3266 207.567 10.2793C207.64 10.2441 207.776 10.2511 207.817 10.2119C207.837 10.1937 207.935 9.97072 208.014 9.87961C208.206 9.65861 208.502 9.45322 208.667 9.24984C208.789 9.09983 208.81 8.77161 209.026 8.88236C209.062 8.90098 209.573 9.421 209.592 9.45624C209.63 9.52772 209.63 9.60626 209.647 9.68277L209.894 10.0241C209.826 9.51161 210.047 9.05754 210.184 8.58031C210.212 8.48416 210.187 8.37341 210.219 8.26417C210.341 7.85238 210.624 7.43204 210.633 6.97142C210.884 6.72072 211.21 6.53899 211.518 6.35525C211.554 6.33411 211.556 6.26262 211.582 6.25608C211.715 6.22185 211.759 6.36783 211.808 6.4811C212.077 7.09626 212.088 7.87504 212.536 8.4167C212.641 8.24957 212.971 8.15191 213.098 7.99787C213.188 7.88762 213.377 7.279 213.491 7.26994C213.934 7.52869 214.264 7.9143 214.624 8.26618C214.533 7.81714 214.45 7.13805 214.527 6.68649C214.569 6.43831 214.821 6.06881 214.864 5.81761C214.893 5.64897 214.856 5.48586 214.877 5.3283C214.908 5.10076 215.349 3.91221 215.465 3.70883C215.497 3.65296 216.31 2.83693 216.375 2.79062C216.523 2.6849 217.451 2.26254 217.641 2.20969C217.746 2.18099 218.47 2.05615 218.5 2.08685C218.5 2.12813 218.505 2.17092 218.502 2.21271C218.476 2.57969 218.163 3.18781 218.101 3.57191C218.037 3.96154 218.122 3.92832 217.952 4.33809C217.724 4.88781 217.778 5.03884 217.683 5.56691C217.655 5.72498 217.431 6.01796 217.471 6.15691C217.506 6.2747 217.84 6.52188 217.918 6.66233C218.114 7.01622 218.151 7.49698 218.419 7.89668C218.558 8.10308 218.93 8.27826 219.069 8.48013C219.328 8.85718 219.507 9.38576 219.764 9.78144C219.848 9.91182 220.049 10.0261 220.065 10.2204L220.204 10.2159C220.277 10.0563 220.398 9.89068 220.516 9.76332C220.674 9.59317 221.195 9.21712 221.27 9.08422C221.345 8.95132 221.356 8.54256 221.42 8.36636L222.393 9.17483C222.474 9.22266 222.582 9.95361 222.677 9.87306C222.681 9.81668 222.696 9.75476 222.728 9.70794C222.803 9.59971 223.034 9.33089 223.075 9.23122C223.14 9.07617 223.158 8.75097 223.259 8.57075C223.319 8.46503 223.774 8.07288 223.783 8.02958C223.759 7.57148 223.918 7.14056 224.036 6.70814C224.247 6.79422 224.129 7.18637 224.235 7.28806C224.331 7.38019 224.704 7.45419 224.778 7.60974L225.394 7.76328L225.455 6.29132L225.999 5.75368V19.2677H19.8984V7.58961H19.9488ZM105.356 4.34816V5.70485C105.545 5.66508 105.523 5.50348 105.661 5.38115C105.733 5.31772 106.112 5.15261 106.112 5.12643C106.095 5.03078 105.395 4.29631 105.356 4.34867V4.34816ZM199.199 4.92003C199.081 4.7826 198.852 4.52788 198.716 4.42367C198.666 4.38491 198.652 4.32601 198.565 4.34867L198.615 5.70485C198.836 5.46522 199.007 5.20899 199.37 5.1516C199.38 5.14153 199.228 4.95326 199.2 4.92003H199.199ZM79.0337 9.27149C79.1636 9.02734 79.1535 8.74039 79.1847 8.46855L78.994 8.80483C78.9753 8.90098 78.9814 8.99915 78.9834 9.0963C78.9844 9.15571 78.9471 9.28407 79.0332 9.27149H79.0337ZM172.327 9.15722C172.38 8.98908 172.364 8.65884 172.393 8.46855L172.19 8.89293L172.193 9.27199C172.221 9.26897 172.324 9.16577 172.327 9.15772V9.15722ZM27.2844 9.56296C27.2774 9.47033 27.0916 8.80382 26.9955 8.86977L26.7448 9.3465L26.8943 9.82423L27.2844 9.56246V9.56296ZM120.303 8.86977C120.184 8.84259 120.222 8.89041 120.191 8.93521C120.157 8.98555 119.973 9.27552 119.971 9.29666C119.965 9.36412 120.108 9.79252 120.178 9.82423L120.498 9.5383L120.303 8.86977ZM101.477 10.2219L101.632 9.42301C101.522 9.48242 101.367 9.74721 101.26 9.78194C101.021 9.85897 100.769 9.81265 100.525 9.82473C100.492 9.94253 100.556 9.90931 100.59 9.93951C100.869 10.1872 101.082 10.307 101.477 10.2224L101.477 10.2219ZM193.683 9.77439C193.923 10.1308 194.187 10.2506 194.61 10.2708L194.84 9.42251C194.689 9.5091 194.616 9.7462 194.44 9.80158C194.223 9.87004 193.902 9.82121 193.682 9.77439H193.683ZM23.5728 10.5285L23.6755 10.6065C23.8482 10.5597 24.0284 10.5758 24.2051 10.5748C24.2625 10.5748 24.4714 10.6589 24.4774 10.5532C24.481 10.4892 24.1678 10.1026 24.1386 9.98784C24.1044 9.85242 24.1351 9.70996 24.1261 9.57353C23.8915 9.70895 23.9937 10.0105 23.8779 10.2567C23.8391 10.3392 23.6735 10.5069 23.5733 10.5285H23.5728ZM117.687 10.5778C117.535 10.2209 117.278 9.9974 117.309 9.57253C117.219 9.57051 117.15 10.1681 117.131 10.2395C117.126 10.2607 116.865 10.4978 116.832 10.5532C116.818 10.7072 116.886 10.5778 116.907 10.5778H117.687ZM72.0892 10.754C72.1416 10.5018 72.051 10.0966 72.0892 9.82473L71.914 10.4787L71.6362 11.2308C71.8018 11.3586 72.0656 10.8673 72.0892 10.754ZM164.845 11.2308C165.042 11.3732 165.299 10.8175 165.326 10.6775C165.366 10.4701 165.241 10.0669 165.297 9.82473L164.961 11.0218L164.844 11.2308H164.845ZM210.895 11.5323L210.593 10.4273C210.438 10.4797 210.405 10.8421 210.328 10.9156C210.267 10.9735 209.938 11.045 209.838 11.0304C209.894 11.2197 210.824 11.6003 210.895 11.5318V11.5323ZM109.08 10.4782L108.685 10.4857C108.663 10.6594 108.471 10.8703 108.449 11.0284C108.44 11.0928 108.594 11.2987 108.527 11.4326C108.838 11.2912 108.874 10.8386 108.981 10.5647C109.007 10.5008 109.099 10.5592 109.08 10.4787V10.4782ZM202.289 10.4782C201.742 10.3528 201.673 11.0359 201.735 11.4321C201.802 11.5122 201.973 11.2021 201.995 11.1643C202.124 10.9383 202.145 10.6926 202.289 10.4782ZM57.9681 10.6997C58.0129 10.6584 58.1599 10.606 58.0728 10.528C57.8826 10.7203 57.5508 10.8124 57.3479 10.9599C57.286 11.0047 57.2241 11.0379 57.2422 11.1301C57.2835 11.1708 57.8911 10.7696 57.9681 10.6992V10.6997ZM88.4464 11.6833C88.7958 11.4024 88.9458 10.9544 88.9992 10.528L88.455 11.0128L88.4464 11.6838V11.6833ZM181.884 11.4613C182.079 11.1849 182.207 10.8764 182.207 10.528L181.687 10.9926C181.72 11.0661 181.624 11.7905 181.754 11.6833C181.733 11.5484 181.848 11.5132 181.884 11.4613ZM219.926 10.6025C219.892 10.5668 219.924 10.5114 219.854 10.528C219.864 10.7505 219.82 10.9972 219.896 11.2121C219.915 11.2665 220.252 11.6697 220.305 11.633L220.856 10.8894L221.01 10.528C220.908 10.6252 220.3 11.0999 220.206 11.0299C220.18 10.8864 220.031 10.7132 219.926 10.6025ZM151.256 10.6287C151.133 10.5904 150.363 11.0606 150.451 11.1301C150.666 11.1477 150.715 10.9373 150.915 10.9267L151.256 10.6287ZM139.026 13.2902C138.73 12.9469 138.852 12.8643 138.913 12.4993C138.921 12.4465 138.965 12.3247 138.875 12.3367C138.664 12.6841 138.548 13.1125 139.026 13.2902ZM45.8677 13.3405L45.6266 13.0546L45.617 12.3871C45.3799 12.8019 45.3719 13.1754 45.8682 13.3405H45.8677ZM64.6614 13.5228L64.4394 13.04C64.5165 13.2227 63.9944 14.143 64.0367 14.1953L64.9418 13.994C65.0294 13.9144 64.6997 13.5983 64.6609 13.5228H64.6614ZM157.748 13.0898C157.642 12.9796 157.602 13.3949 157.58 13.4503C157.483 13.701 157.331 13.9391 157.245 14.1948C157.564 14.1324 157.869 13.9663 158.2 13.994C158.071 13.6688 157.742 13.4558 157.747 13.0898H157.748Z\" fill=\"#101010\"/>\\n<path d=\"M211.244 4.5998C211.053 5.10774 210.698 5.48832 210.326 5.86789C210.234 6.15785 210.2 6.52131 210.1 6.8002C210.071 6.88024 210.127 6.93511 209.986 6.91044C210.007 6.52483 209.849 6.02394 210.013 5.65595C210.039 5.59756 210.839 4.85503 210.941 4.77449C210.99 4.73623 211.203 4.55903 211.244 4.5998Z\" fill=\"#101010\"/>\\n<path d=\"M213.744 5.63487C213.713 5.68572 213.48 6.03609 213.413 5.95655C213.416 5.76727 213.382 5.57748 213.35 5.39223C213.327 5.26738 213.234 5.21201 213.263 5.03179C213.297 4.8259 213.526 4.52838 213.514 4.29883L213.654 4.38541C213.646 4.63913 213.956 5.1662 213.906 5.36555C213.893 5.41941 213.784 5.56993 213.744 5.63487Z\" fill=\"#101010\"/>\\n<path d=\"M219.297 3.51904L220.103 2.9668L220.253 3.01714C220.267 3.05288 220.187 3.0262 220.157 3.08107C219.909 3.52105 219.617 3.9867 219.447 4.44833H219.297V3.51904H219.297Z\" fill=\"#101010\"/>\\n<path d=\"M196.602 5.40406L195.906 4.91828C195.914 4.78437 195.929 3.99805 196.024 3.99805C196.334 4.39624 196.595 4.89059 196.602 5.40356L196.602 5.40406Z\" fill=\"#101010\"/>\\n<path d=\"M103.392 5.3525C103.318 5.4265 102.786 4.99559 102.695 4.91756L102.738 3.99683C102.843 3.97719 102.874 4.06932 102.92 4.1403C103.152 4.4952 103.311 4.93971 103.391 5.3525H103.392Z\" fill=\"#101010\"/>\\n<path d=\"M188.756 3.6449C188.828 3.89409 188.786 4.14982 188.829 4.40102C188.887 4.74183 189.122 5.05394 189.158 5.4028C188.886 5.18634 188.709 4.89134 188.548 4.59131C188.527 4.55104 188.463 4.5455 188.456 4.51278C188.431 4.40606 188.589 3.82814 188.643 3.70833C188.674 3.64037 188.648 3.6293 188.756 3.6449Z\" fill=\"#101010\"/>\\n<path d=\"M95.544 3.64453C95.5506 3.83281 95.5289 4.02259 95.5561 4.21086C95.5833 4.39914 95.7318 4.88392 95.7998 5.06364C95.8199 5.11599 96.0051 5.23882 95.9462 5.40344C95.9372 5.41502 95.8174 5.34252 95.7937 5.31584C95.6895 5.19805 95.2672 4.59647 95.244 4.47163C95.1816 4.13636 95.4454 3.96973 95.393 3.64453H95.5435H95.544Z\" fill=\"#101010\"/>\\n<path d=\"M125.872 2.81284C126.013 2.91956 126.068 3.11891 126.23 3.20349L126.235 3.33689C125.788 3.52365 125.479 3.76982 125.188 4.14788C125.188 3.69682 125.613 3.56795 125.894 3.31272L125.74 2.76703C125.749 2.71015 125.851 2.79774 125.872 2.81334V2.81284Z\" fill=\"#101010\"/>\\n<path d=\"M32.6646 2.80817C32.7461 2.88569 33.0386 3.23053 32.9762 3.33624C32.8413 3.44598 32.5654 3.52905 32.4461 3.61261C32.2885 3.72286 32.1345 4.02188 31.9769 4.14723C31.9633 3.69718 32.355 3.53861 32.6771 3.33926L32.5291 2.76689C32.5337 2.71302 32.6525 2.79709 32.6641 2.80817H32.6646Z\" fill=\"#101010\"/>\\n<path d=\"M149.595 9.5752C149.605 9.58174 149.712 9.76246 149.717 9.78109C149.808 10.1571 149.493 10.07 149.319 10.3258C149.082 9.99755 149.279 9.84402 149.49 9.60691L149.595 9.5752Z\" fill=\"#101010\"/>\\n<path d=\"M56.3891 9.57423L56.5356 9.94071L56.1132 10.3278C55.8766 10.0273 56.0478 9.80932 56.2889 9.60494C56.3241 9.57473 56.3141 9.55409 56.3886 9.57473L56.3891 9.57423Z\" fill=\"#101010\"/>\\n<path d=\"M83.3125 9.02079L83.7661 8.94629C83.6432 9.20605 83.5723 9.64955 83.3125 9.7744V9.02079Z\" fill=\"#101010\"/>\\n<path d=\"M41.2877 4.85156C41.4463 5.18784 41.6813 5.46018 41.6909 5.85586C41.2867 5.70786 41.2469 5.24472 41.1875 4.87673L41.2877 4.85156Z\" fill=\"#101010\"/>\\n<path d=\"M134.491 4.85109C134.658 5.20146 134.945 5.41642 134.894 5.85539C134.5 5.66913 134.487 5.25583 134.391 4.87626L134.491 4.85059L134.491 4.85109Z\" fill=\"#101010\"/>\\n<path d=\"M219.756 5.40356C219.672 5.57673 219.559 5.80779 219.517 5.99254C219.491 6.1043 219.553 6.3107 219.455 6.35701C219.505 6.15967 219.13 6.07309 219.176 5.90042C219.242 5.77205 219.351 5.67288 219.455 5.57773C219.498 5.53847 219.691 5.34164 219.756 5.40356Z\" fill=\"#101010\"/>\\n<path d=\"M173.752 6.2319C173.757 6.21227 173.84 6.14129 173.852 6.15639C173.923 6.55005 174.106 6.90193 173.952 7.31171C173.765 7.35702 173.904 7.14357 173.84 7.07007C173.82 7.04792 173.752 7.06504 173.752 7.06051C173.752 6.85965 173.713 6.38544 173.752 6.2314V6.2319Z\" fill=\"#101010\"/>\\n<path d=\"M177.024 8.91992L176.725 9.60053L176.597 9.77269L176.578 9.02715L177.024 8.91992Z\" fill=\"#101010\"/>\\n<path d=\"M80.5469 6.15625C80.6274 6.16984 80.642 6.2519 80.6632 6.31684C80.7709 6.65261 80.8952 6.98738 80.6974 7.31157C80.6425 7.31006 80.5469 7.05131 80.5469 7.0357V6.15675V6.15625Z\" fill=\"#101010\"/>\\n<path d=\"M143.199 7.61392C143.145 7.82937 143.466 8.17169 143.453 8.33882C143.446 8.42793 143.154 8.84525 143.049 8.91976C143.021 8.67661 143.234 8.60764 143.247 8.38564C143.255 8.25073 143.222 8.12538 143.195 7.996C143.177 7.91143 142.958 7.5973 143.2 7.61392H143.199Z\" fill=\"#101010\"/>\\n<path d=\"M50.071 7.99735C50.079 8.01849 50.154 8.02806 50.1802 8.16146C50.2391 8.45847 50.1032 8.59943 49.9315 8.82697C49.9109 8.85415 49.8736 9.00517 49.8001 8.9201C49.7634 8.87731 50.0493 8.4917 50.0554 8.34168C50.0649 8.11213 49.8293 7.87351 49.9008 7.61426C50.003 7.68524 50.0277 7.88509 50.071 7.99785V7.99735Z\" fill=\"#101010\"/>\\n<path d=\"M162.227 8.09077C162.225 8.07415 162.152 8.03338 162.177 7.96542C162.242 7.89142 162.472 8.32988 162.475 8.3908C162.479 8.45574 162.36 8.73915 162.327 8.84638C162.304 8.9229 162.385 8.9964 162.227 8.97072C162.202 8.69133 162.261 8.36361 162.227 8.09177V8.09077Z\" fill=\"#101010\"/>\\n<path d=\"M125.084 4.79982C125.022 4.74244 125.447 4.27175 125.486 4.29793C125.749 4.72582 125.435 4.71072 125.084 4.79982Z\" fill=\"#101010\"/>\\n<path d=\"M31.8728 4.80073C31.7812 4.70709 32.1854 4.3542 32.2745 4.29883L32.353 4.65272L31.8728 4.80073Z\" fill=\"#101010\"/>\\n<path d=\"M69.0198 8.09116C69.0188 8.06801 68.8905 8.00407 69.0445 8.01615C69.2534 8.23715 69.2182 8.44858 69.1437 8.7169C69.1276 8.77479 69.0838 8.96105 69.0204 8.97011C69.0108 8.67864 69.0339 8.38264 69.0204 8.09116H69.0198Z\" fill=\"#101010\"/>\\n<path d=\"M180.244 8.56836C180.231 8.77627 180.322 9.07881 180.068 9.16943C179.893 8.96303 179.979 8.63783 180.244 8.56836Z\" fill=\"#101010\"/>\\n<path d=\"M87.0341 8.56836C87.0407 8.81251 87.0935 9.11909 86.7829 9.17094C86.7683 8.90464 86.7321 8.663 87.0341 8.56836Z\" fill=\"#101010\"/>\\n<path d=\"M22.1657 7.91602L22.3611 8.23316L22.1416 8.51708C22.0238 8.51859 22.0751 8.03935 22.0661 7.94068L22.1663 7.91602H22.1657Z\" fill=\"#101010\"/>\\n<path d=\"M115.366 7.91602L115.567 8.24172C115.532 8.3721 115.45 8.48285 115.317 8.51809L115.266 7.94119L115.366 7.91652V7.91602Z\" fill=\"#101010\"/>\\n<path d=\"M27.1486 7.21145C26.905 7.1455 26.6548 6.83641 26.8723 6.60938C26.8959 6.84044 27.0022 7.03425 27.1486 7.21145Z\" fill=\"#101010\"/>\\n<path d=\"M105.359 4.34837C105.398 4.29602 106.098 5.03049 106.115 5.12614C106.115 5.15181 105.736 5.31743 105.664 5.38086C105.526 5.50319 105.548 5.66478 105.359 5.70455V4.34787V4.34837Z\" fill=\"#101010\"/>\\n<path d=\"M219.927 10.6029C220.032 10.7137 220.181 10.8869 220.208 11.0303C220.302 11.1003 220.909 10.6256 221.012 10.5284L220.857 10.8899L220.307 11.6334C220.253 11.6702 219.916 11.2669 219.897 11.2126C219.821 10.9976 219.865 10.7509 219.855 10.5284C219.925 10.5118 219.894 10.5672 219.927 10.6029Z\" fill=\"#101010\"/>\\n<path d=\"M199.197 4.92015C199.226 4.95338 199.378 5.14165 199.367 5.15172C199.006 5.20911 198.834 5.46484 198.613 5.70497L198.562 4.34878C198.65 4.32613 198.663 4.38503 198.714 4.42379C198.85 4.528 199.078 4.78272 199.197 4.92015H199.197Z\" fill=\"#101010\"/>\\n<path d=\"M210.9 11.5322C210.829 11.6007 209.899 11.2201 209.844 11.0308C209.943 11.0454 210.272 10.9739 210.334 10.916C210.412 10.8425 210.444 10.4801 210.598 10.4277L210.9 11.5327V11.5322Z\" fill=\"#101010\"/>\\n<path d=\"M157.752 13.0898C157.747 13.4558 158.077 13.6688 158.205 13.994C157.875 13.9668 157.57 14.1324 157.25 14.1948C157.336 13.9391 157.489 13.701 157.586 13.4503C157.607 13.3944 157.647 12.9796 157.753 13.0898H157.752Z\" fill=\"#101010\"/>\\n<path d=\"M64.6579 13.5228C64.6967 13.5983 65.0264 13.9145 64.9388 13.994L64.0337 14.1954C63.9914 14.143 64.5134 13.2233 64.4364 13.04L64.6584 13.5228H64.6579Z\" fill=\"#101010\"/>\\n<path d=\"M193.688 9.77376C193.907 9.82057 194.228 9.8694 194.445 9.80094C194.621 9.74557 194.693 9.50846 194.845 9.42188L194.615 10.2701C194.192 10.25 193.929 10.1302 193.688 9.77376H193.688Z\" fill=\"#101010\"/>\\n<path d=\"M101.477 10.2213C101.083 10.3064 100.869 10.1866 100.589 9.93837C100.555 9.90867 100.492 9.94139 100.525 9.82359C100.768 9.81151 101.021 9.85833 101.26 9.7808C101.367 9.74607 101.522 9.48077 101.631 9.42188L101.476 10.2208L101.477 10.2213Z\" fill=\"#101010\"/>\\n<path d=\"M23.5786 10.5292C23.6788 10.5075 23.8444 10.3399 23.8832 10.2573C23.999 10.0107 23.8968 9.70913 24.1314 9.57422C24.1409 9.71064 24.1102 9.85361 24.144 9.98852C24.1732 10.1033 24.4863 10.4899 24.4827 10.5538C24.4767 10.6596 24.2678 10.5755 24.2104 10.5755C24.0342 10.5765 23.8535 10.5604 23.6808 10.6072L23.5781 10.5292H23.5786Z\" fill=\"#101010\"/>\\n<path d=\"M117.685 10.5776H116.905C116.884 10.5776 116.817 10.707 116.83 10.5529C116.863 10.4975 117.123 10.2599 117.129 10.2393C117.148 10.1678 117.218 9.56976 117.308 9.57227C117.276 9.99715 117.533 10.2207 117.685 10.5776Z\" fill=\"#101010\"/>\\n<path d=\"M88.4453 11.6832L88.4539 11.0121L88.9981 10.5273C88.9447 10.9537 88.7947 11.4018 88.4453 11.6827V11.6832Z\" fill=\"#101010\"/>\\n<path d=\"M27.2897 9.5625L26.8995 9.82428L26.75 9.34654L27.0007 8.86981C27.0968 8.80387 27.2826 9.47038 27.2897 9.56301V9.5625Z\" fill=\"#101010\"/>\\n<path d=\"M120.301 8.86926L120.495 9.53779L120.176 9.82372C120.106 9.79201 119.963 9.36361 119.969 9.29615C119.971 9.27501 120.155 8.98505 120.189 8.93471C120.22 8.8899 120.181 8.84208 120.301 8.86926Z\" fill=\"#101010\"/>\\n<path d=\"M181.888 11.4607C181.851 11.5125 181.736 11.5478 181.758 11.6827C181.628 11.7904 181.724 11.0655 181.691 10.992L182.211 10.5273C182.211 10.8757 182.083 11.1843 181.888 11.4607Z\" fill=\"#101010\"/>\\n<path d=\"M109.084 10.478C109.104 10.5586 109.011 10.5002 108.986 10.5641C108.878 10.838 108.842 11.2905 108.532 11.432C108.598 11.2981 108.444 11.0922 108.454 11.0278C108.476 10.8697 108.667 10.6588 108.689 10.4851L109.084 10.4775V10.478Z\" fill=\"#101010\"/>\\n<path d=\"M202.291 10.478C202.146 10.6925 202.126 10.9381 201.997 11.1642C201.976 11.2019 201.804 11.512 201.737 11.432C201.676 11.0358 201.745 10.3527 202.291 10.478Z\" fill=\"#101010\"/>\\n<path d=\"M72.0937 10.7535C72.07 10.8668 71.8067 11.3581 71.6406 11.2302L71.9185 10.4781L72.0937 9.82422C72.0554 10.0966 72.146 10.5013 72.0937 10.7535Z\" fill=\"#101010\"/>\\n<path d=\"M164.844 11.2302L164.961 11.0213L165.296 9.82422C165.24 10.0664 165.366 10.4696 165.326 10.677C165.298 10.8169 165.041 11.3727 164.844 11.2302H164.844Z\" fill=\"#101010\"/>\\n<path d=\"M139.021 13.2902C138.543 13.112 138.66 12.6841 138.871 12.3368C138.961 12.3247 138.917 12.4465 138.908 12.4994C138.847 12.8648 138.725 12.9474 139.021 13.2902Z\" fill=\"#101010\"/>\\n<path d=\"M45.8691 13.3402C45.3727 13.1751 45.3813 12.8015 45.6179 12.3867L45.6275 13.0542L45.8686 13.3402H45.8691Z\" fill=\"#101010\"/>\\n<path d=\"M57.9635 10.6995C57.8865 10.77 57.2789 11.1712 57.2376 11.1304C57.2195 11.0383 57.2814 11.005 57.3433 10.9602C57.5462 10.8122 57.8779 10.7201 58.0682 10.5283C58.1558 10.6063 58.0088 10.6587 57.9635 10.7V10.6995Z\" fill=\"#101010\"/>\\n<path d=\"M151.249 10.6292L150.909 10.9272C150.709 10.9378 150.659 11.1482 150.444 11.1306C150.356 11.0611 151.127 10.5909 151.249 10.6292Z\" fill=\"#101010\"/>\\n<path d=\"M172.325 9.15792C172.322 9.16647 172.219 9.26917 172.191 9.27219L172.188 8.89312L172.391 8.46875C172.362 8.65954 172.378 8.98927 172.325 9.15741V9.15792Z\" fill=\"#101010\"/>\\n<path d=\"M79.0336 9.27168C78.9475 9.28427 78.9847 9.1559 78.9837 9.0965C78.9817 8.99934 78.9757 8.90118 78.9943 8.80503L79.1851 8.46875C79.1539 8.74109 79.164 9.02803 79.0341 9.27168H79.0336Z\" fill=\"#101010\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_376_9404\">\\n<rect width=\"245\" height=\"19\" fill=\"white\" transform=\"translate(0 0.0820312)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Si6U2.framer-362vap, .framer-Si6U2 .framer-362vap { display: block; }\",\".framer-Si6U2.framer-f11hlg { cursor: pointer; height: 60px; overflow: visible; position: relative; text-decoration: none; width: 220px; }\",\".framer-Si6U2 .framer-mavath { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 12px 16px 12px 16px; position: absolute; top: 12px; width: 220px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Si6U2 .framer-1h8l63n { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Si6U2 .framer-ilydkn { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-Si6U2 .framer-1p6y8zd { flex: none; height: 12px; left: calc(50.00000000000002% - 11px / 2); position: absolute; top: calc(50.00000000000002% - 11.5px / 2); width: 11px; }\",\".framer-Si6U2 .framer-grr9tz { flex: none; height: 20px; left: 0px; position: absolute; top: 0px; width: 220px; }\",\".framer-Si6U2.framer-v-f11hlg.hover .framer-mavath { gap: 12px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 220\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"xNb2Bk4Of\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramermU8Kx_YpR=withCSS(Component,css,\"framer-Si6U2\");export default FramermU8Kx_YpR;FramermU8Kx_YpR.displayName=\"CTA black\";FramermU8Kx_YpR.defaultProps={height:60,width:220};addFonts(FramermU8Kx_YpR,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermU8Kx_YpR\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xNb2Bk4Of\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"60\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"220\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mU8Kx_YpR.map", "// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionAWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.a));const enabledGestures={mftRjWyxJ:{hover:true},sN9p5KXR6:{hover:true}};const cycleOrder=[\"mftRjWyxJ\",\"tuG0nuxMR\",\"sN9p5KXR6\"];const serializationHash=\"framer-sncvJ\";const variantClassNames={mftRjWyxJ:\"framer-v-1m37mng\",sN9p5KXR6:\"framer-v-176a8mb\",tuG0nuxMR:\"framer-v-enyu3j\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:2,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"mftRjWyxJ\",\"Variant 2\":\"tuG0nuxMR\",\"Variant 3\":\"sN9p5KXR6\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"mftRjWyxJ\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"mftRjWyxJ\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(Link,{href:{hash:\":F88xwfmgT\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"mftRjWyxJ\",openInNewTab:false,scopeId:\"OgVZcqnBn\",smoothScroll:true,...addPropertyOverrides({sN9p5KXR6:{href:\"https://form.typeform.com/to/uIBBjDZC\",openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionAWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:`${cx(scopingClassNames,\"framer-1m37mng\",className,classNames)} framer-p9r5gf`,\"data-framer-appear-id\":\"1m37mng\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"mftRjWyxJ\",optimized:true,ref:refBinding,style:{...style},...addPropertyOverrides({\"mftRjWyxJ-hover\":{\"data-framer-name\":undefined},\"sN9p5KXR6-hover\":{\"data-framer-name\":undefined},sN9p5KXR6:{\"data-framer-name\":\"Variant 3\"},tuG0nuxMR:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-emgxnb\",\"data-framer-name\":\"button\",layoutDependency:layoutDependency,layoutId:\"HACwp41a1\",style:{backgroundColor:\"rgb(255, 53, 15)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 1px 2px -1px rgba(17, 12, 34, 0.08)\"},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(16, 16, 16))\"},children:\"Get your design roasted\"})}),className:\"framer-e2os92\",\"data-framer-name\":\"text\",fonts:[\"GF;General Sans-600\"],layoutDependency:layoutDependency,layoutId:\"ng26ijLPu\",style:{\"--extracted-r6o4lv\":\"rgb(16, 16, 16)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qi803b\",\"data-framer-name\":\"lg_right_icon\",layoutDependency:layoutDependency,layoutId:\"HYmk_0dNn\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-gqctnv\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"I376:10135;3182:59841\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"-2 -2 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.98509 4.9585L4.76341 1.73681L6.23655 0.263672L11.9731 6.00024L6.23655 11.7368L4.76341 10.2637L7.98525 7.04183H0.5V4.9585H7.98509Z\" fill=\"#101010\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-578ab\",\"data-framer-name\":\"Frame 2183\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:19,intrinsicWidth:246,layoutDependency:layoutDependency,layoutId:\"hzKVM64k1\",svg:'<svg width=\"246\" height=\"19\" viewBox=\"0 0 246 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_376_10136)\">\\n<path d=\"M20.4488 7.50758C20.4684 11.7699 20.4448 7.30923 20.4448 7.30923C20.4458 7.4824 20.4448 7.59517 20.4458 7.75525C20.4493 8.43636 20.3179 9.35961 20.7503 9.91688C20.7966 9.97679 21.2703 10.4651 21.3036 10.4455C21.365 10.3121 21.6605 10.0181 21.7888 9.9496C21.9691 9.85345 22.334 9.85798 22.4982 9.7276C22.6925 9.57305 23.1274 8.63873 23.1918 8.63823L23.8211 10.0941V9.21513C23.8211 9.11848 24.0376 8.2496 24.0879 8.12475C24.243 7.74015 24.5405 7.42552 24.769 7.09629C24.8868 6.92614 25.1264 6.44337 25.2271 6.34822C25.283 6.29537 25.8005 6.08998 25.8342 6.12522C25.8181 6.95382 26.3769 7.55892 26.5395 8.33568L27.2277 7.91835L27.5227 7.27903C27.5911 7.27198 27.6022 7.27047 27.6495 7.31426C27.7683 7.423 27.9435 7.71196 28.0684 7.81717C28.2138 7.94 28.5275 8.01249 28.6271 8.18516C28.7052 8.15143 28.7444 7.94252 28.753 7.85895C28.9508 5.96614 28.5491 4.69654 30.0105 3.14957C30.4283 2.70708 30.7228 2.7398 31.2041 2.5183C31.3823 2.43624 31.5706 2.24092 31.7634 2.17196C31.9763 2.09594 32.2074 2.13118 32.4027 2.00734C32.4993 2.0154 32.4842 2.30989 32.4797 2.3849C32.4218 3.30059 31.8882 4.25254 31.6778 5.15112C31.6234 5.3842 31.5353 5.82317 31.5751 6.04719C31.6123 6.25711 32.1752 7.07565 32.3176 7.31477C32.5275 7.66715 32.6569 8.00947 32.9338 8.34524C33.0893 8.53402 33.4901 8.79177 33.5822 8.92718C33.6829 9.07468 34.1807 10.1419 34.2643 10.1434L34.9671 9.64001L35.2847 9.00219L35.3975 8.13482C35.4473 8.1318 35.4861 8.12928 35.5344 8.15294C35.9467 8.35531 36.2925 8.81895 36.4914 9.22872C36.5684 9.3873 36.6021 9.58363 36.6807 9.7427C36.8317 9.55946 36.8548 9.31732 36.9721 9.07921C37.0794 8.86224 37.2701 8.71021 37.3703 8.52194C37.4791 8.31806 37.5304 8.06585 37.6527 7.84939C37.7303 7.71196 38.0248 7.39783 38.0545 7.29564C38.1048 7.12247 38.0409 6.86472 38.0655 6.67846C38.209 6.79676 38.2674 6.98504 38.3907 7.13203C38.647 7.4376 39.0537 7.56748 39.4237 7.68326C39.4484 7.30369 39.5209 6.92865 39.5747 6.55261C39.6019 6.36333 39.543 6.26718 39.6331 6.05826C39.8692 5.51156 40.5539 5.02829 41.1348 4.92006C41.2315 5.32782 41.3039 5.74464 41.381 6.15693C41.4353 6.44689 41.3493 6.58835 41.5607 6.88184C41.7399 7.13052 42.0983 7.38323 42.3254 7.54835C42.3737 7.58359 42.3722 7.69434 42.4683 7.68729C42.572 7.6888 43.1036 7.11491 43.2194 6.99863C43.2431 6.97497 43.3125 6.98755 43.3518 6.94627C43.5018 6.78669 43.4414 6.52895 43.451 6.32759C44.0103 6.45344 44.3898 7.02883 44.6592 7.50757C45.1102 8.309 45.4732 9.22671 45.5653 10.1454C45.8321 9.85144 46.0778 9.48848 46.4699 9.34199C46.55 9.58564 46.6214 9.99088 46.7367 10.2063C46.8173 10.3559 47.2849 10.6871 47.3237 10.7883C47.3947 10.973 47.3695 11.3385 47.4777 11.5519L48.0818 10.3825C48.252 10.2844 48.2636 9.80865 48.3461 9.65612C48.4156 9.52724 48.7453 9.30977 48.847 9.07669C48.9205 8.90755 48.9487 8.59393 49.0393 8.4278C49.0529 8.40263 49.4189 8.03615 49.443 8.02054C49.4984 7.9843 49.5186 7.97171 49.591 7.98581C49.5367 8.19573 49.512 8.43586 49.5523 8.65232C49.5895 8.85117 49.7803 9.06361 49.8302 9.22923C49.9782 9.72055 49.9288 10.151 50.2052 10.6649C50.3421 10.9197 50.619 11.0168 50.7897 11.2333C51.0313 11.5394 51.2437 12.0538 51.5206 12.3393C51.7975 12.6247 52.3034 12.8663 52.5471 13.2137C52.6815 13.2937 53.2508 12.9187 53.423 12.8402C54.685 12.2663 55.716 11.4563 56.9614 10.8965C57.0641 10.8502 57.1849 10.8658 57.2876 10.8205C57.4482 10.7495 57.6788 10.4923 57.8842 10.4369C57.8021 9.93903 58.0563 9.46633 58.077 9.00672C58.0936 8.63369 58.0845 7.87355 58.0463 7.50757C58.0226 7.28406 57.8937 7.04444 57.8907 6.80431C57.8862 6.46099 58.0246 6.04719 58.0478 5.70135C58.1017 4.89086 57.9723 4.08742 57.8947 3.28801C58.004 3.1838 57.9995 3.35245 58.0664 3.41588C58.5764 3.89915 58.5079 3.99882 58.8698 4.50173C59.1336 4.86871 59.8122 5.16471 59.9602 5.35953C60.0634 5.49596 60.0584 5.71343 60.1143 5.83525C60.2562 6.14384 60.5829 6.34017 60.7813 6.63567C61.1614 7.202 61.8344 8.39357 62.0066 9.03038C62.0307 9.11999 62.1712 9.77945 62.1697 9.81922C62.1616 9.98585 61.8968 10.377 61.8838 10.5844C61.8707 10.7918 61.9794 11.0808 61.9114 11.3148C61.8762 11.4362 61.5691 11.7463 61.5314 11.8902C61.482 12.08 61.547 12.3478 61.4694 12.5562C61.6794 12.5099 61.9059 12.6111 62.0957 12.6081C62.1692 12.6071 62.8896 12.4973 62.9278 12.4802C62.9605 12.4656 63.4146 11.9995 63.4317 11.9683C63.4891 11.862 63.5933 11.3128 63.6593 11.3002C63.8566 11.4291 64.1637 11.4825 64.351 11.6028C64.4572 11.6708 64.875 12.2039 64.9163 12.2039C65.0265 11.9688 65.2521 11.6994 65.3276 11.4598C65.4031 11.2202 65.3668 10.9881 65.4338 10.7621C65.4554 10.6886 66.1829 9.54235 66.2503 9.46734C66.4497 9.24534 66.8156 9.15774 66.9833 8.99212C67.2637 8.71575 67.394 8.26772 67.7993 7.98531C67.9131 7.90577 68.5861 7.60272 68.6662 7.68376C68.6727 7.93043 68.5167 8.15747 68.5156 8.4122C68.5141 8.65836 68.6148 8.9151 68.5544 9.20456C68.4985 9.47388 68.2584 9.89171 68.1799 10.1872C68.1497 10.301 68.0908 10.5054 68.121 10.6101C68.1512 10.7148 68.6707 11.1492 68.8021 11.2403C68.9335 11.3315 69.3719 11.6043 69.4917 11.6003C69.5532 11.5983 69.9755 11.4357 70.0349 11.3989C70.1799 11.3093 70.419 10.9876 70.5675 10.9021C70.716 10.8165 71.1389 10.7319 71.2612 10.6C71.5014 9.99441 71.5653 9.36062 71.4817 8.71676C71.4691 8.62061 71.3926 8.54862 71.3861 8.46002C71.3715 8.26973 71.5129 8.01652 71.4868 7.75777C71.4661 7.55389 71.2955 7.28456 71.2491 7.08974C71.1057 6.48767 71.2391 5.90825 71.0976 5.28201C71.005 4.87324 70.8947 4.469 70.7805 4.06678C71.452 4.10504 72.2107 4.2621 72.7407 4.69654C72.9018 4.82844 73.0141 5.04138 73.15 5.18133C73.448 5.48991 73.807 5.67668 73.8528 6.17505C73.9066 6.21331 74.5258 5.92838 74.6154 5.8725C74.6733 5.83576 74.6869 5.76679 74.7378 5.73256C74.9129 5.61476 75.0735 5.47934 75.2563 5.37564C75.3338 5.54831 75.5206 5.69329 75.6006 5.86143C75.8005 6.28026 75.7093 6.56419 76.0834 6.95986C76.3436 7.23523 76.6583 7.32836 76.9387 7.5418C77.0343 7.6148 77.4229 8.07642 77.4597 8.08397C77.6636 8.12525 77.9082 8.10008 78.1202 8.17862C78.1921 7.98329 78.387 7.88865 78.5027 7.73008C78.6291 7.55691 78.6996 7.26543 78.8118 7.13404C78.9065 7.02329 79.1567 6.91808 79.2876 6.80532C79.357 6.74592 79.7114 6.22036 79.7884 6.27674C79.9002 6.74541 80.3654 7.06457 80.5914 7.42048C80.6765 7.55439 80.7444 7.87506 80.8844 8.02205L80.9976 9.34149L82.006 8.26369C82.3261 8.21335 82.6201 8.07038 82.9257 7.97624C83.0636 7.93396 83.2428 7.98933 83.2866 7.83428C83.483 8.0583 83.2932 8.37545 83.267 8.61809C83.2333 8.93574 83.347 10.0845 83.4155 10.4183C83.4674 10.67 83.6561 10.9262 83.6989 11.187C84.0448 11.4961 84.4812 11.7266 84.9448 11.8047C85.0712 11.787 85.9693 10.9015 86.1691 10.7485C86.7939 10.2703 87.2973 10.1198 87.8123 9.43764C87.9713 9.22671 88.2779 8.81241 88.2477 8.56121C88.2417 8.51137 88.141 8.13583 88.1219 8.08246C88.0277 7.81918 87.7977 7.57453 87.704 7.34397C87.5082 6.8612 87.5132 6.20022 87.2983 5.70739C87.5248 5.29308 87.8269 4.92861 88.0836 4.53445C88.2422 4.2918 88.3675 3.94697 88.5306 3.72799C88.8629 3.28197 89.4071 3.02624 89.9548 2.9618C89.9905 2.99855 89.8601 3.76121 89.8546 3.89109C89.839 4.25355 89.8495 4.45843 89.8093 4.85059C89.7302 5.61728 90.06 6.41065 90.659 6.906C90.9651 7.15871 91.1579 7.15217 91.46 7.31225C91.762 7.47233 92.1396 7.91332 92.4391 8.06686C92.4819 8.08901 92.5836 8.13733 92.6248 8.11317C92.7849 7.70843 93.2254 7.22566 93.3633 6.84106C93.391 6.76303 93.3739 6.66084 93.3996 6.57576C93.4977 6.24603 93.5914 5.92285 93.6291 5.57398C93.762 5.45971 94.422 6.0794 94.5358 6.20073C94.6314 6.30241 95.1167 6.89342 95.1615 6.98302C95.2526 7.16576 95.5305 8.26872 95.537 8.46757C95.5446 8.69914 95.3065 9.14868 95.3402 9.30725C95.5048 9.43915 95.5602 9.69589 95.6996 9.86302C95.8597 10.0543 96.2841 10.4107 96.5273 10.4434C96.6909 10.4651 96.8585 10.4304 97.0216 10.452C97.154 10.4701 97.7395 10.6997 97.8059 10.6483C97.517 10.2139 97.2522 9.69538 97.2023 9.1663C97.1807 8.93775 97.226 8.69561 97.1978 8.46757C97.1414 8.0145 96.9093 7.77841 97.0035 7.21006C97.0417 6.97748 97.4022 6.8315 97.5537 6.6407C97.9972 6.08243 97.9167 5.84079 98.7025 5.49042C99.068 5.32731 99.365 5.29208 99.7687 5.32379C99.7757 5.58153 99.7692 5.84431 99.7123 6.09702C99.669 6.28983 99.4984 6.57023 99.4692 6.75901C99.4354 6.97698 99.4963 7.23775 99.4631 7.45622C99.4299 7.6747 99.152 8.0437 99.2285 8.22543C99.2406 8.25413 99.6428 8.64175 99.6725 8.66038C99.8538 8.77616 100.176 8.82247 100.406 8.93322C100.524 8.99011 100.707 9.16378 100.763 9.18946C100.869 9.23678 101.449 9.38629 101.524 9.33696L101.995 8.06988L101.832 7.18338C102.246 7.35756 102.932 7.4673 103.301 7.6883C103.364 7.72605 103.71 8.07088 103.797 8.15395C103.842 8.19623 103.813 8.20781 103.868 8.13583C104.265 7.62235 104.266 6.8914 104.515 6.31953C104.625 6.06632 104.888 5.8277 104.99 5.58808C105.02 5.5171 105.158 5.05195 105.158 4.99809C105.158 4.90848 104.948 4.22384 104.898 4.10806C104.633 3.49541 104.121 3.13497 103.952 2.4302C103.928 2.33355 103.893 2.15232 103.922 2.05819C104.107 2.08487 104.285 2.14779 104.473 2.16138C104.723 2.179 105.084 2.09342 105.267 2.11809C105.767 2.18454 106.671 2.95475 107.018 3.33986C107.856 4.27016 108.252 5.43655 108.877 6.46552C108.906 6.95584 108.844 7.47535 108.879 7.96165C108.896 8.20228 109.042 8.63672 109.033 8.81593C109.025 8.98256 108.869 9.28964 108.878 9.49402C108.963 9.56601 110.019 9.28057 110.124 9.1804C110.253 9.05807 110.409 8.59242 110.493 8.4283C110.548 8.32108 110.716 8.17912 110.691 7.98682C110.914 7.94302 110.808 8.05981 110.876 8.17509C111.078 8.52093 111.191 8.56674 111.446 8.81543C111.638 9.0032 111.799 9.21563 111.998 9.39384V8.66541C111.998 8.61104 112.301 8.12274 112.312 7.99839L112.954 7.68578C113.061 7.9259 113.033 8.17408 113.103 8.41673C113.204 8.76861 113.515 9.08475 113.609 9.44368L113.759 9.3435C113.784 9.86151 114.197 10.083 114.489 10.4485C114.665 10.3518 114.831 10.0734 114.98 9.98484C115.172 9.87107 115.541 9.86402 115.708 9.73012C115.736 9.70797 116.052 9.29668 116.092 9.23527C116.208 9.05605 116.291 8.82499 116.402 8.63974C116.527 8.69108 116.748 9.51567 116.834 9.70545C116.851 9.7427 116.908 9.74673 116.926 9.78398C116.975 9.88114 116.948 10.0508 117.081 10.0966V9.01628C117.081 8.8406 117.218 8.64729 117.23 8.60349C117.265 8.47865 117.244 8.26721 117.288 8.12727C117.347 7.93496 117.802 7.39229 117.937 7.19445C118.089 6.97295 118.362 6.42877 118.546 6.30644C118.588 6.27825 118.668 6.28882 118.725 6.25962C118.789 6.2264 118.786 6.14837 118.973 6.13025C119.085 6.11968 119.025 6.13629 119.045 6.20173C119.115 6.42676 119.15 6.64826 119.169 6.88284L119.824 8.33719C119.971 8.18264 120.295 8.0875 120.423 7.93094C120.524 7.8076 120.645 7.44918 120.706 7.28356C120.845 7.16374 121.197 7.74266 121.279 7.81918C121.339 7.87556 121.556 7.94654 121.625 7.98732C121.684 8.02205 121.799 8.17559 121.887 8.18717C122.025 8.12022 121.949 7.52771 121.964 7.35957C122.041 6.53902 122.016 5.5463 122.251 4.78162C122.448 4.14078 123.188 3.05846 123.778 2.7393C123.987 2.62653 124.232 2.61395 124.426 2.53139C124.646 2.43725 124.848 2.21273 125.093 2.14225C125.282 2.08789 125.497 2.1337 125.663 2.00835C125.695 2.18756 125.707 2.40352 125.688 2.58525C125.591 3.47226 125.033 4.42974 124.855 5.32027C124.808 5.55385 124.841 5.80404 124.791 6.03913C125.177 6.65279 125.493 7.36158 125.888 7.96215C126.328 8.63269 126.987 9.00169 127.298 9.78046L127.451 10.1459C127.57 10.0231 128.089 9.80814 128.158 9.70998C128.309 9.49553 128.565 8.82147 128.603 8.5597C128.624 8.42126 128.599 8.27527 128.608 8.13633C128.759 8.09404 128.736 8.19472 128.801 8.23047C129.412 8.56876 129.671 9.00471 129.865 9.67071C129.886 9.74371 129.835 9.75881 129.966 9.74421C129.991 9.71955 130.118 9.18694 130.171 9.08022C130.225 8.9735 130.494 8.71122 130.558 8.60349C130.687 8.38652 130.744 8.04169 130.857 7.84687C130.931 7.719 131.205 7.48945 131.253 7.33541C131.314 7.13858 131.256 6.88536 131.276 6.67947C131.407 6.65178 131.354 6.70665 131.381 6.75145C131.564 7.05702 131.635 7.22214 131.963 7.42451C132.192 7.56546 132.411 7.54633 132.634 7.68376C132.63 7.39833 132.755 7.13404 132.784 6.85415C132.828 6.42625 132.702 6.33665 132.939 5.91429C133.095 5.63641 133.357 5.38772 133.629 5.22512C133.739 5.16018 134.334 4.85864 134.396 4.92056L134.711 6.79173C134.899 6.96238 135.569 7.72253 135.771 7.68729C135.943 7.50455 136.113 7.30067 136.298 7.13203C136.376 7.06105 136.601 6.9508 136.636 6.88033C136.776 6.59489 136.444 5.94902 137.239 6.62862C137.829 7.13253 138.532 8.76962 138.712 9.52926C138.756 9.71703 138.687 10.0317 138.874 10.1449C138.866 9.92091 139.112 9.85043 139.192 9.65712L139.679 9.34149C139.718 9.37068 139.915 10.1313 139.984 10.2562C140.058 10.3911 140.424 10.6181 140.525 10.7827L140.687 11.5519C140.751 11.5474 140.77 11.4815 140.796 11.4357C141.105 10.8965 141.323 10.1641 141.6 9.67525C141.687 9.52171 141.971 9.28259 142.042 9.1517C142.14 8.97098 142.164 8.63974 142.253 8.46858C142.267 8.4419 142.616 8.04723 142.647 8.01954C142.704 7.9702 142.731 7.98128 142.8 7.98581C142.672 8.36991 142.77 8.6488 142.905 9.00118C143.079 9.45425 143.069 9.53832 143.164 10.0085C143.318 10.7681 143.729 10.8411 144.091 11.3189C144.285 11.5756 144.495 12.0574 144.734 12.3091C145.018 12.6096 145.494 12.8553 145.774 13.184L145.894 13.2384C146.052 13.256 146.066 13.1316 146.108 13.111C146.932 12.7027 147.818 12.3302 148.604 11.8449C148.94 11.6375 149.228 11.343 149.587 11.1568C149.899 10.9947 150.214 10.9433 150.496 10.8195C150.702 10.7294 150.894 10.5431 151.093 10.4364C151.145 10.1006 151.169 9.75982 151.21 9.42203C151.299 8.68404 151.32 7.85845 151.201 7.11038C151.134 6.68601 151.16 6.84811 151.201 6.44891C151.305 5.45115 151.282 4.46749 151.108 3.48585C151.095 3.41286 151.106 3.33634 151.105 3.26284L151.687 3.76071C151.906 4.15437 152.145 4.63664 152.503 4.92006C152.676 5.05698 153.037 5.19089 153.17 5.36004C153.303 5.52918 153.343 5.84834 153.449 6.02151C153.576 6.22992 153.877 6.42122 154.047 6.68098C154.493 7.36662 155.196 8.63218 155.33 9.41901C155.441 10.0729 155.152 10.1344 155.091 10.5824C155.07 10.7369 155.199 11.1261 155.172 11.263C155.151 11.3677 154.835 11.7125 154.775 11.8736C154.689 12.1027 154.777 12.3332 154.678 12.5552C154.883 12.5054 155.13 12.6081 155.307 12.6056C155.415 12.6041 156.004 12.522 156.102 12.4948C156.419 12.4052 156.858 11.6416 156.843 11.3002C157.047 11.4175 157.39 11.482 157.573 11.6003C157.744 11.7105 157.961 12.0528 158.125 12.2044C158.178 12.1817 158.516 11.5947 158.54 11.5127C158.589 11.337 158.578 11.112 158.617 10.9368C158.66 10.7369 159.281 9.70595 159.43 9.51214C159.649 9.2257 159.996 9.19046 160.202 9.02686C160.408 8.86325 160.64 8.26067 161.101 7.94302C161.209 7.86902 161.808 7.61782 161.875 7.68326C161.941 7.92288 161.74 8.16402 161.726 8.36739C161.71 8.59594 161.807 8.8703 161.769 9.15976C161.721 9.53379 161.409 10.0468 161.332 10.4339C161.31 10.5431 161.313 10.5789 161.37 10.6755C161.418 10.7576 161.992 11.2086 162.111 11.2912C162.412 11.4996 162.573 11.6602 162.942 11.5363C163.367 11.3939 163.732 10.9504 164.129 10.752C164.232 10.7007 164.385 10.7173 164.473 10.602C164.513 10.5527 164.62 10.2436 164.638 10.1646C164.68 9.99139 164.809 9.30776 164.798 9.1658C164.785 8.98809 164.658 8.73941 164.645 8.51187C164.629 8.22795 164.718 7.98279 164.688 7.71447C164.652 7.39179 164.428 7.03739 164.393 6.65279C164.357 6.26818 164.439 5.79045 164.388 5.40182C164.363 5.22009 163.974 4.12669 164.04 4.06628C164.492 4.09548 165.045 4.19666 165.46 4.38091C165.958 4.6014 166.136 4.9417 166.473 5.30416C166.649 5.49294 166.871 5.54126 166.984 5.82367C167.035 5.94902 166.993 6.13126 167.134 6.21986C167.616 5.99383 168.034 5.71594 168.444 5.37715C168.503 5.4884 168.744 5.69933 168.79 5.77736C168.922 6.00087 168.922 6.31701 169.028 6.54707C169.283 7.10233 169.799 7.24882 170.205 7.58258C170.344 7.69685 170.537 8.02055 170.719 8.0734C170.775 8.08951 171.297 8.18315 171.326 8.17358C171.4 8.01148 171.63 7.89369 171.72 7.76481C171.831 7.60674 171.908 7.27298 172.009 7.14764C172.146 6.97497 172.515 6.8617 172.696 6.6397C172.753 6.56922 172.852 6.25107 172.972 6.27674C173.133 6.39353 173.172 6.6694 173.267 6.81237C173.305 6.86824 173.45 6.95382 173.498 7.02027C174.015 7.74971 174.109 8.00846 174.205 8.9146C174.219 9.05505 174.197 9.20053 174.206 9.34098C174.257 9.40995 174.613 8.88037 174.66 8.82851C175.282 8.14036 175.589 8.17811 176.394 7.93295C176.468 7.9103 176.507 7.86046 176.571 7.83378C176.541 8.69864 176.405 10.8054 177.142 11.3823C177.183 11.414 177.617 11.6536 177.678 11.6773C177.725 11.6959 178.083 11.8072 178.106 11.8072C178.205 11.8072 178.268 11.7483 178.344 11.6989C178.636 11.5082 179.058 10.9977 179.36 10.7671C180.058 10.234 180.578 10.086 181.131 9.32034C181.189 9.2403 181.445 8.87634 181.467 8.82298C181.633 8.42679 181.038 7.6148 180.902 7.25285C180.803 6.98755 180.793 6.68651 180.736 6.41367C180.689 6.18814 180.537 5.9314 180.569 5.66913C181.133 4.84706 181.529 3.8775 182.289 3.21804L183.215 2.95979C183.256 3.12138 183.147 3.26183 183.126 3.39826C183.044 3.91828 183.127 4.48612 183.06 5.04037C183.047 5.14407 182.969 5.25231 182.964 5.29812C182.962 5.31926 183.051 5.31272 183.063 5.35551C183.247 6.02101 183.352 6.50126 183.94 6.95785C184.2 7.15972 184.439 7.18237 184.702 7.32836C184.815 7.39128 185.808 8.21184 185.882 8.13432C186.004 7.69887 186.387 7.2901 186.562 6.87781C186.716 6.51485 186.814 5.9611 186.839 5.57247C186.894 5.51559 187.356 5.80303 187.432 5.86093C187.633 6.01648 188.314 6.82646 188.408 7.04494C188.496 7.24731 188.766 8.27678 188.773 8.47915C188.78 8.70468 188.574 8.99262 188.6 9.26044C188.604 9.30373 188.88 9.81872 188.921 9.87409C188.997 9.97578 189.503 10.3815 189.615 10.4112C189.84 10.4701 190.027 10.4173 190.232 10.4495C190.454 10.4847 190.716 10.6176 190.942 10.6453C191.022 10.6549 191.025 10.6529 191.015 10.5718C190.777 10.2758 190.52 9.78599 190.465 9.41247C190.424 9.13459 190.503 8.78824 190.459 8.51439C190.381 8.02608 190.125 7.93345 190.233 7.27802C190.302 6.86271 190.571 6.89392 190.793 6.63164C190.956 6.43984 191.021 6.14434 191.215 5.94751C191.611 5.5463 192.383 5.23972 192.946 5.31876C193.052 5.34242 192.945 6.05675 192.915 6.18663C192.879 6.33765 192.707 6.64272 192.68 6.80582C192.641 7.03437 192.709 7.30772 192.666 7.54533C192.634 7.71347 192.479 7.93799 192.435 8.11821C192.662 8.67044 193.144 8.69008 193.595 8.90101C193.711 8.95537 193.926 9.16831 194.004 9.19751C194.108 9.23627 194.669 9.37572 194.734 9.33293C194.823 8.97299 195.224 8.34927 195.24 8.00494C195.248 7.83277 195.014 7.21056 195.043 7.17985C195.185 7.2458 195.367 7.23875 195.508 7.28356C195.756 7.36259 196.26 7.54029 196.512 7.68628C196.557 7.71246 197.074 8.21587 197.106 8.18415C197.156 7.97071 197.303 7.78998 197.381 7.58006C197.61 6.9654 197.636 6.5078 197.982 5.89314C198.017 5.83072 198.145 5.75471 198.199 5.63288C198.414 5.14961 198.365 4.70561 198.185 4.21831C198.014 3.75668 197.46 3.23364 197.286 2.80423C197.255 2.72772 197.079 2.08235 197.106 2.05516C197.301 2.07127 197.486 2.14326 197.683 2.15736C198.349 2.20417 198.646 2.03301 199.281 2.4599C200.328 3.16367 200.87 4.18156 201.426 5.25331C201.584 5.55636 202.011 6.1675 202.078 6.46149C202.168 6.85818 202.043 7.51965 202.088 7.95863C202.114 8.21285 202.241 8.47563 202.243 8.76106C202.245 9.02837 202.155 9.2398 202.089 9.48999C202.177 9.56802 203.202 9.28359 203.333 9.17486C203.508 9.02887 203.865 8.23349 203.901 7.98329L204.049 7.9848C204.16 8.44743 204.528 8.65987 204.836 8.96041C204.903 9.02585 205.204 9.45274 205.259 9.38981C205.148 8.83456 205.273 8.43183 205.597 7.98027L206.216 7.68175C206.251 7.718 206.256 8.19472 206.28 8.29641C206.329 8.50684 206.842 9.47137 206.98 9.70646C207.08 9.8756 207.51 10.3282 207.703 10.3418C207.924 10.3579 207.968 10.2446 208.067 10.1973C208.14 10.162 208.276 10.1691 208.317 10.1298C208.337 10.1117 208.435 9.88869 208.514 9.79757C208.706 9.57658 209.002 9.37119 209.167 9.16781C209.289 9.0178 209.31 8.68957 209.526 8.80032C209.562 8.81895 210.073 9.33897 210.092 9.37421C210.13 9.44569 210.13 9.52422 210.147 9.60074L210.394 9.94205C210.326 9.42958 210.547 8.97551 210.684 8.49828C210.712 8.40213 210.687 8.29138 210.719 8.18214C210.841 7.77035 211.124 7.35001 211.133 6.88939C211.384 6.63869 211.71 6.45696 212.018 6.27322C212.054 6.25207 212.056 6.18059 212.082 6.17405C212.215 6.13981 212.259 6.2858 212.308 6.39907C212.577 7.01423 212.588 7.79301 213.036 8.33467C213.141 8.16754 213.471 8.06988 213.598 7.91584C213.688 7.80559 213.877 7.19697 213.991 7.18791C214.434 7.44666 214.764 7.83227 215.124 8.18415C215.033 7.73511 214.95 7.05602 215.027 6.60446C215.069 6.35628 215.321 5.98678 215.364 5.73558C215.393 5.56694 215.356 5.40383 215.377 5.24627C215.408 5.01873 215.849 3.83018 215.965 3.6268C215.997 3.57092 216.81 2.7549 216.875 2.70859C217.023 2.60287 217.951 2.18051 218.141 2.12765C218.246 2.09896 218.97 1.97412 219 2.00482C219 2.0461 219.005 2.08889 219.002 2.13068C218.976 2.49766 218.663 3.10578 218.601 3.48988C218.537 3.87951 218.622 3.84629 218.452 4.25606C218.224 4.80578 218.278 4.95681 218.183 5.48488C218.155 5.64295 217.931 5.93593 217.971 6.07487C218.006 6.19267 218.34 6.43985 218.418 6.5803C218.614 6.93419 218.651 7.41495 218.919 7.81465C219.058 8.02105 219.43 8.19623 219.569 8.3981C219.828 8.77515 220.007 9.30373 220.264 9.69941C220.348 9.82979 220.549 9.94407 220.565 10.1384L220.704 10.1339C220.777 9.97427 220.898 9.80865 221.016 9.68129C221.174 9.51114 221.695 9.13509 221.77 9.00219C221.845 8.86929 221.856 8.46052 221.92 8.28433L222.893 9.0928C222.974 9.14063 223.082 9.87158 223.177 9.79103C223.181 9.73465 223.196 9.67273 223.228 9.62591C223.303 9.51768 223.534 9.24886 223.575 9.14919C223.64 8.99414 223.658 8.66893 223.759 8.48871C223.819 8.383 224.274 7.99084 224.283 7.94755C224.259 7.48945 224.418 7.05853 224.536 6.62611C224.747 6.71219 224.629 7.10434 224.735 7.20603C224.831 7.29815 225.204 7.37216 225.278 7.52771L225.894 7.68125L225.955 6.20928L226.499 5.67164V19.1856H20.3984V7.50758H20.4488ZM105.856 4.26613V5.62281C106.045 5.58305 106.023 5.42145 106.161 5.29912C106.233 5.23569 106.612 5.07058 106.612 5.0444C106.595 4.94875 105.895 4.21428 105.856 4.26663V4.26613ZM199.699 4.838C199.581 4.70057 199.352 4.44585 199.216 4.34164C199.166 4.30288 199.152 4.24398 199.065 4.26663L199.115 5.62281C199.336 5.38319 199.507 5.12696 199.87 5.06957C199.88 5.0595 199.728 4.87123 199.7 4.838H199.699ZM79.5337 9.18946C79.6636 8.9453 79.6535 8.65836 79.6847 8.38652L79.494 8.7228C79.4753 8.81895 79.4814 8.91711 79.4834 9.01427C79.4844 9.07367 79.4471 9.20204 79.5332 9.18946H79.5337ZM172.827 9.07518C172.88 8.90705 172.864 8.57681 172.893 8.38652L172.69 8.8109L172.693 9.18996C172.721 9.18694 172.824 9.08374 172.827 9.07569V9.07518ZM27.7844 9.48093C27.7774 9.3883 27.5916 8.72179 27.4955 8.78774L27.2448 9.26447L27.3943 9.7422L27.7844 9.48043V9.48093ZM120.803 8.78774C120.684 8.76055 120.722 8.80838 120.691 8.85318C120.657 8.90352 120.473 9.19348 120.471 9.21463C120.465 9.28208 120.608 9.71048 120.678 9.7422L120.998 9.45626L120.803 8.78774ZM101.977 10.1399L102.132 9.34098C102.022 9.40039 101.867 9.66518 101.76 9.69991C101.521 9.77693 101.269 9.73062 101.025 9.7427C100.992 9.8605 101.056 9.82728 101.09 9.85748C101.369 10.1052 101.582 10.225 101.977 10.1404L101.977 10.1399ZM194.183 9.69236C194.423 10.0488 194.687 10.1686 195.11 10.1887L195.34 9.34048C195.189 9.42707 195.116 9.66417 194.94 9.71955C194.723 9.78801 194.402 9.73918 194.182 9.69236H194.183ZM24.0728 10.4465L24.1755 10.5245C24.3482 10.4777 24.5284 10.4938 24.7051 10.4928C24.7625 10.4928 24.9714 10.5768 24.9774 10.4711C24.981 10.4072 24.6678 10.0206 24.6386 9.90581C24.6044 9.77039 24.6351 9.62793 24.6261 9.4915C24.3915 9.62692 24.4937 9.92846 24.3779 10.1746C24.3391 10.2572 24.1735 10.4248 24.0733 10.4465H24.0728ZM118.187 10.4958C118.035 10.1389 117.778 9.91537 117.809 9.4905C117.719 9.48848 117.65 10.086 117.631 10.1575C117.626 10.1787 117.365 10.4158 117.332 10.4711C117.318 10.6252 117.386 10.4958 117.407 10.4958H118.187ZM72.5892 10.672C72.6416 10.4198 72.551 10.0145 72.5892 9.7427L72.414 10.3966L72.1362 11.1487C72.3018 11.2766 72.5656 10.7853 72.5892 10.672ZM165.345 11.1487C165.542 11.2912 165.799 10.7354 165.826 10.5955C165.866 10.3881 165.741 9.98484 165.797 9.7427L165.461 10.9398L165.344 11.1487H165.345ZM211.395 11.4503L211.093 10.3453C210.938 10.3976 210.905 10.7601 210.828 10.8336C210.767 10.8915 210.438 10.963 210.338 10.9484C210.394 11.1376 211.324 11.5182 211.395 11.4498V11.4503ZM109.58 10.3961L109.185 10.4037C109.163 10.5774 108.971 10.7883 108.949 10.9463C108.94 11.0108 109.094 11.2167 109.027 11.3506C109.338 11.2091 109.374 10.7566 109.481 10.4827C109.507 10.4188 109.599 10.4772 109.58 10.3966V10.3961ZM202.789 10.3961C202.242 10.2708 202.173 10.9539 202.235 11.3501C202.302 11.4301 202.473 11.12 202.495 11.0823C202.624 10.8562 202.645 10.6106 202.789 10.3961ZM58.4681 10.6176C58.5129 10.5763 58.6599 10.524 58.5728 10.446C58.3826 10.6383 58.0508 10.7304 57.8479 10.8779C57.786 10.9227 57.7241 10.9559 57.7422 11.048C57.7835 11.0888 58.3911 10.6876 58.4681 10.6171V10.6176ZM88.9464 11.6013C89.2958 11.3204 89.4458 10.8723 89.4992 10.446L88.955 10.9307L88.9464 11.6018V11.6013ZM182.384 11.3793C182.579 11.1029 182.707 10.7943 182.707 10.446L182.187 10.9106C182.22 10.9841 182.124 11.7085 182.254 11.6013C182.233 11.4664 182.348 11.4311 182.384 11.3793ZM220.426 10.5205C220.392 10.4847 220.424 10.4293 220.354 10.446C220.364 10.6685 220.32 10.9151 220.396 11.1301C220.415 11.1845 220.752 11.5877 220.805 11.5509L221.356 10.8074L221.51 10.446C221.408 10.5431 220.8 11.0178 220.706 10.9479C220.68 10.8044 220.531 10.6312 220.426 10.5205ZM151.756 10.5466C151.633 10.5084 150.863 10.9786 150.951 11.048C151.166 11.0657 151.215 10.8552 151.415 10.8447L151.756 10.5466ZM139.526 13.2082C139.23 12.8648 139.352 12.7823 139.413 12.4173C139.421 12.3644 139.465 12.2426 139.375 12.2547C139.164 12.6021 139.048 13.0305 139.526 13.2082ZM46.3677 13.2585L46.1266 12.9726L46.117 12.305C45.8799 12.7199 45.8719 13.0934 46.3682 13.2585H46.3677ZM65.1614 13.4407L64.9394 12.958C65.0165 13.1407 64.4944 14.0609 64.5367 14.1133L65.4418 13.9119C65.5294 13.8324 65.1997 13.5162 65.1609 13.4407H65.1614ZM158.248 13.0078C158.142 12.8976 158.102 13.3129 158.08 13.3682C157.983 13.6189 157.831 13.8571 157.745 14.1128C158.064 14.0504 158.369 13.8842 158.7 13.9119C158.571 13.5867 158.242 13.3738 158.247 13.0078H158.248Z\" fill=\"#FF350F\"/>\\n<path d=\"M211.744 4.51777C211.553 5.02571 211.198 5.40629 210.826 5.78585C210.734 6.07582 210.7 6.43928 210.6 6.71817C210.571 6.79821 210.627 6.85308 210.486 6.82841C210.507 6.4428 210.349 5.94191 210.513 5.57392C210.539 5.51553 211.339 4.773 211.441 4.69245C211.49 4.6542 211.703 4.477 211.744 4.51777Z\" fill=\"#FF350F\"/>\\n<path d=\"M214.244 5.55235C214.213 5.6032 213.98 5.95357 213.913 5.87403C213.916 5.68475 213.882 5.49496 213.85 5.30971C213.827 5.18486 213.734 5.12949 213.763 4.94927C213.797 4.74338 214.026 4.44586 214.014 4.21631L214.154 4.30289C214.146 4.55661 214.456 5.08368 214.406 5.28303C214.393 5.33689 214.284 5.48741 214.244 5.55235Z\" fill=\"#FF350F\"/>\\n<path d=\"M219.797 3.43749L220.603 2.88525L220.753 2.93559C220.767 2.97134 220.687 2.94466 220.657 2.99953C220.409 3.43951 220.117 3.90516 219.947 4.36678H219.797V3.43749H219.797Z\" fill=\"#FF350F\"/>\\n<path d=\"M197.102 5.32154L196.406 4.83576C196.414 4.70185 196.429 3.91553 196.524 3.91553C196.834 4.31372 197.095 4.80807 197.102 5.32104L197.102 5.32154Z\" fill=\"#FF350F\"/>\\n<path d=\"M103.892 5.27096C103.818 5.34496 103.286 4.91404 103.195 4.83601L103.238 3.91528C103.343 3.89565 103.374 3.98777 103.42 4.05875C103.652 4.41366 103.811 4.85816 103.891 5.27096H103.892Z\" fill=\"#FF350F\"/>\\n<path d=\"M189.256 3.56287C189.328 3.81206 189.286 4.06779 189.329 4.31899C189.387 4.6598 189.622 4.97191 189.658 5.32077C189.386 5.10431 189.209 4.80931 189.048 4.50928C189.027 4.46901 188.963 4.46347 188.956 4.43075C188.931 4.32403 189.089 3.74611 189.143 3.6263C189.174 3.55834 189.148 3.54727 189.256 3.56287Z\" fill=\"#FF350F\"/>\\n<path d=\"M96.044 3.56299C96.0506 3.75126 96.0289 3.94105 96.0561 4.12932C96.0833 4.3176 96.2318 4.80238 96.2998 4.98209C96.3199 5.03445 96.5051 5.15728 96.4462 5.32189C96.4372 5.33347 96.3174 5.26098 96.2937 5.2343C96.1895 5.1165 95.7672 4.51493 95.744 4.39009C95.6816 4.05482 95.9454 3.88819 95.893 3.56299H96.0435H96.044Z\" fill=\"#FF350F\"/>\\n<path d=\"M126.372 2.73081C126.513 2.83753 126.568 3.03688 126.73 3.12145L126.735 3.25486C126.288 3.44162 125.979 3.68779 125.688 4.06585C125.688 3.61479 126.113 3.48592 126.394 3.23069L126.24 2.685C126.249 2.62811 126.351 2.71571 126.372 2.73131V2.73081Z\" fill=\"#FF350F\"/>\\n<path d=\"M33.1646 2.72614C33.2461 2.80366 33.5386 3.14849 33.4762 3.25421C33.3413 3.36395 33.0654 3.44702 32.9461 3.53058C32.7885 3.64083 32.6345 3.93985 32.4769 4.0652C32.4633 3.61515 32.855 3.45658 33.1771 3.25723L33.0291 2.68486C33.0337 2.63099 33.1525 2.71506 33.1641 2.72614H33.1646Z\" fill=\"#FF350F\"/>\\n<path d=\"M150.095 9.49316C150.105 9.49971 150.212 9.68043 150.217 9.69906C150.308 10.0751 149.993 9.98801 149.819 10.2437C149.582 9.91552 149.779 9.76198 149.99 9.52488L150.095 9.49316Z\" fill=\"#FF350F\"/>\\n<path d=\"M56.8891 9.49171L57.0356 9.85819L56.6132 10.2453C56.3766 9.94477 56.5478 9.7268 56.7889 9.52242C56.8241 9.49221 56.8141 9.47157 56.8886 9.49221L56.8891 9.49171Z\" fill=\"#FF350F\"/>\\n<path d=\"M83.8125 8.93876L84.2661 8.86426C84.1432 9.12402 84.0723 9.56752 83.8125 9.69236V8.93876Z\" fill=\"#FF350F\"/>\\n<path d=\"M41.7877 4.76904C41.9463 5.10532 42.1813 5.37766 42.1909 5.77334C41.7867 5.62534 41.7469 5.1622 41.6875 4.79421L41.7877 4.76904Z\" fill=\"#FF350F\"/>\\n<path d=\"M134.991 4.76906C135.158 5.11943 135.445 5.33438 135.394 5.77336C135 5.5871 134.987 5.1738 134.891 4.79423L134.991 4.76855L134.991 4.76906Z\" fill=\"#FF350F\"/>\\n<path d=\"M220.256 5.32153C220.172 5.4947 220.059 5.72576 220.017 5.91051C219.991 6.02227 220.053 6.22866 219.955 6.27498C220.005 6.07764 219.63 5.99106 219.676 5.81839C219.742 5.69002 219.851 5.59085 219.955 5.4957C219.998 5.45644 220.191 5.25961 220.256 5.32153Z\" fill=\"#FF350F\"/>\\n<path d=\"M174.252 6.15036C174.257 6.13072 174.34 6.05974 174.352 6.07485C174.423 6.46851 174.606 6.82039 174.452 7.23017C174.265 7.27547 174.404 7.06203 174.34 6.98853C174.32 6.96638 174.252 6.9835 174.252 6.97897C174.252 6.77811 174.213 6.3039 174.252 6.14985V6.15036Z\" fill=\"#FF350F\"/>\\n<path d=\"M177.524 8.83789L177.225 9.5185L177.097 9.69066L177.078 8.94512L177.524 8.83789Z\" fill=\"#FF350F\"/>\\n<path d=\"M81.0469 6.07471C81.1274 6.0883 81.142 6.17035 81.1632 6.23529C81.2709 6.57107 81.3952 6.90583 81.1974 7.23003C81.1425 7.22852 81.0469 6.96977 81.0469 6.95416V6.07521V6.07471Z\" fill=\"#FF350F\"/>\\n<path d=\"M143.699 7.53188C143.645 7.74734 143.966 8.08966 143.953 8.25679C143.946 8.34589 143.654 8.76322 143.549 8.83772C143.521 8.59458 143.734 8.52561 143.747 8.30361C143.755 8.16869 143.722 8.04335 143.695 7.91397C143.677 7.8294 143.458 7.51527 143.7 7.53188H143.699Z\" fill=\"#FF350F\"/>\\n<path d=\"M50.571 7.91532C50.579 7.93646 50.654 7.94603 50.6802 8.07943C50.7391 8.37644 50.6032 8.51739 50.4315 8.74494C50.4109 8.77212 50.3736 8.92314 50.3001 8.83807C50.2634 8.79528 50.5493 8.40967 50.5554 8.25965C50.5649 8.0301 50.3293 7.79148 50.4008 7.53223C50.503 7.60321 50.5277 7.80306 50.571 7.91582V7.91532Z\" fill=\"#FF350F\"/>\\n<path d=\"M162.727 8.00873C162.725 7.99212 162.652 7.95135 162.677 7.88339C162.742 7.80938 162.972 8.24785 162.975 8.30877C162.979 8.3737 162.86 8.65712 162.827 8.76435C162.804 8.84087 162.885 8.91436 162.727 8.88869C162.702 8.6093 162.761 8.28158 162.727 8.00974V8.00873Z\" fill=\"#FF350F\"/>\\n<path d=\"M125.584 4.71828C125.522 4.66089 125.947 4.19021 125.986 4.21638C126.249 4.64428 125.935 4.62918 125.584 4.71828Z\" fill=\"#FF350F\"/>\\n<path d=\"M32.3728 4.71821C32.2812 4.62457 32.6854 4.27168 32.7745 4.21631L32.853 4.5702L32.3728 4.71821Z\" fill=\"#FF350F\"/>\\n<path d=\"M69.5198 8.00913C69.5188 7.98597 69.3905 7.92204 69.5445 7.93412C69.7534 8.15512 69.7182 8.36655 69.6437 8.63487C69.6276 8.69276 69.5838 8.87902 69.5204 8.88808C69.5108 8.59661 69.5339 8.3006 69.5204 8.00913H69.5198Z\" fill=\"#FF350F\"/>\\n<path d=\"M180.744 8.48682C180.731 8.69472 180.822 8.99727 180.568 9.08789C180.393 8.88149 180.479 8.55629 180.744 8.48682Z\" fill=\"#FF350F\"/>\\n<path d=\"M87.5341 8.48682C87.5407 8.73097 87.5935 9.03754 87.2829 9.0894C87.2683 8.82309 87.2321 8.58146 87.5341 8.48682Z\" fill=\"#FF350F\"/>\\n<path d=\"M22.6657 7.83398L22.8611 8.15113L22.6416 8.43505C22.5238 8.43656 22.5751 7.95732 22.5661 7.85865L22.6663 7.83398H22.6657Z\" fill=\"#FF350F\"/>\\n<path d=\"M115.866 7.83447L116.067 8.16018C116.032 8.29056 115.95 8.40131 115.817 8.43655L115.766 7.85964L115.866 7.83498V7.83447Z\" fill=\"#FF350F\"/>\\n<path d=\"M27.6486 7.12942C27.405 7.06347 27.1548 6.75438 27.3723 6.52734C27.3959 6.75841 27.5022 6.95222 27.6486 7.12942Z\" fill=\"#FF350F\"/>\\n<path d=\"M105.859 4.26634C105.898 4.21399 106.598 4.94846 106.615 5.0441C106.615 5.06978 106.236 5.2354 106.164 5.29883C106.026 5.42116 106.048 5.58275 105.859 5.62252V4.26584V4.26634Z\" fill=\"#FF350F\"/>\\n<path d=\"M220.427 10.5204C220.532 10.6312 220.681 10.8043 220.708 10.9478C220.802 11.0178 221.409 10.5431 221.512 10.4459L221.357 10.8074L220.807 11.5509C220.753 11.5876 220.416 11.1844 220.397 11.13C220.321 10.9151 220.365 10.6684 220.355 10.4459C220.425 10.4293 220.394 10.4847 220.427 10.5204Z\" fill=\"#FF350F\"/>\\n<path d=\"M199.697 4.83812C199.726 4.87135 199.878 5.05962 199.867 5.06969C199.506 5.12708 199.334 5.38281 199.113 5.62293L199.062 4.26675C199.15 4.2441 199.163 4.303 199.214 4.34176C199.35 4.44597 199.578 4.70069 199.697 4.83812H199.697Z\" fill=\"#FF350F\"/>\\n<path d=\"M211.4 11.4502C211.329 11.5186 210.399 11.1381 210.344 10.9488C210.443 10.9634 210.772 10.8919 210.834 10.834C210.912 10.7605 210.944 10.3981 211.098 10.3457L211.4 11.4507V11.4502Z\" fill=\"#FF350F\"/>\\n<path d=\"M158.252 13.0078C158.247 13.3738 158.577 13.5867 158.705 13.9119C158.375 13.8847 158.07 14.0504 157.75 14.1128C157.836 13.8571 157.989 13.6189 158.086 13.3682C158.107 13.3124 158.147 12.8976 158.253 13.0078H158.252Z\" fill=\"#FF350F\"/>\\n<path d=\"M65.1579 13.4408C65.1967 13.5163 65.5264 13.8324 65.4388 13.912L64.5337 14.1133C64.4914 14.061 65.0134 13.1412 64.9364 12.958L65.1584 13.4408H65.1579Z\" fill=\"#FF350F\"/>\\n<path d=\"M194.188 9.69221C194.407 9.73903 194.728 9.78786 194.945 9.7194C195.121 9.66402 195.193 9.42692 195.345 9.34033L195.115 10.1886C194.692 10.1684 194.429 10.0486 194.188 9.69221H194.188Z\" fill=\"#FF350F\"/>\\n<path d=\"M101.977 10.1397C101.583 10.2248 101.369 10.105 101.089 9.85683C101.055 9.82713 100.992 9.85985 101.025 9.74205C101.268 9.72997 101.521 9.77679 101.76 9.69926C101.867 9.66453 102.022 9.39923 102.131 9.34033L101.976 10.1392L101.977 10.1397Z\" fill=\"#FF350F\"/>\\n<path d=\"M24.0786 10.4467C24.1788 10.425 24.3444 10.2574 24.3832 10.1748C24.499 9.92815 24.3968 9.62661 24.6314 9.4917C24.6409 9.62812 24.6102 9.77109 24.644 9.906C24.6732 10.0208 24.9863 10.4074 24.9827 10.4713C24.9767 10.577 24.7678 10.493 24.7104 10.493C24.5342 10.494 24.3535 10.4779 24.1808 10.5247L24.0781 10.4467H24.0786Z\" fill=\"#FF350F\"/>\\n<path d=\"M118.185 10.496H117.405C117.384 10.496 117.317 10.6254 117.33 10.4714C117.363 10.416 117.623 10.1784 117.629 10.1577C117.648 10.0863 117.718 9.48821 117.808 9.49073C117.776 9.91561 118.033 10.1391 118.185 10.496Z\" fill=\"#FF350F\"/>\\n<path d=\"M88.9453 11.6011L88.9539 10.9301L89.4981 10.4453C89.4447 10.8717 89.2947 11.3197 88.9453 11.6006V11.6011Z\" fill=\"#FF350F\"/>\\n<path d=\"M27.7897 9.48096L27.3995 9.74273L27.25 9.265L27.5007 8.78827C27.5968 8.72233 27.7826 9.38884 27.7897 9.48146V9.48096Z\" fill=\"#FF350F\"/>\\n<path d=\"M120.801 8.78772L120.995 9.45625L120.676 9.74218C120.606 9.71047 120.463 9.28207 120.469 9.21461C120.471 9.19347 120.655 8.9035 120.689 8.85316C120.72 8.80836 120.681 8.76054 120.801 8.78772Z\" fill=\"#FF350F\"/>\\n<path d=\"M182.388 11.3791C182.351 11.431 182.236 11.4662 182.258 11.6011C182.128 11.7089 182.224 10.9839 182.191 10.9104L182.711 10.4458C182.711 10.7942 182.583 11.1027 182.388 11.3791Z\" fill=\"#FF350F\"/>\\n<path d=\"M109.584 10.396C109.604 10.4766 109.511 10.4182 109.486 10.4821C109.378 10.7559 109.342 11.2085 109.032 11.35C109.098 11.2161 108.944 11.0102 108.954 10.9457C108.976 10.7877 109.167 10.5767 109.189 10.4031L109.584 10.3955V10.396Z\" fill=\"#FF350F\"/>\\n<path d=\"M202.791 10.3965C202.646 10.6109 202.626 10.8566 202.497 11.0826C202.476 11.1204 202.304 11.4305 202.237 11.3504C202.176 10.9543 202.245 10.2711 202.791 10.3965Z\" fill=\"#FF350F\"/>\\n<path d=\"M72.5937 10.672C72.57 10.7852 72.3067 11.2766 72.1406 11.1487L72.4185 10.3966L72.5937 9.74268C72.5554 10.015 72.646 10.4198 72.5937 10.672Z\" fill=\"#FF350F\"/>\\n<path d=\"M165.344 11.1487L165.461 10.9398L165.796 9.74268C165.74 9.98481 165.866 10.388 165.826 10.5954C165.798 10.7354 165.541 11.2912 165.344 11.1487H165.344Z\" fill=\"#FF350F\"/>\\n<path d=\"M139.521 13.2082C139.043 13.03 139.16 12.6021 139.371 12.2547C139.461 12.2427 139.417 12.3645 139.408 12.4173C139.347 12.7828 139.225 12.8654 139.521 13.2082Z\" fill=\"#FF350F\"/>\\n<path d=\"M46.3691 13.2586C45.8727 13.0935 45.8813 12.72 46.1179 12.3052L46.1275 12.9727L46.3686 13.2586H46.3691Z\" fill=\"#FF350F\"/>\\n<path d=\"M58.4635 10.6174C58.3865 10.6879 57.7789 11.0891 57.7376 11.0484C57.7195 10.9562 57.7814 10.923 57.8433 10.8782C58.0462 10.7302 58.3779 10.6381 58.5682 10.4463C58.6558 10.5243 58.5088 10.5767 58.4635 10.618V10.6174Z\" fill=\"#FF350F\"/>\\n<path d=\"M151.749 10.5466L151.409 10.8447C151.209 10.8552 151.159 11.0657 150.944 11.048C150.856 10.9786 151.627 10.5084 151.749 10.5466Z\" fill=\"#FF350F\"/>\\n<path d=\"M172.825 9.0754C172.822 9.08395 172.719 9.18665 172.691 9.18967L172.688 8.8106L172.891 8.38623C172.862 8.57702 172.878 8.90675 172.825 9.07489V9.0754Z\" fill=\"#FF350F\"/>\\n<path d=\"M79.5336 9.18965C79.4475 9.20224 79.4847 9.07387 79.4837 9.01447C79.4817 8.91731 79.4757 8.81915 79.4943 8.72299L79.6851 8.38672C79.6539 8.65906 79.664 8.946 79.5341 9.18965H79.5336Z\" fill=\"#FF350F\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_376_10136\">\\n<rect width=\"245\" height=\"19\" fill=\"white\" transform=\"translate(0.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-sncvJ.framer-p9r5gf, .framer-sncvJ .framer-p9r5gf { display: block; }\",\".framer-sncvJ.framer-1m37mng { cursor: pointer; height: 60px; overflow: visible; position: relative; text-decoration: none; width: 220px; }\",\".framer-sncvJ .framer-emgxnb { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 12px 16px 12px 16px; position: absolute; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-sncvJ .framer-e2os92 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-sncvJ .framer-1qi803b { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-sncvJ .framer-gqctnv { flex: none; height: 12px; left: calc(50.00000000000002% - 11.5px / 2); position: absolute; top: calc(50.00000000000002% - 11.5px / 2); width: 12px; }\",\".framer-sncvJ .framer-578ab { flex: none; height: 19px; left: calc(50.00000000000002% - 222px / 2); position: absolute; top: 0px; width: 222px; }\",\".framer-sncvJ.framer-v-enyu3j.framer-1m37mng { cursor: unset; }\",\".framer-sncvJ.framer-v-1m37mng.hover .framer-emgxnb { gap: 12px; width: 220px; }\",\".framer-sncvJ.framer-v-176a8mb.hover .framer-emgxnb { gap: 12px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 220\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"tuG0nuxMR\":{\"layout\":[\"fixed\",\"fixed\"]},\"sN9p5KXR6\":{\"layout\":[\"fixed\",\"fixed\"]},\"TLQ9q_1de\":{\"layout\":[\"fixed\",\"fixed\"]},\"DvotBOlZf\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerOgVZcqnBn=withCSS(Component,css,\"framer-sncvJ\");export default FramerOgVZcqnBn;FramerOgVZcqnBn.displayName=\"CTA\";FramerOgVZcqnBn.defaultProps={height:60,width:220};addPropertyControls(FramerOgVZcqnBn,{variant:{options:[\"mftRjWyxJ\",\"tuG0nuxMR\",\"sN9p5KXR6\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerOgVZcqnBn,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOgVZcqnBn\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"220\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"60\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tuG0nuxMR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sN9p5KXR6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TLQ9q_1de\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DvotBOlZf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OgVZcqnBn.map", "// Generated by Framer (f2c0341)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const enabledGestures={mvna3tiiY:{pressed:true},PeDVSK9nI:{pressed:true},XW1gaTunE:{pressed:true}};const cycleOrder=[\"PeDVSK9nI\",\"XW1gaTunE\",\"mvna3tiiY\",\"TB5qOUXVJ\",\"XhZ1bUsnl\",\"ba3PcYHOy\"];const serializationHash=\"framer-8eAr4\";const variantClassNames={ba3PcYHOy:\"framer-v-1ov9r02\",mvna3tiiY:\"framer-v-2o7lcw\",PeDVSK9nI:\"framer-v-12mt12z\",TB5qOUXVJ:\"framer-v-1esww0z\",XhZ1bUsnl:\"framer-v-1tb4l28\",XW1gaTunE:\"framer-v-19o98jb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"PeDVSK9nI\",Phone:\"XhZ1bUsnl\",Tablet:\"ba3PcYHOy\",Variant:\"TB5qOUXVJ\"};const getProps=({height,id,text2,title,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"PeDVSK9nI\",veH2jAkY_:title??props.veH2jAkY_??\"text\",Vzw3xQCCM:text2??props.Vzw3xQCCM??\"What can I expect from the audit? What can I expect from the audit?What can I expect from the audit?What can I expect from the audit?What can I expect from the audit?\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,veH2jAkY_,Vzw3xQCCM,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PeDVSK9nI\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1xnp5ll=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"TB5qOUXVJ\");});const onTap1stzq6d=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"XhZ1bUsnl\");});const onTap13mtaga=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"ba3PcYHOy\");});const onTapoksile=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"PeDVSK9nI\");});const onTap1n2l26y=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"XW1gaTunE\");});const onTap4oumbc=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"mvna3tiiY\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"TB5qOUXVJ\",\"XhZ1bUsnl\",\"ba3PcYHOy\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"TB5qOUXVJ\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"XhZ1bUsnl\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"ba3PcYHOy\")return true;return false;};const isDisplayed4=()=>{if(gestureVariant===\"PeDVSK9nI-pressed\")return true;return false;};const isDisplayed5=()=>{if(gestureVariant===\"XW1gaTunE-pressed\")return true;return false;};const isDisplayed6=()=>{if(gestureVariant===\"mvna3tiiY-pressed\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-12mt12z\",className,classNames),\"data-border\":true,\"data-framer-appear-id\":\"12mt12z\",\"data-framer-name\":\"Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"PeDVSK9nI\",onTap:onTap1xnp5ll,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(240, 213, 180, 0.5)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},...addPropertyOverrides({\"mvna3tiiY-pressed\":{__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-framer-name\":undefined,optimized:true},\"PeDVSK9nI-pressed\":{__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-framer-name\":undefined,optimized:true},\"XW1gaTunE-pressed\":{__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-framer-name\":undefined,optimized:true},ba3PcYHOy:{\"data-framer-name\":\"Tablet\",onTap:onTap4oumbc},mvna3tiiY:{\"data-framer-name\":\"Tablet\",onTap:onTap13mtaga},TB5qOUXVJ:{\"data-framer-name\":undefined,onTap:onTapoksile},XhZ1bUsnl:{\"data-framer-name\":\"Phone\",onTap:onTap1n2l26y},XW1gaTunE:{\"data-framer-name\":\"Phone\",onTap:onTap1stzq6d}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-kx3m08\",layoutDependency:layoutDependency,layoutId:\"LbAQZpDVz\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-171r6z5\",layoutDependency:layoutDependency,layoutId:\"PPXTJHoDY\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xwl1g0\",layoutDependency:layoutDependency,layoutId:\"kqkTGSJg5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"text\"})}),className:\"framer-9vqp81\",\"data-framer-name\":\"What can I expect from the audit?\",fonts:[\"GF;General Sans Variable-500\"],layoutDependency:layoutDependency,layoutId:\"POYXdFf0c\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:veH2jAkY_,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({XhZ1bUsnl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"text\"})})},XW1gaTunE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"text\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1qkem8c\",\"data-framer-name\":\"Plus\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"OtKTJqv_m\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M21 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H12.75V20.25C12.75 20.4489 12.671 20.6397 12.5303 20.7803C12.3897 20.921 12.1989 21 12 21C11.8011 21 11.6103 20.921 11.4697 20.7803C11.329 20.6397 11.25 20.4489 11.25 20.25V12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H11.25V3.75C11.25 3.55109 11.329 3.36032 11.4697 3.21967C11.6103 3.07902 11.8011 3 12 3C12.1989 3 12.3897 3.07902 12.5303 3.21967C12.671 3.36032 12.75 3.55109 12.75 3.75V11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1j4xfua\",\"data-framer-name\":\"Plus\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"y8dpiF9m6\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20.7803 13.0303C20.921 12.8897 21 12.6989 21 12.5C21 12.3011 20.921 12.1103 20.7803 11.9697C20.6397 11.829 20.4489 11.75 20.25 11.75H12.75H11.25H3.75C3.55109 11.75 3.36032 11.829 3.21967 11.9697C3.07902 12.1103 3 12.3011 3 12.5C3 12.6989 3.07902 12.8897 3.21967 13.0303C3.36032 13.171 3.55109 13.25 3.75 13.25H11.25H12.75H20.25C20.4489 13.25 20.6397 13.171 20.7803 13.0303Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1ag7fwi\",\"data-framer-name\":\"Plus\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"gA3qSah2U\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20.7803 13.0303C20.921 12.8897 21 12.6989 21 12.5C21 12.3011 20.921 12.1103 20.7803 11.9697C20.6397 11.829 20.4489 11.75 20.25 11.75H12.75H11.25H3.75C3.55109 11.75 3.36032 11.829 3.21967 11.9697C3.07902 12.1103 3 12.3011 3 12.5C3 12.6989 3.07902 12.8897 3.21967 13.0303C3.36032 13.171 3.55109 13.25 3.75 13.25H11.25H12.75H20.25C20.4489 13.25 20.6397 13.171 20.7803 13.0303Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-2ypfg6\",\"data-framer-name\":\"Plus\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"RrfHCw2X4\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20.7803 13.0303C20.921 12.8897 21 12.6989 21 12.5C21 12.3011 20.921 12.1103 20.7803 11.9697C20.6397 11.829 20.4489 11.75 20.25 11.75H12.75H11.25H3.75C3.55109 11.75 3.36032 11.829 3.21967 11.9697C3.07902 12.1103 3 12.3011 3 12.5C3 12.6989 3.07902 12.8897 3.21967 13.0303C3.36032 13.171 3.55109 13.25 3.75 13.25H11.25H12.75H20.25C20.4489 13.25 20.6397 13.171 20.7803 13.0303Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]})})}),isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.6))\"},children:\"What can I expect from the audit? What can I expect from the audit?What can I expect from the audit?What can I expect from the audit?What can I expect from the audit?\"})}),className:\"framer-mkdrmw\",fonts:[\"GF;General Sans Variable-500\"],layoutDependency:layoutDependency,layoutId:\"IBhtKcsiu\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.6)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Vzw3xQCCM,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.6))\"},children:\"What can I expect from the audit? What can I expect from the audit?What can I expect from the audit?What can I expect from the audit?What can I expect from the audit?\"})}),className:\"framer-wiedx\",fonts:[\"GF;General Sans Variable-500\"],layoutDependency:layoutDependency,layoutId:\"MzDf6HkRk\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.6)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Vzw3xQCCM,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed6()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.6))\"},children:\"What can I expect from the audit? What can I expect from the audit?What can I expect from the audit?What can I expect from the audit?What can I expect from the audit?\"})}),className:\"framer-1afob94\",fonts:[\"GF;General Sans Variable-500\"],layoutDependency:layoutDependency,layoutId:\"ll9Rqzi43\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.6)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Vzw3xQCCM,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.6))\"},children:\"What can I expect from the audit? What can I expect from the audit?What can I expect from the audit?What can I expect from the audit?What can I expect from the audit?\"})}),className:\"framer-kwjxv4\",fonts:[\"GF;General Sans Variable-500\"],layoutDependency:layoutDependency,layoutId:\"D3qnS4LAQ\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.6)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Vzw3xQCCM,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.6))\"},children:\"What can I expect from the audit? What can I expect from the audit?What can I expect from the audit?What can I expect from the audit?What can I expect from the audit?\"})}),className:\"framer-1qcwrzo\",fonts:[\"GF;General Sans Variable-500\"],layoutDependency:layoutDependency,layoutId:\"qSjGe8jqH\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.6)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Vzw3xQCCM,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.6))\"},children:\"What can I expect from the audit? What can I expect from the audit?What can I expect from the audit?What can I expect from the audit?What can I expect from the audit?\"})}),className:\"framer-8qxgs0\",fonts:[\"GF;General Sans Variable-500\"],layoutDependency:layoutDependency,layoutId:\"WP7kFyfIZ\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.6)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Vzw3xQCCM,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8eAr4.framer-124yd9h, .framer-8eAr4 .framer-124yd9h { display: block; }\",\".framer-8eAr4.framer-12mt12z { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 16px 0px 16px 0px; position: relative; width: 548px; }\",\".framer-8eAr4 .framer-kx3m08, .framer-8eAr4 .framer-171r6z5, .framer-8eAr4 .framer-xwl1g0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-8eAr4 .framer-9vqp81 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 514px; word-break: break-word; word-wrap: break-word; }\",\".framer-8eAr4 .framer-1qkem8c, .framer-8eAr4 .framer-1j4xfua, .framer-8eAr4 .framer-1ag7fwi, .framer-8eAr4 .framer-2ypfg6 { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-8eAr4 .framer-mkdrmw, .framer-8eAr4 .framer-wiedx, .framer-8eAr4 .framer-1afob94, .framer-8eAr4 .framer-1qcwrzo, .framer-8eAr4 .framer-8qxgs0 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-8eAr4 .framer-kwjxv4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 548px; word-break: break-word; word-wrap: break-word; }\",\".framer-8eAr4.framer-v-19o98jb.framer-12mt12z { width: 342px; }\",\".framer-8eAr4.framer-v-19o98jb .framer-9vqp81, .framer-8eAr4.framer-v-1tb4l28 .framer-9vqp81 { flex: 1 0 0px; width: 1px; }\",\".framer-8eAr4.framer-v-1esww0z.framer-12mt12z, .framer-8eAr4.framer-v-1ov9r02.framer-12mt12z, .framer-8eAr4.framer-v-12mt12z.pressed.framer-12mt12z, .framer-8eAr4.framer-v-19o98jb.pressed.framer-12mt12z, .framer-8eAr4.framer-v-2o7lcw.pressed.framer-12mt12z { flex-direction: column; gap: 16px; }\",\".framer-8eAr4.framer-v-1esww0z .framer-kx3m08, .framer-8eAr4.framer-v-1tb4l28 .framer-kx3m08, .framer-8eAr4.framer-v-1tb4l28 .framer-1qcwrzo, .framer-8eAr4.framer-v-1ov9r02 .framer-kx3m08, .framer-8eAr4.framer-v-1ov9r02 .framer-8qxgs0, .framer-8eAr4.framer-v-12mt12z.pressed .framer-kx3m08, .framer-8eAr4.framer-v-12mt12z.pressed .framer-mkdrmw, .framer-8eAr4.framer-v-19o98jb.pressed .framer-kx3m08, .framer-8eAr4.framer-v-19o98jb.pressed .framer-wiedx, .framer-8eAr4.framer-v-2o7lcw.pressed .framer-kx3m08, .framer-8eAr4.framer-v-2o7lcw.pressed .framer-1afob94 { flex: none; width: 100%; }\",\".framer-8eAr4.framer-v-1tb4l28.framer-12mt12z { flex-direction: column; gap: 16px; width: 342px; }\",'.framer-8eAr4[data-border=\"true\"]::after, .framer-8eAr4 [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 61\n * @framerIntrinsicWidth 548\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"XW1gaTunE\":{\"layout\":[\"fixed\",\"auto\"]},\"mvna3tiiY\":{\"layout\":[\"fixed\",\"auto\"]},\"TB5qOUXVJ\":{\"layout\":[\"fixed\",\"auto\"]},\"XhZ1bUsnl\":{\"layout\":[\"fixed\",\"auto\"]},\"ba3PcYHOy\":{\"layout\":[\"fixed\",\"auto\"]},\"C4C_WmDZk\":{\"layout\":[\"fixed\",\"auto\"]},\"AeEFVSqsQ\":{\"layout\":[\"fixed\",\"auto\"]},\"RmgOqJ7ZY\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"veH2jAkY_\":\"title\",\"Vzw3xQCCM\":\"text2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerzE2eSOQKg=withCSS(Component,css,\"framer-8eAr4\");export default FramerzE2eSOQKg;FramerzE2eSOQKg.displayName=\"faq\";FramerzE2eSOQKg.defaultProps={height:61,width:548};addPropertyControls(FramerzE2eSOQKg,{variant:{options:[\"PeDVSK9nI\",\"XW1gaTunE\",\"mvna3tiiY\",\"TB5qOUXVJ\",\"XhZ1bUsnl\",\"ba3PcYHOy\"],optionTitles:[\"Desktop\",\"Phone\",\"Tablet\",\"Variant\",\"Phone\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum},veH2jAkY_:{defaultValue:\"text\",displayTextArea:false,title:\"Title\",type:ControlType.String},Vzw3xQCCM:{defaultValue:\"What can I expect from the audit? What can I expect from the audit?What can I expect from the audit?What can I expect from the audit?What can I expect from the audit?\",displayTextArea:false,title:\"Text 2\",type:ControlType.String}});addFonts(FramerzE2eSOQKg,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzE2eSOQKg\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XW1gaTunE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mvna3tiiY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TB5qOUXVJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XhZ1bUsnl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ba3PcYHOy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"C4C_WmDZk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AeEFVSqsQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RmgOqJ7ZY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"61\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"548\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"veH2jAkY_\\\":\\\"title\\\",\\\"Vzw3xQCCM\\\":\\\"text2\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zE2eSOQKg.map", "// Generated by Framer (189896a)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-j18ZK .framer-styles-preset-kv3cq8:not(.rich-text-wrapper), .framer-j18ZK .framer-styles-preset-kv3cq8.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #f1d5b4; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #f0d5b4; --framer-link-text-decoration: none; }\"];export const className=\"framer-j18ZK\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d74aa50)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import SafariDarkMode from\"#framer/local/canvasComponent/fOKzgrEu_/fOKzgrEu_.js\";import FooterBtn from\"#framer/local/canvasComponent/Ld1XwmS8x/Ld1XwmS8x.js\";import PricingButton from\"#framer/local/canvasComponent/lDCCIMh8d/lDCCIMh8d.js\";import CTABlack from\"#framer/local/canvasComponent/mU8Kx_YpR/mU8Kx_YpR.js\";import CTA from\"#framer/local/canvasComponent/OgVZcqnBn/OgVZcqnBn.js\";import Faq from\"#framer/local/canvasComponent/zE2eSOQKg/zE2eSOQKg.js\";import*as sharedStyle from\"#framer/local/css/Uu1TVXtGl/Uu1TVXtGl.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const SafariDarkModeFonts=getFonts(SafariDarkMode);const ImageWithFX=withFX(Image);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const CTAFonts=getFonts(CTA);const TickerFonts=getFonts(Ticker);const MotionDivWithFX=withFX(motion.div);const CTABlackFonts=getFonts(CTABlack);const PricingButtonFonts=getFonts(PricingButton);const FaqFonts=getFonts(Faq);const FooterBtnFonts=getFonts(FooterBtn);const breakpoints={RusCn8vvt:\"(min-width: 810px) and (max-width: 1279px)\",tCL3s32v1:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1280px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-C37ci\";const variantClassNames={RusCn8vvt:\"framer-v-anqw7l\",tCL3s32v1:\"framer-v-1nhk93a\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,x:-150,y:0};const transition2={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,transition:transition2,x:-150,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,x:10,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,transition:transition2,x:10,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,x:150,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,transition:transition2,x:150,y:0};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,x:-10,y:0};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,transition:transition2,x:-10,y:0};const transition3={bounce:0,delay:0,duration:2,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation10={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition4={delay:.2,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation12={opacity:1,rotate:-8,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition1};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,x:0,y:0};const transition5={delay:0,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation15={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0};const transition6={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const inertia={bounceDamping:30,bounceStiffness:400,delay:0,type:\"inertia\"};const preventDefault=e=>e.preventDefault();const animation16={cursor:\"grabbing\"};const animation17={opacity:1,rotate:8,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition1};const transition7={delay:.1,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation18={opacity:1,rotate:-12,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition1};const animation19={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition8={bounce:.4,delay:0,duration:.5,type:\"spring\"};const animation20={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,transition:transition8,x:0,y:0};const animation21={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition9={bounce:0,delay:0,duration:.4,type:\"spring\"};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const animation22={opacity:1,rotate:8,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const animation23={opacity:1,rotate:-12,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const animation24={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9,x:0,y:150};const transition10={bounce:0,delay:.2,duration:.4,type:\"spring\"};const animation25={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:150};const transition11={bounce:0,delay:.4,duration:.4,type:\"spring\"};const animation26={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition11,x:0,y:150};const animation27={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const transition12={bounce:.6,delay:.3,duration:1,type:\"spring\"};const transformTemplate3=(_,t)=>`translate(-50%, -50%) ${t}`;const transition13={bounce:.6,delay:.2,duration:1,type:\"spring\"};const transition14={bounce:.6,delay:.6,duration:1,type:\"spring\"};const transition15={bounce:.6,delay:.4,duration:1,type:\"spring\"};const transition16={bounce:.6,delay:.7,duration:1,type:\"spring\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"tCL3s32v1\",Tablet:\"RusCn8vvt\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"tCL3s32v1\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"tCL3s32v1\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"tCL3s32v1\",\"RusCn8vvt\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"RusCn8vvt\")return true;return false;};const elementId=useRouteElementId(\"F88xwfmgT\");const ref1=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(16, 16, 16); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12f9500\",\"data-framer-name\":\"Frame 2181\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:48,intrinsicWidth:349,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+24+0),pixelHeight:96,pixelWidth:698,sizes:\"116.3333px\",src:\"https://framerusercontent.com/images/P5j52bc7AuqPAJ8dhQP4Z3pPNvo.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/P5j52bc7AuqPAJ8dhQP4Z3pPNvo.png?scale-down-to=512 512w,https://framerusercontent.com/images/P5j52bc7AuqPAJ8dhQP4Z3pPNvo.png 698w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:48,intrinsicWidth:349,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+24+0),pixelHeight:96,pixelWidth:698,sizes:\"174.5px\",src:\"https://framerusercontent.com/images/P5j52bc7AuqPAJ8dhQP4Z3pPNvo.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/P5j52bc7AuqPAJ8dhQP4Z3pPNvo.png?scale-down-to=512 512w,https://framerusercontent.com/images/P5j52bc7AuqPAJ8dhQP4Z3pPNvo.png 698w\"},className:\"framer-njca55\",\"data-framer-name\":\"Roast logo\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5bukrg\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+1120-380),pixelHeight:1197,pixelWidth:2881,positionX:\"left\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9988)`,src:\"https://framerusercontent.com/images/mi5WKBUUnwixKOjhtY1BElM7U.png\",srcSet:\"https://framerusercontent.com/images/mi5WKBUUnwixKOjhtY1BElM7U.png?scale-down-to=512 512w,https://framerusercontent.com/images/mi5WKBUUnwixKOjhtY1BElM7U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mi5WKBUUnwixKOjhtY1BElM7U.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/mi5WKBUUnwixKOjhtY1BElM7U.png 2881w\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+64+680-172),pixelHeight:1197,pixelWidth:2881,positionX:\"left\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.0026)`,src:\"https://framerusercontent.com/images/mi5WKBUUnwixKOjhtY1BElM7U.png\",srcSet:\"https://framerusercontent.com/images/mi5WKBUUnwixKOjhtY1BElM7U.png?scale-down-to=512 512w,https://framerusercontent.com/images/mi5WKBUUnwixKOjhtY1BElM7U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mi5WKBUUnwixKOjhtY1BElM7U.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/mi5WKBUUnwixKOjhtY1BElM7U.png 2881w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+1360-592),pixelHeight:1197,pixelWidth:2881,positionX:\"left\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9984)`,src:\"https://framerusercontent.com/images/mi5WKBUUnwixKOjhtY1BElM7U.png\",srcSet:\"https://framerusercontent.com/images/mi5WKBUUnwixKOjhtY1BElM7U.png?scale-down-to=512 512w,https://framerusercontent.com/images/mi5WKBUUnwixKOjhtY1BElM7U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mi5WKBUUnwixKOjhtY1BElM7U.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/mi5WKBUUnwixKOjhtY1BElM7U.png 2881w\"},className:\"framer-10sy6bz\",\"data-framer-name\":\"fire\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{height:500,width:\"696.5278px\",y:(componentViewport?.y||0)+0+72+1120-553},tCL3s32v1:{height:232,width:\"323px\",y:(componentViewport?.y||0)+0+64+680-294}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:720,width:\"1003px\",y:(componentViewport?.y||0)+0+72+1360-773,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i24xlz-container\",nodeId:\"AmWMMvGT5\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{variant:\"i9EFUmcET\"}},children:/*#__PURE__*/_jsx(SafariDarkMode,{height:\"100%\",id:\"AmWMMvGT5\",layoutId:\"AmWMMvGT5\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"NGbs4s6Hl\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:497,intrinsicWidth:231,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0),pixelHeight:994,pixelWidth:462,sizes:\"185.9155px\",src:\"https://framerusercontent.com/images/p5ypQ56evnmvk46PZGjFPNpszww.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/p5ypQ56evnmvk46PZGjFPNpszww.png 462w\"}},tCL3s32v1:{__framer__enter:animation3,__framer__exit:animation4,background:{alt:\"\",fit:\"fill\",intrinsicHeight:497,intrinsicWidth:231,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+64+0),pixelHeight:994,pixelWidth:462,sizes:\"83.5px\",src:\"https://framerusercontent.com/images/p5ypQ56evnmvk46PZGjFPNpszww.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/p5ypQ56evnmvk46PZGjFPNpszww.png 462w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:.2,background:{alt:\"\",fit:\"fill\",intrinsicHeight:497,intrinsicWidth:231,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0),pixelHeight:994,pixelWidth:462,sizes:\"232.5px\",src:\"https://framerusercontent.com/images/p5ypQ56evnmvk46PZGjFPNpszww.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/p5ypQ56evnmvk46PZGjFPNpszww.png 462w\"},className:\"framer-z8nm3s\",\"data-framer-name\":\"Layer 2\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:497,intrinsicWidth:231,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0),pixelHeight:994,pixelWidth:462,sizes:\"185.9155px\",src:\"https://framerusercontent.com/images/3Tf2sWyCDEnCZpEscrHUytP1A4g.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/3Tf2sWyCDEnCZpEscrHUytP1A4g.png 462w\"}},tCL3s32v1:{__framer__enter:animation7,__framer__exit:animation8,background:{alt:\"\",fit:\"fill\",intrinsicHeight:497,intrinsicWidth:231,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+64+0),pixelHeight:994,pixelWidth:462,sizes:\"83px\",src:\"https://framerusercontent.com/images/3Tf2sWyCDEnCZpEscrHUytP1A4g.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/3Tf2sWyCDEnCZpEscrHUytP1A4g.png 462w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:.2,background:{alt:\"\",fit:\"fill\",intrinsicHeight:497,intrinsicWidth:231,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+72+0),pixelHeight:994,pixelWidth:462,sizes:\"232.5px\",src:\"https://framerusercontent.com/images/3Tf2sWyCDEnCZpEscrHUytP1A4g.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/3Tf2sWyCDEnCZpEscrHUytP1A4g.png 462w\"},className:\"framer-4i5jf3\",\"data-framer-name\":\"Layer 1\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rfs1kr\",\"data-framer-name\":\"Frame 2182\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:[\"Hellfire Is About To Be Unleashed \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 53, 15)\"},children:\"on bad design\"})]})})},tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:[\"Hellfire Is About To Be Unleashed \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 53, 15)\"},children:\"on bad design\"})]})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation9,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:[\"Hellfire Is About To Be Unleashed \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 53, 15)\"},children:\"on bad design\"})]})}),className:\"framer-yd0ur1\",\"data-framer-appear-id\":\"yd0ur1\",\"data-framer-name\":\"Hellfire Is About To Be Unleashed on bad design\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],initial:animation10,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:\"It's time for your designs to face judgment. \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:\"Submit your designs, mortal \u2013 the Roast Rider's chains of critique are ready.\"})]})})},tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:\"It's time for your designs to face judgment. \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:\"Submit your designs, mortal \u2013 the Roast Rider's chains of critique are ready.\"})]})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation9,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:[\"It's time for your designs to face judgment. \",/*#__PURE__*/_jsx(\"br\",{}),\"Submit your designs, mortal \u2013 the Roast Rider's chains of critique are ready.\"]})}),className:\"framer-rvrsad\",\"data-framer-appear-id\":\"rvrsad\",\"data-framer-name\":\"Your drop shadows mock the flames of hell, and that color palette? It's time for your designs to face judgment. Submit your Figma files, mortal \u2013 the Roast Rider's chains of critique are ready.\",fonts:[\"GF;General Sans Variable-regular\"],initial:animation10,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{y:(componentViewport?.y||0)+0+72+96+0+528},tCL3s32v1:{y:(componentViewport?.y||0)+0+64+28+0+312}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"223px\",y:(componentViewport?.y||0)+0+72+64+0+600,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16i159n-container\",nodeId:\"iid7leAeD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"iid7leAeD\",layoutId:\"iid7leAeD\",style:{height:\"100%\",width:\"100%\"},variant:\"mftRjWyxJ\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-k2elqb\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ijmm45-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"NNGfECJ6E\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:120,height:\"100%\",hoverFactor:1,id:\"NNGfECJ6E\",layoutId:\"NNGfECJ6E\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:72,intrinsicWidth:349.5,pixelHeight:144,pixelWidth:699,sizes:\"194.1667px\",src:\"https://framerusercontent.com/images/cb7UXiS1YcRkZWhJMBq7P7aUZE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/cb7UXiS1YcRkZWhJMBq7P7aUZE.png?scale-down-to=512 512w,https://framerusercontent.com/images/cb7UXiS1YcRkZWhJMBq7P7aUZE.png 699w\"},className:\"framer-m544n2\",\"data-framer-name\":\"Zerolend\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:56,intrinsicWidth:473.5,pixelHeight:112,pixelWidth:947,sizes:\"236.75px\",src:\"https://framerusercontent.com/images/J9OwzmG5sN7AuuX1nBCouFOhu1g.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/J9OwzmG5sN7AuuX1nBCouFOhu1g.png?scale-down-to=512 512w,https://framerusercontent.com/images/J9OwzmG5sN7AuuX1nBCouFOhu1g.png 947w\"},className:\"framer-pt4r4h\",\"data-framer-name\":\"Moonlock\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:386,pixelHeight:160,pixelWidth:772,sizes:\"173.7px\",src:\"https://framerusercontent.com/images/seBnfCBJVEIFUmRgHQ55owCmLw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/seBnfCBJVEIFUmRgHQ55owCmLw.png?scale-down-to=512 512w,https://framerusercontent.com/images/seBnfCBJVEIFUmRgHQ55owCmLw.png 772w\"},className:\"framer-6nhfb9\",\"data-framer-name\":\"Mask group\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:64,intrinsicWidth:265.5,pixelHeight:128,pixelWidth:531,sizes:\"132.75px\",src:\"https://framerusercontent.com/images/00jLhiGupOthBcwHLQ312DV0vg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/00jLhiGupOthBcwHLQ312DV0vg.png?scale-down-to=512 512w,https://framerusercontent.com/images/00jLhiGupOthBcwHLQ312DV0vg.png 531w\"},className:\"framer-17cczcg\",\"data-framer-name\":\"Goat Network\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:56,intrinsicWidth:268,pixelHeight:112,pixelWidth:536,sizes:\"134px\",src:\"https://framerusercontent.com/images/N8WapMztAijcvTB43Um06IU7Ho.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/N8WapMztAijcvTB43Um06IU7Ho.png?scale-down-to=512 512w,https://framerusercontent.com/images/N8WapMztAijcvTB43Um06IU7Ho.png 536w\"},className:\"framer-1sbf7fb\",\"data-framer-name\":\"MAHA\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:54,pixelHeight:160,pixelWidth:108,src:\"https://framerusercontent.com/images/OKuZgNIKYB0l6mMjdbJpsFMjyk.png\"},className:\"framer-18xsqfu\",\"data-framer-name\":\"Tiar\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:56,intrinsicWidth:291.5,pixelHeight:112,pixelWidth:583,sizes:\"145.75px\",src:\"https://framerusercontent.com/images/5y73meKCrpYa0shaPE4G70Npc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/5y73meKCrpYa0shaPE4G70Npc.png?scale-down-to=512 512w,https://framerusercontent.com/images/5y73meKCrpYa0shaPE4G70Npc.png 583w\"},className:\"framer-10qzfjg\",\"data-framer-name\":\"Bima\"})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nfy3l0\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hkjah0\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16hv3pp hidden-1nhk93a\",\"data-framer-name\":\"Frame 2203\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11ts1uh\",\"data-framer-name\":\"Frame 2262\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 54, 15)\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Bad Design Exposed: \"}),\"Delivered in 48 Hours\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 54, 15)\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Bad Design Exposed: \"}),\"Delivered in 48 Hours\"]})}),className:\"framer-1qz158e\",\"data-framer-name\":\"Hellfire Is About To Be Unleashed on bad design\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":F88xwfmgT\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"NfmHrn4Xh\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-reh557 framer-lux5qc\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-a0vty7\",\"data-framer-name\":\"Frame 2183\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:29,intrinsicWidth:368,svg:'<svg width=\"368\" height=\"29\" viewBox=\"0 0 368 29\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_376_8822)\">\\n<path d=\"M30.1693 11.2614C30.1987 17.6549 30.1632 10.9638 30.1632 10.9638C30.1647 11.2236 30.1632 11.3927 30.1647 11.6329C30.17 12.6545 29.9729 14.0394 30.6216 14.8753C30.691 14.9652 31.4016 15.6976 31.4514 15.6682C31.5436 15.4681 31.9868 15.0271 32.1794 14.9244C32.4497 14.7802 32.9972 14.787 33.2433 14.5914C33.5348 14.3596 34.1872 12.9581 34.2839 12.9573L35.2278 15.1411V13.8227C35.2278 13.6777 35.5525 12.3744 35.628 12.1871C35.8605 11.6102 36.3068 11.1383 36.6496 10.6444C36.8263 10.3892 37.1858 9.66505 37.3368 9.52234C37.4206 9.44305 38.1969 9.13496 38.2474 9.18782C38.2233 10.4307 39.0615 11.3384 39.3054 12.5035L40.3376 11.8775L40.7801 10.9185C40.8828 10.908 40.8994 10.9057 40.9704 10.9714C41.1486 11.1345 41.4114 11.5679 41.5986 11.7258C41.8169 11.91 42.2873 12.0187 42.4368 12.2777C42.5538 12.2271 42.6127 11.9138 42.6256 11.7884C42.9223 8.94921 42.3198 7.04482 44.5118 4.72436C45.1386 4.06062 45.5803 4.1097 46.3022 3.77745C46.5695 3.65437 46.8519 3.36138 47.1411 3.25793C47.4606 3.14391 47.8072 3.19677 48.1001 3.01101C48.2451 3.02309 48.2225 3.46483 48.2157 3.57734C48.1288 4.95089 47.3284 6.37881 47.0128 7.72668C46.9312 8.0763 46.7991 8.73476 46.8587 9.07078C46.9146 9.38566 47.7588 10.6135 47.9725 10.9722C48.2874 11.5007 48.4815 12.0142 48.8968 12.5179C49.1301 12.801 49.7312 13.1876 49.8694 13.3908C50.0204 13.612 50.7672 15.2129 50.8925 15.2151L51.9467 14.46L52.4231 13.5033L52.5923 12.2022C52.667 12.1977 52.7252 12.1939 52.7977 12.2294C53.4161 12.533 53.9349 13.2284 54.2331 13.8431C54.3487 14.0809 54.3993 14.3754 54.5171 14.6141C54.7436 14.3392 54.7783 13.976 54.9543 13.6188C55.1151 13.2934 55.4013 13.0653 55.5516 12.7829C55.7147 12.4771 55.7917 12.0988 55.9752 11.7741C56.0915 11.5679 56.5332 11.0967 56.5778 10.9435C56.6533 10.6837 56.5574 10.2971 56.5944 10.0177C56.8096 10.1951 56.8972 10.4776 57.0822 10.698C57.4665 11.1564 58.0767 11.3512 58.6317 11.5249C58.6687 10.9555 58.7774 10.393 58.8582 9.82891C58.899 9.54499 58.8106 9.40076 58.9458 9.08739C59.2999 8.26734 60.3269 7.54243 61.1983 7.38009C61.3433 7.99173 61.452 8.61696 61.5675 9.23539C61.6491 9.67034 61.52 9.88252 61.8371 10.3228C62.1059 10.6958 62.6436 11.0748 62.9841 11.3225C63.0566 11.3754 63.0544 11.5415 63.1986 11.5309C63.3541 11.5332 64.1515 10.6724 64.3252 10.4979C64.3607 10.4625 64.4649 10.4813 64.5238 10.4194C64.7488 10.18 64.6582 9.79342 64.6726 9.49138C65.5115 9.68016 66.0808 10.5432 66.4848 11.2614C67.1614 12.4635 67.7058 13.8401 67.844 15.2181C68.2442 14.7772 68.6127 14.2327 69.201 14.013C69.321 14.3785 69.4283 14.9863 69.6012 15.3095C69.722 15.5338 70.4235 16.0306 70.4816 16.1824C70.5881 16.4595 70.5503 17.0078 70.7127 17.3279L71.6188 15.5738C71.8741 15.4266 71.8914 14.713 72.0153 14.4842C72.1195 14.2909 72.6141 13.9647 72.7666 13.615C72.8768 13.3613 72.9191 12.8909 73.0551 12.6417C73.0754 12.6039 73.6244 12.0542 73.6607 12.0308C73.7437 11.9764 73.7739 11.9576 73.8827 11.9787C73.8011 12.2936 73.7641 12.6538 73.8245 12.9785C73.8804 13.2768 74.1666 13.5954 74.2413 13.8438C74.4633 14.5808 74.3893 15.2264 74.8039 15.9974C75.0093 16.3795 75.4246 16.5252 75.6806 16.8499C76.043 17.309 76.3617 18.0808 76.777 18.5089C77.1923 18.9371 77.9512 19.2995 78.3167 19.8205C78.5183 19.9406 79.3723 19.3781 79.6306 19.2603C81.5236 18.3994 83.0701 17.1845 84.9382 16.3448C85.0923 16.2753 85.2735 16.2987 85.4276 16.2307C85.6684 16.1243 86.0143 15.7384 86.3224 15.6554C86.1993 14.9085 86.5806 14.1995 86.6116 13.5101C86.6365 12.9505 86.6229 11.8103 86.5655 11.2614C86.53 10.9261 86.3367 10.5667 86.3322 10.2065C86.3254 9.69148 86.533 9.07078 86.5678 8.55202C86.6486 7.33629 86.4545 6.13113 86.3382 4.93201C86.5021 4.77571 86.4953 5.02867 86.5957 5.12381C87.3606 5.84872 87.2579 5.99823 87.8009 6.75259C88.1965 7.30306 89.2144 7.74707 89.4364 8.0393C89.5912 8.24393 89.5837 8.57014 89.6675 8.75288C89.8804 9.21576 90.3705 9.51025 90.668 9.95351C91.2381 10.803 92.2477 12.5904 92.506 13.5456C92.5422 13.68 92.7529 14.6692 92.7506 14.7288C92.7385 14.9788 92.3414 15.5655 92.3217 15.8766C92.3021 16.1877 92.4652 16.6211 92.3633 16.9723C92.3104 17.1542 91.8498 17.6194 91.7931 17.8354C91.7191 18.12 91.8166 18.5218 91.7003 18.8344C92.0151 18.7649 92.3549 18.9167 92.6396 18.9121C92.7499 18.9106 93.8304 18.746 93.8878 18.7203C93.9369 18.6984 94.618 17.9992 94.6437 17.9524C94.7298 17.7931 94.8861 16.9692 94.985 16.9504C95.281 17.1437 95.7416 17.2237 96.0225 17.4042C96.1818 17.5061 96.8086 18.3058 96.8705 18.3058C97.0359 17.9532 97.3742 17.5492 97.4874 17.1897C97.6007 16.8303 97.5463 16.4822 97.6468 16.1432C97.6792 16.0329 98.7704 14.3135 98.8716 14.201C99.1706 13.868 99.7195 13.7366 99.971 13.4882C100.392 13.0736 100.587 12.4016 101.195 11.978C101.366 11.8587 102.375 11.4041 102.495 11.5256C102.505 11.8957 102.271 12.2362 102.27 12.6183C102.267 12.9875 102.418 13.3727 102.328 13.8068C102.244 14.2108 101.884 14.8376 101.766 15.2808C101.721 15.4515 101.632 15.758 101.678 15.9151C101.723 16.0722 102.502 16.7238 102.699 16.8605C102.896 16.9972 103.554 17.4065 103.734 17.4004C103.826 17.3974 104.459 17.1535 104.548 17.0984C104.766 16.964 105.125 16.4814 105.347 16.3531C105.57 16.2247 106.204 16.0978 106.388 15.9C106.748 14.9916 106.844 14.0409 106.719 13.0751C106.7 12.9309 106.585 12.8229 106.575 12.69C106.553 12.4046 106.765 12.0248 106.726 11.6366C106.695 11.3308 106.439 10.9268 106.37 10.6346C106.155 9.7315 106.355 8.86237 106.143 7.92301C106.004 7.30986 105.838 6.70351 105.667 6.10017C106.674 6.15756 107.812 6.39315 108.607 7.04482C108.849 7.24266 109.017 7.56207 109.221 7.77199C109.668 8.23487 110.207 8.51502 110.275 9.26258C110.356 9.31997 111.285 8.89257 111.419 8.80876C111.506 8.75363 111.526 8.65018 111.603 8.59884C111.866 8.42214 112.106 8.21901 112.38 8.06346C112.497 8.32246 112.777 8.53994 112.897 8.79214C113.197 9.4204 113.06 9.84628 113.621 10.4398C114.012 10.8528 114.483 10.9925 114.904 11.3127C115.048 11.4222 115.63 12.1146 115.686 12.126C115.991 12.1879 116.358 12.1501 116.676 12.2679C116.784 11.9749 117.077 11.833 117.25 11.5951C117.44 11.3354 117.545 10.8982 117.714 10.7011C117.856 10.5349 118.231 10.3771 118.427 10.208C118.532 10.1189 119.063 9.33054 119.179 9.41511C119.346 10.1181 120.044 10.5969 120.383 11.1307C120.511 11.3316 120.613 11.8126 120.823 12.0331L120.993 14.0122L122.505 12.3955C122.985 12.32 123.426 12.1056 123.885 11.9644C124.092 11.9009 124.36 11.984 124.426 11.7514C124.721 12.0875 124.436 12.5632 124.397 12.9271C124.346 13.4036 124.517 15.1268 124.619 15.6274C124.697 16.005 124.98 16.3893 125.044 16.7805C125.563 17.2441 126.218 17.5899 126.913 17.707C127.103 17.6806 128.45 16.3523 128.75 16.1228C129.687 15.4054 130.442 15.1796 131.214 14.1565C131.453 13.8401 131.913 13.2186 131.868 12.8418C131.859 12.7671 131.708 12.2037 131.679 12.1237C131.538 11.7288 131.193 11.3618 131.052 11.0159C130.758 10.2918 130.766 9.30033 130.444 8.56108C130.783 7.93962 131.236 7.39292 131.621 6.80167C131.859 6.43771 132.047 5.92046 132.292 5.59198C132.79 4.92295 133.607 4.53936 134.428 4.4427C134.482 4.49783 134.286 5.64182 134.278 5.83664C134.255 6.38032 134.27 6.68765 134.21 7.27588C134.091 8.42592 134.586 9.61597 135.485 10.359C135.944 10.7381 136.233 10.7282 136.686 10.9684C137.139 11.2085 137.705 11.87 138.155 12.1003C138.219 12.1335 138.371 12.206 138.433 12.1698C138.673 11.5626 139.334 10.8385 139.541 10.2616C139.583 10.1445 139.557 9.99126 139.595 9.86365C139.743 9.36905 139.883 8.88427 139.94 8.36098C140.139 8.18957 141.129 9.11911 141.3 9.30109C141.443 9.45362 142.171 10.3401 142.238 10.4745C142.375 10.7486 142.792 12.4031 142.802 12.7014C142.813 13.0487 142.456 13.723 142.506 13.9609C142.753 14.1587 142.836 14.5438 143.046 14.7945C143.286 15.0815 143.922 15.6161 144.287 15.6652C144.532 15.6976 144.784 15.6455 145.028 15.678C145.227 15.7052 146.105 16.0495 146.205 15.9725C145.772 15.3208 145.374 14.5431 145.3 13.7495C145.267 13.4066 145.335 13.0434 145.293 12.7014C145.208 12.0218 144.86 11.6676 145.001 10.8151C145.059 10.4662 145.599 10.2472 145.827 9.96106C146.492 9.12364 146.371 8.76118 147.55 8.23563C148.098 7.99097 148.544 7.93811 149.149 7.98568C149.16 8.3723 149.15 8.76647 149.065 9.14554C149 9.43474 148.744 9.85534 148.7 10.1385C148.649 10.4655 148.741 10.8566 148.691 11.1843C148.641 11.5121 148.224 12.0656 148.339 12.3381C148.357 12.3812 148.96 12.9626 149.005 12.9906C149.277 13.1642 149.76 13.2337 150.104 13.3998C150.282 13.4852 150.556 13.7457 150.641 13.7842C150.799 13.8552 151.669 14.0794 151.781 14.0054L152.488 12.1048L152.244 10.7751C152.865 11.0363 153.894 11.2009 154.447 11.5324C154.541 11.5891 155.062 12.1063 155.192 12.2309C155.259 12.2943 155.215 12.3117 155.299 12.2037C155.893 11.4335 155.895 10.3371 156.268 9.4793C156.434 9.09947 156.828 8.74155 156.981 8.38212C157.026 8.27565 157.233 7.57792 157.233 7.49713C157.233 7.36272 156.918 6.33577 156.843 6.16209C156.446 5.24312 155.678 4.70246 155.423 3.64531C155.389 3.50032 155.335 3.22848 155.379 3.08728C155.657 3.1273 155.923 3.22169 156.206 3.24207C156.58 3.2685 157.122 3.14013 157.396 3.17714C158.147 3.27681 159.503 4.43213 160.023 5.00979C161.28 6.40524 161.874 8.15483 162.811 9.69828C162.854 10.4338 162.762 11.213 162.814 11.9425C162.84 12.3034 163.059 12.9551 163.045 13.2239C163.033 13.4738 162.799 13.9345 162.814 14.241C162.941 14.349 164.524 13.9209 164.683 13.7706C164.876 13.5871 165.11 12.8886 165.235 12.6425C165.318 12.4816 165.57 12.2687 165.532 11.9802C165.867 11.9145 165.709 12.0897 165.81 12.2626C166.113 12.7814 166.282 12.8501 166.665 13.2231C166.953 13.5048 167.194 13.8235 167.494 14.0908V12.9981C167.494 12.9166 167.948 12.1841 167.963 11.9976L168.927 11.5287C169.088 11.8889 169.046 12.2611 169.151 12.6251C169.302 13.1529 169.768 13.6271 169.91 14.1655L170.135 14.0152C170.171 14.7923 170.792 15.1245 171.23 15.6727C171.493 15.5277 171.742 15.1102 171.966 14.9773C172.255 14.8066 172.808 14.796 173.058 14.5952C173.1 14.562 173.575 13.945 173.634 13.8529C173.809 13.5841 173.932 13.2375 174.099 12.9596C174.287 13.0366 174.618 14.2735 174.747 14.5582C174.772 14.6141 174.858 14.6201 174.886 14.676C174.958 14.8217 174.918 15.0762 175.118 15.1449V13.5244C175.118 13.2609 175.323 12.9709 175.341 12.9052C175.394 12.718 175.363 12.4008 175.428 12.1909C175.517 11.9024 176.199 11.0884 176.402 10.7917C176.63 10.4594 177.038 9.64315 177.315 9.45966C177.378 9.41738 177.498 9.43323 177.584 9.38944C177.68 9.3396 177.676 9.22256 177.955 9.19537C178.124 9.17952 178.034 9.20443 178.064 9.3026C178.168 9.64013 178.221 9.97238 178.249 10.3243L179.233 12.5058C179.453 12.274 179.939 12.1312 180.131 11.8964C180.282 11.7114 180.464 11.1738 180.555 10.9253C180.763 10.7456 181.292 11.614 181.414 11.7288C181.504 11.8133 181.83 11.9198 181.933 11.981C182.021 12.0331 182.195 12.2634 182.327 12.2808C182.533 12.1803 182.419 11.2916 182.443 11.0394C182.558 9.80852 182.52 8.31944 182.872 7.17243C183.168 6.21117 184.278 4.58768 185.163 4.10894C185.476 3.9398 185.845 3.92092 186.134 3.79708C186.464 3.65588 186.769 3.3191 187.135 3.21338C187.419 3.13183 187.741 3.20054 187.991 3.01252C188.039 3.28134 188.057 3.60528 188.028 3.87788C187.883 5.20839 187.046 6.64461 186.778 7.9804C186.708 8.33077 186.757 8.70606 186.682 9.0587C187.261 9.97918 187.736 11.0424 188.328 11.9432C188.989 12.949 189.976 13.5025 190.442 14.6707L190.672 15.2189C190.851 15.0346 191.629 14.7122 191.733 14.565C191.959 14.2433 192.344 13.2322 192.401 12.8395C192.431 12.6319 192.394 12.4129 192.408 12.2045C192.634 12.1411 192.601 12.2921 192.697 12.3457C193.615 12.8531 194.002 13.5071 194.293 14.5061C194.325 14.6156 194.248 14.6382 194.445 14.6163C194.482 14.5793 194.673 13.7804 194.753 13.6203C194.833 13.4602 195.237 13.0668 195.333 12.9052C195.527 12.5798 195.613 12.0625 195.782 11.7703C195.893 11.5785 196.304 11.2342 196.376 11.0031C196.467 10.7079 196.38 10.328 196.41 10.0192C196.607 9.97767 196.528 10.06 196.568 10.1272C196.843 10.5855 196.948 10.8332 197.441 11.1368C197.784 11.3482 198.112 11.3195 198.447 11.5256C198.441 11.0975 198.629 10.7011 198.672 10.2812C198.739 9.63938 198.549 9.50497 198.905 8.87143C199.139 8.45461 199.531 8.08158 199.94 7.83768C200.104 7.74027 200.997 7.28796 201.089 7.38084L201.562 10.1876C201.845 10.4436 202.85 11.5838 203.152 11.5309C203.41 11.2568 203.666 10.951 203.944 10.698C204.061 10.5916 204.398 10.4262 204.45 10.3205C204.66 9.89234 204.162 8.92353 205.355 9.94293C206.239 10.6988 207.294 13.1544 207.564 14.2939C207.63 14.5755 207.526 15.0475 207.808 15.2174C207.795 14.8814 208.163 14.7756 208.283 14.4857L209.015 14.0122C209.073 14.056 209.369 15.197 209.472 15.3843C209.583 15.5866 210.133 15.9272 210.283 16.1741L210.527 17.3279C210.622 17.3211 210.651 17.2222 210.691 17.1535C211.154 16.3448 211.481 15.2461 211.896 14.5129C212.027 14.2826 212.453 13.9239 212.56 13.7276C212.706 13.4565 212.742 12.9596 212.876 12.7029C212.897 12.6628 213.42 12.0708 213.467 12.0293C213.552 11.9553 213.592 11.9719 213.697 11.9787C213.504 12.5549 213.651 12.9732 213.854 13.5018C214.115 14.1814 214.099 14.3075 214.243 15.0128C214.474 16.1522 215.09 16.2617 215.632 16.9783C215.924 17.3634 216.239 18.0861 216.596 18.4636C217.024 18.9144 217.737 19.2829 218.156 19.776L218.338 19.8575C218.574 19.884 218.595 19.6975 218.658 19.6665C219.895 19.0541 221.224 18.4953 222.402 17.7674C222.906 17.4563 223.338 17.0146 223.876 16.7352C224.344 16.492 224.817 16.415 225.24 16.2292C225.55 16.0941 225.837 15.8147 226.136 15.6546C226.214 15.1509 226.25 14.6397 226.311 14.133C226.445 13.0261 226.476 11.7877 226.298 10.6656C226.197 10.029 226.236 10.2722 226.298 9.67336C226.453 8.17673 226.42 6.70124 226.158 5.22877C226.138 5.11928 226.155 5.00451 226.154 4.89426L227.026 5.64106C227.355 6.23156 227.713 6.95496 228.251 7.38009C228.51 7.58548 229.051 7.78634 229.251 8.04005C229.45 8.29377 229.51 8.77251 229.67 9.03227C229.861 9.34489 230.312 9.63183 230.566 10.0215C231.235 11.0499 232.291 12.9483 232.491 14.1285C232.658 15.1094 232.223 15.2015 232.132 15.8736C232.101 16.1054 232.295 16.6891 232.254 16.8945C232.222 17.0516 231.749 17.5688 231.659 17.8104C231.53 18.154 231.662 18.4999 231.514 18.8329C231.821 18.7581 232.192 18.9121 232.457 18.9084C232.619 18.9061 233.502 18.783 233.648 18.7422C234.125 18.6078 234.783 17.4623 234.761 16.9504C235.067 17.1263 235.581 17.223 235.856 17.4004C236.112 17.5658 236.438 18.0793 236.684 18.3065C236.763 18.2726 237.271 17.3921 237.305 17.269C237.38 17.0055 237.363 16.668 237.421 16.4052C237.487 16.1054 238.418 14.5589 238.64 14.2682C238.97 13.8386 239.49 13.7857 239.799 13.5403C240.108 13.2949 240.456 12.391 241.148 11.9145C241.31 11.8035 242.208 11.4267 242.309 11.5249C242.407 11.8843 242.106 12.246 242.085 12.5511C242.062 12.8939 242.206 13.3054 242.15 13.7396C242.077 14.3007 241.61 15.0701 241.494 15.6508C241.462 15.8147 241.466 15.8683 241.551 16.0133C241.623 16.1364 242.484 16.8129 242.663 16.9368C243.114 17.2494 243.355 17.4903 243.91 17.3045C244.546 17.0908 245.094 16.4256 245.69 16.1281C245.844 16.051 246.074 16.0759 246.205 15.903C246.266 15.829 246.426 15.3654 246.454 15.2468C246.515 14.9871 246.71 13.9616 246.694 13.7487C246.674 13.4821 246.483 13.1091 246.463 12.7678C246.439 12.3419 246.574 11.9742 246.528 11.5717C246.475 11.0877 246.139 10.5561 246.085 9.97918C246.031 9.40227 246.155 8.68567 246.077 8.10273C246.041 7.83013 245.457 6.19003 245.556 6.09942C246.234 6.14321 247.064 6.29499 247.687 6.57136C248.433 6.9021 248.701 7.41256 249.206 7.95624C249.469 8.2394 249.802 8.31189 249.972 8.73551C250.048 8.92353 249.985 9.19688 250.197 9.32978C250.92 8.99074 251.548 8.57392 252.161 8.06573C252.251 8.23261 252.611 8.549 252.681 8.66604C252.879 9.00131 252.879 9.47552 253.037 9.82061C253.421 10.6535 254.194 10.8732 254.804 11.3739C255.013 11.5453 255.302 12.0308 255.575 12.1101C255.658 12.1343 256.441 12.2747 256.485 12.2604C256.595 12.0172 256.941 11.8405 257.076 11.6472C257.243 11.4101 257.358 10.9095 257.509 10.7215C257.715 10.4625 258.268 10.2926 258.54 9.95955C258.626 9.85383 258.775 9.3766 258.954 9.41511C259.196 9.5903 259.253 10.0041 259.397 10.2185C259.454 10.3024 259.672 10.4307 259.743 10.5304C260.519 11.6246 260.659 12.0127 260.803 13.3719C260.825 13.5826 260.791 13.8008 260.805 14.0115C260.882 14.1149 261.415 13.3205 261.486 13.2428C262.419 12.2105 262.879 12.2672 264.087 11.8994C264.198 11.8654 264.256 11.7907 264.352 11.7507C264.307 13.048 264.104 16.2081 265.21 17.0735C265.27 17.121 265.921 17.4805 266.013 17.5159C266.084 17.5439 266.621 17.7108 266.655 17.7108C266.803 17.7108 266.898 17.6224 267.011 17.5484C267.45 17.2622 268.084 16.4965 268.536 16.1507C269.583 15.351 270.363 15.129 271.193 13.9805C271.28 13.8605 271.664 13.3145 271.697 13.2345C271.946 12.6402 271.054 11.4222 270.85 10.8793C270.7 10.4813 270.686 10.0298 270.6 9.6205C270.53 9.28221 270.301 8.8971 270.35 8.50369C271.196 7.27059 271.789 5.81625 272.93 4.82705L274.319 4.43968C274.381 4.68207 274.217 4.89275 274.185 5.09738C274.063 5.87741 274.187 6.72918 274.086 7.56056C274.067 7.71611 273.95 7.87846 273.943 7.94717C273.939 7.97889 274.072 7.96907 274.091 8.03326C274.366 9.03151 274.524 9.75189 275.406 10.4368C275.796 10.7396 276.155 10.7736 276.549 10.9925C276.719 11.0869 278.207 12.3178 278.319 12.2015C278.502 11.5483 279.077 10.9351 279.339 10.3167C279.57 9.77228 279.717 8.94166 279.755 8.35871C279.837 8.27338 280.53 8.70455 280.643 8.79139C280.946 9.02472 281.966 10.2397 282.108 10.5674C282.24 10.871 282.645 12.4152 282.655 12.7187C282.666 13.057 282.358 13.4889 282.396 13.8907C282.402 13.9556 282.816 14.7281 282.878 14.8111C282.991 14.9637 283.751 15.5723 283.919 15.6168C284.257 15.7052 284.536 15.6259 284.843 15.6742C285.176 15.7271 285.57 15.9264 285.91 15.968C286.029 15.9823 286.034 15.9793 286.019 15.8577C285.661 15.4137 285.276 14.679 285.194 14.1187C285.133 13.7019 285.25 13.1824 285.185 12.7716C285.067 12.0391 284.683 11.9002 284.846 10.917C284.948 10.2941 285.352 10.3409 285.686 9.94746C285.93 9.65977 286.028 9.21652 286.319 8.92127C286.912 8.31944 288.07 7.85958 288.915 7.97813C289.074 8.01362 288.913 9.08513 288.868 9.27995C288.815 9.50648 288.556 9.96408 288.516 10.2087C288.458 10.5516 288.56 10.9616 288.494 11.318C288.448 11.5702 288.215 11.907 288.149 12.1773C288.489 13.0057 289.212 13.0351 289.888 13.3515C290.062 13.4331 290.385 13.7525 290.502 13.7963C290.659 13.8544 291.499 14.0636 291.597 13.9994C291.73 13.4595 292.332 12.5239 292.357 12.0074C292.369 11.7492 292.017 10.8158 292.061 10.7698C292.274 10.8687 292.546 10.8581 292.758 10.9253C293.131 11.0439 293.886 11.3104 294.264 11.5294C294.332 11.5687 295.107 12.3238 295.154 12.2762C295.23 11.9561 295.451 11.685 295.568 11.3701C295.912 10.4481 295.95 9.76171 296.468 8.83972C296.521 8.74608 296.713 8.63206 296.795 8.44932C297.117 7.72442 297.043 7.05841 296.773 6.32746C296.517 5.63502 295.687 4.85046 295.426 4.20635C295.379 4.09158 295.114 3.12352 295.155 3.08275C295.448 3.10691 295.725 3.21489 296.021 3.23603C297.02 3.30626 297.465 3.04952 298.418 3.68986C299.988 4.7455 300.8 6.27234 301.636 7.87997C301.872 8.33455 302.513 9.25125 302.613 9.69224C302.749 10.2873 302.561 11.2795 302.629 11.9379C302.667 12.3193 302.858 12.7134 302.861 13.1416C302.864 13.5426 302.729 13.8597 302.629 14.235C302.762 14.352 304.3 13.9254 304.496 13.7623C304.758 13.5433 305.293 12.3502 305.348 11.9749L305.57 11.9772C305.736 12.6712 306.288 12.9898 306.75 13.4406C306.851 13.5388 307.303 14.1791 307.385 14.0847C307.218 13.2518 307.406 12.6477 307.892 11.9704L308.82 11.5226C308.873 11.577 308.879 12.2921 308.916 12.4446C308.99 12.7603 309.759 14.207 309.967 14.5597C310.116 14.8134 310.761 15.4922 311.05 15.5126C311.382 15.5368 311.448 15.3669 311.597 15.2959C311.706 15.2431 311.91 15.2536 311.972 15.1947C312.001 15.1675 312.149 14.833 312.268 14.6964C312.555 14.3649 312.999 14.0568 313.247 13.7517C313.43 13.5267 313.461 13.0344 313.785 13.2005C313.839 13.2284 314.605 14.0085 314.634 14.0613C314.691 14.1685 314.691 14.2863 314.716 14.4011L315.086 14.9131C314.985 14.1444 315.317 13.4633 315.522 12.7474C315.564 12.6032 315.527 12.4371 315.575 12.2732C315.757 11.6555 316.183 11.025 316.196 10.3341C316.572 9.95804 317.061 9.68544 317.523 9.40983C317.577 9.37811 317.58 9.27088 317.619 9.26107C317.819 9.20972 317.884 9.4287 317.958 9.5986C318.361 10.5213 318.379 11.6895 319.051 12.502C319.207 12.2513 319.703 12.1048 319.893 11.8738C320.029 11.7084 320.312 10.7955 320.483 10.7819C321.148 11.17 321.641 11.7484 322.182 12.2762C322.046 11.6027 321.921 10.584 322.036 9.90669C322.1 9.53442 322.478 8.98017 322.542 8.60337C322.585 8.3504 322.53 8.10575 322.562 7.8694C322.608 7.52809 323.27 5.74527 323.444 5.4402C323.492 5.35639 324.712 4.13235 324.808 4.06288C325.03 3.90431 326.423 3.27077 326.708 3.19148C326.865 3.14844 327.95 2.96117 327.996 3.00723C327.996 3.06915 328.003 3.13334 327.999 3.19601C327.959 3.74649 327.491 4.65866 327.397 5.23481C327.301 5.81927 327.429 5.76943 327.173 6.38409C326.831 7.20868 326.914 7.43521 326.771 8.22732C326.729 8.46443 326.393 8.9039 326.453 9.11231C326.504 9.28901 327.007 9.65977 327.123 9.87044C327.417 10.4013 327.473 11.1224 327.875 11.722C328.083 12.0316 328.641 12.2944 328.849 12.5971C329.239 13.1627 329.506 13.9556 329.892 14.5491C330.019 14.7447 330.319 14.9161 330.344 15.2076L330.552 15.2008C330.661 14.9614 330.843 14.713 331.021 14.5219C331.257 14.2667 332.039 13.7026 332.151 13.5033C332.264 13.3039 332.279 12.6908 332.375 12.4265L333.836 13.6392C333.957 13.7109 334.119 14.8074 334.261 14.6865C334.268 14.602 334.29 14.5091 334.338 14.4389C334.451 14.2765 334.797 13.8733 334.859 13.7238C334.956 13.4912 334.984 13.0034 335.135 12.7331C335.224 12.5745 335.908 11.9863 335.921 11.9213C335.885 11.2342 336.123 10.5878 336.3 9.93916C336.617 10.0683 336.439 10.6565 336.599 10.809C336.742 10.9472 337.303 11.0582 337.414 11.2916L338.338 11.5219L338.429 9.31393L339.244 8.50747V28.7784H30.0938V11.2614H30.1693ZM158.281 6.3992V8.43422C158.563 8.37457 158.53 8.13218 158.738 7.94868C158.846 7.85354 159.414 7.60586 159.414 7.5666C159.389 7.42313 158.338 6.32142 158.281 6.39995V6.3992ZM299.045 7.257C298.867 7.05086 298.524 6.66877 298.32 6.51246C298.244 6.45432 298.224 6.36597 298.093 6.39995L298.169 8.43422C298.5 8.07479 298.757 7.69044 299.301 7.60435C299.316 7.58925 299.089 7.30684 299.046 7.257H299.045ZM118.797 13.7842C118.991 13.418 118.976 12.9875 119.023 12.5798L118.737 13.0842C118.709 13.2284 118.718 13.3757 118.721 13.5214C118.723 13.6105 118.667 13.8031 118.796 13.7842H118.797ZM258.737 13.6128C258.816 13.3606 258.793 12.8652 258.836 12.5798L258.531 13.2163L258.535 13.7849C258.577 13.7804 258.732 13.6256 258.737 13.6135V13.6128ZM41.1727 14.2214C41.1622 14.0825 40.8835 13.0827 40.7393 13.1816L40.3633 13.8967L40.5875 14.6133L41.1727 14.2206V14.2214ZM180.701 13.1816C180.522 13.1408 180.579 13.2126 180.533 13.2798C180.481 13.3553 180.205 13.7902 180.203 13.8219C180.194 13.9231 180.408 14.5657 180.513 14.6133L180.993 14.1844L180.701 13.1816ZM152.461 15.2098L152.694 14.0115C152.53 14.1006 152.297 14.4978 152.136 14.5499C151.778 14.6654 151.399 14.5959 151.034 14.6141C150.985 14.7908 151.08 14.7409 151.131 14.7862C151.55 15.1577 151.87 15.3375 152.462 15.2106L152.461 15.2098ZM290.77 14.5385C291.131 15.0732 291.526 15.2529 292.161 15.2831L292.506 14.0107C292.279 14.1406 292.169 14.4963 291.906 14.5793C291.581 14.682 291.099 14.6088 290.77 14.5385H290.77ZM35.6053 15.6697L35.7594 15.7867C36.0184 15.7165 36.2887 15.7407 36.5537 15.7392C36.6398 15.7392 36.9532 15.8653 36.9622 15.7067C36.9675 15.6108 36.4978 15.0309 36.4541 14.8587C36.4027 14.6556 36.4488 14.4419 36.4352 14.2373C36.0833 14.4404 36.2366 14.8927 36.0629 15.2619C36.0048 15.3858 35.7563 15.6372 35.6061 15.6697H35.6053ZM176.776 15.7437C176.549 15.2083 176.162 14.8731 176.21 14.2357C176.075 14.2327 175.971 15.129 175.943 15.2363C175.934 15.268 175.543 15.6236 175.493 15.7067C175.474 15.9378 175.575 15.7437 175.606 15.7437H176.776ZM108.38 16.008C108.458 15.6297 108.323 15.0218 108.38 14.6141L108.117 15.5949L107.7 16.7231C107.949 16.9149 108.344 16.1779 108.38 16.008ZM247.513 16.7231C247.809 16.9368 248.194 16.1031 248.235 15.8932C248.295 15.5821 248.108 14.9773 248.191 14.6141L247.688 16.4097L247.512 16.7231H247.513ZM316.588 17.1754L316.135 15.5179C315.903 15.5965 315.854 16.1401 315.738 16.2504C315.647 16.3372 315.154 16.4444 315.003 16.4225C315.086 16.7065 316.482 17.2773 316.588 17.1746V17.1754ZM163.866 15.5942L163.273 15.6055C163.241 15.866 162.953 16.1824 162.92 16.4195C162.907 16.5162 163.138 16.825 163.037 17.0259C163.503 16.8137 163.557 16.1348 163.718 15.7241C163.756 15.6282 163.895 15.7158 163.866 15.5949V15.5942ZM303.679 15.5942C302.86 15.4062 302.756 16.4309 302.849 17.0251C302.949 17.1452 303.206 16.68 303.239 16.6234C303.432 16.2844 303.463 15.9159 303.679 15.5942ZM87.1983 15.9264C87.2655 15.8645 87.486 15.786 87.3554 15.6689C87.0699 15.9574 86.5723 16.0956 86.268 16.3168C86.1751 16.384 86.0822 16.4339 86.1094 16.5721C86.1713 16.6332 87.0828 16.0314 87.1983 15.9257V15.9264ZM132.916 17.4019C133.44 16.9806 133.665 16.3085 133.745 15.6689L132.929 16.3961L132.916 17.4027V17.4019ZM273.073 17.0689C273.365 16.6544 273.557 16.1915 273.557 15.6689L272.777 16.3659C272.827 16.4762 272.682 17.5628 272.877 17.4019C272.845 17.1996 273.018 17.1467 273.073 17.0689ZM330.135 15.7807C330.084 15.7271 330.132 15.644 330.027 15.6689C330.042 16.0027 329.976 16.3727 330.09 16.6951C330.118 16.7767 330.624 17.3815 330.704 17.3264L331.53 16.2111L331.761 15.6689C331.608 15.8147 330.697 16.5267 330.556 16.4218C330.516 16.2066 330.292 15.9468 330.135 15.7807ZM227.129 15.82C226.946 15.7626 225.79 16.4679 225.922 16.5721C226.245 16.5985 226.319 16.2828 226.618 16.267L227.129 15.82ZM208.785 19.8122C208.341 19.2973 208.524 19.1734 208.615 18.626C208.628 18.5467 208.694 18.3639 208.559 18.3821C208.243 18.9031 208.067 19.5457 208.785 19.8122ZM69.0477 19.8878L68.686 19.4588L68.6716 18.4576C68.316 19.0798 68.3039 19.6401 69.0484 19.8878H69.0477ZM97.2383 20.1611L96.9052 19.437C97.0208 19.7111 96.2377 21.0914 96.3012 21.1699L97.6588 20.8679C97.7902 20.7486 97.2956 20.2744 97.2375 20.1611H97.2383ZM236.867 19.5117C236.709 19.3463 236.649 19.9693 236.617 20.0524C236.471 20.4284 236.242 20.7856 236.113 21.1692C236.593 21.0755 237.05 20.8264 237.546 20.8679C237.352 20.3801 236.859 20.0607 236.867 19.5117H236.867Z\" fill=\"#FF350F\"/>\\n<path d=\"M317.116 6.77666C316.829 7.53856 316.297 8.10943 315.739 8.67878C315.6 9.11373 315.551 9.65892 315.4 10.0772C315.357 10.1973 315.44 10.2796 315.23 10.2426C315.26 9.6642 315.024 8.91287 315.269 8.36088C315.308 8.27329 316.508 7.1595 316.662 7.03868C316.735 6.98129 317.055 6.71549 317.116 6.77666Z\" fill=\"#FF350F\"/>\\n<path d=\"M320.862 8.32828C320.816 8.40455 320.466 8.93011 320.366 8.8108C320.371 8.52688 320.319 8.2422 320.27 7.96432C320.237 7.77705 320.097 7.69399 320.141 7.42366C320.191 7.11482 320.535 6.66855 320.517 6.32422L320.726 6.4541C320.715 6.83467 321.18 7.62528 321.106 7.9243C321.085 8.0051 320.922 8.23087 320.862 8.32828Z\" fill=\"#FF350F\"/>\\n<path d=\"M329.195 5.15648L330.405 4.32812L330.629 4.40364C330.65 4.45725 330.531 4.41723 330.485 4.49954C330.113 5.1595 329.675 5.85798 329.42 6.55042H329.196V5.15648H329.195Z\" fill=\"#FF350F\"/>\\n<path d=\"M295.153 7.98207L294.109 7.25339C294.121 7.05253 294.143 5.87305 294.286 5.87305C294.75 6.47034 295.142 7.21186 295.154 7.98132L295.153 7.98207Z\" fill=\"#FF350F\"/>\\n<path d=\"M155.333 7.90668C155.222 8.01768 154.426 7.37131 154.289 7.25427L154.352 5.87317C154.511 5.84372 154.557 5.9819 154.627 6.08837C154.975 6.62073 155.213 7.28749 155.333 7.90668H155.333Z\" fill=\"#FF350F\"/>\\n<path d=\"M283.376 5.34431C283.484 5.71809 283.421 6.10169 283.486 6.47849C283.573 6.9897 283.925 7.45787 283.98 7.98116C283.571 7.65646 283.305 7.21397 283.065 6.76392C283.032 6.70351 282.937 6.6952 282.926 6.64612C282.889 6.48604 283.126 5.61917 283.207 5.43945C283.253 5.33751 283.214 5.3209 283.376 5.34431Z\" fill=\"#FF350F\"/>\\n<path d=\"M143.558 5.34473C143.568 5.62714 143.536 5.91182 143.576 6.19423C143.617 6.47664 143.84 7.20381 143.942 7.47339C143.972 7.55192 144.25 7.73616 144.162 7.98309C144.148 8.00045 143.968 7.89172 143.933 7.8517C143.776 7.675 143.143 6.77264 143.108 6.58537C143.015 6.08247 143.41 5.83253 143.332 5.34473H143.557H143.558Z\" fill=\"#FF350F\"/>\\n<path d=\"M189.057 4.09621C189.269 4.2563 189.353 4.55532 189.595 4.68218L189.603 4.88228C188.932 5.16243 188.469 5.53168 188.031 6.09877C188.032 5.42219 188.669 5.22888 189.091 4.84604L188.86 4.0275C188.874 3.94217 189.026 4.07356 189.057 4.09697V4.09621Z\" fill=\"#FF350F\"/>\\n<path d=\"M49.2429 4.0892C49.3653 4.20549 49.804 4.72274 49.7103 4.88131C49.508 5.04593 49.0942 5.17052 48.9152 5.29587C48.6789 5.46124 48.4478 5.90978 48.2115 6.0978C48.1911 5.42273 48.7785 5.18487 49.2618 4.88585L49.0398 4.02728C49.0466 3.94649 49.2248 4.07259 49.2422 4.0892H49.2429Z\" fill=\"#FF350F\"/>\\n<path d=\"M224.638 14.2397C224.653 14.2496 224.814 14.5206 224.821 14.5486C224.958 15.1127 224.485 14.982 224.225 15.3656C223.869 14.8733 224.164 14.643 224.482 14.2873L224.638 14.2397Z\" fill=\"#FF350F\"/>\\n<path d=\"M84.8258 14.2373L85.0455 14.787L84.412 15.3677C84.0571 14.9169 84.3138 14.59 84.6755 14.2834C84.7284 14.2381 84.7133 14.2071 84.825 14.2381L84.8258 14.2373Z\" fill=\"#FF350F\"/>\\n<path d=\"M125.219 13.4081L125.899 13.2964C125.715 13.686 125.608 14.3513 125.219 14.5385V13.4081Z\" fill=\"#FF350F\"/>\\n<path d=\"M62.1815 7.15332C62.4194 7.65773 62.772 8.06625 62.7864 8.65977C62.18 8.43776 62.1204 7.74306 62.0312 7.19108L62.1815 7.15332Z\" fill=\"#FF350F\"/>\\n<path d=\"M201.986 7.15359C202.238 7.67914 202.668 8.00158 202.591 8.66003C202 8.38064 201.98 7.7607 201.836 7.19134L201.987 7.15283L201.986 7.15359Z\" fill=\"#FF350F\"/>\\n<path d=\"M329.876 7.98229C329.75 8.24205 329.581 8.58864 329.517 8.86577C329.479 9.0334 329.572 9.343 329.424 9.41247C329.5 9.11646 328.937 8.98659 329.006 8.72758C329.105 8.53503 329.269 8.38627 329.425 8.24356C329.49 8.18466 329.778 7.88941 329.876 7.98229Z\" fill=\"#FF350F\"/>\\n<path d=\"M260.87 9.22578C260.877 9.19633 261.003 9.08986 261.02 9.11251C261.127 9.70301 261.402 10.2308 261.17 10.8455C260.89 10.9135 261.098 10.5933 261.002 10.483C260.973 10.4498 260.87 10.4755 260.87 10.4687C260.87 10.1674 260.811 9.45609 260.87 9.22502V9.22578Z\" fill=\"#FF350F\"/>\\n<path d=\"M265.778 13.2568L265.33 14.2777L265.137 14.536L265.109 13.4177L265.778 13.2568Z\" fill=\"#FF350F\"/>\\n<path d=\"M121.062 9.1123C121.183 9.13269 121.205 9.25578 121.237 9.35319C121.399 9.85684 121.585 10.359 121.288 10.8453C121.206 10.843 121.062 10.4549 121.062 10.4315V9.11306V9.1123Z\" fill=\"#FF350F\"/>\\n<path d=\"M215.049 11.2978C214.968 11.621 215.449 12.1345 215.43 12.3852C215.419 12.5188 214.98 13.1448 214.824 13.2566C214.782 12.8919 215.101 12.7884 215.12 12.4554C215.132 12.253 215.082 12.065 215.042 11.871C215.016 11.7441 214.687 11.2729 215.05 11.2978H215.049Z\" fill=\"#FF350F\"/>\\n<path d=\"M75.3486 11.873C75.3607 11.9047 75.4732 11.919 75.5125 12.1191C75.6008 12.5647 75.397 12.7761 75.1395 13.1174C75.1085 13.1582 75.0526 13.3847 74.9424 13.2571C74.8873 13.1929 75.3162 12.6145 75.3252 12.3895C75.3396 12.0451 74.9862 11.6872 75.0934 11.2983C75.2467 11.4048 75.2837 11.7046 75.3486 11.8737V11.873Z\" fill=\"#FF350F\"/>\\n<path d=\"M243.583 12.0136C243.58 11.9887 243.47 11.9275 243.508 11.8256C243.605 11.7146 243.951 12.3723 243.955 12.4636C243.96 12.561 243.782 12.9862 243.733 13.147C243.698 13.2618 243.82 13.372 243.583 13.3335C243.546 12.9144 243.634 12.4229 243.583 12.0151V12.0136Z\" fill=\"#FF350F\"/>\\n<path d=\"M187.869 7.07767C187.775 6.99158 188.413 6.28555 188.471 6.32482C188.865 6.96666 188.394 6.94401 187.869 7.07767Z\" fill=\"#FF350F\"/>\\n<path d=\"M48.0592 7.07706C47.9218 6.93661 48.5281 6.40728 48.6618 6.32422L48.7796 6.85506L48.0592 7.07706Z\" fill=\"#FF350F\"/>\\n<path d=\"M103.78 12.0137C103.778 11.979 103.586 11.8831 103.817 11.9012C104.13 12.2327 104.077 12.5498 103.966 12.9523C103.941 13.0391 103.876 13.3185 103.781 13.3321C103.766 12.8949 103.801 12.4509 103.781 12.0137H103.78Z\" fill=\"#FF350F\"/>\\n<path d=\"M270.612 12.7305C270.592 13.0423 270.729 13.4962 270.348 13.6321C270.085 13.3225 270.215 12.8347 270.612 12.7305Z\" fill=\"#FF350F\"/>\\n<path d=\"M130.797 12.7305C130.807 13.0967 130.886 13.5566 130.42 13.6343C130.399 13.2349 130.344 12.8724 130.797 12.7305Z\" fill=\"#FF350F\"/>\\n<path d=\"M33.4908 11.751L33.7838 12.2267L33.4546 12.6526C33.2779 12.6548 33.3549 11.936 33.3413 11.788L33.4916 11.751H33.4908Z\" fill=\"#FF350F\"/>\\n<path d=\"M173.299 11.752L173.601 12.2405C173.548 12.4361 173.425 12.6022 173.226 12.6551L173.148 11.7897L173.299 11.7527V11.752Z\" fill=\"#FF350F\"/>\\n<path d=\"M40.9612 10.6941C40.5958 10.5952 40.2205 10.1316 40.5467 9.79102C40.5822 10.1376 40.7415 10.4283 40.9612 10.6941Z\" fill=\"#FF350F\"/>\\n<path d=\"M158.281 6.39951C158.339 6.32098 159.39 7.42269 159.415 7.56616C159.415 7.60467 158.846 7.8531 158.739 7.94824C158.53 8.13173 158.564 8.37412 158.281 8.43378V6.39875V6.39951Z\" fill=\"#FF350F\"/>\\n<path d=\"M330.137 15.7804C330.294 15.9465 330.518 16.2063 330.558 16.4215C330.699 16.5264 331.61 15.8144 331.764 15.6686L331.532 16.2108L330.707 17.3261C330.626 17.3812 330.121 16.7764 330.092 16.6948C329.978 16.3724 330.044 16.0024 330.029 15.6686C330.134 15.6437 330.087 15.7268 330.137 15.7804Z\" fill=\"#FF350F\"/>\\n<path d=\"M299.046 7.25718C299.089 7.30702 299.317 7.58943 299.301 7.60453C298.758 7.69062 298.501 8.07421 298.169 8.4344L298.094 6.40013C298.224 6.36615 298.245 6.4545 298.32 6.51264C298.525 6.66895 298.868 7.05104 299.045 7.25718H299.046Z\" fill=\"#FF350F\"/>\\n<path d=\"M316.593 17.1753C316.486 17.278 315.091 16.7071 315.008 16.4232C315.157 16.4451 315.65 16.3379 315.743 16.251C315.86 16.1408 315.908 15.5971 316.14 15.5186L316.593 17.176V17.1753Z\" fill=\"#FF350F\"/>\\n<path d=\"M236.871 19.5117C236.863 20.0607 237.357 20.3801 237.55 20.8679C237.054 20.8271 236.597 21.0755 236.117 21.1692C236.246 20.7856 236.475 20.4284 236.621 20.0524C236.653 19.9686 236.713 19.3463 236.872 19.5117H236.871Z\" fill=\"#FF350F\"/>\\n<path d=\"M97.2369 20.1612C97.295 20.2744 97.7896 20.7486 97.6582 20.8679L96.3005 21.17C96.2371 21.0915 97.0202 19.7119 96.9046 19.437L97.2376 20.1612H97.2369Z\" fill=\"#FF350F\"/>\\n<path d=\"M290.773 14.5386C291.103 14.6088 291.584 14.682 291.91 14.5793C292.173 14.4963 292.282 14.1406 292.509 14.0107L292.165 15.2831C291.53 15.2529 291.135 15.0732 290.774 14.5386H290.773Z\" fill=\"#FF350F\"/>\\n<path d=\"M152.457 15.2099C151.866 15.3375 151.545 15.1578 151.126 14.7855C151.075 14.7409 150.98 14.79 151.029 14.6133C151.395 14.5952 151.773 14.6654 152.132 14.5491C152.293 14.497 152.525 14.0991 152.689 14.0107L152.456 15.2091L152.457 15.2099Z\" fill=\"#FF350F\"/>\\n<path d=\"M35.6101 15.6698C35.7604 15.6373 36.0088 15.3858 36.067 15.262C36.2406 14.892 36.0874 14.4397 36.4392 14.2373C36.4536 14.4419 36.4075 14.6564 36.4581 14.8588C36.5019 15.0309 36.9716 15.6109 36.9663 15.7068C36.9572 15.8653 36.6439 15.7392 36.5578 15.7392C36.2935 15.7407 36.0224 15.7166 35.7634 15.7868L35.6094 15.6698H35.6101Z\" fill=\"#FF350F\"/>\\n<path d=\"M176.77 15.7443H175.599C175.568 15.7443 175.467 15.9384 175.487 15.7073C175.537 15.6242 175.927 15.2678 175.936 15.2369C175.965 15.1296 176.069 14.2326 176.203 14.2363C176.156 14.8737 176.542 15.2089 176.77 15.7443Z\" fill=\"#FF350F\"/>\\n<path d=\"M132.914 17.4017L132.927 16.3951L133.743 15.668C133.663 16.3075 133.438 16.9796 132.914 17.4009V17.4017Z\" fill=\"#FF350F\"/>\\n<path d=\"M41.1767 14.2217L40.5915 14.6143L40.3672 13.8977L40.7432 13.1827C40.8875 13.0837 41.1661 14.0835 41.1767 14.2224V14.2217Z\" fill=\"#FF350F\"/>\\n<path d=\"M180.701 13.1818L180.993 14.1846L180.514 14.6135C180.409 14.5659 180.194 13.9233 180.203 13.8222C180.206 13.7904 180.482 13.3555 180.533 13.28C180.579 13.2128 180.521 13.141 180.701 13.1818Z\" fill=\"#FF350F\"/>\\n<path d=\"M273.074 17.0689C273.019 17.1467 272.847 17.1996 272.879 17.4019C272.684 17.5635 272.829 16.4762 272.778 16.3659L273.558 15.6689C273.558 16.1915 273.366 16.6544 273.074 17.0689Z\" fill=\"#FF350F\"/>\\n<path d=\"M163.869 15.594C163.898 15.7148 163.758 15.6272 163.721 15.7231C163.559 16.1339 163.505 16.8128 163.039 17.025C163.14 16.8241 162.909 16.5153 162.922 16.4186C162.956 16.1815 163.243 15.8651 163.276 15.6046L163.869 15.5933V15.594Z\" fill=\"#FF350F\"/>\\n<path d=\"M303.686 15.595C303.469 15.9166 303.438 16.2851 303.246 16.6242C303.213 16.6808 302.957 17.146 302.856 17.0259C302.763 16.4316 302.868 15.4069 303.686 15.595Z\" fill=\"#FF350F\"/>\\n<path d=\"M108.383 16.0077C108.347 16.1776 107.952 16.9146 107.703 16.7228L108.12 15.5947L108.383 14.6138C108.325 15.0223 108.461 15.6294 108.383 16.0077Z\" fill=\"#FF350F\"/>\\n<path d=\"M247.516 16.7233L247.692 16.4099L248.194 14.6143C248.111 14.9775 248.299 15.5823 248.238 15.8934C248.197 16.1033 247.812 16.937 247.516 16.7233H247.516Z\" fill=\"#FF350F\"/>\\n<path d=\"M208.782 19.8123C208.064 19.545 208.24 18.9031 208.556 18.3821C208.691 18.364 208.625 18.5467 208.612 18.626C208.52 19.1742 208.338 19.2981 208.782 19.8123Z\" fill=\"#FF350F\"/>\\n<path d=\"M69.0497 19.8882C68.3052 19.6405 68.318 19.0802 68.6729 18.458L68.6873 19.4593L69.049 19.8882H69.0497Z\" fill=\"#FF350F\"/>\\n<path d=\"M87.1952 15.9262C87.0797 16.0319 86.1683 16.6337 86.1064 16.5725C86.0792 16.4344 86.1721 16.3845 86.2649 16.3173C86.5693 16.0953 87.0669 15.9571 87.3523 15.6694C87.4837 15.7865 87.2632 15.865 87.1952 15.9269V15.9262Z\" fill=\"#FF350F\"/>\\n<path d=\"M227.124 15.8197L226.613 16.2667C226.314 16.2826 226.239 16.5982 225.917 16.5718C225.785 16.4676 226.941 15.7623 227.124 15.8197Z\" fill=\"#FF350F\"/>\\n<path d=\"M258.737 13.6128C258.734 13.6257 258.578 13.7797 258.536 13.7843L258.531 13.2157L258.836 12.5791C258.793 12.8653 258.817 13.3599 258.737 13.6121V13.6128Z\" fill=\"#FF350F\"/>\\n<path d=\"M118.796 13.7845C118.667 13.8034 118.723 13.6108 118.722 13.5217C118.719 13.376 118.71 13.2287 118.738 13.0845L119.024 12.5801C118.977 12.9886 118.992 13.419 118.797 13.7845H118.796Z\" fill=\"#FF350F\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_376_8822\">\\n<rect width=\"367.5\" height=\"28.5\" fill=\"white\" transform=\"translate(0.25)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kchddy\",\"data-framer-name\":\"button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"36px\",\"--framer-text-color\":\"rgb(16, 16, 16)\"},children:\"Get your design roasted\"})}),className:\"framer-xhk3oj\",\"data-framer-name\":\"text\",fonts:[\"GF;General Sans-600\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-adjhpo\",\"data-framer-name\":\"lg_right_icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1mshcmr\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"22\" viewBox=\"-2 -2 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11.4776 7.43774L6.64511 2.60522L8.85482 0.395508L17.4597 9.00036L8.85482 17.6052L6.64511 15.3955L11.4779 10.5627H0.25V7.43774H11.4776Z\" fill=\"#101010\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:464,intrinsicWidth:464,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+0+120+0+1e3-307),pixelHeight:928,pixelWidth:928,sizes:\"144px\",src:\"https://framerusercontent.com/images/rFjWGwTHPJWeqLlXDejYuCdbgxQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/rFjWGwTHPJWeqLlXDejYuCdbgxQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/rFjWGwTHPJWeqLlXDejYuCdbgxQ.png 928w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:false,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:464,intrinsicWidth:464,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+0+120+0+960-343),pixelHeight:928,pixelWidth:928,sizes:\"180px\",src:\"https://framerusercontent.com/images/rFjWGwTHPJWeqLlXDejYuCdbgxQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/rFjWGwTHPJWeqLlXDejYuCdbgxQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/rFjWGwTHPJWeqLlXDejYuCdbgxQ.png 928w\"},className:\"framer-8nen06\",\"data-framer-name\":\"Frame 2192\",style:{rotate:-10},whileHover:animation12})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:388,intrinsicWidth:360,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+0+120+0+5),pixelHeight:388,pixelWidth:360,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lt461rFk5VL7MlZN3UmzL9MSeA0.svg\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation13,__framer__exit:animation14,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:388,intrinsicWidth:360,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+0+120+0+5),pixelHeight:388,pixelWidth:360,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lt461rFk5VL7MlZN3UmzL9MSeA0.svg\"},className:\"framer-1cld8jp\",\"data-framer-name\":\"Vector\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:209,intrinsicWidth:394,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+0+120+0+142),pixelHeight:419,pixelWidth:788,sizes:\"181px\",src:\"https://framerusercontent.com/images/OXaFCxayWYBejSvo6km75VMv0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/OXaFCxayWYBejSvo6km75VMv0.png?scale-down-to=512 512w,https://framerusercontent.com/images/OXaFCxayWYBejSvo6km75VMv0.png 788w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:false,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:209,intrinsicWidth:394,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+0+120+0+145),pixelHeight:419,pixelWidth:788,sizes:\"181px\",src:\"https://framerusercontent.com/images/OXaFCxayWYBejSvo6km75VMv0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/OXaFCxayWYBejSvo6km75VMv0.png?scale-down-to=512 512w,https://framerusercontent.com/images/OXaFCxayWYBejSvo6km75VMv0.png 788w\"},className:\"framer-qcztf6\",\"data-framer-name\":\"Frame 2196\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-8},whileTap:animation16})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:464,intrinsicWidth:464,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+0+120+0+38),pixelHeight:928,pixelWidth:928,sizes:\"144px\",src:\"https://framerusercontent.com/images/R98umFnXK7JMSzlXUNkXf6eUfRM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/R98umFnXK7JMSzlXUNkXf6eUfRM.png?scale-down-to=512 512w,https://framerusercontent.com/images/R98umFnXK7JMSzlXUNkXf6eUfRM.png 928w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:464,intrinsicWidth:464,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+0+120+0+59),pixelHeight:928,pixelWidth:928,sizes:\"180px\",src:\"https://framerusercontent.com/images/R98umFnXK7JMSzlXUNkXf6eUfRM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/R98umFnXK7JMSzlXUNkXf6eUfRM.png?scale-down-to=512 512w,https://framerusercontent.com/images/R98umFnXK7JMSzlXUNkXf6eUfRM.png 928w\"},className:\"framer-16jpzlt\",\"data-framer-name\":\"Frame 2276\",style:{rotate:2},whileHover:animation17})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+0+120+0+1e3-152),pixelHeight:1600,pixelWidth:1600,sizes:\"144px\",src:\"https://framerusercontent.com/images/mkzjXTy7n6DRphWz6bqKVbUU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/mkzjXTy7n6DRphWz6bqKVbUU.png?scale-down-to=512 512w,https://framerusercontent.com/images/mkzjXTy7n6DRphWz6bqKVbUU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mkzjXTy7n6DRphWz6bqKVbUU.png 1600w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:false,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+0+120+0+960-184),pixelHeight:1600,pixelWidth:1600,sizes:\"180px\",src:\"https://framerusercontent.com/images/mkzjXTy7n6DRphWz6bqKVbUU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/mkzjXTy7n6DRphWz6bqKVbUU.png?scale-down-to=512 512w,https://framerusercontent.com/images/mkzjXTy7n6DRphWz6bqKVbUU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mkzjXTy7n6DRphWz6bqKVbUU.png 1600w\"},className:\"framer-1qyvtdb\",\"data-framer-name\":\"Frame 2270\",whileHover:animation17})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+0+120+0+1e3-189),pixelHeight:1600,pixelWidth:1600,sizes:\"144px\",src:\"https://framerusercontent.com/images/gjmn0wscHV4QkkI3h9NaTH4Fngo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/gjmn0wscHV4QkkI3h9NaTH4Fngo.png?scale-down-to=512 512w,https://framerusercontent.com/images/gjmn0wscHV4QkkI3h9NaTH4Fngo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gjmn0wscHV4QkkI3h9NaTH4Fngo.png 1600w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+0+120+0+960-206),pixelHeight:1600,pixelWidth:1600,sizes:\"180px\",src:\"https://framerusercontent.com/images/gjmn0wscHV4QkkI3h9NaTH4Fngo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/gjmn0wscHV4QkkI3h9NaTH4Fngo.png?scale-down-to=512 512w,https://framerusercontent.com/images/gjmn0wscHV4QkkI3h9NaTH4Fngo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gjmn0wscHV4QkkI3h9NaTH4Fngo.png 1600w\"},className:\"framer-wrm6qi\",\"data-framer-name\":\"Frame 2271\",whileHover:animation12})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:209.5,intrinsicWidth:394,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+0+120+0+5.0001),pixelHeight:418,pixelWidth:788,sizes:\"196px\",src:\"https://framerusercontent.com/images/vuAL9FDvZNNcD8sp7pQiR6EU0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/vuAL9FDvZNNcD8sp7pQiR6EU0.png?scale-down-to=512 512w,https://framerusercontent.com/images/vuAL9FDvZNNcD8sp7pQiR6EU0.png 788w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:false,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:209.5,intrinsicWidth:394,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+0+120+0+5.0001),pixelHeight:418,pixelWidth:788,sizes:\"196px\",src:\"https://framerusercontent.com/images/vuAL9FDvZNNcD8sp7pQiR6EU0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/vuAL9FDvZNNcD8sp7pQiR6EU0.png?scale-down-to=512 512w,https://framerusercontent.com/images/vuAL9FDvZNNcD8sp7pQiR6EU0.png 788w\"},className:\"framer-tzfqxl\",\"data-framer-name\":\"Frame 2197\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:3},whileTap:animation16})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:924,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+0+120+0+73.0534),pixelHeight:1600,pixelWidth:1848,sizes:\"189.42px\",src:\"https://framerusercontent.com/images/M0urhTkLAMk1ypbsfKVwQvscTk4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/M0urhTkLAMk1ypbsfKVwQvscTk4.png?scale-down-to=512 512w,https://framerusercontent.com/images/M0urhTkLAMk1ypbsfKVwQvscTk4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/M0urhTkLAMk1ypbsfKVwQvscTk4.png 1848w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:false,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:924,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+0+120+0+92.0171),pixelHeight:1600,pixelWidth:1848,sizes:\"217.14px\",src:\"https://framerusercontent.com/images/M0urhTkLAMk1ypbsfKVwQvscTk4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/M0urhTkLAMk1ypbsfKVwQvscTk4.png?scale-down-to=512 512w,https://framerusercontent.com/images/M0urhTkLAMk1ypbsfKVwQvscTk4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/M0urhTkLAMk1ypbsfKVwQvscTk4.png 1848w\"},className:\"framer-lqy0f\",\"data-framer-name\":\"Frame 2279\",style:{rotate:-15},whileHover:animation18})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:740,intrinsicWidth:736,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+0+120+0+1e3-520),pixelHeight:740,pixelWidth:736,positionX:\"center\",positionY:\"center\",sizes:\"624px\",src:\"https://framerusercontent.com/images/umapGdryyBIZtxXc89ylEMqakY.svg\",srcSet:\"https://framerusercontent.com/images/umapGdryyBIZtxXc89ylEMqakY.svg 736w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation13,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:740,intrinsicWidth:736,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+0+120+0+960-641),pixelHeight:740,pixelWidth:736,positionX:\"center\",positionY:\"center\",sizes:\"736px\",src:\"https://framerusercontent.com/images/umapGdryyBIZtxXc89ylEMqakY.svg\",srcSet:\"https://framerusercontent.com/images/umapGdryyBIZtxXc89ylEMqakY.svg 736w\"},className:\"framer-irzdyr\",\"data-framer-name\":\"Vector\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:182.5,intrinsicWidth:430.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+0+120+0+1e3-106.501),pixelHeight:365,pixelWidth:862,sizes:\"198px\",src:\"https://framerusercontent.com/images/6x4yCZTDdmrLqWfXWeyt0f3c.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/6x4yCZTDdmrLqWfXWeyt0f3c.png?scale-down-to=512 512w,https://framerusercontent.com/images/6x4yCZTDdmrLqWfXWeyt0f3c.png 862w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:false,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:182.5,intrinsicWidth:430.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+0+120+0+960-107.001),pixelHeight:365,pixelWidth:862,sizes:\"198px\",src:\"https://framerusercontent.com/images/6x4yCZTDdmrLqWfXWeyt0f3c.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/6x4yCZTDdmrLqWfXWeyt0f3c.png?scale-down-to=512 512w,https://framerusercontent.com/images/6x4yCZTDdmrLqWfXWeyt0f3c.png 862w\"},className:\"framer-qh0fzx\",\"data-framer-name\":\"Frame 2281\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:14},whileTap:animation16})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:224.5,intrinsicWidth:432.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+0+120+0+1e3-258.9994),pixelHeight:449,pixelWidth:866,sizes:\"201px\",src:\"https://framerusercontent.com/images/lRdaH2tAEmzkgqiY29kD1vGt6u4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/lRdaH2tAEmzkgqiY29kD1vGt6u4.png?scale-down-to=512 512w,https://framerusercontent.com/images/lRdaH2tAEmzkgqiY29kD1vGt6u4.png 866w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:false,__framer__enter:animation15,__framer__exit:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:224.5,intrinsicWidth:432.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+0+120+0+960-265.4994),pixelHeight:449,pixelWidth:866,sizes:\"201px\",src:\"https://framerusercontent.com/images/lRdaH2tAEmzkgqiY29kD1vGt6u4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/lRdaH2tAEmzkgqiY29kD1vGt6u4.png?scale-down-to=512 512w,https://framerusercontent.com/images/lRdaH2tAEmzkgqiY29kD1vGt6u4.png 866w\"},className:\"framer-1ffzei\",\"data-framer-name\":\"Frame 2280\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,id:\"1ffzei\",onMouseDown:preventDefault,style:{rotate:-5},whileTap:animation16})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14bl8vm\",\"data-framer-name\":\"Frame 2201\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ngj1ot\",\"data-framer-name\":\"Frame 2198\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tdr7nt\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 53, 15)\",\"--framer-text-transform\":\"uppercase\"},children:\"1.\"})}),fonts:[\"CUSTOM;Deacon Condensed Test Black\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGVhY29uIENvbmRlbnNlZCBUZXN0LTkwMA==\",\"--framer-font-family\":'\"Deacon Condensed Test\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(255, 53, 15)\",\"--framer-text-transform\":\"uppercase\"},children:\"1.\"})}),className:\"framer-hdjk20\",\"data-framer-name\":\"1.\",fonts:[\"GF;Deacon Condensed Test-900\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dc07gg\",\"data-framer-name\":\"Frame 2196\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"Submit Your\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"Design\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"Submit Your\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"Design\"})]}),className:\"framer-4kq188\",\"data-framer-name\":\"Submit Your Design\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-line-height\":\"112%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Share your landing page or product design with us for review.\\u2028\\u2028\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"112%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-line-height\":\"112%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"No hiding, we've seen it all!\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"112%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Share your landing page or product design with us for review.\\u2028\\u2028\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"112%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"112%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"No hiding, we've seen it all!\"})]}),className:\"framer-umuvjy\",\"data-framer-name\":\"Share your landing page or product design with us for review.\",fonts:[\"GF;General Sans Variable-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:320,intrinsicWidth:561,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+0+120+1e3+200+0+0+0),pixelHeight:640,pixelWidth:1121,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9988 - 160px)`,src:\"https://framerusercontent.com/images/eIZdrbAIcNAUlqZaTPaztTo9asY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/eIZdrbAIcNAUlqZaTPaztTo9asY.png?scale-down-to=512 512w,https://framerusercontent.com/images/eIZdrbAIcNAUlqZaTPaztTo9asY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eIZdrbAIcNAUlqZaTPaztTo9asY.png 1121w\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:320,intrinsicWidth:561,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+0+120+832+80+0+0+0),pixelHeight:640,pixelWidth:1121,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9973 - 48px)`,src:\"https://framerusercontent.com/images/eIZdrbAIcNAUlqZaTPaztTo9asY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/eIZdrbAIcNAUlqZaTPaztTo9asY.png?scale-down-to=512 512w,https://framerusercontent.com/images/eIZdrbAIcNAUlqZaTPaztTo9asY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eIZdrbAIcNAUlqZaTPaztTo9asY.png 1121w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:320,intrinsicWidth:561,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+0+120+960+200+0+0),pixelHeight:640,pixelWidth:1121,sizes:`calc((${componentViewport?.width||\"100vw\"} * 0.9973 - 240px) * 0.45)`,src:\"https://framerusercontent.com/images/eIZdrbAIcNAUlqZaTPaztTo9asY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/eIZdrbAIcNAUlqZaTPaztTo9asY.png?scale-down-to=512 512w,https://framerusercontent.com/images/eIZdrbAIcNAUlqZaTPaztTo9asY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eIZdrbAIcNAUlqZaTPaztTo9asY.png 1121w\"},className:\"framer-1oopfuk\",\"data-framer-name\":\"Frame 2195\"})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-au0i8e\",\"data-framer-name\":\"Line 17\",fill:\"rgb(237, 211, 178)\",intrinsicHeight:3,intrinsicWidth:1203,svg:'<svg width=\"1203\" height=\"3\" viewBox=\"-1 -1 1203 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line opacity=\"0.6\" y1=\"0.5\" x2=\"1200.1\" y2=\"0.5\" stroke=\"#F0D5B4\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-16dur49\",\"data-framer-name\":\"Frame 2199\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-171i3fi\",\"data-framer-name\":\"Frame 2197\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 53, 15)\",\"--framer-text-transform\":\"uppercase\"},children:\"2.\"})}),fonts:[\"CUSTOM;Deacon Condensed Test Black\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGVhY29uIENvbmRlbnNlZCBUZXN0LTkwMA==\",\"--framer-font-family\":'\"Deacon Condensed Test\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(255, 53, 15)\",\"--framer-text-transform\":\"uppercase\"},children:\"2.\"})}),className:\"framer-12gxgad\",\"data-framer-name\":\"2.\",fonts:[\"GF;Deacon Condensed Test-900\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18b2uh6\",\"data-framer-name\":\"Frame 2196\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"Get\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"Roasted\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"Get\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"Roasted\"})]}),className:\"framer-56ylag\",\"data-framer-name\":\"Get Roasted\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-line-height\":\"112%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"We go over and roast every pixel of your design.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-line-height\":\"112%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Brutally honest. Nothing escapes the Roast Riders\"]})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"112%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"We go over and roast every pixel of your design.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"112%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"Brutally honest. Nothing escapes the Roast Riders\"]})]}),className:\"framer-1w2kmtq\",\"data-framer-name\":\"Share your landing page or product design with us for review.\",fonts:[\"GF;General Sans Variable-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+0+120+1e3+200+1186.8+0+0),pixelHeight:960,pixelWidth:1681,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9988 - 160px)`,src:\"https://framerusercontent.com/images/4n8AU4TAh3KHl1uDfrIU6XyUvzs.png\",srcSet:\"https://framerusercontent.com/images/4n8AU4TAh3KHl1uDfrIU6XyUvzs.png?scale-down-to=512 512w,https://framerusercontent.com/images/4n8AU4TAh3KHl1uDfrIU6XyUvzs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4n8AU4TAh3KHl1uDfrIU6XyUvzs.png 1681w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+0+120+960+200+562+0),pixelHeight:960,pixelWidth:1681,sizes:`calc((${componentViewport?.width||\"100vw\"} * 0.9973 - 240px) * 0.45)`,src:\"https://framerusercontent.com/images/4n8AU4TAh3KHl1uDfrIU6XyUvzs.png\",srcSet:\"https://framerusercontent.com/images/4n8AU4TAh3KHl1uDfrIU6XyUvzs.png?scale-down-to=512 512w,https://framerusercontent.com/images/4n8AU4TAh3KHl1uDfrIU6XyUvzs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4n8AU4TAh3KHl1uDfrIU6XyUvzs.png 1681w\"},className:\"framer-1hls0ff hidden-1nhk93a\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:320,intrinsicWidth:561,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+0+120+832+80+909.6+0+0),pixelHeight:640,pixelWidth:1121,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9973 - 48px)`,src:\"https://framerusercontent.com/images/sFzUCeX7LidOClcVJZe6geZtMg.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/sFzUCeX7LidOClcVJZe6geZtMg.png?scale-down-to=512 512w,https://framerusercontent.com/images/sFzUCeX7LidOClcVJZe6geZtMg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sFzUCeX7LidOClcVJZe6geZtMg.png 1121w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:320,intrinsicWidth:561,pixelHeight:640,pixelWidth:1121,src:\"https://framerusercontent.com/images/sFzUCeX7LidOClcVJZe6geZtMg.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/sFzUCeX7LidOClcVJZe6geZtMg.png?scale-down-to=512 512w,https://framerusercontent.com/images/sFzUCeX7LidOClcVJZe6geZtMg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sFzUCeX7LidOClcVJZe6geZtMg.png 1121w\"},className:\"framer-1r9wieo hidden-72rtr7 hidden-anqw7l\",\"data-framer-name\":\"Frame 2195\"})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1xevlrg\",\"data-framer-name\":\"Line 18\",fill:\"rgb(237, 212, 180)\",intrinsicHeight:3,intrinsicWidth:1203,svg:'<svg width=\"1203\" height=\"3\" viewBox=\"-1 -1 1203 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line opacity=\"0.6\" y1=\"0.5\" x2=\"1200.1\" y2=\"0.5\" stroke=\"#F0D5B4\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vo25d4\",\"data-framer-name\":\"Frame 2200\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j6euac\",\"data-framer-name\":\"Frame 2197\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 53, 15)\",\"--framer-text-transform\":\"uppercase\"},children:\"3.\"})}),fonts:[\"CUSTOM;Deacon Condensed Test Black\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGVhY29uIENvbmRlbnNlZCBUZXN0LTkwMA==\",\"--framer-font-family\":'\"Deacon Condensed Test\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(255, 53, 15)\",\"--framer-text-transform\":\"uppercase\"},children:\"3.\"})}),className:\"framer-12bz0ha\",\"data-framer-name\":\"3.\",fonts:[\"GF;Deacon Condensed Test-900\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nejvmp\",\"data-framer-name\":\"Frame 2196\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"See the\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"Solution\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"See the\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"Solution\"})]}),className:\"framer-13kejrt\",\"data-framer-name\":\"\\xa0See the Solution\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-line-height\":\"112%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Receive a cleaner, meaner identity at the end of our roast\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLXJlZ3VsYXI=\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"112%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Receive a cleaner, meaner identity at the end of our roast\"})}),className:\"framer-nri3b5\",\"data-framer-name\":\"Share your landing page or product design with us for review.\",fonts:[\"GF;General Sans Variable-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:320,intrinsicWidth:561,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+0+120+1e3+200+2239.2+0+0),pixelHeight:640,pixelWidth:1121,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9988 - 160px)`,src:\"https://framerusercontent.com/images/WHaJIiopqgJ3NpD7LnHOokums.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/WHaJIiopqgJ3NpD7LnHOokums.png?scale-down-to=512 512w,https://framerusercontent.com/images/WHaJIiopqgJ3NpD7LnHOokums.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WHaJIiopqgJ3NpD7LnHOokums.png 1121w\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:320,intrinsicWidth:561,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+0+120+832+80+1345.6+0+0),pixelHeight:640,pixelWidth:1121,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9973 - 48px)`,src:\"https://framerusercontent.com/images/WHaJIiopqgJ3NpD7LnHOokums.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/WHaJIiopqgJ3NpD7LnHOokums.png?scale-down-to=512 512w,https://framerusercontent.com/images/WHaJIiopqgJ3NpD7LnHOokums.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WHaJIiopqgJ3NpD7LnHOokums.png 1121w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:320,intrinsicWidth:561,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+0+120+960+200+1124+0),pixelHeight:640,pixelWidth:1121,sizes:`calc((${componentViewport?.width||\"100vw\"} * 0.9973 - 240px) * 0.45)`,src:\"https://framerusercontent.com/images/WHaJIiopqgJ3NpD7LnHOokums.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/WHaJIiopqgJ3NpD7LnHOokums.png?scale-down-to=512 512w,https://framerusercontent.com/images/WHaJIiopqgJ3NpD7LnHOokums.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WHaJIiopqgJ3NpD7LnHOokums.png 1121w\"},className:\"framer-dgtbh9\",\"data-framer-name\":\"Frame 2195\"})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+0+120+4415.2),pixelHeight:3121,pixelWidth:4321,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9972)`,src:\"https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?lossless=1 4321w\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+0+120+2710.8),pixelHeight:3121,pixelWidth:4321,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9957)`,src:\"https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?lossless=1 4321w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+0+120+2804),pixelHeight:3121,pixelWidth:4321,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9957)`,src:\"https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/EcHm7mxsfoZd6EUj8Z4M5p41Ns.png?lossless=1 4321w\"},className:\"framer-pb5167\",\"data-framer-name\":\"Frame 2202\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gwluqv\",\"data-framer-name\":\"Frame 2214\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"the losses you\u2019re making just because\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"of bad design\"})]})},tCL3s32v1:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"the losses you\u2019re making just because\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"of bad design\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"the losses you\u2019re making just because\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"of bad design\"})]}),className:\"framer-6q0d7k\",\"data-framer-name\":\"the losses you\u2019re making just because of bad design\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{y:(componentViewport?.y||0)+0+1356+0+0+120+4415.2+120+0+60+784},tCL3s32v1:{y:(componentViewport?.y||0)+0+824+0+0+120+2710.8+120+0+40+400}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"220px\",y:(componentViewport?.y||0)+0+1596+0+0+120+2804+120+120+714,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m08e3b-container\",nodeId:\"jcJQVrv7s\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CTABlack,{height:\"100%\",id:\"jcJQVrv7s\",layoutId:\"jcJQVrv7s\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15yuog8 hidden-1nhk93a\",\"data-framer-name\":\"Frame 2267\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pkeqqt\",\"data-framer-name\":\"Frame 2266\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o4foan-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"wPD3qiBSL\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"top\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:24,height:\"100%\",hoverFactor:1,id:\"wPD3qiBSL\",layoutId:\"wPD3qiBSL\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wswaev\",\"data-framer-name\":\"Frame 2264\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:897,pixelWidth:1081,sizes:\"524px\",src:\"https://framerusercontent.com/images/WigPp7bZ8vvh6oeIVu68BUt3KA.png\",srcSet:\"https://framerusercontent.com/images/WigPp7bZ8vvh6oeIVu68BUt3KA.png?scale-down-to=512 512w,https://framerusercontent.com/images/WigPp7bZ8vvh6oeIVu68BUt3KA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WigPp7bZ8vvh6oeIVu68BUt3KA.png 1081w\"},className:\"framer-wj5uov\",\"data-framer-name\":\"Frame 2263\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 54, 15)\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"BIMA INCreased \"}),\"session duration by 75%\"]})}),className:\"framer-17m97rs\",\"data-framer-name\":\"Botanix Labs sign-ups increased by 45%\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16d4aib\",\"data-framer-name\":\"Frame 2264\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:765,pixelWidth:1069,sizes:\"524px\",src:\"https://framerusercontent.com/images/dmZrSvnak8rjUYx7e3yP12q4q0.png\",srcSet:\"https://framerusercontent.com/images/dmZrSvnak8rjUYx7e3yP12q4q0.png?scale-down-to=512 512w,https://framerusercontent.com/images/dmZrSvnak8rjUYx7e3yP12q4q0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dmZrSvnak8rjUYx7e3yP12q4q0.png 1069w\"},className:\"framer-1y6r2q9\",\"data-framer-name\":\"Frame 2263\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:[\"Zerolend increased \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 54, 15)\"},children:\"to 950K users\"})]})}),className:\"framer-1822d43\",\"data-framer-name\":\"Botanix Labs sign-ups increased by 45%\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lmylco\",\"data-framer-name\":\"Frame 2266\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:949,pixelWidth:1091,sizes:\"524px\",src:\"https://framerusercontent.com/images/E8EHeZQMpAbCMpAXECRpigBMvk.png\",srcSet:\"https://framerusercontent.com/images/E8EHeZQMpAbCMpAXECRpigBMvk.png?scale-down-to=512 512w,https://framerusercontent.com/images/E8EHeZQMpAbCMpAXECRpigBMvk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/E8EHeZQMpAbCMpAXECRpigBMvk.png 1091w\"},className:\"framer-5hb6hp\",\"data-framer-name\":\"Frame 2263\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:[\"Wildcard increased \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 54, 15)\"},children:\"DAU by 50%\"})]})}),className:\"framer-on8v3m\",\"data-framer-name\":\"Botanix Labs sign-ups increased by 45%\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true})]})],speed:125,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-spjjcs\",\"data-framer-name\":\"Frame 2268\"})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nrxax8-container hidden-72rtr7 hidden-anqw7l\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"tSk29rU_d\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},padding:0,paddingBottom:0,paddingLeft:0,paddingRight:0,paddingTop:0}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:24,height:\"100%\",hoverFactor:1,id:\"tSk29rU_d\",layoutId:\"tSk29rU_d\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lmylco\",\"data-framer-name\":\"Frame 2266\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:949,pixelWidth:1091,sizes:\"524px\",src:\"https://framerusercontent.com/images/E8EHeZQMpAbCMpAXECRpigBMvk.png\",srcSet:\"https://framerusercontent.com/images/E8EHeZQMpAbCMpAXECRpigBMvk.png?scale-down-to=512 512w,https://framerusercontent.com/images/E8EHeZQMpAbCMpAXECRpigBMvk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/E8EHeZQMpAbCMpAXECRpigBMvk.png 1091w\"},className:\"framer-5hb6hp\",\"data-framer-name\":\"Frame 2263\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:[\"Wildcard increased \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 54, 15)\"},children:\"DAU by 50%\"})]})}),className:\"framer-on8v3m\",\"data-framer-name\":\"Botanix Labs sign-ups increased by 45%\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true})]})],speed:125,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1shlg82 hidden-72rtr7 hidden-anqw7l\",\"data-framer-name\":\"Frame 2203\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:740,intrinsicWidth:736,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+0+120+0+417),pixelHeight:740,pixelWidth:736,positionX:\"center\",positionY:\"center\",sizes:\"437px\",src:\"https://framerusercontent.com/images/umapGdryyBIZtxXc89ylEMqakY.svg\",srcSet:\"https://framerusercontent.com/images/umapGdryyBIZtxXc89ylEMqakY.svg 736w\"}}},children:/*#__PURE__*/_jsxs(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation13,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:740,intrinsicWidth:736,pixelHeight:740,pixelWidth:736,positionX:\"center\",positionY:\"center\",sizes:\"437px\",src:\"https://framerusercontent.com/images/umapGdryyBIZtxXc89ylEMqakY.svg\",srcSet:\"https://framerusercontent.com/images/umapGdryyBIZtxXc89ylEMqakY.svg 736w\"},className:\"framer-1go6e5h\",\"data-framer-name\":\"Vector\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:182.5,intrinsicWidth:430.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+0+120+0+417+199),pixelHeight:365,pixelWidth:862,sizes:\"104px\",src:\"https://framerusercontent.com/images/6x4yCZTDdmrLqWfXWeyt0f3c.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/6x4yCZTDdmrLqWfXWeyt0f3c.png?scale-down-to=512 512w,https://framerusercontent.com/images/6x4yCZTDdmrLqWfXWeyt0f3c.png 862w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:false,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:182.5,intrinsicWidth:430.5,pixelHeight:365,pixelWidth:862,sizes:\"104px\",src:\"https://framerusercontent.com/images/6x4yCZTDdmrLqWfXWeyt0f3c.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/6x4yCZTDdmrLqWfXWeyt0f3c.png?scale-down-to=512 512w,https://framerusercontent.com/images/6x4yCZTDdmrLqWfXWeyt0f3c.png 862w\"},className:\"framer-1xb3q17\",\"data-framer-name\":\"Frame 2281\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:5},transformTemplate:transformTemplate2,whileTap:animation16})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:224.5,intrinsicWidth:432.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+0+120+0+417+114.9996),pixelHeight:449,pixelWidth:866,sizes:\"121px\",src:\"https://framerusercontent.com/images/lRdaH2tAEmzkgqiY29kD1vGt6u4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/lRdaH2tAEmzkgqiY29kD1vGt6u4.png?scale-down-to=512 512w,https://framerusercontent.com/images/lRdaH2tAEmzkgqiY29kD1vGt6u4.png 866w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:false,__framer__enter:animation15,__framer__exit:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:224.5,intrinsicWidth:432.5,pixelHeight:449,pixelWidth:866,sizes:\"121px\",src:\"https://framerusercontent.com/images/lRdaH2tAEmzkgqiY29kD1vGt6u4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/lRdaH2tAEmzkgqiY29kD1vGt6u4.png?scale-down-to=512 512w,https://framerusercontent.com/images/lRdaH2tAEmzkgqiY29kD1vGt6u4.png 866w\"},className:\"framer-c56eal\",\"data-framer-name\":\"Frame 2280\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-5},whileTap:animation16})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hzqr5k\",\"data-framer-name\":\"Frame 2262\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:[\"Hellfire Is About To Be Unleashed \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 53, 15)\"},children:\"on bad design\"})]})}),className:\"framer-bctzn6\",\"data-framer-name\":\"Hellfire Is About To Be Unleashed on bad design\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lqs4ms\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-54h5zp\",\"data-framer-name\":\"Frame 2183\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:29,intrinsicWidth:368,svg:'<svg width=\"368\" height=\"29\" viewBox=\"0 0 368 29\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_376_8822)\">\\n<path d=\"M30.1693 11.2614C30.1987 17.6549 30.1632 10.9638 30.1632 10.9638C30.1647 11.2236 30.1632 11.3927 30.1647 11.6329C30.17 12.6545 29.9729 14.0394 30.6216 14.8753C30.691 14.9652 31.4016 15.6976 31.4514 15.6682C31.5436 15.4681 31.9868 15.0271 32.1794 14.9244C32.4497 14.7802 32.9972 14.787 33.2433 14.5914C33.5348 14.3596 34.1872 12.9581 34.2839 12.9573L35.2278 15.1411V13.8227C35.2278 13.6777 35.5525 12.3744 35.628 12.1871C35.8605 11.6102 36.3068 11.1383 36.6496 10.6444C36.8263 10.3892 37.1858 9.66505 37.3368 9.52234C37.4206 9.44305 38.1969 9.13496 38.2474 9.18782C38.2233 10.4307 39.0615 11.3384 39.3054 12.5035L40.3376 11.8775L40.7801 10.9185C40.8828 10.908 40.8994 10.9057 40.9704 10.9714C41.1486 11.1345 41.4114 11.5679 41.5986 11.7258C41.8169 11.91 42.2873 12.0187 42.4368 12.2777C42.5538 12.2271 42.6127 11.9138 42.6256 11.7884C42.9223 8.94921 42.3198 7.04482 44.5118 4.72436C45.1386 4.06062 45.5803 4.1097 46.3022 3.77745C46.5695 3.65437 46.8519 3.36138 47.1411 3.25793C47.4606 3.14391 47.8072 3.19677 48.1001 3.01101C48.2451 3.02309 48.2225 3.46483 48.2157 3.57734C48.1288 4.95089 47.3284 6.37881 47.0128 7.72668C46.9312 8.0763 46.7991 8.73476 46.8587 9.07078C46.9146 9.38566 47.7588 10.6135 47.9725 10.9722C48.2874 11.5007 48.4815 12.0142 48.8968 12.5179C49.1301 12.801 49.7312 13.1876 49.8694 13.3908C50.0204 13.612 50.7672 15.2129 50.8925 15.2151L51.9467 14.46L52.4231 13.5033L52.5923 12.2022C52.667 12.1977 52.7252 12.1939 52.7977 12.2294C53.4161 12.533 53.9349 13.2284 54.2331 13.8431C54.3487 14.0809 54.3993 14.3754 54.5171 14.6141C54.7436 14.3392 54.7783 13.976 54.9543 13.6188C55.1151 13.2934 55.4013 13.0653 55.5516 12.7829C55.7147 12.4771 55.7917 12.0988 55.9752 11.7741C56.0915 11.5679 56.5332 11.0967 56.5778 10.9435C56.6533 10.6837 56.5574 10.2971 56.5944 10.0177C56.8096 10.1951 56.8972 10.4776 57.0822 10.698C57.4665 11.1564 58.0767 11.3512 58.6317 11.5249C58.6687 10.9555 58.7774 10.393 58.8582 9.82891C58.899 9.54499 58.8106 9.40076 58.9458 9.08739C59.2999 8.26734 60.3269 7.54243 61.1983 7.38009C61.3433 7.99173 61.452 8.61696 61.5675 9.23539C61.6491 9.67034 61.52 9.88252 61.8371 10.3228C62.1059 10.6958 62.6436 11.0748 62.9841 11.3225C63.0566 11.3754 63.0544 11.5415 63.1986 11.5309C63.3541 11.5332 64.1515 10.6724 64.3252 10.4979C64.3607 10.4625 64.4649 10.4813 64.5238 10.4194C64.7488 10.18 64.6582 9.79342 64.6726 9.49138C65.5115 9.68016 66.0808 10.5432 66.4848 11.2614C67.1614 12.4635 67.7058 13.8401 67.844 15.2181C68.2442 14.7772 68.6127 14.2327 69.201 14.013C69.321 14.3785 69.4283 14.9863 69.6012 15.3095C69.722 15.5338 70.4235 16.0306 70.4816 16.1824C70.5881 16.4595 70.5503 17.0078 70.7127 17.3279L71.6188 15.5738C71.8741 15.4266 71.8914 14.713 72.0153 14.4842C72.1195 14.2909 72.6141 13.9647 72.7666 13.615C72.8768 13.3613 72.9191 12.8909 73.0551 12.6417C73.0754 12.6039 73.6244 12.0542 73.6607 12.0308C73.7437 11.9764 73.7739 11.9576 73.8827 11.9787C73.8011 12.2936 73.7641 12.6538 73.8245 12.9785C73.8804 13.2768 74.1666 13.5954 74.2413 13.8438C74.4633 14.5808 74.3893 15.2264 74.8039 15.9974C75.0093 16.3795 75.4246 16.5252 75.6806 16.8499C76.043 17.309 76.3617 18.0808 76.777 18.5089C77.1923 18.9371 77.9512 19.2995 78.3167 19.8205C78.5183 19.9406 79.3723 19.3781 79.6306 19.2603C81.5236 18.3994 83.0701 17.1845 84.9382 16.3448C85.0923 16.2753 85.2735 16.2987 85.4276 16.2307C85.6684 16.1243 86.0143 15.7384 86.3224 15.6554C86.1993 14.9085 86.5806 14.1995 86.6116 13.5101C86.6365 12.9505 86.6229 11.8103 86.5655 11.2614C86.53 10.9261 86.3367 10.5667 86.3322 10.2065C86.3254 9.69148 86.533 9.07078 86.5678 8.55202C86.6486 7.33629 86.4545 6.13113 86.3382 4.93201C86.5021 4.77571 86.4953 5.02867 86.5957 5.12381C87.3606 5.84872 87.2579 5.99823 87.8009 6.75259C88.1965 7.30306 89.2144 7.74707 89.4364 8.0393C89.5912 8.24393 89.5837 8.57014 89.6675 8.75288C89.8804 9.21576 90.3705 9.51025 90.668 9.95351C91.2381 10.803 92.2477 12.5904 92.506 13.5456C92.5422 13.68 92.7529 14.6692 92.7506 14.7288C92.7385 14.9788 92.3414 15.5655 92.3217 15.8766C92.3021 16.1877 92.4652 16.6211 92.3633 16.9723C92.3104 17.1542 91.8498 17.6194 91.7931 17.8354C91.7191 18.12 91.8166 18.5218 91.7003 18.8344C92.0151 18.7649 92.3549 18.9167 92.6396 18.9121C92.7499 18.9106 93.8304 18.746 93.8878 18.7203C93.9369 18.6984 94.618 17.9992 94.6437 17.9524C94.7298 17.7931 94.8861 16.9692 94.985 16.9504C95.281 17.1437 95.7416 17.2237 96.0225 17.4042C96.1818 17.5061 96.8086 18.3058 96.8705 18.3058C97.0359 17.9532 97.3742 17.5492 97.4874 17.1897C97.6007 16.8303 97.5463 16.4822 97.6468 16.1432C97.6792 16.0329 98.7704 14.3135 98.8716 14.201C99.1706 13.868 99.7195 13.7366 99.971 13.4882C100.392 13.0736 100.587 12.4016 101.195 11.978C101.366 11.8587 102.375 11.4041 102.495 11.5256C102.505 11.8957 102.271 12.2362 102.27 12.6183C102.267 12.9875 102.418 13.3727 102.328 13.8068C102.244 14.2108 101.884 14.8376 101.766 15.2808C101.721 15.4515 101.632 15.758 101.678 15.9151C101.723 16.0722 102.502 16.7238 102.699 16.8605C102.896 16.9972 103.554 17.4065 103.734 17.4004C103.826 17.3974 104.459 17.1535 104.548 17.0984C104.766 16.964 105.125 16.4814 105.347 16.3531C105.57 16.2247 106.204 16.0978 106.388 15.9C106.748 14.9916 106.844 14.0409 106.719 13.0751C106.7 12.9309 106.585 12.8229 106.575 12.69C106.553 12.4046 106.765 12.0248 106.726 11.6366C106.695 11.3308 106.439 10.9268 106.37 10.6346C106.155 9.7315 106.355 8.86237 106.143 7.92301C106.004 7.30986 105.838 6.70351 105.667 6.10017C106.674 6.15756 107.812 6.39315 108.607 7.04482C108.849 7.24266 109.017 7.56207 109.221 7.77199C109.668 8.23487 110.207 8.51502 110.275 9.26258C110.356 9.31997 111.285 8.89257 111.419 8.80876C111.506 8.75363 111.526 8.65018 111.603 8.59884C111.866 8.42214 112.106 8.21901 112.38 8.06346C112.497 8.32246 112.777 8.53994 112.897 8.79214C113.197 9.4204 113.06 9.84628 113.621 10.4398C114.012 10.8528 114.483 10.9925 114.904 11.3127C115.048 11.4222 115.63 12.1146 115.686 12.126C115.991 12.1879 116.358 12.1501 116.676 12.2679C116.784 11.9749 117.077 11.833 117.25 11.5951C117.44 11.3354 117.545 10.8982 117.714 10.7011C117.856 10.5349 118.231 10.3771 118.427 10.208C118.532 10.1189 119.063 9.33054 119.179 9.41511C119.346 10.1181 120.044 10.5969 120.383 11.1307C120.511 11.3316 120.613 11.8126 120.823 12.0331L120.993 14.0122L122.505 12.3955C122.985 12.32 123.426 12.1056 123.885 11.9644C124.092 11.9009 124.36 11.984 124.426 11.7514C124.721 12.0875 124.436 12.5632 124.397 12.9271C124.346 13.4036 124.517 15.1268 124.619 15.6274C124.697 16.005 124.98 16.3893 125.044 16.7805C125.563 17.2441 126.218 17.5899 126.913 17.707C127.103 17.6806 128.45 16.3523 128.75 16.1228C129.687 15.4054 130.442 15.1796 131.214 14.1565C131.453 13.8401 131.913 13.2186 131.868 12.8418C131.859 12.7671 131.708 12.2037 131.679 12.1237C131.538 11.7288 131.193 11.3618 131.052 11.0159C130.758 10.2918 130.766 9.30033 130.444 8.56108C130.783 7.93962 131.236 7.39292 131.621 6.80167C131.859 6.43771 132.047 5.92046 132.292 5.59198C132.79 4.92295 133.607 4.53936 134.428 4.4427C134.482 4.49783 134.286 5.64182 134.278 5.83664C134.255 6.38032 134.27 6.68765 134.21 7.27588C134.091 8.42592 134.586 9.61597 135.485 10.359C135.944 10.7381 136.233 10.7282 136.686 10.9684C137.139 11.2085 137.705 11.87 138.155 12.1003C138.219 12.1335 138.371 12.206 138.433 12.1698C138.673 11.5626 139.334 10.8385 139.541 10.2616C139.583 10.1445 139.557 9.99126 139.595 9.86365C139.743 9.36905 139.883 8.88427 139.94 8.36098C140.139 8.18957 141.129 9.11911 141.3 9.30109C141.443 9.45362 142.171 10.3401 142.238 10.4745C142.375 10.7486 142.792 12.4031 142.802 12.7014C142.813 13.0487 142.456 13.723 142.506 13.9609C142.753 14.1587 142.836 14.5438 143.046 14.7945C143.286 15.0815 143.922 15.6161 144.287 15.6652C144.532 15.6976 144.784 15.6455 145.028 15.678C145.227 15.7052 146.105 16.0495 146.205 15.9725C145.772 15.3208 145.374 14.5431 145.3 13.7495C145.267 13.4066 145.335 13.0434 145.293 12.7014C145.208 12.0218 144.86 11.6676 145.001 10.8151C145.059 10.4662 145.599 10.2472 145.827 9.96106C146.492 9.12364 146.371 8.76118 147.55 8.23563C148.098 7.99097 148.544 7.93811 149.149 7.98568C149.16 8.3723 149.15 8.76647 149.065 9.14554C149 9.43474 148.744 9.85534 148.7 10.1385C148.649 10.4655 148.741 10.8566 148.691 11.1843C148.641 11.5121 148.224 12.0656 148.339 12.3381C148.357 12.3812 148.96 12.9626 149.005 12.9906C149.277 13.1642 149.76 13.2337 150.104 13.3998C150.282 13.4852 150.556 13.7457 150.641 13.7842C150.799 13.8552 151.669 14.0794 151.781 14.0054L152.488 12.1048L152.244 10.7751C152.865 11.0363 153.894 11.2009 154.447 11.5324C154.541 11.5891 155.062 12.1063 155.192 12.2309C155.259 12.2943 155.215 12.3117 155.299 12.2037C155.893 11.4335 155.895 10.3371 156.268 9.4793C156.434 9.09947 156.828 8.74155 156.981 8.38212C157.026 8.27565 157.233 7.57792 157.233 7.49713C157.233 7.36272 156.918 6.33577 156.843 6.16209C156.446 5.24312 155.678 4.70246 155.423 3.64531C155.389 3.50032 155.335 3.22848 155.379 3.08728C155.657 3.1273 155.923 3.22169 156.206 3.24207C156.58 3.2685 157.122 3.14013 157.396 3.17714C158.147 3.27681 159.503 4.43213 160.023 5.00979C161.28 6.40524 161.874 8.15483 162.811 9.69828C162.854 10.4338 162.762 11.213 162.814 11.9425C162.84 12.3034 163.059 12.9551 163.045 13.2239C163.033 13.4738 162.799 13.9345 162.814 14.241C162.941 14.349 164.524 13.9209 164.683 13.7706C164.876 13.5871 165.11 12.8886 165.235 12.6425C165.318 12.4816 165.57 12.2687 165.532 11.9802C165.867 11.9145 165.709 12.0897 165.81 12.2626C166.113 12.7814 166.282 12.8501 166.665 13.2231C166.953 13.5048 167.194 13.8235 167.494 14.0908V12.9981C167.494 12.9166 167.948 12.1841 167.963 11.9976L168.927 11.5287C169.088 11.8889 169.046 12.2611 169.151 12.6251C169.302 13.1529 169.768 13.6271 169.91 14.1655L170.135 14.0152C170.171 14.7923 170.792 15.1245 171.23 15.6727C171.493 15.5277 171.742 15.1102 171.966 14.9773C172.255 14.8066 172.808 14.796 173.058 14.5952C173.1 14.562 173.575 13.945 173.634 13.8529C173.809 13.5841 173.932 13.2375 174.099 12.9596C174.287 13.0366 174.618 14.2735 174.747 14.5582C174.772 14.6141 174.858 14.6201 174.886 14.676C174.958 14.8217 174.918 15.0762 175.118 15.1449V13.5244C175.118 13.2609 175.323 12.9709 175.341 12.9052C175.394 12.718 175.363 12.4008 175.428 12.1909C175.517 11.9024 176.199 11.0884 176.402 10.7917C176.63 10.4594 177.038 9.64315 177.315 9.45966C177.378 9.41738 177.498 9.43323 177.584 9.38944C177.68 9.3396 177.676 9.22256 177.955 9.19537C178.124 9.17952 178.034 9.20443 178.064 9.3026C178.168 9.64013 178.221 9.97238 178.249 10.3243L179.233 12.5058C179.453 12.274 179.939 12.1312 180.131 11.8964C180.282 11.7114 180.464 11.1738 180.555 10.9253C180.763 10.7456 181.292 11.614 181.414 11.7288C181.504 11.8133 181.83 11.9198 181.933 11.981C182.021 12.0331 182.195 12.2634 182.327 12.2808C182.533 12.1803 182.419 11.2916 182.443 11.0394C182.558 9.80852 182.52 8.31944 182.872 7.17243C183.168 6.21117 184.278 4.58768 185.163 4.10894C185.476 3.9398 185.845 3.92092 186.134 3.79708C186.464 3.65588 186.769 3.3191 187.135 3.21338C187.419 3.13183 187.741 3.20054 187.991 3.01252C188.039 3.28134 188.057 3.60528 188.028 3.87788C187.883 5.20839 187.046 6.64461 186.778 7.9804C186.708 8.33077 186.757 8.70606 186.682 9.0587C187.261 9.97918 187.736 11.0424 188.328 11.9432C188.989 12.949 189.976 13.5025 190.442 14.6707L190.672 15.2189C190.851 15.0346 191.629 14.7122 191.733 14.565C191.959 14.2433 192.344 13.2322 192.401 12.8395C192.431 12.6319 192.394 12.4129 192.408 12.2045C192.634 12.1411 192.601 12.2921 192.697 12.3457C193.615 12.8531 194.002 13.5071 194.293 14.5061C194.325 14.6156 194.248 14.6382 194.445 14.6163C194.482 14.5793 194.673 13.7804 194.753 13.6203C194.833 13.4602 195.237 13.0668 195.333 12.9052C195.527 12.5798 195.613 12.0625 195.782 11.7703C195.893 11.5785 196.304 11.2342 196.376 11.0031C196.467 10.7079 196.38 10.328 196.41 10.0192C196.607 9.97767 196.528 10.06 196.568 10.1272C196.843 10.5855 196.948 10.8332 197.441 11.1368C197.784 11.3482 198.112 11.3195 198.447 11.5256C198.441 11.0975 198.629 10.7011 198.672 10.2812C198.739 9.63938 198.549 9.50497 198.905 8.87143C199.139 8.45461 199.531 8.08158 199.94 7.83768C200.104 7.74027 200.997 7.28796 201.089 7.38084L201.562 10.1876C201.845 10.4436 202.85 11.5838 203.152 11.5309C203.41 11.2568 203.666 10.951 203.944 10.698C204.061 10.5916 204.398 10.4262 204.45 10.3205C204.66 9.89234 204.162 8.92353 205.355 9.94293C206.239 10.6988 207.294 13.1544 207.564 14.2939C207.63 14.5755 207.526 15.0475 207.808 15.2174C207.795 14.8814 208.163 14.7756 208.283 14.4857L209.015 14.0122C209.073 14.056 209.369 15.197 209.472 15.3843C209.583 15.5866 210.133 15.9272 210.283 16.1741L210.527 17.3279C210.622 17.3211 210.651 17.2222 210.691 17.1535C211.154 16.3448 211.481 15.2461 211.896 14.5129C212.027 14.2826 212.453 13.9239 212.56 13.7276C212.706 13.4565 212.742 12.9596 212.876 12.7029C212.897 12.6628 213.42 12.0708 213.467 12.0293C213.552 11.9553 213.592 11.9719 213.697 11.9787C213.504 12.5549 213.651 12.9732 213.854 13.5018C214.115 14.1814 214.099 14.3075 214.243 15.0128C214.474 16.1522 215.09 16.2617 215.632 16.9783C215.924 17.3634 216.239 18.0861 216.596 18.4636C217.024 18.9144 217.737 19.2829 218.156 19.776L218.338 19.8575C218.574 19.884 218.595 19.6975 218.658 19.6665C219.895 19.0541 221.224 18.4953 222.402 17.7674C222.906 17.4563 223.338 17.0146 223.876 16.7352C224.344 16.492 224.817 16.415 225.24 16.2292C225.55 16.0941 225.837 15.8147 226.136 15.6546C226.214 15.1509 226.25 14.6397 226.311 14.133C226.445 13.0261 226.476 11.7877 226.298 10.6656C226.197 10.029 226.236 10.2722 226.298 9.67336C226.453 8.17673 226.42 6.70124 226.158 5.22877C226.138 5.11928 226.155 5.00451 226.154 4.89426L227.026 5.64106C227.355 6.23156 227.713 6.95496 228.251 7.38009C228.51 7.58548 229.051 7.78634 229.251 8.04005C229.45 8.29377 229.51 8.77251 229.67 9.03227C229.861 9.34489 230.312 9.63183 230.566 10.0215C231.235 11.0499 232.291 12.9483 232.491 14.1285C232.658 15.1094 232.223 15.2015 232.132 15.8736C232.101 16.1054 232.295 16.6891 232.254 16.8945C232.222 17.0516 231.749 17.5688 231.659 17.8104C231.53 18.154 231.662 18.4999 231.514 18.8329C231.821 18.7581 232.192 18.9121 232.457 18.9084C232.619 18.9061 233.502 18.783 233.648 18.7422C234.125 18.6078 234.783 17.4623 234.761 16.9504C235.067 17.1263 235.581 17.223 235.856 17.4004C236.112 17.5658 236.438 18.0793 236.684 18.3065C236.763 18.2726 237.271 17.3921 237.305 17.269C237.38 17.0055 237.363 16.668 237.421 16.4052C237.487 16.1054 238.418 14.5589 238.64 14.2682C238.97 13.8386 239.49 13.7857 239.799 13.5403C240.108 13.2949 240.456 12.391 241.148 11.9145C241.31 11.8035 242.208 11.4267 242.309 11.5249C242.407 11.8843 242.106 12.246 242.085 12.5511C242.062 12.8939 242.206 13.3054 242.15 13.7396C242.077 14.3007 241.61 15.0701 241.494 15.6508C241.462 15.8147 241.466 15.8683 241.551 16.0133C241.623 16.1364 242.484 16.8129 242.663 16.9368C243.114 17.2494 243.355 17.4903 243.91 17.3045C244.546 17.0908 245.094 16.4256 245.69 16.1281C245.844 16.051 246.074 16.0759 246.205 15.903C246.266 15.829 246.426 15.3654 246.454 15.2468C246.515 14.9871 246.71 13.9616 246.694 13.7487C246.674 13.4821 246.483 13.1091 246.463 12.7678C246.439 12.3419 246.574 11.9742 246.528 11.5717C246.475 11.0877 246.139 10.5561 246.085 9.97918C246.031 9.40227 246.155 8.68567 246.077 8.10273C246.041 7.83013 245.457 6.19003 245.556 6.09942C246.234 6.14321 247.064 6.29499 247.687 6.57136C248.433 6.9021 248.701 7.41256 249.206 7.95624C249.469 8.2394 249.802 8.31189 249.972 8.73551C250.048 8.92353 249.985 9.19688 250.197 9.32978C250.92 8.99074 251.548 8.57392 252.161 8.06573C252.251 8.23261 252.611 8.549 252.681 8.66604C252.879 9.00131 252.879 9.47552 253.037 9.82061C253.421 10.6535 254.194 10.8732 254.804 11.3739C255.013 11.5453 255.302 12.0308 255.575 12.1101C255.658 12.1343 256.441 12.2747 256.485 12.2604C256.595 12.0172 256.941 11.8405 257.076 11.6472C257.243 11.4101 257.358 10.9095 257.509 10.7215C257.715 10.4625 258.268 10.2926 258.54 9.95955C258.626 9.85383 258.775 9.3766 258.954 9.41511C259.196 9.5903 259.253 10.0041 259.397 10.2185C259.454 10.3024 259.672 10.4307 259.743 10.5304C260.519 11.6246 260.659 12.0127 260.803 13.3719C260.825 13.5826 260.791 13.8008 260.805 14.0115C260.882 14.1149 261.415 13.3205 261.486 13.2428C262.419 12.2105 262.879 12.2672 264.087 11.8994C264.198 11.8654 264.256 11.7907 264.352 11.7507C264.307 13.048 264.104 16.2081 265.21 17.0735C265.27 17.121 265.921 17.4805 266.013 17.5159C266.084 17.5439 266.621 17.7108 266.655 17.7108C266.803 17.7108 266.898 17.6224 267.011 17.5484C267.45 17.2622 268.084 16.4965 268.536 16.1507C269.583 15.351 270.363 15.129 271.193 13.9805C271.28 13.8605 271.664 13.3145 271.697 13.2345C271.946 12.6402 271.054 11.4222 270.85 10.8793C270.7 10.4813 270.686 10.0298 270.6 9.6205C270.53 9.28221 270.301 8.8971 270.35 8.50369C271.196 7.27059 271.789 5.81625 272.93 4.82705L274.319 4.43968C274.381 4.68207 274.217 4.89275 274.185 5.09738C274.063 5.87741 274.187 6.72918 274.086 7.56056C274.067 7.71611 273.95 7.87846 273.943 7.94717C273.939 7.97889 274.072 7.96907 274.091 8.03326C274.366 9.03151 274.524 9.75189 275.406 10.4368C275.796 10.7396 276.155 10.7736 276.549 10.9925C276.719 11.0869 278.207 12.3178 278.319 12.2015C278.502 11.5483 279.077 10.9351 279.339 10.3167C279.57 9.77228 279.717 8.94166 279.755 8.35871C279.837 8.27338 280.53 8.70455 280.643 8.79139C280.946 9.02472 281.966 10.2397 282.108 10.5674C282.24 10.871 282.645 12.4152 282.655 12.7187C282.666 13.057 282.358 13.4889 282.396 13.8907C282.402 13.9556 282.816 14.7281 282.878 14.8111C282.991 14.9637 283.751 15.5723 283.919 15.6168C284.257 15.7052 284.536 15.6259 284.843 15.6742C285.176 15.7271 285.57 15.9264 285.91 15.968C286.029 15.9823 286.034 15.9793 286.019 15.8577C285.661 15.4137 285.276 14.679 285.194 14.1187C285.133 13.7019 285.25 13.1824 285.185 12.7716C285.067 12.0391 284.683 11.9002 284.846 10.917C284.948 10.2941 285.352 10.3409 285.686 9.94746C285.93 9.65977 286.028 9.21652 286.319 8.92127C286.912 8.31944 288.07 7.85958 288.915 7.97813C289.074 8.01362 288.913 9.08513 288.868 9.27995C288.815 9.50648 288.556 9.96408 288.516 10.2087C288.458 10.5516 288.56 10.9616 288.494 11.318C288.448 11.5702 288.215 11.907 288.149 12.1773C288.489 13.0057 289.212 13.0351 289.888 13.3515C290.062 13.4331 290.385 13.7525 290.502 13.7963C290.659 13.8544 291.499 14.0636 291.597 13.9994C291.73 13.4595 292.332 12.5239 292.357 12.0074C292.369 11.7492 292.017 10.8158 292.061 10.7698C292.274 10.8687 292.546 10.8581 292.758 10.9253C293.131 11.0439 293.886 11.3104 294.264 11.5294C294.332 11.5687 295.107 12.3238 295.154 12.2762C295.23 11.9561 295.451 11.685 295.568 11.3701C295.912 10.4481 295.95 9.76171 296.468 8.83972C296.521 8.74608 296.713 8.63206 296.795 8.44932C297.117 7.72442 297.043 7.05841 296.773 6.32746C296.517 5.63502 295.687 4.85046 295.426 4.20635C295.379 4.09158 295.114 3.12352 295.155 3.08275C295.448 3.10691 295.725 3.21489 296.021 3.23603C297.02 3.30626 297.465 3.04952 298.418 3.68986C299.988 4.7455 300.8 6.27234 301.636 7.87997C301.872 8.33455 302.513 9.25125 302.613 9.69224C302.749 10.2873 302.561 11.2795 302.629 11.9379C302.667 12.3193 302.858 12.7134 302.861 13.1416C302.864 13.5426 302.729 13.8597 302.629 14.235C302.762 14.352 304.3 13.9254 304.496 13.7623C304.758 13.5433 305.293 12.3502 305.348 11.9749L305.57 11.9772C305.736 12.6712 306.288 12.9898 306.75 13.4406C306.851 13.5388 307.303 14.1791 307.385 14.0847C307.218 13.2518 307.406 12.6477 307.892 11.9704L308.82 11.5226C308.873 11.577 308.879 12.2921 308.916 12.4446C308.99 12.7603 309.759 14.207 309.967 14.5597C310.116 14.8134 310.761 15.4922 311.05 15.5126C311.382 15.5368 311.448 15.3669 311.597 15.2959C311.706 15.2431 311.91 15.2536 311.972 15.1947C312.001 15.1675 312.149 14.833 312.268 14.6964C312.555 14.3649 312.999 14.0568 313.247 13.7517C313.43 13.5267 313.461 13.0344 313.785 13.2005C313.839 13.2284 314.605 14.0085 314.634 14.0613C314.691 14.1685 314.691 14.2863 314.716 14.4011L315.086 14.9131C314.985 14.1444 315.317 13.4633 315.522 12.7474C315.564 12.6032 315.527 12.4371 315.575 12.2732C315.757 11.6555 316.183 11.025 316.196 10.3341C316.572 9.95804 317.061 9.68544 317.523 9.40983C317.577 9.37811 317.58 9.27088 317.619 9.26107C317.819 9.20972 317.884 9.4287 317.958 9.5986C318.361 10.5213 318.379 11.6895 319.051 12.502C319.207 12.2513 319.703 12.1048 319.893 11.8738C320.029 11.7084 320.312 10.7955 320.483 10.7819C321.148 11.17 321.641 11.7484 322.182 12.2762C322.046 11.6027 321.921 10.584 322.036 9.90669C322.1 9.53442 322.478 8.98017 322.542 8.60337C322.585 8.3504 322.53 8.10575 322.562 7.8694C322.608 7.52809 323.27 5.74527 323.444 5.4402C323.492 5.35639 324.712 4.13235 324.808 4.06288C325.03 3.90431 326.423 3.27077 326.708 3.19148C326.865 3.14844 327.95 2.96117 327.996 3.00723C327.996 3.06915 328.003 3.13334 327.999 3.19601C327.959 3.74649 327.491 4.65866 327.397 5.23481C327.301 5.81927 327.429 5.76943 327.173 6.38409C326.831 7.20868 326.914 7.43521 326.771 8.22732C326.729 8.46443 326.393 8.9039 326.453 9.11231C326.504 9.28901 327.007 9.65977 327.123 9.87044C327.417 10.4013 327.473 11.1224 327.875 11.722C328.083 12.0316 328.641 12.2944 328.849 12.5971C329.239 13.1627 329.506 13.9556 329.892 14.5491C330.019 14.7447 330.319 14.9161 330.344 15.2076L330.552 15.2008C330.661 14.9614 330.843 14.713 331.021 14.5219C331.257 14.2667 332.039 13.7026 332.151 13.5033C332.264 13.3039 332.279 12.6908 332.375 12.4265L333.836 13.6392C333.957 13.7109 334.119 14.8074 334.261 14.6865C334.268 14.602 334.29 14.5091 334.338 14.4389C334.451 14.2765 334.797 13.8733 334.859 13.7238C334.956 13.4912 334.984 13.0034 335.135 12.7331C335.224 12.5745 335.908 11.9863 335.921 11.9213C335.885 11.2342 336.123 10.5878 336.3 9.93916C336.617 10.0683 336.439 10.6565 336.599 10.809C336.742 10.9472 337.303 11.0582 337.414 11.2916L338.338 11.5219L338.429 9.31393L339.244 8.50747V28.7784H30.0938V11.2614H30.1693ZM158.281 6.3992V8.43422C158.563 8.37457 158.53 8.13218 158.738 7.94868C158.846 7.85354 159.414 7.60586 159.414 7.5666C159.389 7.42313 158.338 6.32142 158.281 6.39995V6.3992ZM299.045 7.257C298.867 7.05086 298.524 6.66877 298.32 6.51246C298.244 6.45432 298.224 6.36597 298.093 6.39995L298.169 8.43422C298.5 8.07479 298.757 7.69044 299.301 7.60435C299.316 7.58925 299.089 7.30684 299.046 7.257H299.045ZM118.797 13.7842C118.991 13.418 118.976 12.9875 119.023 12.5798L118.737 13.0842C118.709 13.2284 118.718 13.3757 118.721 13.5214C118.723 13.6105 118.667 13.8031 118.796 13.7842H118.797ZM258.737 13.6128C258.816 13.3606 258.793 12.8652 258.836 12.5798L258.531 13.2163L258.535 13.7849C258.577 13.7804 258.732 13.6256 258.737 13.6135V13.6128ZM41.1727 14.2214C41.1622 14.0825 40.8835 13.0827 40.7393 13.1816L40.3633 13.8967L40.5875 14.6133L41.1727 14.2206V14.2214ZM180.701 13.1816C180.522 13.1408 180.579 13.2126 180.533 13.2798C180.481 13.3553 180.205 13.7902 180.203 13.8219C180.194 13.9231 180.408 14.5657 180.513 14.6133L180.993 14.1844L180.701 13.1816ZM152.461 15.2098L152.694 14.0115C152.53 14.1006 152.297 14.4978 152.136 14.5499C151.778 14.6654 151.399 14.5959 151.034 14.6141C150.985 14.7908 151.08 14.7409 151.131 14.7862C151.55 15.1577 151.87 15.3375 152.462 15.2106L152.461 15.2098ZM290.77 14.5385C291.131 15.0732 291.526 15.2529 292.161 15.2831L292.506 14.0107C292.279 14.1406 292.169 14.4963 291.906 14.5793C291.581 14.682 291.099 14.6088 290.77 14.5385H290.77ZM35.6053 15.6697L35.7594 15.7867C36.0184 15.7165 36.2887 15.7407 36.5537 15.7392C36.6398 15.7392 36.9532 15.8653 36.9622 15.7067C36.9675 15.6108 36.4978 15.0309 36.4541 14.8587C36.4027 14.6556 36.4488 14.4419 36.4352 14.2373C36.0833 14.4404 36.2366 14.8927 36.0629 15.2619C36.0048 15.3858 35.7563 15.6372 35.6061 15.6697H35.6053ZM176.776 15.7437C176.549 15.2083 176.162 14.8731 176.21 14.2357C176.075 14.2327 175.971 15.129 175.943 15.2363C175.934 15.268 175.543 15.6236 175.493 15.7067C175.474 15.9378 175.575 15.7437 175.606 15.7437H176.776ZM108.38 16.008C108.458 15.6297 108.323 15.0218 108.38 14.6141L108.117 15.5949L107.7 16.7231C107.949 16.9149 108.344 16.1779 108.38 16.008ZM247.513 16.7231C247.809 16.9368 248.194 16.1031 248.235 15.8932C248.295 15.5821 248.108 14.9773 248.191 14.6141L247.688 16.4097L247.512 16.7231H247.513ZM316.588 17.1754L316.135 15.5179C315.903 15.5965 315.854 16.1401 315.738 16.2504C315.647 16.3372 315.154 16.4444 315.003 16.4225C315.086 16.7065 316.482 17.2773 316.588 17.1746V17.1754ZM163.866 15.5942L163.273 15.6055C163.241 15.866 162.953 16.1824 162.92 16.4195C162.907 16.5162 163.138 16.825 163.037 17.0259C163.503 16.8137 163.557 16.1348 163.718 15.7241C163.756 15.6282 163.895 15.7158 163.866 15.5949V15.5942ZM303.679 15.5942C302.86 15.4062 302.756 16.4309 302.849 17.0251C302.949 17.1452 303.206 16.68 303.239 16.6234C303.432 16.2844 303.463 15.9159 303.679 15.5942ZM87.1983 15.9264C87.2655 15.8645 87.486 15.786 87.3554 15.6689C87.0699 15.9574 86.5723 16.0956 86.268 16.3168C86.1751 16.384 86.0822 16.4339 86.1094 16.5721C86.1713 16.6332 87.0828 16.0314 87.1983 15.9257V15.9264ZM132.916 17.4019C133.44 16.9806 133.665 16.3085 133.745 15.6689L132.929 16.3961L132.916 17.4027V17.4019ZM273.073 17.0689C273.365 16.6544 273.557 16.1915 273.557 15.6689L272.777 16.3659C272.827 16.4762 272.682 17.5628 272.877 17.4019C272.845 17.1996 273.018 17.1467 273.073 17.0689ZM330.135 15.7807C330.084 15.7271 330.132 15.644 330.027 15.6689C330.042 16.0027 329.976 16.3727 330.09 16.6951C330.118 16.7767 330.624 17.3815 330.704 17.3264L331.53 16.2111L331.761 15.6689C331.608 15.8147 330.697 16.5267 330.556 16.4218C330.516 16.2066 330.292 15.9468 330.135 15.7807ZM227.129 15.82C226.946 15.7626 225.79 16.4679 225.922 16.5721C226.245 16.5985 226.319 16.2828 226.618 16.267L227.129 15.82ZM208.785 19.8122C208.341 19.2973 208.524 19.1734 208.615 18.626C208.628 18.5467 208.694 18.3639 208.559 18.3821C208.243 18.9031 208.067 19.5457 208.785 19.8122ZM69.0477 19.8878L68.686 19.4588L68.6716 18.4576C68.316 19.0798 68.3039 19.6401 69.0484 19.8878H69.0477ZM97.2383 20.1611L96.9052 19.437C97.0208 19.7111 96.2377 21.0914 96.3012 21.1699L97.6588 20.8679C97.7902 20.7486 97.2956 20.2744 97.2375 20.1611H97.2383ZM236.867 19.5117C236.709 19.3463 236.649 19.9693 236.617 20.0524C236.471 20.4284 236.242 20.7856 236.113 21.1692C236.593 21.0755 237.05 20.8264 237.546 20.8679C237.352 20.3801 236.859 20.0607 236.867 19.5117H236.867Z\" fill=\"#FF350F\"/>\\n<path d=\"M317.116 6.77666C316.829 7.53856 316.297 8.10943 315.739 8.67878C315.6 9.11373 315.551 9.65892 315.4 10.0772C315.357 10.1973 315.44 10.2796 315.23 10.2426C315.26 9.6642 315.024 8.91287 315.269 8.36088C315.308 8.27329 316.508 7.1595 316.662 7.03868C316.735 6.98129 317.055 6.71549 317.116 6.77666Z\" fill=\"#FF350F\"/>\\n<path d=\"M320.862 8.32828C320.816 8.40455 320.466 8.93011 320.366 8.8108C320.371 8.52688 320.319 8.2422 320.27 7.96432C320.237 7.77705 320.097 7.69399 320.141 7.42366C320.191 7.11482 320.535 6.66855 320.517 6.32422L320.726 6.4541C320.715 6.83467 321.18 7.62528 321.106 7.9243C321.085 8.0051 320.922 8.23087 320.862 8.32828Z\" fill=\"#FF350F\"/>\\n<path d=\"M329.195 5.15648L330.405 4.32812L330.629 4.40364C330.65 4.45725 330.531 4.41723 330.485 4.49954C330.113 5.1595 329.675 5.85798 329.42 6.55042H329.196V5.15648H329.195Z\" fill=\"#FF350F\"/>\\n<path d=\"M295.153 7.98207L294.109 7.25339C294.121 7.05253 294.143 5.87305 294.286 5.87305C294.75 6.47034 295.142 7.21186 295.154 7.98132L295.153 7.98207Z\" fill=\"#FF350F\"/>\\n<path d=\"M155.333 7.90668C155.222 8.01768 154.426 7.37131 154.289 7.25427L154.352 5.87317C154.511 5.84372 154.557 5.9819 154.627 6.08837C154.975 6.62073 155.213 7.28749 155.333 7.90668H155.333Z\" fill=\"#FF350F\"/>\\n<path d=\"M283.376 5.34431C283.484 5.71809 283.421 6.10169 283.486 6.47849C283.573 6.9897 283.925 7.45787 283.98 7.98116C283.571 7.65646 283.305 7.21397 283.065 6.76392C283.032 6.70351 282.937 6.6952 282.926 6.64612C282.889 6.48604 283.126 5.61917 283.207 5.43945C283.253 5.33751 283.214 5.3209 283.376 5.34431Z\" fill=\"#FF350F\"/>\\n<path d=\"M143.558 5.34473C143.568 5.62714 143.536 5.91182 143.576 6.19423C143.617 6.47664 143.84 7.20381 143.942 7.47339C143.972 7.55192 144.25 7.73616 144.162 7.98309C144.148 8.00045 143.968 7.89172 143.933 7.8517C143.776 7.675 143.143 6.77264 143.108 6.58537C143.015 6.08247 143.41 5.83253 143.332 5.34473H143.557H143.558Z\" fill=\"#FF350F\"/>\\n<path d=\"M189.057 4.09621C189.269 4.2563 189.353 4.55532 189.595 4.68218L189.603 4.88228C188.932 5.16243 188.469 5.53168 188.031 6.09877C188.032 5.42219 188.669 5.22888 189.091 4.84604L188.86 4.0275C188.874 3.94217 189.026 4.07356 189.057 4.09697V4.09621Z\" fill=\"#FF350F\"/>\\n<path d=\"M49.2429 4.0892C49.3653 4.20549 49.804 4.72274 49.7103 4.88131C49.508 5.04593 49.0942 5.17052 48.9152 5.29587C48.6789 5.46124 48.4478 5.90978 48.2115 6.0978C48.1911 5.42273 48.7785 5.18487 49.2618 4.88585L49.0398 4.02728C49.0466 3.94649 49.2248 4.07259 49.2422 4.0892H49.2429Z\" fill=\"#FF350F\"/>\\n<path d=\"M224.638 14.2397C224.653 14.2496 224.814 14.5206 224.821 14.5486C224.958 15.1127 224.485 14.982 224.225 15.3656C223.869 14.8733 224.164 14.643 224.482 14.2873L224.638 14.2397Z\" fill=\"#FF350F\"/>\\n<path d=\"M84.8258 14.2373L85.0455 14.787L84.412 15.3677C84.0571 14.9169 84.3138 14.59 84.6755 14.2834C84.7284 14.2381 84.7133 14.2071 84.825 14.2381L84.8258 14.2373Z\" fill=\"#FF350F\"/>\\n<path d=\"M125.219 13.4081L125.899 13.2964C125.715 13.686 125.608 14.3513 125.219 14.5385V13.4081Z\" fill=\"#FF350F\"/>\\n<path d=\"M62.1815 7.15332C62.4194 7.65773 62.772 8.06625 62.7864 8.65977C62.18 8.43776 62.1204 7.74306 62.0312 7.19108L62.1815 7.15332Z\" fill=\"#FF350F\"/>\\n<path d=\"M201.986 7.15359C202.238 7.67914 202.668 8.00158 202.591 8.66003C202 8.38064 201.98 7.7607 201.836 7.19134L201.987 7.15283L201.986 7.15359Z\" fill=\"#FF350F\"/>\\n<path d=\"M329.876 7.98229C329.75 8.24205 329.581 8.58864 329.517 8.86577C329.479 9.0334 329.572 9.343 329.424 9.41247C329.5 9.11646 328.937 8.98659 329.006 8.72758C329.105 8.53503 329.269 8.38627 329.425 8.24356C329.49 8.18466 329.778 7.88941 329.876 7.98229Z\" fill=\"#FF350F\"/>\\n<path d=\"M260.87 9.22578C260.877 9.19633 261.003 9.08986 261.02 9.11251C261.127 9.70301 261.402 10.2308 261.17 10.8455C260.89 10.9135 261.098 10.5933 261.002 10.483C260.973 10.4498 260.87 10.4755 260.87 10.4687C260.87 10.1674 260.811 9.45609 260.87 9.22502V9.22578Z\" fill=\"#FF350F\"/>\\n<path d=\"M265.778 13.2568L265.33 14.2777L265.137 14.536L265.109 13.4177L265.778 13.2568Z\" fill=\"#FF350F\"/>\\n<path d=\"M121.062 9.1123C121.183 9.13269 121.205 9.25578 121.237 9.35319C121.399 9.85684 121.585 10.359 121.288 10.8453C121.206 10.843 121.062 10.4549 121.062 10.4315V9.11306V9.1123Z\" fill=\"#FF350F\"/>\\n<path d=\"M215.049 11.2978C214.968 11.621 215.449 12.1345 215.43 12.3852C215.419 12.5188 214.98 13.1448 214.824 13.2566C214.782 12.8919 215.101 12.7884 215.12 12.4554C215.132 12.253 215.082 12.065 215.042 11.871C215.016 11.7441 214.687 11.2729 215.05 11.2978H215.049Z\" fill=\"#FF350F\"/>\\n<path d=\"M75.3486 11.873C75.3607 11.9047 75.4732 11.919 75.5125 12.1191C75.6008 12.5647 75.397 12.7761 75.1395 13.1174C75.1085 13.1582 75.0526 13.3847 74.9424 13.2571C74.8873 13.1929 75.3162 12.6145 75.3252 12.3895C75.3396 12.0451 74.9862 11.6872 75.0934 11.2983C75.2467 11.4048 75.2837 11.7046 75.3486 11.8737V11.873Z\" fill=\"#FF350F\"/>\\n<path d=\"M243.583 12.0136C243.58 11.9887 243.47 11.9275 243.508 11.8256C243.605 11.7146 243.951 12.3723 243.955 12.4636C243.96 12.561 243.782 12.9862 243.733 13.147C243.698 13.2618 243.82 13.372 243.583 13.3335C243.546 12.9144 243.634 12.4229 243.583 12.0151V12.0136Z\" fill=\"#FF350F\"/>\\n<path d=\"M187.869 7.07767C187.775 6.99158 188.413 6.28555 188.471 6.32482C188.865 6.96666 188.394 6.94401 187.869 7.07767Z\" fill=\"#FF350F\"/>\\n<path d=\"M48.0592 7.07706C47.9218 6.93661 48.5281 6.40728 48.6618 6.32422L48.7796 6.85506L48.0592 7.07706Z\" fill=\"#FF350F\"/>\\n<path d=\"M103.78 12.0137C103.778 11.979 103.586 11.8831 103.817 11.9012C104.13 12.2327 104.077 12.5498 103.966 12.9523C103.941 13.0391 103.876 13.3185 103.781 13.3321C103.766 12.8949 103.801 12.4509 103.781 12.0137H103.78Z\" fill=\"#FF350F\"/>\\n<path d=\"M270.612 12.7305C270.592 13.0423 270.729 13.4962 270.348 13.6321C270.085 13.3225 270.215 12.8347 270.612 12.7305Z\" fill=\"#FF350F\"/>\\n<path d=\"M130.797 12.7305C130.807 13.0967 130.886 13.5566 130.42 13.6343C130.399 13.2349 130.344 12.8724 130.797 12.7305Z\" fill=\"#FF350F\"/>\\n<path d=\"M33.4908 11.751L33.7838 12.2267L33.4546 12.6526C33.2779 12.6548 33.3549 11.936 33.3413 11.788L33.4916 11.751H33.4908Z\" fill=\"#FF350F\"/>\\n<path d=\"M173.299 11.752L173.601 12.2405C173.548 12.4361 173.425 12.6022 173.226 12.6551L173.148 11.7897L173.299 11.7527V11.752Z\" fill=\"#FF350F\"/>\\n<path d=\"M40.9612 10.6941C40.5958 10.5952 40.2205 10.1316 40.5467 9.79102C40.5822 10.1376 40.7415 10.4283 40.9612 10.6941Z\" fill=\"#FF350F\"/>\\n<path d=\"M158.281 6.39951C158.339 6.32098 159.39 7.42269 159.415 7.56616C159.415 7.60467 158.846 7.8531 158.739 7.94824C158.53 8.13173 158.564 8.37412 158.281 8.43378V6.39875V6.39951Z\" fill=\"#FF350F\"/>\\n<path d=\"M330.137 15.7804C330.294 15.9465 330.518 16.2063 330.558 16.4215C330.699 16.5264 331.61 15.8144 331.764 15.6686L331.532 16.2108L330.707 17.3261C330.626 17.3812 330.121 16.7764 330.092 16.6948C329.978 16.3724 330.044 16.0024 330.029 15.6686C330.134 15.6437 330.087 15.7268 330.137 15.7804Z\" fill=\"#FF350F\"/>\\n<path d=\"M299.046 7.25718C299.089 7.30702 299.317 7.58943 299.301 7.60453C298.758 7.69062 298.501 8.07421 298.169 8.4344L298.094 6.40013C298.224 6.36615 298.245 6.4545 298.32 6.51264C298.525 6.66895 298.868 7.05104 299.045 7.25718H299.046Z\" fill=\"#FF350F\"/>\\n<path d=\"M316.593 17.1753C316.486 17.278 315.091 16.7071 315.008 16.4232C315.157 16.4451 315.65 16.3379 315.743 16.251C315.86 16.1408 315.908 15.5971 316.14 15.5186L316.593 17.176V17.1753Z\" fill=\"#FF350F\"/>\\n<path d=\"M236.871 19.5117C236.863 20.0607 237.357 20.3801 237.55 20.8679C237.054 20.8271 236.597 21.0755 236.117 21.1692C236.246 20.7856 236.475 20.4284 236.621 20.0524C236.653 19.9686 236.713 19.3463 236.872 19.5117H236.871Z\" fill=\"#FF350F\"/>\\n<path d=\"M97.2369 20.1612C97.295 20.2744 97.7896 20.7486 97.6582 20.8679L96.3005 21.17C96.2371 21.0915 97.0202 19.7119 96.9046 19.437L97.2376 20.1612H97.2369Z\" fill=\"#FF350F\"/>\\n<path d=\"M290.773 14.5386C291.103 14.6088 291.584 14.682 291.91 14.5793C292.173 14.4963 292.282 14.1406 292.509 14.0107L292.165 15.2831C291.53 15.2529 291.135 15.0732 290.774 14.5386H290.773Z\" fill=\"#FF350F\"/>\\n<path d=\"M152.457 15.2099C151.866 15.3375 151.545 15.1578 151.126 14.7855C151.075 14.7409 150.98 14.79 151.029 14.6133C151.395 14.5952 151.773 14.6654 152.132 14.5491C152.293 14.497 152.525 14.0991 152.689 14.0107L152.456 15.2091L152.457 15.2099Z\" fill=\"#FF350F\"/>\\n<path d=\"M35.6101 15.6698C35.7604 15.6373 36.0088 15.3858 36.067 15.262C36.2406 14.892 36.0874 14.4397 36.4392 14.2373C36.4536 14.4419 36.4075 14.6564 36.4581 14.8588C36.5019 15.0309 36.9716 15.6109 36.9663 15.7068C36.9572 15.8653 36.6439 15.7392 36.5578 15.7392C36.2935 15.7407 36.0224 15.7166 35.7634 15.7868L35.6094 15.6698H35.6101Z\" fill=\"#FF350F\"/>\\n<path d=\"M176.77 15.7443H175.599C175.568 15.7443 175.467 15.9384 175.487 15.7073C175.537 15.6242 175.927 15.2678 175.936 15.2369C175.965 15.1296 176.069 14.2326 176.203 14.2363C176.156 14.8737 176.542 15.2089 176.77 15.7443Z\" fill=\"#FF350F\"/>\\n<path d=\"M132.914 17.4017L132.927 16.3951L133.743 15.668C133.663 16.3075 133.438 16.9796 132.914 17.4009V17.4017Z\" fill=\"#FF350F\"/>\\n<path d=\"M41.1767 14.2217L40.5915 14.6143L40.3672 13.8977L40.7432 13.1827C40.8875 13.0837 41.1661 14.0835 41.1767 14.2224V14.2217Z\" fill=\"#FF350F\"/>\\n<path d=\"M180.701 13.1818L180.993 14.1846L180.514 14.6135C180.409 14.5659 180.194 13.9233 180.203 13.8222C180.206 13.7904 180.482 13.3555 180.533 13.28C180.579 13.2128 180.521 13.141 180.701 13.1818Z\" fill=\"#FF350F\"/>\\n<path d=\"M273.074 17.0689C273.019 17.1467 272.847 17.1996 272.879 17.4019C272.684 17.5635 272.829 16.4762 272.778 16.3659L273.558 15.6689C273.558 16.1915 273.366 16.6544 273.074 17.0689Z\" fill=\"#FF350F\"/>\\n<path d=\"M163.869 15.594C163.898 15.7148 163.758 15.6272 163.721 15.7231C163.559 16.1339 163.505 16.8128 163.039 17.025C163.14 16.8241 162.909 16.5153 162.922 16.4186C162.956 16.1815 163.243 15.8651 163.276 15.6046L163.869 15.5933V15.594Z\" fill=\"#FF350F\"/>\\n<path d=\"M303.686 15.595C303.469 15.9166 303.438 16.2851 303.246 16.6242C303.213 16.6808 302.957 17.146 302.856 17.0259C302.763 16.4316 302.868 15.4069 303.686 15.595Z\" fill=\"#FF350F\"/>\\n<path d=\"M108.383 16.0077C108.347 16.1776 107.952 16.9146 107.703 16.7228L108.12 15.5947L108.383 14.6138C108.325 15.0223 108.461 15.6294 108.383 16.0077Z\" fill=\"#FF350F\"/>\\n<path d=\"M247.516 16.7233L247.692 16.4099L248.194 14.6143C248.111 14.9775 248.299 15.5823 248.238 15.8934C248.197 16.1033 247.812 16.937 247.516 16.7233H247.516Z\" fill=\"#FF350F\"/>\\n<path d=\"M208.782 19.8123C208.064 19.545 208.24 18.9031 208.556 18.3821C208.691 18.364 208.625 18.5467 208.612 18.626C208.52 19.1742 208.338 19.2981 208.782 19.8123Z\" fill=\"#FF350F\"/>\\n<path d=\"M69.0497 19.8882C68.3052 19.6405 68.318 19.0802 68.6729 18.458L68.6873 19.4593L69.049 19.8882H69.0497Z\" fill=\"#FF350F\"/>\\n<path d=\"M87.1952 15.9262C87.0797 16.0319 86.1683 16.6337 86.1064 16.5725C86.0792 16.4344 86.1721 16.3845 86.2649 16.3173C86.5693 16.0953 87.0669 15.9571 87.3523 15.6694C87.4837 15.7865 87.2632 15.865 87.1952 15.9269V15.9262Z\" fill=\"#FF350F\"/>\\n<path d=\"M227.124 15.8197L226.613 16.2667C226.314 16.2826 226.239 16.5982 225.917 16.5718C225.785 16.4676 226.941 15.7623 227.124 15.8197Z\" fill=\"#FF350F\"/>\\n<path d=\"M258.737 13.6128C258.734 13.6257 258.578 13.7797 258.536 13.7843L258.531 13.2157L258.836 12.5791C258.793 12.8653 258.817 13.3599 258.737 13.6121V13.6128Z\" fill=\"#FF350F\"/>\\n<path d=\"M118.796 13.7845C118.667 13.8034 118.723 13.6108 118.722 13.5217C118.719 13.376 118.71 13.2287 118.738 13.0845L119.024 12.5801C118.977 12.9886 118.992 13.419 118.797 13.7845H118.796Z\" fill=\"#FF350F\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_376_8822\">\\n<rect width=\"367.5\" height=\"28.5\" fill=\"white\" transform=\"translate(0.25)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-27sd9a\",\"data-framer-name\":\"button\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(16, 16, 16)\"},children:\"Get your design roasted\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"36px\",\"--framer-text-color\":\"rgb(16, 16, 16)\"},children:\"Get your design roasted\"})}),className:\"framer-g2c6rc\",\"data-framer-name\":\"text\",fonts:[\"GF;General Sans-600\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-olsoi1\",\"data-framer-name\":\"lg_right_icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-iyw1f6\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"22\" viewBox=\"-2 -2 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11.4776 7.43774L6.64511 2.60522L8.85482 0.395508L17.4597 9.00036L8.85482 17.6052L6.64511 15.3955L11.4779 10.5627H0.25V7.43774H11.4776Z\" fill=\"#101010\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:464,intrinsicWidth:464,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+0+120+0+832-260),pixelHeight:928,pixelWidth:928,sizes:\"96px\",src:\"https://framerusercontent.com/images/rFjWGwTHPJWeqLlXDejYuCdbgxQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/rFjWGwTHPJWeqLlXDejYuCdbgxQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/rFjWGwTHPJWeqLlXDejYuCdbgxQ.png 928w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:false,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:464,intrinsicWidth:464,pixelHeight:928,pixelWidth:928,sizes:\"96px\",src:\"https://framerusercontent.com/images/rFjWGwTHPJWeqLlXDejYuCdbgxQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/rFjWGwTHPJWeqLlXDejYuCdbgxQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/rFjWGwTHPJWeqLlXDejYuCdbgxQ.png 928w\"},className:\"framer-16qq4ay\",\"data-framer-name\":\"Frame 2192\",style:{rotate:-10},whileHover:animation12})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:388,intrinsicWidth:360,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+0+120+0+0),pixelHeight:388,pixelWidth:360,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lt461rFk5VL7MlZN3UmzL9MSeA0.svg\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation13,__framer__exit:animation14,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:388,intrinsicWidth:360,pixelHeight:388,pixelWidth:360,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lt461rFk5VL7MlZN3UmzL9MSeA0.svg\"},className:\"framer-1soj4zw\",\"data-framer-name\":\"Vector\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:464,intrinsicWidth:464,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+0+120+0+42),pixelHeight:928,pixelWidth:928,sizes:\"96px\",src:\"https://framerusercontent.com/images/R98umFnXK7JMSzlXUNkXf6eUfRM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/R98umFnXK7JMSzlXUNkXf6eUfRM.png?scale-down-to=512 512w,https://framerusercontent.com/images/R98umFnXK7JMSzlXUNkXf6eUfRM.png 928w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:464,intrinsicWidth:464,pixelHeight:928,pixelWidth:928,sizes:\"96px\",src:\"https://framerusercontent.com/images/R98umFnXK7JMSzlXUNkXf6eUfRM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/R98umFnXK7JMSzlXUNkXf6eUfRM.png?scale-down-to=512 512w,https://framerusercontent.com/images/R98umFnXK7JMSzlXUNkXf6eUfRM.png 928w\"},className:\"framer-6u2wc\",\"data-framer-name\":\"Frame 2276\",style:{rotate:2},whileHover:animation22})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+0+120+0+832-96),pixelHeight:1600,pixelWidth:1600,sizes:\"96px\",src:\"https://framerusercontent.com/images/mkzjXTy7n6DRphWz6bqKVbUU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/mkzjXTy7n6DRphWz6bqKVbUU.png?scale-down-to=512 512w,https://framerusercontent.com/images/mkzjXTy7n6DRphWz6bqKVbUU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mkzjXTy7n6DRphWz6bqKVbUU.png 1600w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:false,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:800,pixelHeight:1600,pixelWidth:1600,sizes:\"96px\",src:\"https://framerusercontent.com/images/mkzjXTy7n6DRphWz6bqKVbUU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/mkzjXTy7n6DRphWz6bqKVbUU.png?scale-down-to=512 512w,https://framerusercontent.com/images/mkzjXTy7n6DRphWz6bqKVbUU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mkzjXTy7n6DRphWz6bqKVbUU.png 1600w\"},className:\"framer-14ygrne\",\"data-framer-name\":\"Frame 2270\",whileHover:animation17})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+0+120+0+832-118),pixelHeight:1600,pixelWidth:1600,sizes:\"96px\",src:\"https://framerusercontent.com/images/gjmn0wscHV4QkkI3h9NaTH4Fngo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/gjmn0wscHV4QkkI3h9NaTH4Fngo.png?scale-down-to=512 512w,https://framerusercontent.com/images/gjmn0wscHV4QkkI3h9NaTH4Fngo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gjmn0wscHV4QkkI3h9NaTH4Fngo.png 1600w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:800,pixelHeight:1600,pixelWidth:1600,sizes:\"96px\",src:\"https://framerusercontent.com/images/gjmn0wscHV4QkkI3h9NaTH4Fngo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/gjmn0wscHV4QkkI3h9NaTH4Fngo.png?scale-down-to=512 512w,https://framerusercontent.com/images/gjmn0wscHV4QkkI3h9NaTH4Fngo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gjmn0wscHV4QkkI3h9NaTH4Fngo.png 1600w\"},className:\"framer-1f9crf0\",\"data-framer-name\":\"Frame 2271\",whileHover:animation12})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:209.5,intrinsicWidth:394,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+0+120+0+27.0002),pixelHeight:418,pixelWidth:788,sizes:\"119px\",src:\"https://framerusercontent.com/images/vuAL9FDvZNNcD8sp7pQiR6EU0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/vuAL9FDvZNNcD8sp7pQiR6EU0.png?scale-down-to=512 512w,https://framerusercontent.com/images/vuAL9FDvZNNcD8sp7pQiR6EU0.png 788w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:false,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:209.5,intrinsicWidth:394,pixelHeight:418,pixelWidth:788,sizes:\"119px\",src:\"https://framerusercontent.com/images/vuAL9FDvZNNcD8sp7pQiR6EU0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/vuAL9FDvZNNcD8sp7pQiR6EU0.png?scale-down-to=512 512w,https://framerusercontent.com/images/vuAL9FDvZNNcD8sp7pQiR6EU0.png 788w\"},className:\"framer-63ha4p\",\"data-framer-name\":\"Frame 2197\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:3},whileTap:animation16})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:924,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+0+120+0+72.9947),pixelHeight:1600,pixelWidth:1848,sizes:\"129px\",src:\"https://framerusercontent.com/images/M0urhTkLAMk1ypbsfKVwQvscTk4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/M0urhTkLAMk1ypbsfKVwQvscTk4.png?scale-down-to=512 512w,https://framerusercontent.com/images/M0urhTkLAMk1ypbsfKVwQvscTk4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/M0urhTkLAMk1ypbsfKVwQvscTk4.png 1848w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:false,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:924,pixelHeight:1600,pixelWidth:1848,sizes:\"217.14px\",src:\"https://framerusercontent.com/images/M0urhTkLAMk1ypbsfKVwQvscTk4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/M0urhTkLAMk1ypbsfKVwQvscTk4.png?scale-down-to=512 512w,https://framerusercontent.com/images/M0urhTkLAMk1ypbsfKVwQvscTk4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/M0urhTkLAMk1ypbsfKVwQvscTk4.png 1848w\"},className:\"framer-17mvfop\",\"data-framer-name\":\"Frame 2279\",style:{rotate:-15},whileHover:animation23})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:209,intrinsicWidth:394,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+0+120+0+113),pixelHeight:419,pixelWidth:788,sizes:\"103px\",src:\"https://framerusercontent.com/images/OXaFCxayWYBejSvo6km75VMv0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/OXaFCxayWYBejSvo6km75VMv0.png?scale-down-to=512 512w,https://framerusercontent.com/images/OXaFCxayWYBejSvo6km75VMv0.png 788w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:false,__framer__enter:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:209,intrinsicWidth:394,pixelHeight:419,pixelWidth:788,sizes:\"103px\",src:\"https://framerusercontent.com/images/OXaFCxayWYBejSvo6km75VMv0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/OXaFCxayWYBejSvo6km75VMv0.png?scale-down-to=512 512w,https://framerusercontent.com/images/OXaFCxayWYBejSvo6km75VMv0.png 788w\"},className:\"framer-1pbuycu\",\"data-framer-name\":\"Frame 2196\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:-17},whileTap:animation16})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wfsgyq\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vni542\",\"data-border\":true,\"data-framer-name\":\"Frame 2204\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-l977sv\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(16, 16, 16)\",\"--framer-text-transform\":\"uppercase\"},children:\"who is\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(16, 16, 16)\",\"--framer-text-transform\":\"uppercase\"},children:\"this for?\"})]}),fonts:[\"CUSTOM;Deacon Condensed Test Black\"]},tCL3s32v1:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(16, 16, 16)\",\"--framer-text-transform\":\"uppercase\"},children:\"who is\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(16, 16, 16)\",\"--framer-text-transform\":\"uppercase\"},children:\"this for?\"})]}),fonts:[\"CUSTOM;Deacon Condensed Test Black\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGVhY29uIENvbmRlbnNlZCBUZXN0LTkwMA==\",\"--framer-font-family\":'\"Deacon Condensed Test\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(16, 16, 16)\",\"--framer-text-transform\":\"uppercase\"},children:\"who is\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGVhY29uIENvbmRlbnNlZCBUZXN0LTkwMA==\",\"--framer-font-family\":'\"Deacon Condensed Test\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(16, 16, 16)\",\"--framer-text-transform\":\"uppercase\"},children:\"this for?\"})]}),className:\"framer-atxi2g\",\"data-framer-name\":\"who is this for?\",fonts:[\"GF;Deacon Condensed Test-900\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vm0uwd\",\"data-framer-name\":\"Frame 2206\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{__framer__styleAppearEffectEnabled:undefined},tCL3s32v1:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation21,__framer__exit:animation24,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xrny0p\",\"data-border\":true,\"data-framer-name\":\"A\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 53, 15)\",\"--framer-text-transform\":\"uppercase\"},children:\"early stage startups\"})})},tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 53, 15)\",\"--framer-text-transform\":\"uppercase\"},children:\"early stage startups\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 53, 15)\",\"--framer-text-transform\":\"uppercase\"},children:\"early stage startups\"})}),className:\"framer-9m0deq\",\"data-framer-name\":\"early stage startups\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+6603.2+0+0+120+204+0+16+140),pixelHeight:1024,pixelWidth:1024,sizes:\"304px\",src:\"https://framerusercontent.com/images/VIewfWC7LrjYHsbqLk6GLXuGlAU.png\",srcSet:\"https://framerusercontent.com/images/VIewfWC7LrjYHsbqLk6GLXuGlAU.png?scale-down-to=512 512w,https://framerusercontent.com/images/VIewfWC7LrjYHsbqLk6GLXuGlAU.png 1024w\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+4028.8+0+0+80+132+0+16+140),pixelHeight:1024,pixelWidth:1024,sizes:\"248px\",src:\"https://framerusercontent.com/images/VIewfWC7LrjYHsbqLk6GLXuGlAU.png\",srcSet:\"https://framerusercontent.com/images/VIewfWC7LrjYHsbqLk6GLXuGlAU.png?scale-down-to=512 512w,https://framerusercontent.com/images/VIewfWC7LrjYHsbqLk6GLXuGlAU.png 1024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+3964+0+0+144+232.8+0+16+152),pixelHeight:1024,pixelWidth:1024,sizes:`calc(max((${componentViewport?.width||\"100vw\"} * 0.9961 - 256px) / 3, 1px) - 32px)`,src:\"https://framerusercontent.com/images/VIewfWC7LrjYHsbqLk6GLXuGlAU.png\",srcSet:\"https://framerusercontent.com/images/VIewfWC7LrjYHsbqLk6GLXuGlAU.png?scale-down-to=512 512w,https://framerusercontent.com/images/VIewfWC7LrjYHsbqLk6GLXuGlAU.png 1024w\"},className:\"framer-1yd51sd\",\"data-framer-name\":\"Frame 2269\"})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation21,__framer__exit:animation25,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ymyddd hidden-1nhk93a\",\"data-border\":true,\"data-framer-name\":\"A\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGVhY29uIENvbmRlbnNlZCBUZXN0LTkwMA==\",\"--framer-font-family\":'\"Deacon Condensed Test\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 53, 15)\",\"--framer-text-transform\":\"uppercase\"},children:\"solopreneurs\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGVhY29uIENvbmRlbnNlZCBUZXN0LTkwMA==\",\"--framer-font-family\":'\"Deacon Condensed Test\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"900\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 53, 15)\",\"--framer-text-transform\":\"uppercase\"},children:\"and devs\"})]}),fonts:[\"GF;Deacon Condensed Test-900\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 53, 15)\",\"--framer-text-transform\":\"uppercase\"},children:\"solopreneurs and devs\"})}),className:\"framer-vqh41i\",\"data-framer-name\":\"solopreneurs and devs\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+6603.2+0+0+120+204+0+16+140),pixelHeight:1024,pixelWidth:1024,sizes:\"304px\",src:\"https://framerusercontent.com/images/YLvJKDaJM6yRLci6AgqUoOVbJo.png\",srcSet:\"https://framerusercontent.com/images/YLvJKDaJM6yRLci6AgqUoOVbJo.png?scale-down-to=512 512w,https://framerusercontent.com/images/YLvJKDaJM6yRLci6AgqUoOVbJo.png 1024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+3964+0+0+144+232.8+0+16+152),pixelHeight:1024,pixelWidth:1024,sizes:`calc(max((${componentViewport?.width||\"100vw\"} * 0.9961 - 256px) / 3, 1px) - 32px)`,src:\"https://framerusercontent.com/images/YLvJKDaJM6yRLci6AgqUoOVbJo.png\",srcSet:\"https://framerusercontent.com/images/YLvJKDaJM6yRLci6AgqUoOVbJo.png?scale-down-to=512 512w,https://framerusercontent.com/images/YLvJKDaJM6yRLci6AgqUoOVbJo.png 1024w\"},className:\"framer-fda27n\",\"data-framer-name\":\"Frame 2269\"})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation21,__framer__exit:animation26,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-16bc7w8 hidden-1nhk93a\",\"data-border\":true,\"data-framer-name\":\"A\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 53, 15)\",\"--framer-text-transform\":\"uppercase\"},children:\"teams looking for experienced feedback\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 53, 15)\",\"--framer-text-transform\":\"uppercase\"},children:\"teams looking for experienced feedback\"})}),className:\"framer-hfgoc3\",\"data-framer-name\":\"teams looking for experienced feedback\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+6603.2+0+0+120+204+0+16+140),pixelHeight:1024,pixelWidth:1024,sizes:\"304px\",src:\"https://framerusercontent.com/images/BWEMaY9NYlkZ8IuJ7Kcw9qXYovM.png\",srcSet:\"https://framerusercontent.com/images/BWEMaY9NYlkZ8IuJ7Kcw9qXYovM.png?scale-down-to=512 512w,https://framerusercontent.com/images/BWEMaY9NYlkZ8IuJ7Kcw9qXYovM.png 1024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+3964+0+0+144+232.8+0+16+152),pixelHeight:1024,pixelWidth:1024,sizes:`calc(max((${componentViewport?.width||\"100vw\"} * 0.9961 - 256px) / 3, 1px) - 32px)`,src:\"https://framerusercontent.com/images/BWEMaY9NYlkZ8IuJ7Kcw9qXYovM.png\",srcSet:\"https://framerusercontent.com/images/BWEMaY9NYlkZ8IuJ7Kcw9qXYovM.png?scale-down-to=512 512w,https://framerusercontent.com/images/BWEMaY9NYlkZ8IuJ7Kcw9qXYovM.png 1024w\"},className:\"framer-rlp3e3\",\"data-framer-name\":\"Frame 2269\"})})]})}),isDisplayed1()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation21,__framer__exit:animation25,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-g3pgub hidden-72rtr7 hidden-anqw7l\",\"data-border\":true,\"data-framer-name\":\"A\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 53, 15)\",\"--framer-text-transform\":\"uppercase\"},children:\"solopreneurs and devs\"})}),className:\"framer-12yj267\",\"data-framer-name\":\"solopreneurs and devs\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+4028.8+0+0+80+132+23.75+16+140),pixelHeight:1024,pixelWidth:1024,sizes:\"248px\",src:\"https://framerusercontent.com/images/YLvJKDaJM6yRLci6AgqUoOVbJo.png\",srcSet:\"https://framerusercontent.com/images/YLvJKDaJM6yRLci6AgqUoOVbJo.png?scale-down-to=512 512w,https://framerusercontent.com/images/YLvJKDaJM6yRLci6AgqUoOVbJo.png 1024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/YLvJKDaJM6yRLci6AgqUoOVbJo.png\",srcSet:\"https://framerusercontent.com/images/YLvJKDaJM6yRLci6AgqUoOVbJo.png?scale-down-to=512 512w,https://framerusercontent.com/images/YLvJKDaJM6yRLci6AgqUoOVbJo.png 1024w\"},className:\"framer-gn73w3\",\"data-framer-name\":\"Frame 2269\"})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation21,__framer__exit:animation26,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ysky6l hidden-72rtr7 hidden-anqw7l\",\"data-border\":true,\"data-framer-name\":\"A\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 53, 15)\",\"--framer-text-transform\":\"uppercase\"},children:\"teams looking for experienced feedback\"})}),className:\"framer-lirjvr\",\"data-framer-name\":\"teams looking for experienced feedback\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+4028.8+0+0+80+132+23.75+16+140),pixelHeight:1024,pixelWidth:1024,sizes:\"248px\",src:\"https://framerusercontent.com/images/BWEMaY9NYlkZ8IuJ7Kcw9qXYovM.png\",srcSet:\"https://framerusercontent.com/images/BWEMaY9NYlkZ8IuJ7Kcw9qXYovM.png?scale-down-to=512 512w,https://framerusercontent.com/images/BWEMaY9NYlkZ8IuJ7Kcw9qXYovM.png 1024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/BWEMaY9NYlkZ8IuJ7Kcw9qXYovM.png\",srcSet:\"https://framerusercontent.com/images/BWEMaY9NYlkZ8IuJ7Kcw9qXYovM.png?scale-down-to=512 512w,https://framerusercontent.com/images/BWEMaY9NYlkZ8IuJ7Kcw9qXYovM.png 1024w\"},className:\"framer-10ztmbb\",\"data-framer-name\":\"Frame 2269\"})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+6603.2+0+976),pixelHeight:5280,pixelWidth:5761,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?lossless=1 5761w\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+4028.8+0+784),pixelHeight:5280,pixelWidth:5761,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?lossless=1 5761w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+3964+0+1064.8),pixelHeight:5280,pixelWidth:5761,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/DAbc7r1qKHMo36DN9XTQsza8cE.png?lossless=1 5761w\"},className:\"framer-10g4rj9\",\"data-framer-name\":\"Frame 2285\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGVhY29uIENvbmRlbnNlZCBUZXN0LTkwMA==\",\"--framer-font-family\":'\"Deacon Condensed Test\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(16, 16, 16)\",\"--framer-text-transform\":\"uppercase\"},children:\"See how we\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGVhY29uIENvbmRlbnNlZCBUZXN0LTkwMA==\",\"--framer-font-family\":'\"Deacon Condensed Test\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(16, 16, 16)\",\"--framer-text-transform\":\"uppercase\"},children:\"roast assets\"})]})},tCL3s32v1:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(16, 16, 16)\",\"--framer-text-transform\":\"uppercase\"},children:\"See how we\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(16, 16, 16)\",\"--framer-text-transform\":\"uppercase\"},children:\"roast assets\"})]}),fonts:[\"CUSTOM;Deacon Condensed Test Black\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGVhY29uIENvbmRlbnNlZCBUZXN0LTkwMA==\",\"--framer-font-family\":'\"Deacon Condensed Test\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(16, 16, 16)\",\"--framer-text-transform\":\"uppercase\"},children:\"See how we\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGVhY29uIENvbmRlbnNlZCBUZXN0LTkwMA==\",\"--framer-font-family\":'\"Deacon Condensed Test\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(16, 16, 16)\",\"--framer-text-transform\":\"uppercase\"},children:\"roast assets\"})]}),className:\"framer-b3gqj9\",\"data-framer-name\":\"See how we roast assets\",fonts:[\"GF;Deacon Condensed Test-900\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+6603.2+0+976+120+204),pixelHeight:3722,pixelWidth:3722,sizes:`calc(${componentViewport?.width||\"100vw\"} - 160px)`,src:\"https://framerusercontent.com/images/3bLUzKYUq0uwHAbARNzGBEH77Y.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/3bLUzKYUq0uwHAbARNzGBEH77Y.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/3bLUzKYUq0uwHAbARNzGBEH77Y.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/3bLUzKYUq0uwHAbARNzGBEH77Y.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/3bLUzKYUq0uwHAbARNzGBEH77Y.png?lossless=1 3722w\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+4028.8+0+784+80+132),pixelHeight:3722,pixelWidth:3722,sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/3bLUzKYUq0uwHAbARNzGBEH77Y.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/3bLUzKYUq0uwHAbARNzGBEH77Y.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/3bLUzKYUq0uwHAbARNzGBEH77Y.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/3bLUzKYUq0uwHAbARNzGBEH77Y.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/3bLUzKYUq0uwHAbARNzGBEH77Y.png?lossless=1 3722w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+3964+0+1064.8+120+232.8),pixelHeight:3722,pixelWidth:3722,sizes:`calc(${componentViewport?.width||\"100vw\"} - 240px)`,src:\"https://framerusercontent.com/images/3bLUzKYUq0uwHAbARNzGBEH77Y.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/3bLUzKYUq0uwHAbARNzGBEH77Y.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/3bLUzKYUq0uwHAbARNzGBEH77Y.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/3bLUzKYUq0uwHAbARNzGBEH77Y.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/3bLUzKYUq0uwHAbARNzGBEH77Y.png?lossless=1 3722w\"},className:\"framer-1dge2ja\",\"data-border\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1468.5,intrinsicWidth:1012.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+6603.2+0+976+120+204+112),pixelHeight:2937,pixelWidth:2025,sizes:\"390px\",src:\"https://framerusercontent.com/images/vWLmAvtyPTdHcbjSErI2HAFpwwA.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/vWLmAvtyPTdHcbjSErI2HAFpwwA.png?scale-down-to=1024 706w,https://framerusercontent.com/images/vWLmAvtyPTdHcbjSErI2HAFpwwA.png?scale-down-to=2048 1412w,https://framerusercontent.com/images/vWLmAvtyPTdHcbjSErI2HAFpwwA.png 2025w\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1468.5,intrinsicWidth:1012.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+4028.8+0+784+80+132+44),pixelHeight:2937,pixelWidth:2025,sizes:\"205px\",src:\"https://framerusercontent.com/images/vWLmAvtyPTdHcbjSErI2HAFpwwA.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/vWLmAvtyPTdHcbjSErI2HAFpwwA.png?scale-down-to=1024 706w,https://framerusercontent.com/images/vWLmAvtyPTdHcbjSErI2HAFpwwA.png?scale-down-to=2048 1412w,https://framerusercontent.com/images/vWLmAvtyPTdHcbjSErI2HAFpwwA.png 2025w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1468.5,intrinsicWidth:1012.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+3964+0+1064.8+120+232.8+112),pixelHeight:2937,pixelWidth:2025,sizes:\"623.2891px\",src:\"https://framerusercontent.com/images/vWLmAvtyPTdHcbjSErI2HAFpwwA.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/vWLmAvtyPTdHcbjSErI2HAFpwwA.png?scale-down-to=1024 706w,https://framerusercontent.com/images/vWLmAvtyPTdHcbjSErI2HAFpwwA.png?scale-down-to=2048 1412w,https://framerusercontent.com/images/vWLmAvtyPTdHcbjSErI2HAFpwwA.png 2025w\"},className:\"framer-16gl0c9\",\"data-border\":true,\"data-framer-name\":\"Dkcnakd\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:128,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+6603.2+0+976+120+204+123),pixelHeight:128,pixelWidth:128,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QmIK0aMSfNh4fgLI36UuV5oP2w.svg\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:128,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+4028.8+0+784+80+132+60),pixelHeight:128,pixelWidth:128,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QmIK0aMSfNh4fgLI36UuV5oP2w.svg\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:128,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+3964+0+1064.8+120+232.8+148),pixelHeight:128,pixelWidth:128,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QmIK0aMSfNh4fgLI36UuV5oP2w.svg\"},className:\"framer-pbloop\",\"data-framer-name\":\"This image doesn\u2019t directly connect with Helium\u2019s story about wireless networks, hotspots, or IoT. It\u2019s visually appealing but lacks relevance.\",drag:true,dragMomentum:false,onMouseDown:preventDefault,whileTap:animation16})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:128,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+6603.2+0+976+120+204+123),pixelHeight:128,pixelWidth:128,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/U33arD1IvRiN92dpk1n2n5eg9s.svg\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:128,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+4028.8+0+784+80+132+60),pixelHeight:128,pixelWidth:128,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/U33arD1IvRiN92dpk1n2n5eg9s.svg\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:128,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+3964+0+1064.8+120+232.8+148),pixelHeight:128,pixelWidth:128,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/U33arD1IvRiN92dpk1n2n5eg9s.svg\"},className:\"framer-112kyyv\",\"data-framer-name\":\"can be replaced with a map of the global hotspot network showcasing connectivity\",drag:true,dragMomentum:false,onMouseDown:preventDefault,whileTap:animation16})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-1o5h6vb\",drag:true,dragMomentum:false,onMouseDown:preventDefault,whileTap:animation16,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19wj20z\",\"data-framer-name\":\"The \u201CLearn More\u201D can be replaced with something like \u201CJoin the Network\u201D\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:128,intrinsicWidth:128,svg:'<svg width=\"128\" height=\"128\" viewBox=\"0 0 128 128\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_ddd_779_47406)\">\\n<rect width=\"128\" height=\"128\" fill=\"#FFAFA3\"/>\\n<path d=\"M11.0398 15.267V14.4609H15.8429V15.267H13.9065V20.667H12.9732V15.267H11.0398ZM17.6437 17.9034V20.667H16.7376V14.4609H17.6316V16.77H17.6891C17.7982 16.5195 17.9649 16.3205 18.1891 16.1731C18.4134 16.0256 18.7063 15.9518 19.0679 15.9518C19.3871 15.9518 19.6659 16.0175 19.9043 16.1488C20.1447 16.2801 20.3305 16.4761 20.4619 16.7367C20.5952 16.9953 20.6619 17.3185 20.6619 17.7064V20.667H19.7558V17.8155C19.7558 17.4741 19.6679 17.2094 19.4922 17.0215C19.3164 16.8316 19.072 16.7367 18.7588 16.7367C18.5447 16.7367 18.3528 16.7821 18.1831 16.8731C18.0154 16.964 17.8831 17.0973 17.7861 17.2731C17.6912 17.4468 17.6437 17.6569 17.6437 17.9034ZM23.7831 20.7609C23.3246 20.7609 22.9296 20.663 22.5983 20.467C22.269 20.269 22.0145 19.9912 21.8347 19.6337C21.6569 19.2741 21.568 18.8529 21.568 18.37C21.568 17.8933 21.6569 17.4731 21.8347 17.1094C22.0145 16.7458 22.265 16.4619 22.5862 16.2579C22.9094 16.0539 23.2872 15.9518 23.7195 15.9518C23.9821 15.9518 24.2367 15.9953 24.4831 16.0821C24.7296 16.169 24.9508 16.3054 25.1468 16.4912C25.3427 16.6771 25.4973 16.9185 25.6104 17.2155C25.7236 17.5104 25.7801 17.869 25.7801 18.2912V18.6124H22.0801V17.9337H24.8922C24.8922 17.6953 24.8438 17.4842 24.7468 17.3003C24.6498 17.1145 24.5135 16.968 24.3377 16.8609C24.164 16.7539 23.9599 16.7003 23.7256 16.7003C23.471 16.7003 23.2488 16.763 23.0589 16.8882C22.871 17.0114 22.7256 17.1731 22.6225 17.3731C22.5215 17.571 22.471 17.7862 22.471 18.0185V18.5488C22.471 18.8599 22.5256 19.1246 22.6347 19.3427C22.7458 19.5609 22.9003 19.7276 23.0983 19.8427C23.2963 19.9559 23.5276 20.0124 23.7922 20.0124C23.964 20.0124 24.1205 19.9882 24.2619 19.9397C24.4034 19.8892 24.5256 19.8145 24.6286 19.7155C24.7316 19.6165 24.8104 19.4943 24.865 19.3488L25.7225 19.5034C25.6539 19.7559 25.5306 19.9771 25.3528 20.167C25.1771 20.3549 24.9559 20.5013 24.6892 20.6064C24.4246 20.7094 24.1225 20.7609 23.7831 20.7609ZM28.6772 16.4003V15.8185C28.6772 15.6468 28.7096 15.466 28.7742 15.2761C28.8388 15.0862 28.9287 14.9044 29.0439 14.7306C29.1591 14.5569 29.2944 14.4084 29.45 14.2852L29.8984 14.6064C29.7752 14.7862 29.6702 14.9741 29.5833 15.17C29.4964 15.366 29.453 15.5791 29.453 15.8094V16.4003H28.6772ZM30.2227 16.4003V15.8185C30.2227 15.6468 30.255 15.466 30.3197 15.2761C30.3843 15.0862 30.4742 14.9044 30.5894 14.7306C30.7045 14.5569 30.8399 14.4084 30.9954 14.2852L31.4439 14.6064C31.3207 14.7862 31.2156 14.9741 31.1287 15.17C31.0419 15.366 30.9984 15.5791 30.9984 15.8094V16.4003H30.2227ZM32.2015 20.667V14.4609H33.1379V19.8609H35.95V20.667H32.2015ZM38.8577 20.7609C38.3991 20.7609 38.0041 20.663 37.6728 20.467C37.3435 20.269 37.089 19.9912 36.9092 19.6337C36.7314 19.2741 36.6425 18.8529 36.6425 18.37C36.6425 17.8933 36.7314 17.4731 36.9092 17.1094C37.089 16.7458 37.3395 16.4619 37.6607 16.2579C37.9839 16.0539 38.3617 15.9518 38.794 15.9518C39.0567 15.9518 39.3112 15.9953 39.5577 16.0821C39.8041 16.169 40.0254 16.3054 40.2213 16.4912C40.4173 16.6771 40.5718 16.9185 40.685 17.2155C40.7981 17.5104 40.8547 17.869 40.8547 18.2912V18.6124H37.1547V17.9337H39.9668C39.9668 17.6953 39.9183 17.4842 39.8213 17.3003C39.7243 17.1145 39.588 16.968 39.4122 16.8609C39.2385 16.7539 39.0345 16.7003 38.8001 16.7003C38.5456 16.7003 38.3233 16.763 38.1334 16.8882C37.9456 17.0114 37.8001 17.1731 37.6971 17.3731C37.5961 17.571 37.5456 17.7862 37.5456 18.0185V18.5488C37.5456 18.8599 37.6001 19.1246 37.7092 19.3427C37.8203 19.5609 37.9749 19.7276 38.1728 19.8427C38.3708 19.9559 38.6021 20.0124 38.8668 20.0124C39.0385 20.0124 39.1951 19.9882 39.3365 19.9397C39.4779 19.8892 39.6001 19.8145 39.7031 19.7155C39.8062 19.6165 39.885 19.4943 39.9395 19.3488L40.7971 19.5034C40.7284 19.7559 40.6052 19.9771 40.4274 20.167C40.2516 20.3549 40.0304 20.5013 39.7637 20.6064C39.4991 20.7094 39.1971 20.7609 38.8577 20.7609ZM43.1206 20.77C42.8257 20.77 42.559 20.7155 42.3206 20.6064C42.0823 20.4953 41.8934 20.3347 41.754 20.1246C41.6166 19.9145 41.5479 19.6569 41.5479 19.3518C41.5479 19.0892 41.5984 18.8731 41.6994 18.7034C41.8004 18.5337 41.9368 18.3993 42.1085 18.3003C42.2802 18.2013 42.4721 18.1266 42.6843 18.0761C42.8964 18.0256 43.1126 17.9872 43.3328 17.9609C43.6115 17.9286 43.8378 17.9023 44.0115 17.8821C44.1853 17.8599 44.3115 17.8246 44.3903 17.7761C44.4691 17.7276 44.5085 17.6488 44.5085 17.5397V17.5185C44.5085 17.2539 44.4338 17.0488 44.2843 16.9034C44.1368 16.7579 43.9166 16.6852 43.6237 16.6852C43.3186 16.6852 43.0782 16.7529 42.9025 16.8882C42.7287 17.0215 42.6085 17.17 42.5418 17.3337L41.6903 17.1397C41.7913 16.8569 41.9388 16.6286 42.1328 16.4549C42.3287 16.2791 42.554 16.1518 42.8085 16.0731C43.0631 15.9922 43.3307 15.9518 43.6115 15.9518C43.7974 15.9518 43.9944 15.9741 44.2025 16.0185C44.4126 16.0609 44.6085 16.1397 44.7903 16.2549C44.9742 16.37 45.1247 16.5347 45.2418 16.7488C45.359 16.9609 45.4176 17.2367 45.4176 17.5761V20.667H44.5328V20.0306H44.4964C44.4378 20.1478 44.3499 20.263 44.2328 20.3761C44.1156 20.4892 43.9651 20.5832 43.7812 20.6579C43.5974 20.7326 43.3772 20.77 43.1206 20.77ZM43.3176 20.0427C43.5681 20.0427 43.7823 19.9933 43.96 19.8943C44.1398 19.7953 44.2762 19.666 44.3691 19.5064C44.4641 19.3448 44.5115 19.172 44.5115 18.9882V18.3882C44.4792 18.4205 44.4166 18.4508 44.3237 18.4791C44.2328 18.5054 44.1287 18.5286 44.0115 18.5488C43.8944 18.567 43.7802 18.5842 43.6691 18.6003C43.558 18.6145 43.4651 18.6266 43.3903 18.6367C43.2146 18.6589 43.054 18.6963 42.9085 18.7488C42.7651 18.8013 42.6499 18.8771 42.5631 18.9761C42.4782 19.0731 42.4358 19.2023 42.4358 19.364C42.4358 19.5882 42.5186 19.7579 42.6843 19.8731C42.8499 19.9862 43.061 20.0427 43.3176 20.0427ZM46.5306 20.667V16.0124H47.4063V16.7518H47.4548C47.5396 16.5013 47.6891 16.3044 47.9033 16.1609C48.1194 16.0155 48.3639 15.9427 48.6366 15.9427C48.6932 15.9427 48.7598 15.9448 48.8366 15.9488C48.9154 15.9529 48.977 15.9579 49.0215 15.964V16.8306C48.9851 16.8205 48.9205 16.8094 48.8275 16.7973C48.7346 16.7832 48.6417 16.7761 48.5487 16.7761C48.3346 16.7761 48.1437 16.8215 47.976 16.9124C47.8104 17.0013 47.679 17.1256 47.5821 17.2852C47.4851 17.4427 47.4366 17.6225 47.4366 17.8246V20.667H46.5306ZM50.6177 17.9034V20.667H49.7117V16.0124H50.5814V16.77H50.639C50.746 16.5236 50.9137 16.3256 51.142 16.1761C51.3723 16.0266 51.6622 15.9518 52.0117 15.9518C52.3289 15.9518 52.6066 16.0185 52.845 16.1518C53.0834 16.2832 53.2683 16.4791 53.3996 16.7397C53.5309 17.0003 53.5965 17.3225 53.5965 17.7064V20.667H52.6905V17.8155C52.6905 17.4781 52.6026 17.2145 52.4268 17.0246C52.2511 16.8326 52.0097 16.7367 51.7026 16.7367C51.4925 16.7367 51.3056 16.7821 51.142 16.8731C50.9804 16.964 50.8521 17.0973 50.7571 17.2731C50.6642 17.4468 50.6177 17.6569 50.6177 17.9034ZM56.955 14.4609H58.0914L60.0671 19.2852H60.1399L62.1156 14.4609H63.252V20.667H62.3611V16.1761H62.3035L60.4732 20.6579H59.7338L57.9035 16.1731H57.8459V20.667H56.955V14.4609ZM66.4074 20.7609C65.971 20.7609 65.5902 20.6609 65.2649 20.4609C64.9397 20.2609 64.6872 19.9811 64.5074 19.6215C64.3276 19.2619 64.2377 18.8417 64.2377 18.3609C64.2377 17.8781 64.3276 17.4559 64.5074 17.0943C64.6872 16.7326 64.9397 16.4518 65.2649 16.2518C65.5902 16.0518 65.971 15.9518 66.4074 15.9518C66.8437 15.9518 67.2245 16.0518 67.5498 16.2518C67.875 16.4518 68.1276 16.7326 68.3074 17.0943C68.4872 17.4559 68.5771 17.8781 68.5771 18.3609C68.5771 18.8417 68.4872 19.2619 68.3074 19.6215C68.1276 19.9811 67.875 20.2609 67.5498 20.4609C67.2245 20.6609 66.8437 20.7609 66.4074 20.7609ZM66.4104 20.0003C66.6932 20.0003 66.9276 19.9256 67.1134 19.7761C67.2993 19.6266 67.4367 19.4276 67.5255 19.1791C67.6165 18.9306 67.6619 18.6569 67.6619 18.3579C67.6619 18.0609 67.6165 17.7882 67.5255 17.5397C67.4367 17.2892 67.2993 17.0882 67.1134 16.9367C66.9276 16.7852 66.6932 16.7094 66.4104 16.7094C66.1255 16.7094 65.8892 16.7852 65.7013 16.9367C65.5154 17.0882 65.3771 17.2892 65.2862 17.5397C65.1973 17.7882 65.1528 18.0609 65.1528 18.3579C65.1528 18.6569 65.1973 18.9306 65.2862 19.1791C65.3771 19.4276 65.5154 19.6266 65.7013 19.7761C65.8892 19.9256 66.1255 20.0003 66.4104 20.0003ZM69.4946 20.667V16.0124H70.3703V16.7518H70.4188C70.5036 16.5013 70.6531 16.3044 70.8673 16.1609C71.0834 16.0155 71.3279 15.9427 71.6006 15.9427C71.6572 15.9427 71.7239 15.9448 71.8006 15.9488C71.8794 15.9529 71.941 15.9579 71.9855 15.964V16.8306C71.9491 16.8205 71.8845 16.8094 71.7915 16.7973C71.6986 16.7832 71.6057 16.7761 71.5127 16.7761C71.2986 16.7761 71.1077 16.8215 70.94 16.9124C70.7744 17.0013 70.643 17.1256 70.5461 17.2852C70.4491 17.4427 70.4006 17.6225 70.4006 17.8246V20.667H69.4946ZM74.5151 20.7609C74.0565 20.7609 73.6615 20.663 73.3302 20.467C73.0009 20.269 72.7464 19.9912 72.5666 19.6337C72.3888 19.2741 72.2999 18.8529 72.2999 18.37C72.2999 17.8933 72.3888 17.4731 72.5666 17.1094C72.7464 16.7458 72.9969 16.4619 73.3181 16.2579C73.6413 16.0539 74.0191 15.9518 74.4514 15.9518C74.7141 15.9518 74.9686 15.9953 75.2151 16.0821C75.4615 16.169 75.6828 16.3054 75.8787 16.4912C76.0747 16.6771 76.2292 16.9185 76.3424 17.2155C76.4555 17.5104 76.5121 17.869 76.5121 18.2912V18.6124H72.8121V17.9337H75.6242C75.6242 17.6953 75.5757 17.4842 75.4787 17.3003C75.3818 17.1145 75.2454 16.968 75.0696 16.8609C74.8959 16.7539 74.6919 16.7003 74.4575 16.7003C74.203 16.7003 73.9807 16.763 73.7908 16.8882C73.603 17.0114 73.4575 17.1731 73.3545 17.3731C73.2535 17.571 73.203 17.7862 73.203 18.0185V18.5488C73.203 18.8599 73.2575 19.1246 73.3666 19.3427C73.4777 19.5609 73.6323 19.7276 73.8302 19.8427C74.0282 19.9559 74.2595 20.0124 74.5242 20.0124C74.6959 20.0124 74.8525 19.9882 74.9939 19.9397C75.1353 19.8892 75.2575 19.8145 75.3605 19.7155C75.4636 19.6165 75.5424 19.4943 75.5969 19.3488L76.4545 19.5034C76.3858 19.7559 76.2626 19.9771 76.0848 20.167C75.909 20.3549 75.6878 20.5013 75.4211 20.6064C75.1565 20.7094 74.8545 20.7609 74.5151 20.7609ZM78.2023 14.4609V15.0427C78.2023 15.2145 78.17 15.3953 78.1053 15.5852C78.0427 15.7731 77.9538 15.9539 77.8386 16.1276C77.7235 16.3013 77.5881 16.4508 77.4326 16.5761L76.9841 16.2549C77.1033 16.0811 77.2063 15.8963 77.2932 15.7003C77.3821 15.5044 77.4265 15.2882 77.4265 15.0518V14.4609H78.2023ZM79.7447 14.4609V15.0427C79.7447 15.2145 79.7124 15.3953 79.6477 15.5852C79.5851 15.7731 79.4962 15.9539 79.3811 16.1276C79.2659 16.3013 79.1306 16.4508 78.975 16.5761L78.5265 16.2549C78.6457 16.0811 78.7487 15.8963 78.8356 15.7003C78.9245 15.5044 78.9689 15.2882 78.9689 15.0518V14.4609H79.7447ZM84.8214 20.7609C84.3709 20.7609 83.983 20.6589 83.6577 20.4549C83.3345 20.2488 83.086 19.965 82.9123 19.6034C82.7385 19.2417 82.6517 18.8276 82.6517 18.3609C82.6517 17.8882 82.7406 17.471 82.9183 17.1094C83.0961 16.7458 83.3466 16.4619 83.6698 16.2579C83.9931 16.0539 84.3739 15.9518 84.8123 15.9518C85.1658 15.9518 85.481 16.0175 85.7577 16.1488C86.0345 16.2781 86.2577 16.4599 86.4274 16.6943C86.5991 16.9286 86.7012 17.2023 86.7335 17.5155H85.8517C85.8032 17.2973 85.6921 17.1094 85.5183 16.9518C85.3466 16.7943 85.1163 16.7155 84.8274 16.7155C84.5749 16.7155 84.3537 16.7821 84.1638 16.9155C83.9759 17.0468 83.8294 17.2347 83.7244 17.4791C83.6193 17.7215 83.5668 18.0084 83.5668 18.3397C83.5668 18.6791 83.6183 18.972 83.7214 19.2185C83.8244 19.465 83.9698 19.6559 84.1577 19.7912C84.3476 19.9266 84.5709 19.9943 84.8274 19.9943C84.9991 19.9943 85.1547 19.963 85.2941 19.9003C85.4355 19.8357 85.5537 19.7438 85.6486 19.6246C85.7456 19.5054 85.8133 19.3619 85.8517 19.1943H86.7335C86.7012 19.4953 86.6032 19.764 86.4395 20.0003C86.2759 20.2367 86.0567 20.4225 85.782 20.5579C85.5092 20.6933 85.189 20.7609 84.8214 20.7609ZM88.9631 20.77C88.6682 20.77 88.4015 20.7155 88.1631 20.6064C87.9247 20.4953 87.7358 20.3347 87.5964 20.1246C87.4591 19.9145 87.3904 19.6569 87.3904 19.3518C87.3904 19.0892 87.4409 18.8731 87.5419 18.7034C87.6429 18.5337 87.7793 18.3993 87.951 18.3003C88.1227 18.2013 88.3146 18.1266 88.5267 18.0761C88.7389 18.0256 88.955 17.9872 89.1752 17.9609C89.454 17.9286 89.6803 17.9023 89.854 17.8821C90.0277 17.8599 90.154 17.8246 90.2328 17.7761C90.3116 17.7276 90.351 17.6488 90.351 17.5397V17.5185C90.351 17.2539 90.2762 17.0488 90.1267 16.9034C89.9793 16.7579 89.7591 16.6852 89.4661 16.6852C89.1611 16.6852 88.9207 16.7529 88.7449 16.8882C88.5712 17.0215 88.451 17.17 88.3843 17.3337L87.5328 17.1397C87.6338 16.8569 87.7813 16.6286 87.9752 16.4549C88.1712 16.2791 88.3964 16.1518 88.651 16.0731C88.9055 15.9922 89.1732 15.9518 89.454 15.9518C89.6399 15.9518 89.8368 15.9741 90.0449 16.0185C90.255 16.0609 90.451 16.1397 90.6328 16.2549C90.8166 16.37 90.9671 16.5347 91.0843 16.7488C91.2015 16.9609 91.2601 17.2367 91.2601 17.5761V20.667H90.3752V20.0306H90.3389C90.2803 20.1478 90.1924 20.263 90.0752 20.3761C89.9581 20.4892 89.8075 20.5832 89.6237 20.6579C89.4399 20.7326 89.2197 20.77 88.9631 20.77ZM89.1601 20.0427C89.4106 20.0427 89.6247 19.9933 89.8025 19.8943C89.9823 19.7953 90.1187 19.666 90.2116 19.5064C90.3065 19.3448 90.354 19.172 90.354 18.9882V18.3882C90.3217 18.4205 90.2591 18.4508 90.1661 18.4791C90.0752 18.5054 89.9712 18.5286 89.854 18.5488C89.7368 18.567 89.6227 18.5842 89.5116 18.6003C89.4005 18.6145 89.3075 18.6266 89.2328 18.6367C89.057 18.6589 88.8964 18.6963 88.751 18.7488C88.6075 18.8013 88.4924 18.8771 88.4055 18.9761C88.3207 19.0731 88.2783 19.2023 88.2783 19.364C88.2783 19.5882 88.3611 19.7579 88.5267 19.8731C88.6924 19.9862 88.9035 20.0427 89.1601 20.0427ZM93.2791 17.9034V20.667H92.373V16.0124H93.2427V16.77H93.3003C93.4074 16.5236 93.575 16.3256 93.8033 16.1761C94.0336 16.0266 94.3235 15.9518 94.673 15.9518C94.9902 15.9518 95.268 16.0185 95.5064 16.1518C95.7447 16.2832 95.9296 16.4791 96.0609 16.7397C96.1922 17.0003 96.2579 17.3225 96.2579 17.7064V20.667H95.3518V17.8155C95.3518 17.4781 95.2639 17.2145 95.0882 17.0246C94.9124 16.8326 94.671 16.7367 94.3639 16.7367C94.1538 16.7367 93.967 16.7821 93.8033 16.8731C93.6417 16.964 93.5134 17.0973 93.4185 17.2731C93.3255 17.4468 93.2791 17.6569 93.2791 17.9034ZM99.6164 20.667V14.4609H100.522V16.767H100.577C100.629 16.67 100.705 16.5579 100.804 16.4306C100.903 16.3034 101.041 16.1922 101.216 16.0973C101.392 16.0003 101.624 15.9518 101.913 15.9518C102.289 15.9518 102.624 16.0468 102.919 16.2367C103.214 16.4266 103.446 16.7003 103.613 17.0579C103.783 17.4155 103.868 17.8458 103.868 18.3488C103.868 18.8518 103.784 19.2832 103.616 19.6427C103.449 20.0003 103.218 20.2761 102.925 20.47C102.633 20.6619 102.298 20.7579 101.922 20.7579C101.64 20.7579 101.408 20.7104 101.228 20.6155C101.051 20.5205 100.911 20.4094 100.81 20.2821C100.709 20.1549 100.632 20.0417 100.577 19.9427H100.501V20.667H99.6164ZM100.504 18.3397C100.504 18.667 100.552 18.9539 100.647 19.2003C100.742 19.4468 100.879 19.6397 101.059 19.7791C101.239 19.9165 101.459 19.9852 101.719 19.9852C101.99 19.9852 102.216 19.9135 102.398 19.77C102.58 19.6246 102.717 19.4276 102.81 19.1791C102.905 18.9306 102.953 18.6508 102.953 18.3397C102.953 18.0326 102.906 17.7569 102.813 17.5124C102.722 17.268 102.585 17.0751 102.401 16.9337C102.219 16.7922 101.992 16.7215 101.719 16.7215C101.457 16.7215 101.235 16.7892 101.053 16.9246C100.873 17.0599 100.737 17.2488 100.644 17.4912C100.551 17.7337 100.504 18.0165 100.504 18.3397ZM106.797 20.7609C106.339 20.7609 105.944 20.663 105.613 20.467C105.283 20.269 105.029 19.9912 104.849 19.6337C104.671 19.2741 104.582 18.8529 104.582 18.37C104.582 17.8933 104.671 17.4731 104.849 17.1094C105.029 16.7458 105.279 16.4619 105.601 16.2579C105.924 16.0539 106.302 15.9518 106.734 15.9518C106.996 15.9518 107.251 15.9953 107.497 16.0821C107.744 16.169 107.965 16.3054 108.161 16.4912C108.357 16.6771 108.512 16.9185 108.625 17.2155C108.738 17.5104 108.794 17.869 108.794 18.2912V18.6124H105.094V17.9337H107.907C107.907 17.6953 107.858 17.4842 107.761 17.3003C107.664 17.1145 107.528 16.968 107.352 16.8609C107.178 16.7539 106.974 16.7003 106.74 16.7003C106.485 16.7003 106.263 16.763 106.073 16.8882C105.885 17.0114 105.74 17.1731 105.637 17.3731C105.536 17.571 105.485 17.7862 105.485 18.0185V18.5488C105.485 18.8599 105.54 19.1246 105.649 19.3427C105.76 19.5609 105.915 19.7276 106.113 19.8427C106.311 19.9559 106.542 20.0124 106.807 20.0124C106.978 20.0124 107.135 19.9882 107.276 19.9397C107.418 19.8892 107.54 19.8145 107.643 19.7155C107.746 19.6165 107.825 19.4943 107.879 19.3488L108.737 19.5034C108.668 19.7559 108.545 19.9771 108.367 20.167C108.191 20.3549 107.97 20.5013 107.704 20.6064C107.439 20.7094 107.137 20.7609 106.797 20.7609ZM11.2732 33.667V29.0124H12.1489V29.7518H12.1974C12.2822 29.5013 12.4317 29.3044 12.6459 29.1609C12.862 29.0155 13.1065 28.9427 13.3792 28.9427C13.4358 28.9427 13.5024 28.9448 13.5792 28.9488C13.658 28.9529 13.7196 28.9579 13.7641 28.964V29.8306C13.7277 29.8205 13.6631 29.8094 13.5701 29.7973C13.4772 29.7832 13.3843 29.7761 13.2913 29.7761C13.0772 29.7761 12.8863 29.8215 12.7186 29.9124C12.553 30.0013 12.4216 30.1256 12.3247 30.2852C12.2277 30.4427 12.1792 30.6225 12.1792 30.8246V33.667H11.2732ZM16.2937 33.7609C15.8351 33.7609 15.4401 33.663 15.1088 33.467C14.7795 33.269 14.525 32.9912 14.3452 32.6337C14.1674 32.2741 14.0785 31.8529 14.0785 31.37C14.0785 30.8933 14.1674 30.4731 14.3452 30.1094C14.525 29.7458 14.7755 29.4619 15.0967 29.2579C15.4199 29.0539 15.7977 28.9518 16.23 28.9518C16.4927 28.9518 16.7472 28.9953 16.9937 29.0821C17.2401 29.169 17.4614 29.3054 17.6573 29.4912C17.8533 29.6771 18.0078 29.9185 18.121 30.2155C18.2341 30.5104 18.2907 30.869 18.2907 31.2912V31.6124H14.5907V30.9337H17.4028C17.4028 30.6953 17.3543 30.4842 17.2573 30.3003C17.1603 30.1145 17.024 29.968 16.8482 29.8609C16.6745 29.7539 16.4704 29.7003 16.2361 29.7003C15.9816 29.7003 15.7593 29.763 15.5694 29.8882C15.3816 30.0114 15.2361 30.1731 15.1331 30.3731C15.0321 30.571 14.9816 30.7862 14.9816 31.0185V31.5488C14.9816 31.8599 15.0361 32.1246 15.1452 32.3427C15.2563 32.5609 15.4109 32.7276 15.6088 32.8427C15.8068 32.9559 16.0381 33.0124 16.3028 33.0124C16.4745 33.0124 16.6311 32.9882 16.7725 32.9397C16.9139 32.8892 17.0361 32.8145 17.1391 32.7155C17.2422 32.6165 17.321 32.4943 17.3755 32.3488L18.2331 32.5034C18.1644 32.7559 18.0412 32.9771 17.8634 33.167C17.6876 33.3549 17.4664 33.5013 17.1997 33.6064C16.9351 33.7094 16.6331 33.7609 16.2937 33.7609ZM19.2021 35.4124V29.0124H20.0869V29.767H20.1627C20.2152 29.67 20.291 29.5579 20.39 29.4306C20.489 29.3034 20.6263 29.1922 20.8021 29.0973C20.9778 29.0003 21.2102 28.9518 21.4991 28.9518C21.8748 28.9518 22.2102 29.0468 22.5051 29.2367C22.8001 29.4266 23.0314 29.7003 23.1991 30.0579C23.3688 30.4155 23.4536 30.8458 23.4536 31.3488C23.4536 31.8518 23.3698 32.2832 23.2021 32.6427C23.0344 33.0003 22.8041 33.2761 22.5112 33.47C22.2182 33.6619 21.8839 33.7579 21.5081 33.7579C21.2253 33.7579 20.994 33.7104 20.8142 33.6155C20.6364 33.5205 20.497 33.4094 20.396 33.2821C20.295 33.1549 20.2172 33.0417 20.1627 32.9427H20.1081V35.4124H19.2021ZM20.09 31.3397C20.09 31.667 20.1374 31.9539 20.2324 32.2003C20.3273 32.4468 20.4647 32.6397 20.6445 32.7791C20.8243 32.9165 21.0445 32.9852 21.3051 32.9852C21.5758 32.9852 21.8021 32.9135 21.9839 32.77C22.1657 32.6246 22.3031 32.4276 22.396 32.1791C22.491 31.9306 22.5385 31.6508 22.5385 31.3397C22.5385 31.0326 22.492 30.7569 22.3991 30.5124C22.3081 30.268 22.1708 30.0751 21.9869 29.9337C21.8051 29.7922 21.5778 29.7215 21.3051 29.7215C21.0425 29.7215 20.8203 29.7892 20.6385 29.9246C20.4587 30.0599 20.3223 30.2488 20.2294 30.4912C20.1364 30.7337 20.09 31.0165 20.09 31.3397ZM25.2809 27.4609V33.667H24.3749V27.4609H25.2809ZM27.7606 33.77C27.4656 33.77 27.199 33.7155 26.9606 33.6064C26.7222 33.4953 26.5333 33.3347 26.3939 33.1246C26.2565 32.9145 26.1878 32.6569 26.1878 32.3518C26.1878 32.0892 26.2383 31.8731 26.3394 31.7034C26.4404 31.5337 26.5767 31.3993 26.7484 31.3003C26.9202 31.2013 27.1121 31.1266 27.3242 31.0761C27.5363 31.0256 27.7525 30.9872 27.9727 30.9609C28.2515 30.9286 28.4777 30.9023 28.6515 30.8821C28.8252 30.8599 28.9515 30.8246 29.0303 30.7761C29.1091 30.7276 29.1484 30.6488 29.1484 30.5397V30.5185C29.1484 30.2539 29.0737 30.0488 28.9242 29.9034C28.7767 29.7579 28.5565 29.6852 28.2636 29.6852C27.9585 29.6852 27.7181 29.7529 27.5424 29.8882C27.3686 30.0215 27.2484 30.17 27.1818 30.3337L26.3303 30.1397C26.4313 29.8569 26.5787 29.6286 26.7727 29.4549C26.9686 29.2791 27.1939 29.1518 27.4484 29.0731C27.703 28.9922 27.9707 28.9518 28.2515 28.9518C28.4373 28.9518 28.6343 28.9741 28.8424 29.0185C29.0525 29.0609 29.2484 29.1397 29.4303 29.2549C29.6141 29.37 29.7646 29.5347 29.8818 29.7488C29.999 29.9609 30.0575 30.2367 30.0575 30.5761V33.667H29.1727V33.0306H29.1363C29.0777 33.1478 28.9899 33.263 28.8727 33.3761C28.7555 33.4892 28.605 33.5832 28.4212 33.6579C28.2373 33.7326 28.0171 33.77 27.7606 33.77ZM27.9575 33.0427C28.208 33.0427 28.4222 32.9933 28.6 32.8943C28.7798 32.7953 28.9161 32.666 29.0091 32.5064C29.104 32.3448 29.1515 32.172 29.1515 31.9882V31.3882C29.1192 31.4205 29.0565 31.4508 28.9636 31.4791C28.8727 31.5054 28.7686 31.5286 28.6515 31.5488C28.5343 31.567 28.4202 31.5842 28.3091 31.6003C28.1979 31.6145 28.105 31.6266 28.0303 31.6367C27.8545 31.6589 27.6939 31.6963 27.5484 31.7488C27.405 31.8013 27.2899 31.8771 27.203 31.9761C27.1181 32.0731 27.0757 32.2023 27.0757 32.364C27.0757 32.5882 27.1585 32.7579 27.3242 32.8731C27.4899 32.9862 27.701 33.0427 27.9575 33.0427ZM33.1311 33.7609C32.6806 33.7609 32.2927 33.6589 31.9675 33.4549C31.6442 33.2488 31.3957 32.965 31.222 32.6034C31.0483 32.2417 30.9614 31.8276 30.9614 31.3609C30.9614 30.8882 31.0503 30.471 31.2281 30.1094C31.4058 29.7458 31.6563 29.4619 31.9796 29.2579C32.3028 29.0539 32.6836 28.9518 33.122 28.9518C33.4755 28.9518 33.7907 29.0175 34.0675 29.1488C34.3442 29.2781 34.5675 29.4599 34.7372 29.6943C34.9089 29.9286 35.0109 30.2023 35.0432 30.5155H34.1614C34.1129 30.2973 34.0018 30.1094 33.8281 29.9518C33.6563 29.7943 33.426 29.7155 33.1372 29.7155C32.8846 29.7155 32.6634 29.7821 32.4735 29.9155C32.2856 30.0468 32.1392 30.2347 32.0341 30.4791C31.9291 30.7215 31.8765 31.0084 31.8765 31.3397C31.8765 31.6791 31.9281 31.972 32.0311 32.2185C32.1341 32.465 32.2796 32.6559 32.4675 32.7912C32.6574 32.9266 32.8806 32.9943 33.1372 32.9943C33.3089 32.9943 33.4644 32.963 33.6038 32.9003C33.7452 32.8357 33.8634 32.7438 33.9584 32.6246C34.0553 32.5054 34.123 32.3619 34.1614 32.1943H35.0432C35.0109 32.4953 34.9129 32.764 34.7493 33.0003C34.5856 33.2367 34.3664 33.4225 34.0917 33.5579C33.819 33.6933 33.4988 33.7609 33.1311 33.7609ZM37.9243 33.7609C37.4658 33.7609 37.0708 33.663 36.7395 33.467C36.4102 33.269 36.1557 32.9912 35.9759 32.6337C35.7981 32.2741 35.7092 31.8529 35.7092 31.37C35.7092 30.8933 35.7981 30.4731 35.9759 30.1094C36.1557 29.7458 36.4062 29.4619 36.7274 29.2579C37.0506 29.0539 37.4284 28.9518 37.8607 28.9518C38.1233 28.9518 38.3779 28.9953 38.6243 29.0821C38.8708 29.169 39.092 29.3054 39.288 29.4912C39.4839 29.6771 39.6385 29.9185 39.7516 30.2155C39.8648 30.5104 39.9213 30.869 39.9213 31.2912V31.6124H36.2213V30.9337H39.0334C39.0334 30.6953 38.985 30.4842 38.888 30.3003C38.791 30.1145 38.6547 29.968 38.4789 29.8609C38.3052 29.7539 38.1011 29.7003 37.8668 29.7003C37.6122 29.7003 37.39 29.763 37.2001 29.8882C37.0122 30.0114 36.8668 30.1731 36.7637 30.3731C36.6627 30.571 36.6122 30.7862 36.6122 31.0185V31.5488C36.6122 31.8599 36.6668 32.1246 36.7759 32.3427C36.887 32.5609 37.0415 32.7276 37.2395 32.8427C37.4375 32.9559 37.6688 33.0124 37.9334 33.0124C38.1052 33.0124 38.2617 32.9882 38.4031 32.9397C38.5446 32.8892 38.6668 32.8145 38.7698 32.7155C38.8728 32.6165 38.9516 32.4943 39.0062 32.3488L39.8637 32.5034C39.7951 32.7559 39.6718 32.9771 39.494 33.167C39.3183 33.3549 39.0971 33.5013 38.8304 33.6064C38.5658 33.7094 38.2637 33.7609 37.9243 33.7609ZM42.5752 33.7579C42.1994 33.7579 41.8641 33.6619 41.5691 33.47C41.2762 33.2761 41.0459 33.0003 40.8782 32.6427C40.7126 32.2832 40.6297 31.8518 40.6297 31.3488C40.6297 30.8458 40.7136 30.4155 40.8812 30.0579C41.0509 29.7003 41.2833 29.4266 41.5782 29.2367C41.8732 29.0468 42.2075 28.9518 42.5812 28.9518C42.8701 28.9518 43.1025 29.0003 43.2782 29.0973C43.456 29.1922 43.5934 29.3034 43.6903 29.4306C43.7893 29.5579 43.8661 29.67 43.9206 29.767H43.9752V27.4609H44.8812V33.667H43.9964V32.9427H43.9206C43.8661 33.0417 43.7873 33.1549 43.6843 33.2821C43.5833 33.4094 43.4439 33.5205 43.2661 33.6155C43.0883 33.7104 42.858 33.7579 42.5752 33.7579ZM42.7752 32.9852C43.0358 32.9852 43.256 32.9165 43.4358 32.7791C43.6176 32.6397 43.755 32.4468 43.8479 32.2003C43.9429 31.9539 43.9903 31.667 43.9903 31.3397C43.9903 31.0165 43.9439 30.7337 43.8509 30.4912C43.758 30.2488 43.6216 30.0599 43.4418 29.9246C43.262 29.7892 43.0398 29.7215 42.7752 29.7215C42.5025 29.7215 42.2752 29.7922 42.0934 29.9337C41.9115 30.0751 41.7742 30.268 41.6812 30.5124C41.5903 30.7569 41.5449 31.0326 41.5449 31.3397C41.5449 31.6508 41.5913 31.9306 41.6843 32.1791C41.7772 32.4276 41.9146 32.6246 42.0964 32.77C42.2802 32.9135 42.5065 32.9852 42.7752 32.9852ZM49.2541 33.667L47.8844 29.0124H48.8208L49.7329 32.4306H49.7784L50.6935 29.0124H51.6299L52.539 32.4155H52.5844L53.4905 29.0124H54.4268L53.0602 33.667H52.1359L51.1905 30.3064H51.1208L50.1753 33.667H49.2541ZM55.1928 33.667V29.0124H56.0989V33.667H55.1928ZM55.6504 28.2943C55.4928 28.2943 55.3575 28.2417 55.2443 28.1367C55.1332 28.0296 55.0777 27.9023 55.0777 27.7549C55.0777 27.6054 55.1332 27.4781 55.2443 27.3731C55.3575 27.266 55.4928 27.2124 55.6504 27.2124C55.808 27.2124 55.9423 27.266 56.0534 27.3731C56.1666 27.4781 56.2231 27.6054 56.2231 27.7549C56.2231 27.9023 56.1666 28.0296 56.0534 28.1367C55.9423 28.2417 55.808 28.2943 55.6504 28.2943ZM59.3967 29.0124V29.7397H56.8543V29.0124H59.3967ZM57.5361 27.8973H58.4421V32.3003C58.4421 32.4761 58.4684 32.6084 58.5209 32.6973C58.5735 32.7842 58.6411 32.8438 58.724 32.8761C58.8088 32.9064 58.9007 32.9215 58.9997 32.9215C59.0724 32.9215 59.1361 32.9165 59.1906 32.9064C59.2452 32.8963 59.2876 32.8882 59.3179 32.8821L59.4815 33.6306C59.429 33.6508 59.3543 33.671 59.2573 33.6912C59.1603 33.7135 59.0391 33.7256 58.8937 33.7276C58.6553 33.7316 58.433 33.6892 58.227 33.6003C58.0209 33.5114 57.8543 33.3741 57.727 33.1882C57.5997 33.0023 57.5361 32.769 57.5361 32.4882V27.8973ZM61.3111 30.9034V33.667H60.4051V27.4609H61.299V29.77H61.3566C61.4657 29.5195 61.6324 29.3205 61.8566 29.1731C62.0808 29.0256 62.3738 28.9518 62.7354 28.9518C63.0546 28.9518 63.3334 29.0175 63.5718 29.1488C63.8122 29.2801 63.998 29.4761 64.1293 29.7367C64.2627 29.9953 64.3293 30.3185 64.3293 30.7064V33.667H63.4233V30.8155C63.4233 30.4741 63.3354 30.2094 63.1596 30.0215C62.9839 29.8316 62.7394 29.7367 62.4263 29.7367C62.2122 29.7367 62.0202 29.7821 61.8505 29.8731C61.6829 29.964 61.5505 30.0973 61.4536 30.2731C61.3586 30.4468 61.3111 30.6569 61.3111 30.9034ZM71.0969 30.1488L70.2757 30.2943C70.2413 30.1892 70.1868 30.0892 70.1121 29.9943C70.0393 29.8993 69.9403 29.8215 69.8151 29.7609C69.6898 29.7003 69.5333 29.67 69.3454 29.67C69.0888 29.67 68.8747 29.7276 68.703 29.8427C68.5312 29.9559 68.4454 30.1023 68.4454 30.2821C68.4454 30.4377 68.503 30.563 68.6181 30.6579C68.7333 30.7529 68.9191 30.8306 69.1757 30.8912L69.9151 31.0609C70.3434 31.1599 70.6626 31.3124 70.8727 31.5185C71.0828 31.7246 71.1878 31.9922 71.1878 32.3215C71.1878 32.6003 71.107 32.8488 70.9454 33.067C70.7858 33.2832 70.5626 33.4529 70.2757 33.5761C69.9908 33.6993 69.6605 33.7609 69.2848 33.7609C68.7636 33.7609 68.3383 33.6498 68.009 33.4276C67.6797 33.2034 67.4777 32.8852 67.403 32.4731L68.2787 32.3397C68.3333 32.568 68.4454 32.7407 68.6151 32.8579C68.7848 32.9731 69.006 33.0306 69.2787 33.0306C69.5757 33.0306 69.8131 32.969 69.9908 32.8458C70.1686 32.7205 70.2575 32.568 70.2575 32.3882C70.2575 32.2427 70.203 32.1205 70.0939 32.0215C69.9868 31.9225 69.8222 31.8478 69.5999 31.7973L68.8121 31.6246C68.3777 31.5256 68.0565 31.368 67.8484 31.1518C67.6424 30.9357 67.5393 30.6619 67.5393 30.3306C67.5393 30.0559 67.6161 29.8155 67.7696 29.6094C67.9232 29.4034 68.1353 29.2427 68.406 29.1276C68.6767 29.0104 68.9868 28.9518 69.3363 28.9518C69.8393 28.9518 70.2353 29.0609 70.5242 29.2791C70.8131 29.4953 71.004 29.7852 71.0969 30.1488ZM74.0508 33.7609C73.6144 33.7609 73.2336 33.6609 72.9083 33.4609C72.5831 33.2609 72.3306 32.9811 72.1508 32.6215C71.971 32.2619 71.8811 31.8417 71.8811 31.3609C71.8811 30.8781 71.971 30.4559 72.1508 30.0943C72.3306 29.7326 72.5831 29.4518 72.9083 29.2518C73.2336 29.0518 73.6144 28.9518 74.0508 28.9518C74.4871 28.9518 74.8679 29.0518 75.1932 29.2518C75.5184 29.4518 75.771 29.7326 75.9508 30.0943C76.1306 30.4559 76.2205 30.8781 76.2205 31.3609C76.2205 31.8417 76.1306 32.2619 75.9508 32.6215C75.771 32.9811 75.5184 33.2609 75.1932 33.4609C74.8679 33.6609 74.4871 33.7609 74.0508 33.7609ZM74.0538 33.0003C74.3366 33.0003 74.571 32.9256 74.7568 32.7761C74.9427 32.6266 75.0801 32.4276 75.1689 32.1791C75.2599 31.9306 75.3053 31.6569 75.3053 31.3579C75.3053 31.0609 75.2599 30.7882 75.1689 30.5397C75.0801 30.2892 74.9427 30.0882 74.7568 29.9367C74.571 29.7852 74.3366 29.7094 74.0538 29.7094C73.7689 29.7094 73.5326 29.7852 73.3447 29.9367C73.1588 30.0882 73.0205 30.2892 72.9295 30.5397C72.8407 30.7882 72.7962 31.0609 72.7962 31.3579C72.7962 31.6569 72.8407 31.9306 72.9295 32.1791C73.0205 32.4276 73.1588 32.6266 73.3447 32.7761C73.5326 32.9256 73.7689 33.0003 74.0538 33.0003ZM77.138 33.667V29.0124H78.0077V29.77H78.0652C78.1622 29.5135 78.3208 29.3135 78.541 29.17C78.7612 29.0246 79.0248 28.9518 79.3319 28.9518C79.643 28.9518 79.9036 29.0246 80.1137 29.17C80.3258 29.3155 80.4824 29.5155 80.5834 29.77H80.6319C80.743 29.5215 80.9198 29.3236 81.1622 29.1761C81.4046 29.0266 81.6935 28.9518 82.0289 28.9518C82.4511 28.9518 82.7955 29.0842 83.0622 29.3488C83.3309 29.6135 83.4652 30.0124 83.4652 30.5458V33.667H82.5592V30.6306C82.5592 30.3155 82.4733 30.0872 82.3016 29.9458C82.1299 29.8044 81.9248 29.7337 81.6864 29.7337C81.3915 29.7337 81.1622 29.8246 80.9986 30.0064C80.8349 30.1862 80.7531 30.4175 80.7531 30.7003V33.667H79.8501V30.5731C79.8501 30.3205 79.7713 30.1175 79.6137 29.964C79.4561 29.8104 79.2511 29.7337 78.9986 29.7337C78.8268 29.7337 78.6683 29.7791 78.5228 29.87C78.3794 29.9589 78.2632 30.0832 78.1743 30.2427C78.0875 30.4023 78.044 30.5872 78.044 30.7973V33.667H77.138ZM86.5918 33.7609C86.1332 33.7609 85.7383 33.663 85.407 33.467C85.0777 33.269 84.8231 32.9912 84.6433 32.6337C84.4656 32.2741 84.3767 31.8529 84.3767 31.37C84.3767 30.8933 84.4656 30.4731 84.6433 30.1094C84.8231 29.7458 85.0736 29.4619 85.3949 29.2579C85.7181 29.0539 86.0959 28.9518 86.5282 28.9518C86.7908 28.9518 87.0454 28.9953 87.2918 29.0821C87.5383 29.169 87.7595 29.3054 87.9555 29.4912C88.1514 29.6771 88.306 29.9185 88.4191 30.2155C88.5322 30.5104 88.5888 30.869 88.5888 31.2912V31.6124H84.8888V30.9337H87.7009C87.7009 30.6953 87.6524 30.4842 87.5555 30.3003C87.4585 30.1145 87.3221 29.968 87.1464 29.8609C86.9726 29.7539 86.7686 29.7003 86.5342 29.7003C86.2797 29.7003 86.0575 29.763 85.8676 29.8882C85.6797 30.0114 85.5342 30.1731 85.4312 30.3731C85.3302 30.571 85.2797 30.7862 85.2797 31.0185V31.5488C85.2797 31.8599 85.3342 32.1246 85.4433 32.3427C85.5544 32.5609 85.709 32.7276 85.907 32.8427C86.105 32.9559 86.3363 33.0124 86.6009 33.0124C86.7726 33.0124 86.9292 32.9882 87.0706 32.9397C87.212 32.8892 87.3342 32.8145 87.4373 32.7155C87.5403 32.6165 87.6191 32.4943 87.6736 32.3488L88.5312 32.5034C88.4625 32.7559 88.3393 32.9771 88.1615 33.167C87.9858 33.3549 87.7645 33.5013 87.4979 33.6064C87.2332 33.7094 86.9312 33.7609 86.5918 33.7609ZM91.673 29.0124V29.7397H89.1305V29.0124H91.673ZM89.8123 27.8973H90.7184V32.3003C90.7184 32.4761 90.7447 32.6084 90.7972 32.6973C90.8497 32.7842 90.9174 32.8438 91.0002 32.8761C91.0851 32.9064 91.177 32.9215 91.276 32.9215C91.3487 32.9215 91.4123 32.9165 91.4669 32.9064C91.5214 32.8963 91.5639 32.8882 91.5942 32.8821L91.7578 33.6306C91.7053 33.6508 91.6305 33.671 91.5336 33.6912C91.4366 33.7135 91.3154 33.7256 91.1699 33.7276C90.9315 33.7316 90.7093 33.6892 90.5033 33.6003C90.2972 33.5114 90.1305 33.3741 90.0033 33.1882C89.876 33.0023 89.8123 32.769 89.8123 32.4882V27.8973ZM93.5874 30.9034V33.667H92.6814V27.4609H93.5753V29.77H93.6329C93.742 29.5195 93.9086 29.3205 94.1329 29.1731C94.3571 29.0256 94.65 28.9518 95.0117 28.9518C95.3309 28.9518 95.6096 29.0175 95.848 29.1488C96.0884 29.2801 96.2743 29.4761 96.4056 29.7367C96.5389 29.9953 96.6056 30.3185 96.6056 30.7064V33.667H95.6995V30.8155C95.6995 30.4741 95.6117 30.2094 95.4359 30.0215C95.2601 29.8316 95.0157 29.7367 94.7026 29.7367C94.4884 29.7367 94.2965 29.7821 94.1268 29.8731C93.9591 29.964 93.8268 30.0973 93.7298 30.2731C93.6349 30.4468 93.5874 30.6569 93.5874 30.9034ZM97.7208 33.667V29.0124H98.6269V33.667H97.7208ZM98.1784 28.2943C98.0208 28.2943 97.8855 28.2417 97.7723 28.1367C97.6612 28.0296 97.6057 27.9023 97.6057 27.7549C97.6057 27.6054 97.6612 27.4781 97.7723 27.3731C97.8855 27.266 98.0208 27.2124 98.1784 27.2124C98.336 27.2124 98.4703 27.266 98.5814 27.3731C98.6946 27.4781 98.7511 27.6054 98.7511 27.7549C98.7511 27.9023 98.6946 28.0296 98.5814 28.1367C98.4703 28.2417 98.336 28.2943 98.1784 28.2943ZM100.658 30.9034V33.667H99.752V29.0124H100.622V29.77H100.679C100.786 29.5236 100.954 29.3256 101.182 29.1761C101.413 29.0266 101.702 28.9518 102.052 28.9518C102.369 28.9518 102.647 29.0185 102.885 29.1518C103.124 29.2832 103.309 29.4791 103.44 29.7397C103.571 30.0003 103.637 30.3225 103.637 30.7064V33.667H102.731V30.8155C102.731 30.4781 102.643 30.2145 102.467 30.0246C102.291 29.8326 102.05 29.7367 101.743 29.7367C101.533 29.7367 101.346 29.7821 101.182 29.8731C101.021 29.964 100.892 30.0973 100.797 30.2731C100.704 30.4468 100.658 30.6569 100.658 30.9034ZM106.71 35.5094C106.34 35.5094 106.022 35.4609 105.755 35.364C105.49 35.267 105.274 35.1387 105.107 34.9791C104.939 34.8195 104.814 34.6448 104.731 34.4549L105.51 34.1337C105.564 34.2225 105.637 34.3165 105.728 34.4155C105.821 34.5165 105.946 34.6023 106.104 34.6731C106.263 34.7438 106.468 34.7791 106.719 34.7791C107.062 34.7791 107.346 34.6953 107.57 34.5276C107.794 34.3619 107.907 34.0973 107.907 33.7337V32.8185H107.849C107.794 32.9175 107.716 33.0276 107.613 33.1488C107.512 33.27 107.372 33.3751 107.194 33.464C107.017 33.5529 106.785 33.5973 106.501 33.5973C106.133 33.5973 105.802 33.5114 105.507 33.3397C105.214 33.166 104.981 32.9104 104.81 32.5731C104.64 32.2337 104.555 31.8165 104.555 31.3215C104.555 30.8266 104.639 30.4023 104.807 30.0488C104.976 29.6953 105.209 29.4246 105.504 29.2367C105.798 29.0468 106.133 28.9518 106.507 28.9518C106.795 28.9518 107.029 29.0003 107.207 29.0973C107.384 29.1922 107.523 29.3034 107.622 29.4306C107.723 29.5579 107.801 29.67 107.855 29.767H107.922V29.0124H108.81V33.77C108.81 34.17 108.717 34.4983 108.531 34.7549C108.345 35.0114 108.093 35.2013 107.776 35.3246C107.461 35.4478 107.106 35.5094 106.71 35.5094ZM106.701 32.8458C106.961 32.8458 107.181 32.7852 107.361 32.664C107.543 32.5407 107.68 32.365 107.773 32.1367C107.868 31.9064 107.916 31.6306 107.916 31.3094C107.916 30.9963 107.869 30.7205 107.776 30.4821C107.683 30.2438 107.547 30.0579 107.367 29.9246C107.187 29.7892 106.965 29.7215 106.701 29.7215C106.428 29.7215 106.201 29.7922 106.019 29.9337C105.837 30.0731 105.7 30.263 105.607 30.5034C105.516 30.7438 105.47 31.0124 105.47 31.3094C105.47 31.6145 105.517 31.8821 105.61 32.1124C105.703 32.3427 105.84 32.5225 106.022 32.6518C106.206 32.7811 106.432 32.8458 106.701 32.8458ZM12.1792 40.4609V46.667H11.2732V40.4609H12.1792ZM13.3043 46.667V42.0124H14.2103V46.667H13.3043ZM13.7619 41.2943C13.6043 41.2943 13.4689 41.2417 13.3558 41.1367C13.2447 41.0296 13.1891 40.9023 13.1891 40.7549C13.1891 40.6054 13.2447 40.4781 13.3558 40.3731C13.4689 40.266 13.6043 40.2124 13.7619 40.2124C13.9194 40.2124 14.0538 40.266 14.1649 40.3731C14.278 40.4781 14.3346 40.6054 14.3346 40.7549C14.3346 40.9023 14.278 41.0296 14.1649 41.1367C14.0538 41.2417 13.9194 41.2943 13.7619 41.2943ZM16.1688 45.0882L16.1627 43.9821H16.3203L18.1748 42.0124H19.2597L17.1445 44.2549H17.0021L16.1688 45.0882ZM15.3354 46.667V40.4609H16.2415V46.667H15.3354ZM18.2748 46.667L16.6081 44.4549L17.2324 43.8215L19.3869 46.667H18.2748ZM21.8059 46.7609C21.3474 46.7609 20.9524 46.663 20.6211 46.467C20.2918 46.269 20.0373 45.9912 19.8575 45.6337C19.6797 45.2741 19.5908 44.8529 19.5908 44.37C19.5908 43.8933 19.6797 43.4731 19.8575 43.1094C20.0373 42.7458 20.2878 42.4619 20.609 42.2579C20.9322 42.0539 21.31 41.9518 21.7423 41.9518C22.0049 41.9518 22.2595 41.9953 22.5059 42.0821C22.7524 42.169 22.9736 42.3054 23.1696 42.4912C23.3655 42.6771 23.5201 42.9185 23.6332 43.2155C23.7464 43.5104 23.8029 43.869 23.8029 44.2912V44.6124H20.1029V43.9337H22.915C22.915 43.6953 22.8666 43.4842 22.7696 43.3003C22.6726 43.1145 22.5363 42.968 22.3605 42.8609C22.1868 42.7539 21.9827 42.7003 21.7484 42.7003C21.4938 42.7003 21.2716 42.763 21.0817 42.8882C20.8938 43.0114 20.7484 43.1731 20.6453 43.3731C20.5443 43.571 20.4938 43.7862 20.4938 44.0185V44.5488C20.4938 44.8599 20.5484 45.1246 20.6575 45.3427C20.7686 45.5609 20.9231 45.7276 21.1211 45.8427C21.3191 45.9559 21.5504 46.0124 21.815 46.0124C21.9868 46.0124 22.1433 45.9882 22.2847 45.9397C22.4261 45.8892 22.5484 45.8145 22.6514 45.7155C22.7544 45.6165 22.8332 45.4943 22.8878 45.3488L23.7453 45.5034C23.6767 45.7559 23.5534 45.9771 23.3756 46.167C23.1999 46.3549 22.9787 46.5013 22.712 46.6064C22.4474 46.7094 22.1453 46.7609 21.8059 46.7609ZM26.7 42.4003V41.8185C26.7 41.6468 26.7324 41.466 26.797 41.2761C26.8616 41.0862 26.9515 40.9044 27.0667 40.7306C27.1819 40.5569 27.3172 40.4084 27.4728 40.2852L27.9212 40.6064C27.798 40.7862 27.693 40.9741 27.6061 41.17C27.5192 41.366 27.4758 41.5791 27.4758 41.8094V42.4003H26.7ZM28.2455 42.4003V41.8185C28.2455 41.6468 28.2778 41.466 28.3425 41.2761C28.4071 41.0862 28.497 40.9044 28.6122 40.7306C28.7273 40.5569 28.8627 40.4084 29.0182 40.2852L29.4667 40.6064C29.3435 40.7862 29.2384 40.9741 29.1515 41.17C29.0647 41.366 29.0212 41.5791 29.0212 41.8094V42.4003H28.2455ZM31.3781 40.4609H32.3115V44.8609C32.3115 45.2589 32.2327 45.5993 32.0751 45.8821C31.9196 46.165 31.7004 46.3811 31.4175 46.5306C31.1347 46.6781 30.8034 46.7518 30.4236 46.7518C30.0741 46.7518 29.76 46.6882 29.4812 46.5609C29.2044 46.4337 28.9852 46.2488 28.8236 46.0064C28.664 45.7619 28.5842 45.465 28.5842 45.1155H29.5145C29.5145 45.2872 29.5539 45.4357 29.6327 45.5609C29.7135 45.6862 29.8236 45.7842 29.963 45.8549C30.1044 45.9236 30.266 45.9579 30.4478 45.9579C30.6458 45.9579 30.8135 45.9165 30.9509 45.8337C31.0903 45.7488 31.1963 45.6246 31.269 45.4609C31.3418 45.2973 31.3781 45.0973 31.3781 44.8609V40.4609ZM35.4684 46.7609C35.032 46.7609 34.6512 46.6609 34.3259 46.4609C34.0007 46.2609 33.7482 45.9811 33.5684 45.6215C33.3886 45.2619 33.2987 44.8417 33.2987 44.3609C33.2987 43.8781 33.3886 43.4559 33.5684 43.0943C33.7482 42.7326 34.0007 42.4518 34.3259 42.2518C34.6512 42.0518 35.032 41.9518 35.4684 41.9518C35.9047 41.9518 36.2855 42.0518 36.6108 42.2518C36.936 42.4518 37.1886 42.7326 37.3684 43.0943C37.5482 43.4559 37.6381 43.8781 37.6381 44.3609C37.6381 44.8417 37.5482 45.2619 37.3684 45.6215C37.1886 45.9811 36.936 46.2609 36.6108 46.4609C36.2855 46.6609 35.9047 46.7609 35.4684 46.7609ZM35.4714 46.0003C35.7542 46.0003 35.9886 45.9256 36.1744 45.7761C36.3603 45.6266 36.4977 45.4276 36.5865 45.1791C36.6775 44.9306 36.7229 44.6569 36.7229 44.3579C36.7229 44.0609 36.6775 43.7882 36.5865 43.5397C36.4977 43.2892 36.3603 43.0882 36.1744 42.9367C35.9886 42.7852 35.7542 42.7094 35.4714 42.7094C35.1865 42.7094 34.9502 42.7852 34.7623 42.9367C34.5764 43.0882 34.4381 43.2892 34.3471 43.5397C34.2583 43.7882 34.2138 44.0609 34.2138 44.3579C34.2138 44.6569 34.2583 44.9306 34.3471 45.1791C34.4381 45.4276 34.5764 45.6266 34.7623 45.7761C34.9502 45.9256 35.1865 46.0003 35.4714 46.0003ZM38.5556 46.667V42.0124H39.4616V46.667H38.5556ZM39.0131 41.2943C38.8556 41.2943 38.7202 41.2417 38.6071 41.1367C38.496 41.0296 38.4404 40.9023 38.4404 40.7549C38.4404 40.6054 38.496 40.4781 38.6071 40.3731C38.7202 40.266 38.8556 40.2124 39.0131 40.2124C39.1707 40.2124 39.305 40.266 39.4162 40.3731C39.5293 40.4781 39.5859 40.6054 39.5859 40.7549C39.5859 40.9023 39.5293 41.0296 39.4162 41.1367C39.305 41.2417 39.1707 41.2943 39.0131 41.2943ZM41.4927 43.9034V46.667H40.5867V42.0124H41.4564V42.77H41.514C41.621 42.5236 41.7887 42.3256 42.017 42.1761C42.2473 42.0266 42.5372 41.9518 42.8867 41.9518C43.2039 41.9518 43.4816 42.0185 43.72 42.1518C43.9584 42.2832 44.1433 42.4791 44.2746 42.7397C44.4059 43.0003 44.4715 43.3225 44.4715 43.7064V46.667H43.5655V43.8155C43.5655 43.4781 43.4776 43.2145 43.3018 43.0246C43.1261 42.8326 42.8847 42.7367 42.5776 42.7367C42.3675 42.7367 42.1806 42.7821 42.017 42.8731C41.8554 42.964 41.7271 43.0973 41.6321 43.2731C41.5392 43.4468 41.4927 43.6569 41.4927 43.9034ZM49.93 42.0124V42.7397H47.3876V42.0124H49.93ZM48.0694 40.8973H48.9755V45.3003C48.9755 45.4761 49.0017 45.6084 49.0543 45.6973C49.1068 45.7842 49.1745 45.8438 49.2573 45.8761C49.3421 45.9064 49.4341 45.9215 49.533 45.9215C49.6058 45.9215 49.6694 45.9165 49.724 45.9064C49.7785 45.8963 49.8209 45.8882 49.8512 45.8821L50.0149 46.6306C49.9623 46.6508 49.8876 46.671 49.7906 46.6912C49.6937 46.7135 49.5724 46.7256 49.427 46.7276C49.1886 46.7316 48.9664 46.6892 48.7603 46.6003C48.5543 46.5114 48.3876 46.3741 48.2603 46.1882C48.133 46.0023 48.0694 45.769 48.0694 45.4882V40.8973ZM51.8445 43.9034V46.667H50.9384V40.4609H51.8324V42.77H51.8899C51.999 42.5195 52.1657 42.3205 52.3899 42.1731C52.6142 42.0256 52.9071 41.9518 53.2687 41.9518C53.5879 41.9518 53.8667 42.0175 54.1051 42.1488C54.3455 42.2801 54.5314 42.4761 54.6627 42.7367C54.796 42.9953 54.8627 43.3185 54.8627 43.7064V46.667H53.9566V43.8155C53.9566 43.4741 53.8687 43.2094 53.693 43.0215C53.5172 42.8316 53.2728 42.7367 52.9596 42.7367C52.7455 42.7367 52.5536 42.7821 52.3839 42.8731C52.2162 42.964 52.0839 43.0973 51.9869 43.2731C51.892 43.4468 51.8445 43.6569 51.8445 43.9034ZM57.9839 46.7609C57.5254 46.7609 57.1304 46.663 56.7991 46.467C56.4698 46.269 56.2153 45.9912 56.0355 45.6337C55.8577 45.2741 55.7688 44.8529 55.7688 44.37C55.7688 43.8933 55.8577 43.4731 56.0355 43.1094C56.2153 42.7458 56.4658 42.4619 56.787 42.2579C57.1102 42.0539 57.488 41.9518 57.9203 41.9518C58.1829 41.9518 58.4375 41.9953 58.6839 42.0821C58.9304 42.169 59.1516 42.3054 59.3476 42.4912C59.5435 42.6771 59.6981 42.9185 59.8112 43.2155C59.9244 43.5104 59.9809 43.869 59.9809 44.2912V44.6124H56.2809V43.9337H59.093C59.093 43.6953 59.0446 43.4842 58.9476 43.3003C58.8506 43.1145 58.7143 42.968 58.5385 42.8609C58.3648 42.7539 58.1607 42.7003 57.9264 42.7003C57.6718 42.7003 57.4496 42.763 57.2597 42.8882C57.0718 43.0114 56.9264 43.1731 56.8233 43.3731C56.7223 43.571 56.6718 43.7862 56.6718 44.0185V44.5488C56.6718 44.8599 56.7264 45.1246 56.8355 45.3427C56.9466 45.5609 57.1011 45.7276 57.2991 45.8427C57.4971 45.9559 57.7284 46.0124 57.993 46.0124C58.1648 46.0124 58.3213 45.9882 58.4627 45.9397C58.6042 45.8892 58.7264 45.8145 58.8294 45.7155C58.9324 45.6165 59.0112 45.4943 59.0658 45.3488L59.9233 45.5034C59.8547 45.7559 59.7314 45.9771 59.5536 46.167C59.3779 46.3549 59.1567 46.5013 58.89 46.6064C58.6254 46.7094 58.3233 46.7609 57.9839 46.7609ZM68.1386 40.4609V46.667H67.278L64.1235 42.1155H64.0659V46.667H63.1295V40.4609H63.9962L67.1538 45.0185H67.2114V40.4609H68.1386ZM71.344 46.7609C70.8854 46.7609 70.4905 46.663 70.1592 46.467C69.8299 46.269 69.5753 45.9912 69.3955 45.6337C69.2178 45.2741 69.1289 44.8529 69.1289 44.37C69.1289 43.8933 69.2178 43.4731 69.3955 43.1094C69.5753 42.7458 69.8258 42.4619 70.147 42.2579C70.4703 42.0539 70.8481 41.9518 71.2804 41.9518C71.543 41.9518 71.7976 41.9953 72.044 42.0821C72.2905 42.169 72.5117 42.3054 72.7077 42.4912C72.9036 42.6771 73.0582 42.9185 73.1713 43.2155C73.2844 43.5104 73.341 43.869 73.341 44.2912V44.6124H69.641V43.9337H72.4531C72.4531 43.6953 72.4046 43.4842 72.3077 43.3003C72.2107 43.1145 72.0743 42.968 71.8986 42.8609C71.7248 42.7539 71.5208 42.7003 71.2864 42.7003C71.0319 42.7003 70.8097 42.763 70.6198 42.8882C70.4319 43.0114 70.2864 43.1731 70.1834 43.3731C70.0824 43.571 70.0319 43.7862 70.0319 44.0185V44.5488C70.0319 44.8599 70.0864 45.1246 70.1955 45.3427C70.3066 45.5609 70.4612 45.7276 70.6592 45.8427C70.8571 45.9559 71.0885 46.0124 71.3531 46.0124C71.5248 46.0124 71.6814 45.9882 71.8228 45.9397C71.9642 45.8892 72.0864 45.8145 72.1895 45.7155C72.2925 45.6165 72.3713 45.4943 72.4258 45.3488L73.2834 45.5034C73.2147 45.7559 73.0915 45.9771 72.9137 46.167C72.738 46.3549 72.5167 46.5013 72.2501 46.6064C71.9854 46.7094 71.6834 46.7609 71.344 46.7609ZM76.4252 42.0124V42.7397H73.8827V42.0124H76.4252ZM74.5645 40.8973H75.4706V45.3003C75.4706 45.4761 75.4969 45.6084 75.5494 45.6973C75.6019 45.7842 75.6696 45.8438 75.7524 45.8761C75.8373 45.9064 75.9292 45.9215 76.0282 45.9215C76.1009 45.9215 76.1645 45.9165 76.2191 45.9064C76.2736 45.8963 76.3161 45.8882 76.3464 45.8821L76.51 46.6306C76.4575 46.6508 76.3827 46.671 76.2858 46.6912C76.1888 46.7135 76.0676 46.7256 75.9221 46.7276C75.6837 46.7316 75.4615 46.6892 75.2555 46.6003C75.0494 46.5114 74.8827 46.3741 74.7555 46.1882C74.6282 46.0023 74.5645 45.769 74.5645 45.4882V40.8973ZM78.3426 46.667L76.9729 42.0124H77.9093L78.8214 45.4306H78.8669L79.782 42.0124H80.7184L81.6275 45.4155H81.6729L82.579 42.0124H83.5154L82.1487 46.667H81.2245L80.279 43.3064H80.2093L79.2639 46.667H78.3426ZM86.1003 46.7609C85.6639 46.7609 85.2831 46.6609 84.9579 46.4609C84.6326 46.2609 84.3801 45.9811 84.2003 45.6215C84.0205 45.2619 83.9306 44.8417 83.9306 44.3609C83.9306 43.8781 84.0205 43.4559 84.2003 43.0943C84.3801 42.7326 84.6326 42.4518 84.9579 42.2518C85.2831 42.0518 85.6639 41.9518 86.1003 41.9518C86.5367 41.9518 86.9175 42.0518 87.2427 42.2518C87.568 42.4518 87.8205 42.7326 88.0003 43.0943C88.1801 43.4559 88.27 43.8781 88.27 44.3609C88.27 44.8417 88.1801 45.2619 88.0003 45.6215C87.8205 45.9811 87.568 46.2609 87.2427 46.4609C86.9175 46.6609 86.5367 46.7609 86.1003 46.7609ZM86.1033 46.0003C86.3862 46.0003 86.6205 45.9256 86.8064 45.7761C86.9922 45.6266 87.1296 45.4276 87.2185 45.1791C87.3094 44.9306 87.3548 44.6569 87.3548 44.3579C87.3548 44.0609 87.3094 43.7882 87.2185 43.5397C87.1296 43.2892 86.9922 43.0882 86.8064 42.9367C86.6205 42.7852 86.3862 42.7094 86.1033 42.7094C85.8185 42.7094 85.5821 42.7852 85.3942 42.9367C85.2084 43.0882 85.07 43.2892 84.9791 43.5397C84.8902 43.7882 84.8458 44.0609 84.8458 44.3579C84.8458 44.6569 84.8902 44.9306 84.9791 45.1791C85.07 45.4276 85.2084 45.6266 85.3942 45.7761C85.5821 45.9256 85.8185 46.0003 86.1033 46.0003ZM89.1875 46.667V42.0124H90.0632V42.7518H90.1117C90.1966 42.5013 90.3461 42.3044 90.5602 42.1609C90.7764 42.0155 91.0208 41.9427 91.2936 41.9427C91.3501 41.9427 91.4168 41.9448 91.4936 41.9488C91.5723 41.9529 91.634 41.9579 91.6784 41.964V42.8306C91.642 42.8205 91.5774 42.8094 91.4845 42.7973C91.3915 42.7832 91.2986 42.7761 91.2057 42.7761C90.9915 42.7761 90.8006 42.8215 90.6329 42.9124C90.4673 43.0013 90.336 43.1256 90.239 43.2852C90.142 43.4427 90.0936 43.6225 90.0936 43.8246V46.667H89.1875ZM93.202 45.0882L93.1959 43.9821H93.3535L95.208 42.0124H96.2929L94.1777 44.2549H94.0353L93.202 45.0882ZM92.3686 46.667V40.4609H93.2747V46.667H92.3686ZM95.308 46.667L93.6414 44.4549L94.2656 43.8215L96.4201 46.667H95.308ZM97.8035 40.4609V41.0427C97.8035 41.2145 97.7712 41.3953 97.7066 41.5852C97.6439 41.7731 97.5551 41.9539 97.4399 42.1276C97.3248 42.3013 97.1894 42.4508 97.0338 42.5761L96.5854 42.2549C96.7046 42.0811 96.8076 41.8963 96.8945 41.7003C96.9833 41.5044 97.0278 41.2882 97.0278 41.0518V40.4609H97.8035ZM99.346 40.4609V41.0427C99.346 41.2145 99.3136 41.3953 99.249 41.5852C99.1864 41.7731 99.0975 41.9539 98.9823 42.1276C98.8672 42.3013 98.7318 42.4508 98.5763 42.5761L98.1278 42.2549C98.247 42.0811 98.35 41.8963 98.4369 41.7003C98.5258 41.5044 98.5702 41.2882 98.5702 41.0518V40.4609H99.346Z\" fill=\"black\" fill-opacity=\"0.8\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_ddd_779_47406\" x=\"-10\" y=\"-2\" width=\"148\" height=\"148\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"2.5\"/>\\n<feGaussianBlur stdDeviation=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_779_47406\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"3\"/>\\n<feGaussianBlur stdDeviation=\"2.5\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_779_47406\" result=\"effect2_dropShadow_779_47406\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"8\"/>\\n<feGaussianBlur stdDeviation=\"5\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect2_dropShadow_779_47406\" result=\"effect3_dropShadow_779_47406\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect3_dropShadow_779_47406\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:128,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+6603.2+0+976+120+204+167.8444),pixelHeight:128,pixelWidth:128,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/IOJEQMRBXw6eUvkoZ75ZF3qzT4.svg\"},transformTemplate:transformTemplate2},tCL3s32v1:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:128,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+4028.8+0+784+80+132+607.6108),pixelHeight:128,pixelWidth:128,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/IOJEQMRBXw6eUvkoZ75ZF3qzT4.svg\"},transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:128,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+3964+0+1064.8+120+232.8+720-192),pixelHeight:128,pixelWidth:128,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/IOJEQMRBXw6eUvkoZ75ZF3qzT4.svg\"},className:\"framer-1wfyov9\",\"data-framer-name\":\"segmenting \\u2028IOT Hotspots & Mobile Hotspots is a good idea but can be labelled properly as per CTAs\",drag:true,dragMomentum:false,onMouseDown:preventDefault,whileTap:animation16})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:128,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+6603.2+0+976+120+204+455-139),pixelHeight:128,pixelWidth:128,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/J5P5VQ4ZCEbE4wWQqyf2bGMv0H8.svg\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:128,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+4028.8+0+784+80+132+720-134.6),pixelHeight:128,pixelWidth:128,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/J5P5VQ4ZCEbE4wWQqyf2bGMv0H8.svg\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:128,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+3964+0+1064.8+120+232.8+720-165),pixelHeight:128,pixelWidth:128,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/J5P5VQ4ZCEbE4wWQqyf2bGMv0H8.svg\"},className:\"framer-1dx30te\",\"data-framer-name\":\"Adding web3 centric messaging would resonate more with the target audience.\",drag:true,dragMomentum:false,onMouseDown:preventDefault,whileTap:animation16})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+6603.2+0+976+120+204+455-63.8365),pixelHeight:444,pixelWidth:3728,positionX:\"center\",positionY:\"center\",sizes:\"536.5318px\",src:\"https://framerusercontent.com/images/nGZ0CMqfvAqHa4IVoLAhCafo8.png\",srcSet:\"https://framerusercontent.com/images/nGZ0CMqfvAqHa4IVoLAhCafo8.png?scale-down-to=512 512w,https://framerusercontent.com/images/nGZ0CMqfvAqHa4IVoLAhCafo8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nGZ0CMqfvAqHa4IVoLAhCafo8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nGZ0CMqfvAqHa4IVoLAhCafo8.png 3728w\"}},tCL3s32v1:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+4028.8+0+784+80+132+720-101.016),pixelHeight:444,pixelWidth:3728,positionX:\"center\",positionY:\"center\",sizes:\"849.0174px\",src:\"https://framerusercontent.com/images/nGZ0CMqfvAqHa4IVoLAhCafo8.png\",srcSet:\"https://framerusercontent.com/images/nGZ0CMqfvAqHa4IVoLAhCafo8.png?scale-down-to=512 512w,https://framerusercontent.com/images/nGZ0CMqfvAqHa4IVoLAhCafo8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nGZ0CMqfvAqHa4IVoLAhCafo8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nGZ0CMqfvAqHa4IVoLAhCafo8.png 3728w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+3964+0+1064.8+120+232.8+720-101.016),pixelHeight:444,pixelWidth:3728,positionX:\"center\",positionY:\"center\",sizes:\"849.0174px\",src:\"https://framerusercontent.com/images/nGZ0CMqfvAqHa4IVoLAhCafo8.png\",srcSet:\"https://framerusercontent.com/images/nGZ0CMqfvAqHa4IVoLAhCafo8.png?scale-down-to=512 512w,https://framerusercontent.com/images/nGZ0CMqfvAqHa4IVoLAhCafo8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nGZ0CMqfvAqHa4IVoLAhCafo8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nGZ0CMqfvAqHa4IVoLAhCafo8.png 3728w\"},className:\"framer-ej6m59\",\"data-framer-name\":\"Screenshot 2024-03-05 at 00.47 1\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+6603.2+0+976+120+204+24),pixelHeight:192,pixelWidth:1308,positionX:\"center\",positionY:\"center\",sizes:\"185.64px\",src:\"https://framerusercontent.com/images/RDgbIOD0VF2mwTXTFhLAc1sXo.png\",srcSet:\"https://framerusercontent.com/images/RDgbIOD0VF2mwTXTFhLAc1sXo.png?scale-down-to=512 512w,https://framerusercontent.com/images/RDgbIOD0VF2mwTXTFhLAc1sXo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RDgbIOD0VF2mwTXTFhLAc1sXo.png 1308w\"}},tCL3s32v1:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+4028.8+0+784+80+132+8),pixelHeight:192,pixelWidth:1308,positionX:\"center\",positionY:\"center\",sizes:\"299.6352px\",src:\"https://framerusercontent.com/images/RDgbIOD0VF2mwTXTFhLAc1sXo.png\",srcSet:\"https://framerusercontent.com/images/RDgbIOD0VF2mwTXTFhLAc1sXo.png?scale-down-to=512 512w,https://framerusercontent.com/images/RDgbIOD0VF2mwTXTFhLAc1sXo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RDgbIOD0VF2mwTXTFhLAc1sXo.png 1308w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+3964+0+1064.8+120+232.8+32),pixelHeight:192,pixelWidth:1308,positionX:\"center\",positionY:\"center\",sizes:\"295.7184px\",src:\"https://framerusercontent.com/images/RDgbIOD0VF2mwTXTFhLAc1sXo.png\",srcSet:\"https://framerusercontent.com/images/RDgbIOD0VF2mwTXTFhLAc1sXo.png?scale-down-to=512 512w,https://framerusercontent.com/images/RDgbIOD0VF2mwTXTFhLAc1sXo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RDgbIOD0VF2mwTXTFhLAc1sXo.png 1308w\"},className:\"framer-prvvz5\",\"data-border\":true,\"data-framer-name\":\"Captura de pantalla 2025-01-24 a las 11.43.28 1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+6603.2+0+976+120+204+24),pixelHeight:192,pixelWidth:1996,positionX:\"center\",positionY:\"center\",sizes:\"262.7894px\",src:\"https://framerusercontent.com/images/YEkGWDYqZoMAN0e3drWGMkR4ns.png\",srcSet:\"https://framerusercontent.com/images/YEkGWDYqZoMAN0e3drWGMkR4ns.png?scale-down-to=512 512w,https://framerusercontent.com/images/YEkGWDYqZoMAN0e3drWGMkR4ns.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YEkGWDYqZoMAN0e3drWGMkR4ns.png 1996w\"}},tCL3s32v1:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+4028.8+0+784+80+132+8),pixelHeight:192,pixelWidth:1996,positionX:\"center\",positionY:\"center\",sizes:\"426.3134px\",src:\"https://framerusercontent.com/images/YEkGWDYqZoMAN0e3drWGMkR4ns.png\",srcSet:\"https://framerusercontent.com/images/YEkGWDYqZoMAN0e3drWGMkR4ns.png?scale-down-to=512 512w,https://framerusercontent.com/images/YEkGWDYqZoMAN0e3drWGMkR4ns.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YEkGWDYqZoMAN0e3drWGMkR4ns.png 1996w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+3964+0+1064.8+120+232.8+32),pixelHeight:192,pixelWidth:1996,positionX:\"center\",positionY:\"center\",sizes:\"415.8426px\",src:\"https://framerusercontent.com/images/YEkGWDYqZoMAN0e3drWGMkR4ns.png\",srcSet:\"https://framerusercontent.com/images/YEkGWDYqZoMAN0e3drWGMkR4ns.png?scale-down-to=512 512w,https://framerusercontent.com/images/YEkGWDYqZoMAN0e3drWGMkR4ns.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YEkGWDYqZoMAN0e3drWGMkR4ns.png 1996w\"},className:\"framer-1h58tya\",\"data-border\":true,\"data-framer-name\":\"Captura de pantalla 2025-01-24 a las 11.48.55 1\"})}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-16zqyua hidden-1nhk93a hidden-anqw7l\",drag:true,dragMomentum:false,onMouseDown:preventDefault,whileTap:animation16,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1y7aywt\",\"data-framer-name\":\"the logo here can have a better contrast for a better visibiility\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:129,intrinsicWidth:128,svg:'<svg width=\"128\" height=\"129\" viewBox=\"0 0 128 129\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_ddd_779_47407)\">\\n<rect width=\"128\" height=\"128\" transform=\"translate(0 0.5)\" fill=\"#FFAFA3\"/>\\n<path d=\"M13.4459 16.5124V17.2397H10.9035V16.5124H13.4459ZM11.5853 15.3973H12.4913V19.8003C12.4913 19.9761 12.5176 20.1084 12.5701 20.1973C12.6226 20.2842 12.6903 20.3438 12.7732 20.3761C12.858 20.4064 12.9499 20.4215 13.0489 20.4215C13.1216 20.4215 13.1853 20.4165 13.2398 20.4064C13.2944 20.3963 13.3368 20.3882 13.3671 20.3821L13.5307 21.1306C13.4782 21.1508 13.4035 21.171 13.3065 21.1912C13.2095 21.2135 13.0883 21.2256 12.9429 21.2276C12.7045 21.2316 12.4822 21.1892 12.2762 21.1003C12.0701 21.0114 11.9035 20.8741 11.7762 20.6882C11.6489 20.5023 11.5853 20.269 11.5853 19.9882V15.3973ZM15.3603 18.4034V21.167H14.4543V14.9609H15.3482V17.27H15.4058C15.5149 17.0195 15.6816 16.8205 15.9058 16.6731C16.13 16.5256 16.423 16.4518 16.7846 16.4518C17.1038 16.4518 17.3826 16.5175 17.621 16.6488C17.8614 16.7801 18.0472 16.9761 18.1785 17.2367C18.3119 17.4953 18.3785 17.8185 18.3785 18.2064V21.167H17.4725V18.3155C17.4725 17.9741 17.3846 17.7094 17.2088 17.5215C17.0331 17.3316 16.7886 17.2367 16.4755 17.2367C16.2614 17.2367 16.0694 17.2821 15.8997 17.3731C15.7321 17.464 15.5997 17.5973 15.5028 17.7731C15.4078 17.9468 15.3603 18.1569 15.3603 18.4034ZM21.4998 21.2609C21.0412 21.2609 20.6463 21.163 20.315 20.967C19.9857 20.769 19.7311 20.4912 19.5513 20.1337C19.3736 19.7741 19.2847 19.3529 19.2847 18.87C19.2847 18.3933 19.3736 17.9731 19.5513 17.6094C19.7311 17.2458 19.9816 16.9619 20.3028 16.7579C20.6261 16.5539 21.0039 16.4518 21.4362 16.4518C21.6988 16.4518 21.9533 16.4953 22.1998 16.5821C22.4463 16.669 22.6675 16.8054 22.8635 16.9912C23.0594 17.1771 23.214 17.4185 23.3271 17.7155C23.4402 18.0104 23.4968 18.369 23.4968 18.7912V19.1124H19.7968V18.4337H22.6089C22.6089 18.1953 22.5604 17.9842 22.4635 17.8003C22.3665 17.6145 22.2301 17.468 22.0544 17.3609C21.8806 17.2539 21.6766 17.2003 21.4422 17.2003C21.1877 17.2003 20.9655 17.263 20.7756 17.3882C20.5877 17.5114 20.4422 17.6731 20.3392 17.8731C20.2382 18.071 20.1877 18.2862 20.1877 18.5185V19.0488C20.1877 19.3599 20.2422 19.6246 20.3513 19.8427C20.4624 20.0609 20.617 20.2276 20.815 20.3427C21.0129 20.4559 21.2443 20.5124 21.5089 20.5124C21.6806 20.5124 21.8372 20.4882 21.9786 20.4397C22.12 20.3892 22.2422 20.3145 22.3453 20.2155C22.4483 20.1165 22.5271 19.9943 22.5816 19.8488L23.4392 20.0034C23.3705 20.2559 23.2473 20.4771 23.0695 20.667C22.8938 20.8549 22.6725 21.0013 22.4059 21.1064C22.1412 21.2094 21.8392 21.2609 21.4998 21.2609ZM27.4787 14.9609V21.167H26.5727V14.9609H27.4787ZM30.5644 21.2609C30.1281 21.2609 29.7473 21.1609 29.422 20.9609C29.0968 20.7609 28.8442 20.4811 28.6644 20.1215C28.4846 19.7619 28.3947 19.3417 28.3947 18.8609C28.3947 18.3781 28.4846 17.9559 28.6644 17.5943C28.8442 17.2326 29.0968 16.9518 29.422 16.7518C29.7473 16.5518 30.1281 16.4518 30.5644 16.4518C31.0008 16.4518 31.3816 16.5518 31.7069 16.7518C32.0321 16.9518 32.2846 17.2326 32.4644 17.5943C32.6442 17.9559 32.7341 18.3781 32.7341 18.8609C32.7341 19.3417 32.6442 19.7619 32.4644 20.1215C32.2846 20.4811 32.0321 20.7609 31.7069 20.9609C31.3816 21.1609 31.0008 21.2609 30.5644 21.2609ZM30.5675 20.5003C30.8503 20.5003 31.0846 20.4256 31.2705 20.2761C31.4563 20.1266 31.5937 19.9276 31.6826 19.6791C31.7735 19.4306 31.819 19.1569 31.819 18.8579C31.819 18.5609 31.7735 18.2882 31.6826 18.0397C31.5937 17.7892 31.4563 17.5882 31.2705 17.4367C31.0846 17.2852 30.8503 17.2094 30.5675 17.2094C30.2826 17.2094 30.0462 17.2852 29.8584 17.4367C29.6725 17.5882 29.5341 17.7892 29.4432 18.0397C29.3543 18.2882 29.3099 18.5609 29.3099 18.8579C29.3099 19.1569 29.3543 19.4306 29.4432 19.6791C29.5341 19.9276 29.6725 20.1266 29.8584 20.2761C30.0462 20.4256 30.2826 20.5003 30.5675 20.5003ZM35.6031 23.0094C35.2334 23.0094 34.9153 22.9609 34.6486 22.864C34.3839 22.767 34.1678 22.6387 34.0001 22.4791C33.8324 22.3195 33.7072 22.1448 33.6243 21.9549L34.4031 21.6337C34.4577 21.7225 34.5304 21.8165 34.6213 21.9155C34.7142 22.0165 34.8395 22.1023 34.9971 22.1731C35.1567 22.2438 35.3617 22.2791 35.6122 22.2791C35.9557 22.2791 36.2395 22.1953 36.4637 22.0276C36.688 21.8619 36.8001 21.5973 36.8001 21.2337V20.3185H36.7425C36.688 20.4175 36.6092 20.5276 36.5062 20.6488C36.4052 20.77 36.2658 20.8751 36.088 20.964C35.9102 21.0529 35.6789 21.0973 35.394 21.0973C35.0264 21.0973 34.6951 21.0114 34.4001 20.8397C34.1072 20.666 33.8749 20.4104 33.7031 20.0731C33.5334 19.7337 33.4486 19.3165 33.4486 18.8215C33.4486 18.3266 33.5324 17.9023 33.7001 17.5488C33.8698 17.1953 34.1021 16.9246 34.3971 16.7367C34.692 16.5468 35.0264 16.4518 35.4001 16.4518C35.689 16.4518 35.9223 16.5003 36.1001 16.5973C36.2779 16.6922 36.4163 16.8034 36.5153 16.9306C36.6163 17.0579 36.694 17.17 36.7486 17.267H36.8153V16.5124H37.7031V21.27C37.7031 21.67 37.6102 21.9983 37.4243 22.2549C37.2385 22.5114 36.987 22.7013 36.6698 22.8246C36.3547 22.9478 35.9991 23.0094 35.6031 23.0094ZM35.594 20.3458C35.8547 20.3458 36.0749 20.2852 36.2547 20.164C36.4365 20.0407 36.5738 19.865 36.6668 19.6367C36.7617 19.4064 36.8092 19.1306 36.8092 18.8094C36.8092 18.4963 36.7627 18.2205 36.6698 17.9821C36.5769 17.7438 36.4405 17.5579 36.2607 17.4246C36.0809 17.2892 35.8587 17.2215 35.594 17.2215C35.3213 17.2215 35.094 17.2922 34.9122 17.4337C34.7304 17.5731 34.593 17.763 34.5001 18.0034C34.4092 18.2438 34.3637 18.5124 34.3637 18.8094C34.3637 19.1145 34.4102 19.3821 34.5031 19.6124C34.5961 19.8427 34.7334 20.0225 34.9153 20.1518C35.0991 20.2811 35.3254 20.3458 35.594 20.3458ZM40.785 21.2609C40.3487 21.2609 39.9679 21.1609 39.6426 20.9609C39.3174 20.7609 39.0648 20.4811 38.885 20.1215C38.7052 19.7619 38.6153 19.3417 38.6153 18.8609C38.6153 18.3781 38.7052 17.9559 38.885 17.5943C39.0648 17.2326 39.3174 16.9518 39.6426 16.7518C39.9679 16.5518 40.3487 16.4518 40.785 16.4518C41.2214 16.4518 41.6022 16.5518 41.9275 16.7518C42.2527 16.9518 42.5052 17.2326 42.685 17.5943C42.8648 17.9559 42.9547 18.3781 42.9547 18.8609C42.9547 19.3417 42.8648 19.7619 42.685 20.1215C42.5052 20.4811 42.2527 20.7609 41.9275 20.9609C41.6022 21.1609 41.2214 21.2609 40.785 21.2609ZM40.7881 20.5003C41.0709 20.5003 41.3052 20.4256 41.4911 20.2761C41.6769 20.1266 41.8143 19.9276 41.9032 19.6791C41.9941 19.4306 42.0396 19.1569 42.0396 18.8579C42.0396 18.5609 41.9941 18.2882 41.9032 18.0397C41.8143 17.7892 41.6769 17.5882 41.4911 17.4367C41.3052 17.2852 41.0709 17.2094 40.7881 17.2094C40.5032 17.2094 40.2668 17.2852 40.079 17.4367C39.8931 17.5882 39.7547 17.7892 39.6638 18.0397C39.5749 18.2882 39.5305 18.5609 39.5305 18.8579C39.5305 19.1569 39.5749 19.4306 39.6638 19.6791C39.7547 19.9276 39.8931 20.1266 40.079 20.2761C40.2668 20.4256 40.5032 20.5003 40.7881 20.5003ZM46.9427 18.4034V21.167H46.0367V14.9609H46.9306V17.27H46.9882C47.0973 17.0195 47.264 16.8205 47.4882 16.6731C47.7124 16.5256 48.0054 16.4518 48.367 16.4518C48.6862 16.4518 48.965 16.5175 49.2034 16.6488C49.4438 16.7801 49.6296 16.9761 49.7609 17.2367C49.8943 17.4953 49.9609 17.8185 49.9609 18.2064V21.167H49.0549V18.3155C49.0549 17.9741 48.967 17.7094 48.7912 17.5215C48.6155 17.3316 48.371 17.2367 48.0579 17.2367C47.8438 17.2367 47.6518 17.2821 47.4821 17.3731C47.3145 17.464 47.1821 17.5973 47.0852 17.7731C46.9902 17.9468 46.9427 18.1569 46.9427 18.4034ZM53.0822 21.2609C52.6236 21.2609 52.2287 21.163 51.8974 20.967C51.5681 20.769 51.3135 20.4912 51.1337 20.1337C50.956 19.7741 50.8671 19.3529 50.8671 18.87C50.8671 18.3933 50.956 17.9731 51.1337 17.6094C51.3135 17.2458 51.564 16.9619 51.8852 16.7579C52.2085 16.5539 52.5863 16.4518 53.0186 16.4518C53.2812 16.4518 53.5358 16.4953 53.7822 16.5821C54.0287 16.669 54.2499 16.8054 54.4459 16.9912C54.6418 17.1771 54.7964 17.4185 54.9095 17.7155C55.0226 18.0104 55.0792 18.369 55.0792 18.7912V19.1124H51.3792V18.4337H54.1913C54.1913 18.1953 54.1428 17.9842 54.0459 17.8003C53.9489 17.6145 53.8125 17.468 53.6368 17.3609C53.463 17.2539 53.259 17.2003 53.0246 17.2003C52.7701 17.2003 52.5479 17.263 52.358 17.3882C52.1701 17.5114 52.0246 17.6731 51.9216 17.8731C51.8206 18.071 51.7701 18.2862 51.7701 18.5185V19.0488C51.7701 19.3599 51.8246 19.6246 51.9337 19.8427C52.0448 20.0609 52.1994 20.2276 52.3974 20.3427C52.5953 20.4559 52.8267 20.5124 53.0913 20.5124C53.263 20.5124 53.4196 20.4882 53.561 20.4397C53.7024 20.3892 53.8246 20.3145 53.9277 20.2155C54.0307 20.1165 54.1095 19.9943 54.164 19.8488L55.0216 20.0034C54.9529 20.2559 54.8297 20.4771 54.6519 20.667C54.4762 20.8549 54.2549 21.0013 53.9883 21.1064C53.7236 21.2094 53.4216 21.2609 53.0822 21.2609ZM55.9906 21.167V16.5124H56.8664V17.2518H56.9149C56.9997 17.0013 57.1492 16.8044 57.3633 16.6609C57.5795 16.5155 57.824 16.4427 58.0967 16.4427C58.1532 16.4427 58.2199 16.4448 58.2967 16.4488C58.3755 16.4529 58.4371 16.4579 58.4815 16.464V17.3306C58.4452 17.3205 58.3805 17.3094 58.2876 17.2973C58.1947 17.2832 58.1017 17.2761 58.0088 17.2761C57.7947 17.2761 57.6038 17.3215 57.4361 17.4124C57.2704 17.5013 57.1391 17.6256 57.0421 17.7852C56.9452 17.9427 56.8967 18.1225 56.8967 18.3246V21.167H55.9906ZM61.0112 21.2609C60.5526 21.2609 60.1576 21.163 59.8263 20.967C59.497 20.769 59.2425 20.4912 59.0627 20.1337C58.8849 19.7741 58.796 19.3529 58.796 18.87C58.796 18.3933 58.8849 17.9731 59.0627 17.6094C59.2425 17.2458 59.493 16.9619 59.8142 16.7579C60.1374 16.5539 60.5152 16.4518 60.9475 16.4518C61.2101 16.4518 61.4647 16.4953 61.7112 16.5821C61.9576 16.669 62.1788 16.8054 62.3748 16.9912C62.5707 17.1771 62.7253 17.4185 62.8384 17.7155C62.9516 18.0104 63.0081 18.369 63.0081 18.7912V19.1124H59.3081V18.4337H62.1202C62.1202 18.1953 62.0718 17.9842 61.9748 17.8003C61.8778 17.6145 61.7415 17.468 61.5657 17.3609C61.392 17.2539 61.1879 17.2003 60.9536 17.2003C60.699 17.2003 60.4768 17.263 60.2869 17.3882C60.099 17.5114 59.9536 17.6731 59.8505 17.8731C59.7495 18.071 59.699 18.2862 59.699 18.5185V19.0488C59.699 19.3599 59.7536 19.6246 59.8627 19.8427C59.9738 20.0609 60.1283 20.2276 60.3263 20.3427C60.5243 20.4559 60.7556 20.5124 61.0202 20.5124C61.192 20.5124 61.3485 20.4882 61.4899 20.4397C61.6314 20.3892 61.7536 20.3145 61.8566 20.2155C61.9596 20.1165 62.0384 19.9943 62.093 19.8488L62.9505 20.0034C62.8819 20.2559 62.7586 20.4771 62.5808 20.667C62.4051 20.8549 62.1839 21.0013 61.9172 21.1064C61.6526 21.2094 61.3505 21.2609 61.0112 21.2609ZM68.0446 21.2609C67.5941 21.2609 67.2062 21.1589 66.881 20.9549C66.5578 20.7488 66.3093 20.465 66.1355 20.1034C65.9618 19.7417 65.8749 19.3276 65.8749 18.8609C65.8749 18.3882 65.9638 17.971 66.1416 17.6094C66.3194 17.2458 66.5699 16.9619 66.8931 16.7579C67.2163 16.5539 67.5972 16.4518 68.0355 16.4518C68.3891 16.4518 68.7042 16.5175 68.981 16.6488C69.2578 16.7781 69.481 16.9599 69.6507 17.1943C69.8224 17.4286 69.9244 17.7023 69.9568 18.0155H69.0749C69.0264 17.7973 68.9153 17.6094 68.7416 17.4518C68.5699 17.2943 68.3396 17.2155 68.0507 17.2155C67.7982 17.2155 67.577 17.2821 67.3871 17.4155C67.1992 17.5468 67.0527 17.7347 66.9477 17.9791C66.8426 18.2215 66.7901 18.5084 66.7901 18.8397C66.7901 19.1791 66.8416 19.472 66.9446 19.7185C67.0477 19.965 67.1931 20.1559 67.381 20.2912C67.5709 20.4266 67.7941 20.4943 68.0507 20.4943C68.2224 20.4943 68.378 20.463 68.5174 20.4003C68.6588 20.3357 68.777 20.2438 68.8719 20.1246C68.9689 20.0054 69.0365 19.8619 69.0749 19.6943H69.9568C69.9244 19.9953 69.8264 20.264 69.6628 20.5003C69.4992 20.7367 69.28 20.9225 69.0052 21.0579C68.7325 21.1933 68.4123 21.2609 68.0446 21.2609ZM72.1864 21.27C71.8914 21.27 71.6248 21.2155 71.3864 21.1064C71.148 20.9953 70.9591 20.8347 70.8197 20.6246C70.6823 20.4145 70.6136 20.1569 70.6136 19.8518C70.6136 19.5892 70.6641 19.3731 70.7652 19.2034C70.8662 19.0337 71.0025 18.8993 71.1742 18.8003C71.346 18.7013 71.5379 18.6266 71.75 18.5761C71.9621 18.5256 72.1783 18.4872 72.3985 18.4609C72.6773 18.4286 72.9035 18.4023 73.0773 18.3821C73.251 18.3599 73.3773 18.3246 73.4561 18.2761C73.5349 18.2276 73.5742 18.1488 73.5742 18.0397V18.0185C73.5742 17.7539 73.4995 17.5488 73.35 17.4034C73.2025 17.2579 72.9823 17.1852 72.6894 17.1852C72.3843 17.1852 72.1439 17.2529 71.9682 17.3882C71.7944 17.5215 71.6742 17.67 71.6076 17.8337L70.7561 17.6397C70.8571 17.3569 71.0046 17.1286 71.1985 16.9549C71.3944 16.7791 71.6197 16.6518 71.8742 16.5731C72.1288 16.4922 72.3965 16.4518 72.6773 16.4518C72.8631 16.4518 73.0601 16.4741 73.2682 16.5185C73.4783 16.5609 73.6742 16.6397 73.8561 16.7549C74.0399 16.87 74.1904 17.0347 74.3076 17.2488C74.4248 17.4609 74.4833 17.7367 74.4833 18.0761V21.167H73.5985V20.5306H73.5621C73.5035 20.6478 73.4157 20.763 73.2985 20.8761C73.1813 20.9892 73.0308 21.0832 72.847 21.1579C72.6631 21.2326 72.4429 21.27 72.1864 21.27ZM72.3833 20.5427C72.6338 20.5427 72.848 20.4933 73.0258 20.3943C73.2056 20.2953 73.3419 20.166 73.4349 20.0064C73.5298 19.8448 73.5773 19.672 73.5773 19.4882V18.8882C73.545 18.9205 73.4823 18.9508 73.3894 18.9791C73.2985 19.0054 73.1945 19.0286 73.0773 19.0488C72.9601 19.067 72.846 19.0842 72.7349 19.1003C72.6237 19.1145 72.5308 19.1266 72.4561 19.1367C72.2803 19.1589 72.1197 19.1963 71.9742 19.2488C71.8308 19.3013 71.7157 19.3771 71.6288 19.4761C71.5439 19.5731 71.5015 19.7023 71.5015 19.864C71.5015 20.0882 71.5843 20.2579 71.75 20.3731C71.9157 20.4862 72.1268 20.5427 72.3833 20.5427ZM76.5023 18.4034V21.167H75.5963V16.5124H76.466V17.27H76.5236C76.6306 17.0236 76.7983 16.8256 77.0266 16.6761C77.2569 16.5266 77.5468 16.4518 77.8963 16.4518C78.2135 16.4518 78.4912 16.5185 78.7296 16.6518C78.968 16.7832 79.1529 16.9791 79.2842 17.2397C79.4155 17.5003 79.4811 17.8225 79.4811 18.2064V21.167H78.5751V18.3155C78.5751 17.9781 78.4872 17.7145 78.3114 17.5246C78.1357 17.3326 77.8943 17.2367 77.5872 17.2367C77.3771 17.2367 77.1902 17.2821 77.0266 17.3731C76.865 17.464 76.7367 17.5973 76.6417 17.7731C76.5488 17.9468 76.5023 18.1569 76.5023 18.4034ZM83.673 18.4034V21.167H82.7669V14.9609H83.6608V17.27H83.7184C83.8275 17.0195 83.9942 16.8205 84.2184 16.6731C84.4426 16.5256 84.7356 16.4518 85.0972 16.4518C85.4164 16.4518 85.6952 16.5175 85.9336 16.6488C86.174 16.7801 86.3598 16.9761 86.4911 17.2367C86.6245 17.4953 86.6911 17.8185 86.6911 18.2064V21.167H85.7851V18.3155C85.7851 17.9741 85.6972 17.7094 85.5214 17.5215C85.3457 17.3316 85.1012 17.2367 84.7881 17.2367C84.574 17.2367 84.382 17.2821 84.2123 17.3731C84.0447 17.464 83.9123 17.5973 83.8154 17.7731C83.7204 17.9468 83.673 18.1569 83.673 18.4034ZM89.1609 21.27C88.866 21.27 88.5993 21.2155 88.3609 21.1064C88.1225 20.9953 87.9336 20.8347 87.7942 20.6246C87.6569 20.4145 87.5882 20.1569 87.5882 19.8518C87.5882 19.5892 87.6387 19.3731 87.7397 19.2034C87.8407 19.0337 87.9771 18.8993 88.1488 18.8003C88.3205 18.7013 88.5124 18.6266 88.7245 18.5761C88.9367 18.5256 89.1528 18.4872 89.373 18.4609C89.6518 18.4286 89.8781 18.4023 90.0518 18.3821C90.2255 18.3599 90.3518 18.3246 90.4306 18.2761C90.5094 18.2276 90.5488 18.1488 90.5488 18.0397V18.0185C90.5488 17.7539 90.474 17.5488 90.3245 17.4034C90.1771 17.2579 89.9569 17.1852 89.6639 17.1852C89.3589 17.1852 89.1185 17.2529 88.9427 17.3882C88.769 17.5215 88.6488 17.67 88.5821 17.8337L87.7306 17.6397C87.8316 17.3569 87.9791 17.1286 88.173 16.9549C88.369 16.7791 88.5942 16.6518 88.8488 16.5731C89.1033 16.4922 89.371 16.4518 89.6518 16.4518C89.8377 16.4518 90.0346 16.4741 90.2427 16.5185C90.4528 16.5609 90.6488 16.6397 90.8306 16.7549C91.0144 16.87 91.1649 17.0347 91.2821 17.2488C91.3993 17.4609 91.4579 17.7367 91.4579 18.0761V21.167H90.573V20.5306H90.5367C90.4781 20.6478 90.3902 20.763 90.273 20.8761C90.1559 20.9892 90.0053 21.0832 89.8215 21.1579C89.6377 21.2326 89.4175 21.27 89.1609 21.27ZM89.3579 20.5427C89.6084 20.5427 89.8225 20.4933 90.0003 20.3943C90.1801 20.2953 90.3165 20.166 90.4094 20.0064C90.5043 19.8448 90.5518 19.672 90.5518 19.4882V18.8882C90.5195 18.9205 90.4569 18.9508 90.3639 18.9791C90.273 19.0054 90.169 19.0286 90.0518 19.0488C89.9346 19.067 89.8205 19.0842 89.7094 19.1003C89.5983 19.1145 89.5053 19.1266 89.4306 19.1367C89.2548 19.1589 89.0942 19.1963 88.9488 19.2488C88.8053 19.3013 88.6902 19.3771 88.6033 19.4761C88.5185 19.5731 88.4761 19.7023 88.4761 19.864C88.4761 20.0882 88.5589 20.2579 88.7245 20.3731C88.8902 20.4862 89.1013 20.5427 89.3579 20.5427ZM96.386 16.5124L94.6981 21.167H93.7284L92.0375 16.5124H93.0102L94.189 20.0943H94.2375L95.4132 16.5124H96.386ZM98.9913 21.2609C98.5328 21.2609 98.1378 21.163 97.8065 20.967C97.4772 20.769 97.2227 20.4912 97.0429 20.1337C96.8651 19.7741 96.7762 19.3529 96.7762 18.87C96.7762 18.3933 96.8651 17.9731 97.0429 17.6094C97.2227 17.2458 97.4732 16.9619 97.7944 16.7579C98.1176 16.5539 98.4954 16.4518 98.9277 16.4518C99.1903 16.4518 99.4449 16.4953 99.6913 16.5821C99.9378 16.669 100.159 16.8054 100.355 16.9912C100.551 17.1771 100.705 17.4185 100.819 17.7155C100.932 18.0104 100.988 18.369 100.988 18.7912V19.1124H97.2883V18.4337H100.1C100.1 18.1953 100.052 17.9842 99.955 17.8003C99.858 17.6145 99.7217 17.468 99.5459 17.3609C99.3722 17.2539 99.1681 17.2003 98.9338 17.2003C98.6792 17.2003 98.457 17.263 98.2671 17.3882C98.0792 17.5114 97.9338 17.6731 97.8307 17.8731C97.7297 18.071 97.6792 18.2862 97.6792 18.5185V19.0488C97.6792 19.3599 97.7338 19.6246 97.8429 19.8427C97.954 20.0609 98.1085 20.2276 98.3065 20.3427C98.5045 20.4559 98.7358 20.5124 99.0004 20.5124C99.1722 20.5124 99.3287 20.4882 99.4701 20.4397C99.6116 20.3892 99.7338 20.3145 99.8368 20.2155C99.9398 20.1165 100.019 19.9943 100.073 19.8488L100.931 20.0034C100.862 20.2559 100.739 20.4771 100.561 20.667C100.385 20.8549 100.164 21.0013 99.8974 21.1064C99.6328 21.2094 99.3307 21.2609 98.9913 21.2609ZM105.419 21.27C105.124 21.27 104.857 21.2155 104.619 21.1064C104.38 20.9953 104.191 20.8347 104.052 20.6246C103.915 20.4145 103.846 20.1569 103.846 19.8518C103.846 19.5892 103.897 19.3731 103.998 19.2034C104.099 19.0337 104.235 18.8993 104.407 18.8003C104.578 18.7013 104.77 18.6266 104.982 18.5761C105.195 18.5256 105.411 18.4872 105.631 18.4609C105.91 18.4286 106.136 18.4023 106.31 18.3821C106.483 18.3599 106.61 18.3246 106.688 18.2761C106.767 18.2276 106.807 18.1488 106.807 18.0397V18.0185C106.807 17.7539 106.732 17.5488 106.582 17.4034C106.435 17.2579 106.215 17.1852 105.922 17.1852C105.617 17.1852 105.376 17.2529 105.201 17.3882C105.027 17.5215 104.907 17.67 104.84 17.8337L103.988 17.6397C104.089 17.3569 104.237 17.1286 104.431 16.9549C104.627 16.7791 104.852 16.6518 105.107 16.5731C105.361 16.4922 105.629 16.4518 105.91 16.4518C106.096 16.4518 106.293 16.4741 106.501 16.5185C106.711 16.5609 106.907 16.6397 107.088 16.7549C107.272 16.87 107.423 17.0347 107.54 17.2488C107.657 17.4609 107.716 17.7367 107.716 18.0761V21.167H106.831V20.5306H106.795C106.736 20.6478 106.648 20.763 106.531 20.8761C106.414 20.9892 106.263 21.0832 106.079 21.1579C105.896 21.2326 105.675 21.27 105.419 21.27ZM105.616 20.5427C105.866 20.5427 106.08 20.4933 106.258 20.3943C106.438 20.2953 106.574 20.166 106.667 20.0064C106.762 19.8448 106.81 19.672 106.81 19.4882V18.8882C106.777 18.9205 106.715 18.9508 106.622 18.9791C106.531 19.0054 106.427 19.0286 106.31 19.0488C106.193 19.067 106.078 19.0842 105.967 19.1003C105.856 19.1145 105.763 19.1266 105.688 19.1367C105.513 19.1589 105.352 19.1963 105.207 19.2488C105.063 19.3013 104.948 19.3771 104.861 19.4761C104.776 19.5731 104.734 19.7023 104.734 19.864C104.734 20.0882 104.817 20.2579 104.982 20.3731C105.148 20.4862 105.359 20.5427 105.616 20.5427ZM11.3459 34.167V27.9609H12.2519V30.267H12.3065C12.359 30.17 12.4348 30.0579 12.5338 29.9306C12.6327 29.8034 12.7701 29.6922 12.9459 29.5973C13.1216 29.5003 13.354 29.4518 13.6429 29.4518C14.0186 29.4518 14.354 29.5468 14.6489 29.7367C14.9439 29.9266 15.1752 30.2003 15.3429 30.5579C15.5125 30.9155 15.5974 31.3458 15.5974 31.8488C15.5974 32.3518 15.5136 32.7832 15.3459 33.1427C15.1782 33.5003 14.9479 33.7761 14.655 33.97C14.362 34.1619 14.0277 34.2579 13.6519 34.2579C13.3691 34.2579 13.1378 34.2104 12.958 34.1155C12.7802 34.0205 12.6408 33.9094 12.5398 33.7821C12.4388 33.6549 12.361 33.5417 12.3065 33.4427H12.2307V34.167H11.3459ZM12.2338 31.8397C12.2338 32.167 12.2812 32.4539 12.3762 32.7003C12.4711 32.9468 12.6085 33.1397 12.7883 33.2791C12.9681 33.4165 13.1883 33.4852 13.4489 33.4852C13.7196 33.4852 13.9459 33.4135 14.1277 33.27C14.3095 33.1246 14.4469 32.9276 14.5398 32.6791C14.6348 32.4306 14.6822 32.1508 14.6822 31.8397C14.6822 31.5326 14.6358 31.2569 14.5429 31.0124C14.4519 30.768 14.3146 30.5751 14.1307 30.4337C13.9489 30.2922 13.7216 30.2215 13.4489 30.2215C13.1863 30.2215 12.9641 30.2892 12.7822 30.4246C12.6024 30.5599 12.4661 30.7488 12.3732 30.9912C12.2802 31.2337 12.2338 31.5165 12.2338 31.8397ZM18.527 34.2609C18.0684 34.2609 17.6735 34.163 17.3422 33.967C17.0129 33.769 16.7583 33.4912 16.5785 33.1337C16.4008 32.7741 16.3119 32.3529 16.3119 31.87C16.3119 31.3933 16.4008 30.9731 16.5785 30.6094C16.7583 30.2458 17.0088 29.9619 17.33 29.7579C17.6533 29.5539 18.0311 29.4518 18.4634 29.4518C18.726 29.4518 18.9806 29.4953 19.227 29.5821C19.4735 29.669 19.6947 29.8054 19.8907 29.9912C20.0866 30.1771 20.2412 30.4185 20.3543 30.7155C20.4674 31.0104 20.524 31.369 20.524 31.7912V32.1124H16.824V31.4337H19.6361C19.6361 31.1953 19.5876 30.9842 19.4907 30.8003C19.3937 30.6145 19.2573 30.468 19.0816 30.3609C18.9078 30.2539 18.7038 30.2003 18.4694 30.2003C18.2149 30.2003 17.9927 30.263 17.8028 30.3882C17.6149 30.5114 17.4694 30.6731 17.3664 30.8731C17.2654 31.071 17.2149 31.2862 17.2149 31.5185V32.0488C17.2149 32.3599 17.2694 32.6246 17.3785 32.8427C17.4896 33.0609 17.6442 33.2276 17.8422 33.3427C18.0401 33.4559 18.2715 33.5124 18.5361 33.5124C18.7078 33.5124 18.8644 33.4882 19.0058 33.4397C19.1472 33.3892 19.2694 33.3145 19.3725 33.2155C19.4755 33.1165 19.5543 32.9943 19.6088 32.8488L20.4664 33.0034C20.3977 33.2559 20.2745 33.4771 20.0967 33.667C19.921 33.8549 19.6997 34.0013 19.4331 34.1064C19.1684 34.2094 18.8664 34.2609 18.527 34.2609ZM23.6081 29.5124V30.2397H21.0657V29.5124H23.6081ZM21.7475 28.3973H22.6536V32.8003C22.6536 32.9761 22.6799 33.1084 22.7324 33.1973C22.7849 33.2842 22.8526 33.3438 22.9354 33.3761C23.0203 33.4064 23.1122 33.4215 23.2112 33.4215C23.2839 33.4215 23.3475 33.4165 23.4021 33.4064C23.4566 33.3963 23.4991 33.3882 23.5294 33.3821L23.693 34.1306C23.6405 34.1508 23.5657 34.171 23.4688 34.1912C23.3718 34.2135 23.2506 34.2256 23.1051 34.2276C22.8667 34.2316 22.6445 34.1892 22.4385 34.1003C22.2324 34.0114 22.0657 33.8741 21.9385 33.6882C21.8112 33.5023 21.7475 33.269 21.7475 32.9882V28.3973ZM26.6893 29.5124V30.2397H24.1469V29.5124H26.6893ZM24.8287 28.3973H25.7347V32.8003C25.7347 32.9761 25.761 33.1084 25.8135 33.1973C25.866 33.2842 25.9337 33.3438 26.0166 33.3761C26.1014 33.4064 26.1933 33.4215 26.2923 33.4215C26.365 33.4215 26.4287 33.4165 26.4832 33.4064C26.5378 33.3963 26.5802 33.3882 26.6105 33.3821L26.7741 34.1306C26.7216 34.1508 26.6469 34.171 26.5499 34.1912C26.4529 34.2135 26.3317 34.2256 26.1863 34.2276C25.9479 34.2316 25.7256 34.1892 25.5196 34.1003C25.3135 34.0114 25.1469 33.8741 25.0196 33.6882C24.8923 33.5023 24.8287 33.269 24.8287 32.9882V28.3973ZM29.5537 34.2609C29.0952 34.2609 28.7002 34.163 28.3689 33.967C28.0396 33.769 27.7851 33.4912 27.6053 33.1337C27.4275 32.7741 27.3386 32.3529 27.3386 31.87C27.3386 31.3933 27.4275 30.9731 27.6053 30.6094C27.7851 30.2458 28.0356 29.9619 28.3568 29.7579C28.68 29.5539 29.0578 29.4518 29.4901 29.4518C29.7527 29.4518 30.0073 29.4953 30.2537 29.5821C30.5002 29.669 30.7214 29.8054 30.9174 29.9912C31.1133 30.1771 31.2679 30.4185 31.381 30.7155C31.4942 31.0104 31.5507 31.369 31.5507 31.7912V32.1124H27.8507V31.4337H30.6628C30.6628 31.1953 30.6144 30.9842 30.5174 30.8003C30.4204 30.6145 30.2841 30.468 30.1083 30.3609C29.9346 30.2539 29.7305 30.2003 29.4962 30.2003C29.2416 30.2003 29.0194 30.263 28.8295 30.3882C28.6416 30.5114 28.4962 30.6731 28.3931 30.8731C28.2921 31.071 28.2416 31.2862 28.2416 31.5185V32.0488C28.2416 32.3599 28.2962 32.6246 28.4053 32.8427C28.5164 33.0609 28.6709 33.2276 28.8689 33.3427C29.0669 33.4559 29.2982 33.5124 29.5628 33.5124C29.7346 33.5124 29.8911 33.4882 30.0325 33.4397C30.174 33.3892 30.2962 33.3145 30.3992 33.2155C30.5022 33.1165 30.581 32.9943 30.6356 32.8488L31.4931 33.0034C31.4245 33.2559 31.3012 33.4771 31.1234 33.667C30.9477 33.8549 30.7265 34.0013 30.4598 34.1064C30.1952 34.2094 29.8931 34.2609 29.5537 34.2609ZM32.4622 34.167V29.5124H33.3379V30.2518H33.3864C33.4712 30.0013 33.6207 29.8044 33.8349 29.6609C34.051 29.5155 34.2955 29.4427 34.5682 29.4427C34.6248 29.4427 34.6914 29.4448 34.7682 29.4488C34.847 29.4529 34.9086 29.4579 34.9531 29.464V30.3306C34.9167 30.3205 34.8521 30.3094 34.7591 30.2973C34.6662 30.2832 34.5733 30.2761 34.4803 30.2761C34.2662 30.2761 34.0753 30.3215 33.9076 30.4124C33.742 30.5013 33.6106 30.6256 33.5137 30.7852C33.4167 30.9427 33.3682 31.1225 33.3682 31.3246V34.167H32.4622ZM39.7684 34.2609C39.3179 34.2609 38.93 34.1589 38.6047 33.9549C38.2815 33.7488 38.033 33.465 37.8593 33.1034C37.6855 32.7417 37.5987 32.3276 37.5987 31.8609C37.5987 31.3882 37.6876 30.971 37.8653 30.6094C38.0431 30.2458 38.2936 29.9619 38.6168 29.7579C38.9401 29.5539 39.3209 29.4518 39.7593 29.4518C40.1128 29.4518 40.428 29.5175 40.7047 29.6488C40.9815 29.7781 41.2047 29.9599 41.3744 30.1943C41.5461 30.4286 41.6482 30.7023 41.6805 31.0155H40.7987C40.7502 30.7973 40.6391 30.6094 40.4653 30.4518C40.2936 30.2943 40.0633 30.2155 39.7744 30.2155C39.5219 30.2155 39.3007 30.2821 39.1108 30.4155C38.9229 30.5468 38.7764 30.7347 38.6714 30.9791C38.5663 31.2215 38.5138 31.5084 38.5138 31.8397C38.5138 32.1791 38.5653 32.472 38.6684 32.7185C38.7714 32.965 38.9168 33.1559 39.1047 33.2912C39.2946 33.4266 39.5179 33.4943 39.7744 33.4943C39.9461 33.4943 40.1017 33.463 40.2411 33.4003C40.3825 33.3357 40.5007 33.2438 40.5956 33.1246C40.6926 33.0054 40.7603 32.8619 40.7987 32.6943H41.6805C41.6482 32.9953 41.5502 33.264 41.3865 33.5003C41.2229 33.7367 41.0037 33.9225 40.729 34.0579C40.4562 34.1933 40.136 34.2609 39.7684 34.2609ZM44.5162 34.2609C44.0798 34.2609 43.699 34.1609 43.3737 33.9609C43.0485 33.7609 42.796 33.4811 42.6162 33.1215C42.4364 32.7619 42.3465 32.3417 42.3465 31.8609C42.3465 31.3781 42.4364 30.9559 42.6162 30.5943C42.796 30.2326 43.0485 29.9518 43.3737 29.7518C43.699 29.5518 44.0798 29.4518 44.5162 29.4518C44.9525 29.4518 45.3333 29.5518 45.6586 29.7518C45.9838 29.9518 46.2364 30.2326 46.4162 30.5943C46.596 30.9559 46.6859 31.3781 46.6859 31.8609C46.6859 32.3417 46.596 32.7619 46.4162 33.1215C46.2364 33.4811 45.9838 33.7609 45.6586 33.9609C45.3333 34.1609 44.9525 34.2609 44.5162 34.2609ZM44.5192 33.5003C44.802 33.5003 45.0364 33.4256 45.2222 33.2761C45.4081 33.1266 45.5455 32.9276 45.6343 32.6791C45.7253 32.4306 45.7707 32.1569 45.7707 31.8579C45.7707 31.5609 45.7253 31.2882 45.6343 31.0397C45.5455 30.7892 45.4081 30.5882 45.2222 30.4367C45.0364 30.2852 44.802 30.2094 44.5192 30.2094C44.2343 30.2094 43.998 30.2852 43.8101 30.4367C43.6242 30.5882 43.4859 30.7892 43.3949 31.0397C43.3061 31.2882 43.2616 31.5609 43.2616 31.8579C43.2616 32.1569 43.3061 32.4306 43.3949 32.6791C43.4859 32.9276 43.6242 33.1266 43.8101 33.2761C43.998 33.4256 44.2343 33.5003 44.5192 33.5003ZM48.5094 31.4034V34.167H47.6034V29.5124H48.4731V30.27H48.5306C48.6377 30.0236 48.8054 29.8256 49.0337 29.6761C49.264 29.5266 49.5539 29.4518 49.9034 29.4518C50.2205 29.4518 50.4983 29.5185 50.7367 29.6518C50.9751 29.7832 51.1599 29.9791 51.2912 30.2397C51.4225 30.5003 51.4882 30.8225 51.4882 31.2064V34.167H50.5821V31.3155C50.5821 30.9781 50.4943 30.7145 50.3185 30.5246C50.1427 30.3326 49.9013 30.2367 49.5943 30.2367C49.3842 30.2367 49.1973 30.2821 49.0337 30.3731C48.872 30.464 48.7438 30.5973 48.6488 30.7731C48.5559 30.9468 48.5094 31.1569 48.5094 31.4034ZM54.7822 29.5124V30.2397H52.2398V29.5124H54.7822ZM52.9216 28.3973H53.8277V32.8003C53.8277 32.9761 53.8539 33.1084 53.9065 33.1973C53.959 33.2842 54.0267 33.3438 54.1095 33.3761C54.1943 33.4064 54.2863 33.4215 54.3852 33.4215C54.458 33.4215 54.5216 33.4165 54.5762 33.4064C54.6307 33.3963 54.6731 33.3882 54.7034 33.3821L54.8671 34.1306C54.8145 34.1508 54.7398 34.171 54.6428 34.1912C54.5459 34.2135 54.4246 34.2256 54.2792 34.2276C54.0408 34.2316 53.8186 34.1892 53.6125 34.1003C53.4065 34.0114 53.2398 33.8741 53.1125 33.6882C52.9852 33.5023 52.9216 33.269 52.9216 32.9882V28.3973ZM55.6906 34.167V29.5124H56.5664V30.2518H56.6149C56.6997 30.0013 56.8492 29.8044 57.0633 29.6609C57.2795 29.5155 57.524 29.4427 57.7967 29.4427C57.8532 29.4427 57.9199 29.4448 57.9967 29.4488C58.0755 29.4529 58.1371 29.4579 58.1815 29.464V30.3306C58.1452 30.3205 58.0805 30.3094 57.9876 30.2973C57.8947 30.2832 57.8017 30.2761 57.7088 30.2761C57.4947 30.2761 57.3038 30.3215 57.1361 30.4124C56.9704 30.5013 56.8391 30.6256 56.7421 30.7852C56.6452 30.9427 56.5967 31.1225 56.5967 31.3246V34.167H55.6906ZM60.1846 34.27C59.8897 34.27 59.623 34.2155 59.3846 34.1064C59.1462 33.9953 58.9574 33.8347 58.818 33.6246C58.6806 33.4145 58.6119 33.1569 58.6119 32.8518C58.6119 32.5892 58.6624 32.3731 58.7634 32.2034C58.8644 32.0337 59.0008 31.8993 59.1725 31.8003C59.3442 31.7013 59.5361 31.6266 59.7483 31.5761C59.9604 31.5256 60.1766 31.4872 60.3968 31.4609C60.6755 31.4286 60.9018 31.4023 61.0755 31.3821C61.2493 31.3599 61.3755 31.3246 61.4543 31.2761C61.5331 31.2276 61.5725 31.1488 61.5725 31.0397V31.0185C61.5725 30.7539 61.4978 30.5488 61.3483 30.4034C61.2008 30.2579 60.9806 30.1852 60.6877 30.1852C60.3826 30.1852 60.1422 30.2529 59.9665 30.3882C59.7927 30.5215 59.6725 30.67 59.6058 30.8337L58.7543 30.6397C58.8553 30.3569 59.0028 30.1286 59.1968 29.9549C59.3927 29.7791 59.618 29.6518 59.8725 29.5731C60.1271 29.4922 60.3947 29.4518 60.6755 29.4518C60.8614 29.4518 61.0584 29.4741 61.2665 29.5185C61.4766 29.5609 61.6725 29.6397 61.8543 29.7549C62.0382 29.87 62.1887 30.0347 62.3058 30.2488C62.423 30.4609 62.4816 30.7367 62.4816 31.0761V34.167H61.5968V33.5306H61.5604C61.5018 33.6478 61.4139 33.763 61.2968 33.8761C61.1796 33.9892 61.0291 34.0832 60.8452 34.1579C60.6614 34.2326 60.4412 34.27 60.1846 34.27ZM60.3816 33.5427C60.6321 33.5427 60.8462 33.4933 61.024 33.3943C61.2038 33.2953 61.3402 33.166 61.4331 33.0064C61.5281 32.8448 61.5755 32.672 61.5755 32.4882V31.8882C61.5432 31.9205 61.4806 31.9508 61.3877 31.9791C61.2968 32.0054 61.1927 32.0286 61.0755 32.0488C60.9584 32.067 60.8442 32.0842 60.7331 32.1003C60.622 32.1145 60.5291 32.1266 60.4543 32.1367C60.2786 32.1589 60.118 32.1963 59.9725 32.2488C59.8291 32.3013 59.7139 32.3771 59.6271 32.4761C59.5422 32.5731 59.4998 32.7023 59.4998 32.864C59.4998 33.0882 59.5826 33.2579 59.7483 33.3731C59.9139 33.4862 60.125 33.5427 60.3816 33.5427ZM67.0824 30.6488L66.2612 30.7943C66.2269 30.6892 66.1723 30.5892 66.0976 30.4943C66.0249 30.3993 65.9259 30.3215 65.8006 30.2609C65.6754 30.2003 65.5188 30.17 65.3309 30.17C65.0744 30.17 64.8602 30.2276 64.6885 30.3427C64.5168 30.4559 64.4309 30.6023 64.4309 30.7821C64.4309 30.9377 64.4885 31.063 64.6036 31.1579C64.7188 31.2529 64.9047 31.3306 65.1612 31.3912L65.9006 31.5609C66.3289 31.6599 66.6481 31.8124 66.8582 32.0185C67.0683 32.2246 67.1733 32.4922 67.1733 32.8215C67.1733 33.1003 67.0925 33.3488 66.9309 33.567C66.7713 33.7832 66.5481 33.9529 66.2612 34.0761C65.9764 34.1993 65.6461 34.2609 65.2703 34.2609C64.7491 34.2609 64.3238 34.1498 63.9946 33.9276C63.6653 33.7034 63.4632 33.3852 63.3885 32.9731L64.2643 32.8397C64.3188 33.068 64.4309 33.2407 64.6006 33.3579C64.7703 33.4731 64.9915 33.5306 65.2643 33.5306C65.5612 33.5306 65.7986 33.469 65.9764 33.3458C66.1542 33.2205 66.243 33.068 66.243 32.8882C66.243 32.7427 66.1885 32.6205 66.0794 32.5215C65.9723 32.4225 65.8077 32.3478 65.5855 32.2973L64.7976 32.1246C64.3632 32.0256 64.042 31.868 63.834 31.6518C63.6279 31.4357 63.5249 31.1619 63.5249 30.8306C63.5249 30.5559 63.6016 30.3155 63.7552 30.1094C63.9087 29.9034 64.1208 29.7427 64.3915 29.6276C64.6622 29.5104 64.9723 29.4518 65.3218 29.4518C65.8249 29.4518 66.2208 29.5609 66.5097 29.7791C66.7986 29.9953 66.9895 30.2852 67.0824 30.6488ZM70.2484 29.5124V30.2397H67.706V29.5124H70.2484ZM68.3878 28.3973H69.2939V32.8003C69.2939 32.9761 69.3201 33.1084 69.3727 33.1973C69.4252 33.2842 69.4929 33.3438 69.5757 33.3761C69.6605 33.4064 69.7525 33.4215 69.8514 33.4215C69.9242 33.4215 69.9878 33.4165 70.0424 33.4064C70.0969 33.3963 70.1393 33.3882 70.1696 33.3821L70.3333 34.1306C70.2807 34.1508 70.206 34.171 70.109 34.1912C70.0121 34.2135 69.8908 34.2256 69.7454 34.2276C69.507 34.2316 69.2848 34.1892 69.0787 34.1003C68.8727 34.0114 68.706 33.8741 68.5787 33.6882C68.4514 33.5023 68.3878 33.269 68.3878 32.9882V28.3973ZM75.5364 29.5124V30.2397H72.9061V29.5124H75.5364ZM73.6274 34.167V28.9731C73.6274 28.6821 73.691 28.4407 73.8183 28.2488C73.9455 28.0549 74.1142 27.9104 74.3243 27.8155C74.5344 27.7185 74.7627 27.67 75.0092 27.67C75.191 27.67 75.3465 27.6852 75.4758 27.7155C75.6051 27.7438 75.7011 27.77 75.7637 27.7943L75.5516 28.5276C75.5092 28.5155 75.4546 28.5013 75.388 28.4852C75.3213 28.467 75.2405 28.4579 75.1455 28.4579C74.9253 28.4579 74.7678 28.5124 74.6728 28.6215C74.5799 28.7306 74.5334 28.8882 74.5334 29.0943V34.167H73.6274ZM78.1547 34.2609C77.7183 34.2609 77.3375 34.1609 77.0123 33.9609C76.687 33.7609 76.4345 33.4811 76.2547 33.1215C76.0749 32.7619 75.985 32.3417 75.985 31.8609C75.985 31.3781 76.0749 30.9559 76.2547 30.5943C76.4345 30.2326 76.687 29.9518 77.0123 29.7518C77.3375 29.5518 77.7183 29.4518 78.1547 29.4518C78.5911 29.4518 78.9719 29.5518 79.2971 29.7518C79.6224 29.9518 79.8749 30.2326 80.0547 30.5943C80.2345 30.9559 80.3244 31.3781 80.3244 31.8609C80.3244 32.3417 80.2345 32.7619 80.0547 33.1215C79.8749 33.4811 79.6224 33.7609 79.2971 33.9609C78.9719 34.1609 78.5911 34.2609 78.1547 34.2609ZM78.1577 33.5003C78.4406 33.5003 78.6749 33.4256 78.8608 33.2761C79.0466 33.1266 79.184 32.9276 79.2729 32.6791C79.3638 32.4306 79.4092 32.1569 79.4092 31.8579C79.4092 31.5609 79.3638 31.2882 79.2729 31.0397C79.184 30.7892 79.0466 30.5882 78.8608 30.4367C78.6749 30.2852 78.4406 30.2094 78.1577 30.2094C77.8729 30.2094 77.6365 30.2852 77.4486 30.4367C77.2628 30.5882 77.1244 30.7892 77.0335 31.0397C76.9446 31.2882 76.9002 31.5609 76.9002 31.8579C76.9002 32.1569 76.9446 32.4306 77.0335 32.6791C77.1244 32.9276 77.2628 33.1266 77.4486 33.2761C77.6365 33.4256 77.8729 33.5003 78.1577 33.5003ZM81.2419 34.167V29.5124H82.1176V30.2518H82.1661C82.251 30.0013 82.4005 29.8044 82.6146 29.6609C82.8308 29.5155 83.0752 29.4427 83.3479 29.4427C83.4045 29.4427 83.4712 29.4448 83.5479 29.4488C83.6267 29.4529 83.6884 29.4579 83.7328 29.464V30.3306C83.6964 30.3205 83.6318 30.3094 83.5389 30.2973C83.4459 30.2832 83.353 30.2761 83.2601 30.2761C83.0459 30.2761 82.855 30.3215 82.6873 30.4124C82.5217 30.5013 82.3904 30.6256 82.2934 30.7852C82.1964 30.9427 82.1479 31.1225 82.1479 31.3246V34.167H81.2419ZM87.942 34.27C87.6471 34.27 87.3804 34.2155 87.142 34.1064C86.9037 33.9953 86.7148 33.8347 86.5754 33.6246C86.438 33.4145 86.3693 33.1569 86.3693 32.8518C86.3693 32.5892 86.4198 32.3731 86.5208 32.2034C86.6218 32.0337 86.7582 31.8993 86.9299 31.8003C87.1016 31.7013 87.2936 31.6266 87.5057 31.5761C87.7178 31.5256 87.934 31.4872 88.1542 31.4609C88.4329 31.4286 88.6592 31.4023 88.8329 31.3821C89.0067 31.3599 89.1329 31.3246 89.2117 31.2761C89.2905 31.2276 89.3299 31.1488 89.3299 31.0397V31.0185C89.3299 30.7539 89.2552 30.5488 89.1057 30.4034C88.9582 30.2579 88.738 30.1852 88.4451 30.1852C88.14 30.1852 87.8996 30.2529 87.7239 30.3882C87.5501 30.5215 87.4299 30.67 87.3632 30.8337L86.5117 30.6397C86.6127 30.3569 86.7602 30.1286 86.9542 29.9549C87.1501 29.7791 87.3754 29.6518 87.6299 29.5731C87.8845 29.4922 88.1521 29.4518 88.4329 29.4518C88.6188 29.4518 88.8158 29.4741 89.0239 29.5185C89.234 29.5609 89.4299 29.6397 89.6117 29.7549C89.7956 29.87 89.9461 30.0347 90.0632 30.2488C90.1804 30.4609 90.239 30.7367 90.239 31.0761V34.167H89.3542V33.5306H89.3178C89.2592 33.6478 89.1713 33.763 89.0542 33.8761C88.937 33.9892 88.7865 34.0832 88.6026 34.1579C88.4188 34.2326 88.1986 34.27 87.942 34.27ZM88.139 33.5427C88.3895 33.5427 88.6037 33.4933 88.7814 33.3943C88.9612 33.2953 89.0976 33.166 89.1905 33.0064C89.2855 32.8448 89.3329 32.672 89.3329 32.4882V31.8882C89.3006 31.9205 89.238 31.9508 89.1451 31.9791C89.0542 32.0054 88.9501 32.0286 88.8329 32.0488C88.7158 32.067 88.6016 32.0842 88.4905 32.1003C88.3794 32.1145 88.2865 32.1266 88.2117 32.1367C88.036 32.1589 87.8754 32.1963 87.7299 32.2488C87.5865 32.3013 87.4713 32.3771 87.3845 32.4761C87.2996 32.5731 87.2572 32.7023 87.2572 32.864C87.2572 33.0882 87.34 33.2579 87.5057 33.3731C87.6713 33.4862 87.8824 33.5427 88.139 33.5427ZM93.5892 34.167V27.9609H94.4952V30.267H94.5498C94.6023 30.17 94.678 30.0579 94.777 29.9306C94.876 29.8034 95.0134 29.6922 95.1892 29.5973C95.3649 29.5003 95.5972 29.4518 95.8861 29.4518C96.2619 29.4518 96.5972 29.5468 96.8922 29.7367C97.1871 29.9266 97.4184 30.2003 97.5861 30.5579C97.7558 30.9155 97.8407 31.3458 97.8407 31.8488C97.8407 32.3518 97.7568 32.7832 97.5892 33.1427C97.4215 33.5003 97.1912 33.7761 96.8982 33.97C96.6053 34.1619 96.271 34.2579 95.8952 34.2579C95.6124 34.2579 95.3811 34.2104 95.2013 34.1155C95.0235 34.0205 94.8841 33.9094 94.7831 33.7821C94.6821 33.6549 94.6043 33.5417 94.5498 33.4427H94.474V34.167H93.5892ZM94.477 31.8397C94.477 32.167 94.5245 32.4539 94.6195 32.7003C94.7144 32.9468 94.8518 33.1397 95.0316 33.2791C95.2114 33.4165 95.4316 33.4852 95.6922 33.4852C95.9629 33.4852 96.1892 33.4135 96.371 33.27C96.5528 33.1246 96.6902 32.9276 96.7831 32.6791C96.878 32.4306 96.9255 32.1508 96.9255 31.8397C96.9255 31.5326 96.8791 31.2569 96.7861 31.0124C96.6952 30.768 96.5578 30.5751 96.374 30.4337C96.1922 30.2922 95.9649 30.2215 95.6922 30.2215C95.4296 30.2215 95.2073 30.2892 95.0255 30.4246C94.8457 30.5599 94.7094 30.7488 94.6164 30.9912C94.5235 31.2337 94.477 31.5165 94.477 31.8397ZM100.77 34.2609C100.312 34.2609 99.9168 34.163 99.5854 33.967C99.2561 33.769 99.0016 33.4912 98.8218 33.1337C98.644 32.7741 98.5551 32.3529 98.5551 31.87C98.5551 31.3933 98.644 30.9731 98.8218 30.6094C99.0016 30.2458 99.2521 29.9619 99.5733 29.7579C99.8966 29.5539 100.274 29.4518 100.707 29.4518C100.969 29.4518 101.224 29.4953 101.47 29.5821C101.717 29.669 101.938 29.8054 102.134 29.9912C102.33 30.1771 102.484 30.4185 102.598 30.7155C102.711 31.0104 102.767 31.369 102.767 31.7912V32.1124H99.0673V31.4337H101.879C101.879 31.1953 101.831 30.9842 101.734 30.8003C101.637 30.6145 101.501 30.468 101.325 30.3609C101.151 30.2539 100.947 30.2003 100.713 30.2003C100.458 30.2003 100.236 30.263 100.046 30.3882C99.8582 30.5114 99.7127 30.6731 99.6097 30.8731C99.5087 31.071 99.4582 31.2862 99.4582 31.5185V32.0488C99.4582 32.3599 99.5127 32.6246 99.6218 32.8427C99.7329 33.0609 99.8875 33.2276 100.085 33.3427C100.283 33.4559 100.515 33.5124 100.779 33.5124C100.951 33.5124 101.108 33.4882 101.249 33.4397C101.39 33.3892 101.513 33.3145 101.616 33.2155C101.719 33.1165 101.798 32.9943 101.852 32.8488L102.71 33.0034C102.641 33.2559 102.518 33.4771 102.34 33.667C102.164 33.8549 101.943 34.0013 101.676 34.1064C101.412 34.2094 101.11 34.2609 100.77 34.2609ZM105.851 29.5124V30.2397H103.309V29.5124H105.851ZM103.991 28.3973H104.897V32.8003C104.897 32.9761 104.923 33.1084 104.976 33.1973C105.028 33.2842 105.096 33.3438 105.179 33.3761C105.264 33.4064 105.355 33.4215 105.454 33.4215C105.527 33.4215 105.591 33.4165 105.645 33.4064C105.7 33.3963 105.742 33.3882 105.773 33.3821L105.936 34.1306C105.884 34.1508 105.809 34.171 105.712 34.1912C105.615 34.2135 105.494 34.2256 105.348 34.2276C105.11 34.2316 104.888 34.1892 104.682 34.1003C104.476 34.0114 104.309 33.8741 104.182 33.6882C104.054 33.5023 103.991 33.269 103.991 32.9882V28.3973ZM108.933 29.5124V30.2397H106.39V29.5124H108.933ZM107.072 28.3973H107.978V32.8003C107.978 32.9761 108.004 33.1084 108.057 33.1973C108.109 33.2842 108.177 33.3438 108.26 33.3761C108.345 33.4064 108.437 33.4215 108.536 33.4215C108.608 33.4215 108.672 33.4165 108.726 33.4064C108.781 33.3963 108.823 33.3882 108.854 33.3821L109.017 34.1306C108.965 34.1508 108.89 34.171 108.793 34.1912C108.696 34.2135 108.575 34.2256 108.43 34.2276C108.191 34.2316 107.969 34.1892 107.763 34.1003C107.557 34.0114 107.39 33.8741 107.263 33.6882C107.136 33.5023 107.072 33.269 107.072 32.9882V28.3973ZM111.797 34.2609C111.338 34.2609 110.943 34.163 110.612 33.967C110.283 33.769 110.028 33.4912 109.849 33.1337C109.671 32.7741 109.582 32.3529 109.582 31.87C109.582 31.3933 109.671 30.9731 109.849 30.6094C110.028 30.2458 110.279 29.9619 110.6 29.7579C110.923 29.5539 111.301 29.4518 111.733 29.4518C111.996 29.4518 112.251 29.4953 112.497 29.5821C112.743 29.669 112.965 29.8054 113.161 29.9912C113.357 30.1771 113.511 30.4185 113.624 30.7155C113.737 31.0104 113.794 31.369 113.794 31.7912V32.1124H110.094V31.4337H112.906C112.906 31.1953 112.858 30.9842 112.761 30.8003C112.664 30.6145 112.527 30.468 112.352 30.3609C112.178 30.2539 111.974 30.2003 111.739 30.2003C111.485 30.2003 111.263 30.263 111.073 30.3882C110.885 30.5114 110.739 30.6731 110.636 30.8731C110.535 31.071 110.485 31.2862 110.485 31.5185V32.0488C110.485 32.3599 110.539 32.6246 110.649 32.8427C110.76 33.0609 110.914 33.2276 111.112 33.3427C111.31 33.4559 111.541 33.5124 111.806 33.5124C111.978 33.5124 112.134 33.4882 112.276 33.4397C112.417 33.3892 112.539 33.3145 112.642 33.2155C112.746 33.1165 112.824 32.9943 112.879 32.8488L113.736 33.0034C113.668 33.2559 113.544 33.4771 113.367 33.667C113.191 33.8549 112.97 34.0013 112.703 34.1064C112.438 34.2094 112.136 34.2609 111.797 34.2609ZM114.705 34.167V29.5124H115.581V30.2518H115.63C115.715 30.0013 115.864 29.8044 116.078 29.6609C116.294 29.5155 116.539 29.4427 116.811 29.4427C116.868 29.4427 116.935 29.4448 117.011 29.4488C117.09 29.4529 117.152 29.4579 117.196 29.464V30.3306C117.16 30.3205 117.095 30.3094 117.002 30.2973C116.909 30.2832 116.817 30.2761 116.724 30.2761C116.509 30.2761 116.319 30.3215 116.151 30.4124C115.985 30.5013 115.854 30.6256 115.757 30.7852C115.66 30.9427 115.611 31.1225 115.611 31.3246V34.167H114.705ZM15.255 42.5124L13.5671 47.167H12.5974L10.9065 42.5124H11.8792L13.058 46.0943H13.1065L14.2822 42.5124H15.255ZM16.0126 47.167V42.5124H16.9187V47.167H16.0126ZM16.4702 41.7943C16.3126 41.7943 16.1773 41.7417 16.0641 41.6367C15.953 41.5296 15.8975 41.4023 15.8975 41.2549C15.8975 41.1054 15.953 40.9781 16.0641 40.8731C16.1773 40.766 16.3126 40.7124 16.4702 40.7124C16.6278 40.7124 16.7621 40.766 16.8732 40.8731C16.9864 40.9781 17.0429 41.1054 17.0429 41.2549C17.0429 41.4023 16.9864 41.5296 16.8732 41.6367C16.7621 41.7417 16.6278 41.7943 16.4702 41.7943ZM21.5316 43.6488L20.7104 43.7943C20.6761 43.6892 20.6215 43.5892 20.5468 43.4943C20.4741 43.3993 20.3751 43.3215 20.2498 43.2609C20.1246 43.2003 19.968 43.17 19.7801 43.17C19.5236 43.17 19.3094 43.2276 19.1377 43.3427C18.966 43.4559 18.8801 43.6023 18.8801 43.7821C18.8801 43.9377 18.9377 44.063 19.0528 44.1579C19.168 44.2529 19.3539 44.3306 19.6104 44.3912L20.3498 44.5609C20.7781 44.6599 21.0973 44.8124 21.3074 45.0185C21.5175 45.2246 21.6225 45.4922 21.6225 45.8215C21.6225 46.1003 21.5417 46.3488 21.3801 46.567C21.2205 46.7832 20.9973 46.9529 20.7104 47.0761C20.4256 47.1993 20.0953 47.2609 19.7195 47.2609C19.1983 47.2609 18.773 47.1498 18.4438 46.9276C18.1145 46.7034 17.9124 46.3852 17.8377 45.9731L18.7135 45.8397C18.768 46.068 18.8801 46.2407 19.0498 46.3579C19.2195 46.4731 19.4407 46.5306 19.7135 46.5306C20.0104 46.5306 20.2478 46.469 20.4256 46.3458C20.6033 46.2205 20.6922 46.068 20.6922 45.8882C20.6922 45.7427 20.6377 45.6205 20.5286 45.5215C20.4215 45.4225 20.2569 45.3478 20.0347 45.2973L19.2468 45.1246C18.8124 45.0256 18.4912 44.868 18.2831 44.6518C18.0771 44.4357 17.9741 44.1619 17.9741 43.8306C17.9741 43.5559 18.0508 43.3155 18.2044 43.1094C18.3579 42.9034 18.57 42.7427 18.8407 42.6276C19.1114 42.5104 19.4215 42.4518 19.771 42.4518C20.2741 42.4518 20.67 42.5609 20.9589 42.7791C21.2478 42.9953 21.4387 43.2852 21.5316 43.6488ZM22.5249 47.167V42.5124H23.4309V47.167H22.5249ZM22.9825 41.7943C22.8249 41.7943 22.6895 41.7417 22.5764 41.6367C22.4653 41.5296 22.4097 41.4023 22.4097 41.2549C22.4097 41.1054 22.4653 40.9781 22.5764 40.8731C22.6895 40.766 22.8249 40.7124 22.9825 40.7124C23.14 40.7124 23.2744 40.766 23.3855 40.8731C23.4986 40.9781 23.5552 41.1054 23.5552 41.2549C23.5552 41.4023 23.4986 41.5296 23.3855 41.6367C23.2744 41.7417 23.14 41.7943 22.9825 41.7943ZM24.6287 47.167V40.9609H25.5348V43.267H25.5894C25.6419 43.17 25.7176 43.0579 25.8166 42.9306C25.9156 42.8034 26.053 42.6922 26.2287 42.5973C26.4045 42.5003 26.6368 42.4518 26.9257 42.4518C27.3015 42.4518 27.6368 42.5468 27.9318 42.7367C28.2267 42.9266 28.458 43.2003 28.6257 43.5579C28.7954 43.9155 28.8803 44.3458 28.8803 44.8488C28.8803 45.3518 28.7964 45.7832 28.6287 46.1427C28.4611 46.5003 28.2308 46.7761 27.9378 46.97C27.6449 47.1619 27.3106 47.2579 26.9348 47.2579C26.652 47.2579 26.4207 47.2104 26.2409 47.1155C26.0631 47.0205 25.9237 46.9094 25.8227 46.7821C25.7217 46.6549 25.6439 46.5417 25.5894 46.4427H25.5136V47.167H24.6287ZM25.5166 44.8397C25.5166 45.167 25.5641 45.4539 25.6591 45.7003C25.754 45.9468 25.8914 46.1397 26.0712 46.2791C26.251 46.4165 26.4712 46.4852 26.7318 46.4852C27.0025 46.4852 27.2287 46.4135 27.4106 46.27C27.5924 46.1246 27.7298 45.9276 27.8227 45.6791C27.9176 45.4306 27.9651 45.1508 27.9651 44.8397C27.9651 44.5326 27.9186 44.2569 27.8257 44.0124C27.7348 43.768 27.5974 43.5751 27.4136 43.4337C27.2318 43.2922 27.0045 43.2215 26.7318 43.2215C26.4692 43.2215 26.2469 43.2892 26.0651 43.4246C25.8853 43.5599 25.749 43.7488 25.656 43.9912C25.5631 44.2337 25.5166 44.5165 25.5166 44.8397ZM29.8038 47.167V42.5124H30.7099V47.167H29.8038ZM30.2614 41.7943C30.1038 41.7943 29.9685 41.7417 29.8553 41.6367C29.7442 41.5296 29.6887 41.4023 29.6887 41.2549C29.6887 41.1054 29.7442 40.9781 29.8553 40.8731C29.9685 40.766 30.1038 40.7124 30.2614 40.7124C30.419 40.7124 30.5533 40.766 30.6644 40.8731C30.7776 40.9781 30.8341 41.1054 30.8341 41.2549C30.8341 41.4023 30.7776 41.5296 30.6644 41.6367C30.5533 41.7417 30.419 41.7943 30.2614 41.7943ZM31.835 47.167V42.5124H32.741V47.167H31.835ZM32.2925 41.7943C32.135 41.7943 31.9996 41.7417 31.8865 41.6367C31.7754 41.5296 31.7198 41.4023 31.7198 41.2549C31.7198 41.1054 31.7754 40.9781 31.8865 40.8731C31.9996 40.766 32.135 40.7124 32.2925 40.7124C32.4501 40.7124 32.5844 40.766 32.6956 40.8731C32.8087 40.9781 32.8653 41.1054 32.8653 41.2549C32.8653 41.4023 32.8087 41.5296 32.6956 41.6367C32.5844 41.7417 32.4501 41.7943 32.2925 41.7943ZM34.7721 40.9609V47.167H33.8661V40.9609H34.7721ZM35.8972 47.167V42.5124H36.8033V47.167H35.8972ZM36.3548 41.7943C36.1972 41.7943 36.0619 41.7417 35.9487 41.6367C35.8376 41.5296 35.7821 41.4023 35.7821 41.2549C35.7821 41.1054 35.8376 40.9781 35.9487 40.8731C36.0619 40.766 36.1972 40.7124 36.3548 40.7124C36.5124 40.7124 36.6467 40.766 36.7578 40.8731C36.871 40.9781 36.9275 41.1054 36.9275 41.2549C36.9275 41.4023 36.871 41.5296 36.7578 41.6367C36.6467 41.7417 36.5124 41.7943 36.3548 41.7943ZM40.1011 42.5124V43.2397H37.5587V42.5124H40.1011ZM38.2405 41.3973H39.1465V45.8003C39.1465 45.9761 39.1728 46.1084 39.2253 46.1973C39.2778 46.2842 39.3455 46.3438 39.4284 46.3761C39.5132 46.4064 39.6051 46.4215 39.7041 46.4215C39.7768 46.4215 39.8405 46.4165 39.895 46.4064C39.9496 46.3963 39.992 46.3882 40.0223 46.3821L40.1859 47.1306C40.1334 47.1508 40.0587 47.171 39.9617 47.1912C39.8647 47.2135 39.7435 47.2256 39.5981 47.2276C39.3597 47.2316 39.1374 47.1892 38.9314 47.1003C38.7253 47.0114 38.5587 46.8741 38.4314 46.6882C38.3041 46.5023 38.2405 46.269 38.2405 45.9882V41.3973ZM41.5822 48.9124C41.4469 48.9124 41.3236 48.9013 41.2125 48.8791C41.1014 48.8589 41.0186 48.8367 40.964 48.8124L41.1822 48.07C41.3479 48.1145 41.4953 48.1337 41.6246 48.1276C41.7539 48.1215 41.8681 48.0731 41.9671 47.9821C42.0681 47.8912 42.157 47.7427 42.2337 47.5367L42.3459 47.2276L40.6428 42.5124H41.6125L42.7913 46.1246H42.8398L44.0186 42.5124H44.9913L43.0731 47.7882C42.9842 48.0306 42.8711 48.2357 42.7337 48.4034C42.5964 48.5731 42.4327 48.7003 42.2428 48.7852C42.0529 48.87 41.8327 48.9124 41.5822 48.9124Z\" fill=\"black\" fill-opacity=\"0.8\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_ddd_779_47407\" x=\"-10\" y=\"-1.5\" width=\"148\" height=\"148\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"2.5\"/>\\n<feGaussianBlur stdDeviation=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_779_47407\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"3\"/>\\n<feGaussianBlur stdDeviation=\"2.5\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_779_47407\" result=\"effect2_dropShadow_779_47407\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"8\"/>\\n<feGaussianBlur stdDeviation=\"5\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect2_dropShadow_779_47407\" result=\"effect3_dropShadow_779_47407\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect3_dropShadow_779_47407\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-yheylg hidden-72rtr7 hidden-anqw7l\",drag:true,dragMomentum:false,onMouseDown:preventDefault,whileTap:animation16,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-bpyk0l\",\"data-framer-name\":\"the logo here can have a better contrast for a better visibiility\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:129,intrinsicWidth:128,svg:'<svg width=\"128\" height=\"129\" viewBox=\"0 0 128 129\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_ddd_779_47407)\">\\n<rect width=\"128\" height=\"128\" transform=\"translate(0 0.5)\" fill=\"#FFAFA3\"/>\\n<path d=\"M13.4459 16.5124V17.2397H10.9035V16.5124H13.4459ZM11.5853 15.3973H12.4913V19.8003C12.4913 19.9761 12.5176 20.1084 12.5701 20.1973C12.6226 20.2842 12.6903 20.3438 12.7732 20.3761C12.858 20.4064 12.9499 20.4215 13.0489 20.4215C13.1216 20.4215 13.1853 20.4165 13.2398 20.4064C13.2944 20.3963 13.3368 20.3882 13.3671 20.3821L13.5307 21.1306C13.4782 21.1508 13.4035 21.171 13.3065 21.1912C13.2095 21.2135 13.0883 21.2256 12.9429 21.2276C12.7045 21.2316 12.4822 21.1892 12.2762 21.1003C12.0701 21.0114 11.9035 20.8741 11.7762 20.6882C11.6489 20.5023 11.5853 20.269 11.5853 19.9882V15.3973ZM15.3603 18.4034V21.167H14.4543V14.9609H15.3482V17.27H15.4058C15.5149 17.0195 15.6816 16.8205 15.9058 16.6731C16.13 16.5256 16.423 16.4518 16.7846 16.4518C17.1038 16.4518 17.3826 16.5175 17.621 16.6488C17.8614 16.7801 18.0472 16.9761 18.1785 17.2367C18.3119 17.4953 18.3785 17.8185 18.3785 18.2064V21.167H17.4725V18.3155C17.4725 17.9741 17.3846 17.7094 17.2088 17.5215C17.0331 17.3316 16.7886 17.2367 16.4755 17.2367C16.2614 17.2367 16.0694 17.2821 15.8997 17.3731C15.7321 17.464 15.5997 17.5973 15.5028 17.7731C15.4078 17.9468 15.3603 18.1569 15.3603 18.4034ZM21.4998 21.2609C21.0412 21.2609 20.6463 21.163 20.315 20.967C19.9857 20.769 19.7311 20.4912 19.5513 20.1337C19.3736 19.7741 19.2847 19.3529 19.2847 18.87C19.2847 18.3933 19.3736 17.9731 19.5513 17.6094C19.7311 17.2458 19.9816 16.9619 20.3028 16.7579C20.6261 16.5539 21.0039 16.4518 21.4362 16.4518C21.6988 16.4518 21.9533 16.4953 22.1998 16.5821C22.4463 16.669 22.6675 16.8054 22.8635 16.9912C23.0594 17.1771 23.214 17.4185 23.3271 17.7155C23.4402 18.0104 23.4968 18.369 23.4968 18.7912V19.1124H19.7968V18.4337H22.6089C22.6089 18.1953 22.5604 17.9842 22.4635 17.8003C22.3665 17.6145 22.2301 17.468 22.0544 17.3609C21.8806 17.2539 21.6766 17.2003 21.4422 17.2003C21.1877 17.2003 20.9655 17.263 20.7756 17.3882C20.5877 17.5114 20.4422 17.6731 20.3392 17.8731C20.2382 18.071 20.1877 18.2862 20.1877 18.5185V19.0488C20.1877 19.3599 20.2422 19.6246 20.3513 19.8427C20.4624 20.0609 20.617 20.2276 20.815 20.3427C21.0129 20.4559 21.2443 20.5124 21.5089 20.5124C21.6806 20.5124 21.8372 20.4882 21.9786 20.4397C22.12 20.3892 22.2422 20.3145 22.3453 20.2155C22.4483 20.1165 22.5271 19.9943 22.5816 19.8488L23.4392 20.0034C23.3705 20.2559 23.2473 20.4771 23.0695 20.667C22.8938 20.8549 22.6725 21.0013 22.4059 21.1064C22.1412 21.2094 21.8392 21.2609 21.4998 21.2609ZM27.4787 14.9609V21.167H26.5727V14.9609H27.4787ZM30.5644 21.2609C30.1281 21.2609 29.7473 21.1609 29.422 20.9609C29.0968 20.7609 28.8442 20.4811 28.6644 20.1215C28.4846 19.7619 28.3947 19.3417 28.3947 18.8609C28.3947 18.3781 28.4846 17.9559 28.6644 17.5943C28.8442 17.2326 29.0968 16.9518 29.422 16.7518C29.7473 16.5518 30.1281 16.4518 30.5644 16.4518C31.0008 16.4518 31.3816 16.5518 31.7069 16.7518C32.0321 16.9518 32.2846 17.2326 32.4644 17.5943C32.6442 17.9559 32.7341 18.3781 32.7341 18.8609C32.7341 19.3417 32.6442 19.7619 32.4644 20.1215C32.2846 20.4811 32.0321 20.7609 31.7069 20.9609C31.3816 21.1609 31.0008 21.2609 30.5644 21.2609ZM30.5675 20.5003C30.8503 20.5003 31.0846 20.4256 31.2705 20.2761C31.4563 20.1266 31.5937 19.9276 31.6826 19.6791C31.7735 19.4306 31.819 19.1569 31.819 18.8579C31.819 18.5609 31.7735 18.2882 31.6826 18.0397C31.5937 17.7892 31.4563 17.5882 31.2705 17.4367C31.0846 17.2852 30.8503 17.2094 30.5675 17.2094C30.2826 17.2094 30.0462 17.2852 29.8584 17.4367C29.6725 17.5882 29.5341 17.7892 29.4432 18.0397C29.3543 18.2882 29.3099 18.5609 29.3099 18.8579C29.3099 19.1569 29.3543 19.4306 29.4432 19.6791C29.5341 19.9276 29.6725 20.1266 29.8584 20.2761C30.0462 20.4256 30.2826 20.5003 30.5675 20.5003ZM35.6031 23.0094C35.2334 23.0094 34.9153 22.9609 34.6486 22.864C34.3839 22.767 34.1678 22.6387 34.0001 22.4791C33.8324 22.3195 33.7072 22.1448 33.6243 21.9549L34.4031 21.6337C34.4577 21.7225 34.5304 21.8165 34.6213 21.9155C34.7142 22.0165 34.8395 22.1023 34.9971 22.1731C35.1567 22.2438 35.3617 22.2791 35.6122 22.2791C35.9557 22.2791 36.2395 22.1953 36.4637 22.0276C36.688 21.8619 36.8001 21.5973 36.8001 21.2337V20.3185H36.7425C36.688 20.4175 36.6092 20.5276 36.5062 20.6488C36.4052 20.77 36.2658 20.8751 36.088 20.964C35.9102 21.0529 35.6789 21.0973 35.394 21.0973C35.0264 21.0973 34.6951 21.0114 34.4001 20.8397C34.1072 20.666 33.8749 20.4104 33.7031 20.0731C33.5334 19.7337 33.4486 19.3165 33.4486 18.8215C33.4486 18.3266 33.5324 17.9023 33.7001 17.5488C33.8698 17.1953 34.1021 16.9246 34.3971 16.7367C34.692 16.5468 35.0264 16.4518 35.4001 16.4518C35.689 16.4518 35.9223 16.5003 36.1001 16.5973C36.2779 16.6922 36.4163 16.8034 36.5153 16.9306C36.6163 17.0579 36.694 17.17 36.7486 17.267H36.8153V16.5124H37.7031V21.27C37.7031 21.67 37.6102 21.9983 37.4243 22.2549C37.2385 22.5114 36.987 22.7013 36.6698 22.8246C36.3547 22.9478 35.9991 23.0094 35.6031 23.0094ZM35.594 20.3458C35.8547 20.3458 36.0749 20.2852 36.2547 20.164C36.4365 20.0407 36.5738 19.865 36.6668 19.6367C36.7617 19.4064 36.8092 19.1306 36.8092 18.8094C36.8092 18.4963 36.7627 18.2205 36.6698 17.9821C36.5769 17.7438 36.4405 17.5579 36.2607 17.4246C36.0809 17.2892 35.8587 17.2215 35.594 17.2215C35.3213 17.2215 35.094 17.2922 34.9122 17.4337C34.7304 17.5731 34.593 17.763 34.5001 18.0034C34.4092 18.2438 34.3637 18.5124 34.3637 18.8094C34.3637 19.1145 34.4102 19.3821 34.5031 19.6124C34.5961 19.8427 34.7334 20.0225 34.9153 20.1518C35.0991 20.2811 35.3254 20.3458 35.594 20.3458ZM40.785 21.2609C40.3487 21.2609 39.9679 21.1609 39.6426 20.9609C39.3174 20.7609 39.0648 20.4811 38.885 20.1215C38.7052 19.7619 38.6153 19.3417 38.6153 18.8609C38.6153 18.3781 38.7052 17.9559 38.885 17.5943C39.0648 17.2326 39.3174 16.9518 39.6426 16.7518C39.9679 16.5518 40.3487 16.4518 40.785 16.4518C41.2214 16.4518 41.6022 16.5518 41.9275 16.7518C42.2527 16.9518 42.5052 17.2326 42.685 17.5943C42.8648 17.9559 42.9547 18.3781 42.9547 18.8609C42.9547 19.3417 42.8648 19.7619 42.685 20.1215C42.5052 20.4811 42.2527 20.7609 41.9275 20.9609C41.6022 21.1609 41.2214 21.2609 40.785 21.2609ZM40.7881 20.5003C41.0709 20.5003 41.3052 20.4256 41.4911 20.2761C41.6769 20.1266 41.8143 19.9276 41.9032 19.6791C41.9941 19.4306 42.0396 19.1569 42.0396 18.8579C42.0396 18.5609 41.9941 18.2882 41.9032 18.0397C41.8143 17.7892 41.6769 17.5882 41.4911 17.4367C41.3052 17.2852 41.0709 17.2094 40.7881 17.2094C40.5032 17.2094 40.2668 17.2852 40.079 17.4367C39.8931 17.5882 39.7547 17.7892 39.6638 18.0397C39.5749 18.2882 39.5305 18.5609 39.5305 18.8579C39.5305 19.1569 39.5749 19.4306 39.6638 19.6791C39.7547 19.9276 39.8931 20.1266 40.079 20.2761C40.2668 20.4256 40.5032 20.5003 40.7881 20.5003ZM46.9427 18.4034V21.167H46.0367V14.9609H46.9306V17.27H46.9882C47.0973 17.0195 47.264 16.8205 47.4882 16.6731C47.7124 16.5256 48.0054 16.4518 48.367 16.4518C48.6862 16.4518 48.965 16.5175 49.2034 16.6488C49.4438 16.7801 49.6296 16.9761 49.7609 17.2367C49.8943 17.4953 49.9609 17.8185 49.9609 18.2064V21.167H49.0549V18.3155C49.0549 17.9741 48.967 17.7094 48.7912 17.5215C48.6155 17.3316 48.371 17.2367 48.0579 17.2367C47.8438 17.2367 47.6518 17.2821 47.4821 17.3731C47.3145 17.464 47.1821 17.5973 47.0852 17.7731C46.9902 17.9468 46.9427 18.1569 46.9427 18.4034ZM53.0822 21.2609C52.6236 21.2609 52.2287 21.163 51.8974 20.967C51.5681 20.769 51.3135 20.4912 51.1337 20.1337C50.956 19.7741 50.8671 19.3529 50.8671 18.87C50.8671 18.3933 50.956 17.9731 51.1337 17.6094C51.3135 17.2458 51.564 16.9619 51.8852 16.7579C52.2085 16.5539 52.5863 16.4518 53.0186 16.4518C53.2812 16.4518 53.5358 16.4953 53.7822 16.5821C54.0287 16.669 54.2499 16.8054 54.4459 16.9912C54.6418 17.1771 54.7964 17.4185 54.9095 17.7155C55.0226 18.0104 55.0792 18.369 55.0792 18.7912V19.1124H51.3792V18.4337H54.1913C54.1913 18.1953 54.1428 17.9842 54.0459 17.8003C53.9489 17.6145 53.8125 17.468 53.6368 17.3609C53.463 17.2539 53.259 17.2003 53.0246 17.2003C52.7701 17.2003 52.5479 17.263 52.358 17.3882C52.1701 17.5114 52.0246 17.6731 51.9216 17.8731C51.8206 18.071 51.7701 18.2862 51.7701 18.5185V19.0488C51.7701 19.3599 51.8246 19.6246 51.9337 19.8427C52.0448 20.0609 52.1994 20.2276 52.3974 20.3427C52.5953 20.4559 52.8267 20.5124 53.0913 20.5124C53.263 20.5124 53.4196 20.4882 53.561 20.4397C53.7024 20.3892 53.8246 20.3145 53.9277 20.2155C54.0307 20.1165 54.1095 19.9943 54.164 19.8488L55.0216 20.0034C54.9529 20.2559 54.8297 20.4771 54.6519 20.667C54.4762 20.8549 54.2549 21.0013 53.9883 21.1064C53.7236 21.2094 53.4216 21.2609 53.0822 21.2609ZM55.9906 21.167V16.5124H56.8664V17.2518H56.9149C56.9997 17.0013 57.1492 16.8044 57.3633 16.6609C57.5795 16.5155 57.824 16.4427 58.0967 16.4427C58.1532 16.4427 58.2199 16.4448 58.2967 16.4488C58.3755 16.4529 58.4371 16.4579 58.4815 16.464V17.3306C58.4452 17.3205 58.3805 17.3094 58.2876 17.2973C58.1947 17.2832 58.1017 17.2761 58.0088 17.2761C57.7947 17.2761 57.6038 17.3215 57.4361 17.4124C57.2704 17.5013 57.1391 17.6256 57.0421 17.7852C56.9452 17.9427 56.8967 18.1225 56.8967 18.3246V21.167H55.9906ZM61.0112 21.2609C60.5526 21.2609 60.1576 21.163 59.8263 20.967C59.497 20.769 59.2425 20.4912 59.0627 20.1337C58.8849 19.7741 58.796 19.3529 58.796 18.87C58.796 18.3933 58.8849 17.9731 59.0627 17.6094C59.2425 17.2458 59.493 16.9619 59.8142 16.7579C60.1374 16.5539 60.5152 16.4518 60.9475 16.4518C61.2101 16.4518 61.4647 16.4953 61.7112 16.5821C61.9576 16.669 62.1788 16.8054 62.3748 16.9912C62.5707 17.1771 62.7253 17.4185 62.8384 17.7155C62.9516 18.0104 63.0081 18.369 63.0081 18.7912V19.1124H59.3081V18.4337H62.1202C62.1202 18.1953 62.0718 17.9842 61.9748 17.8003C61.8778 17.6145 61.7415 17.468 61.5657 17.3609C61.392 17.2539 61.1879 17.2003 60.9536 17.2003C60.699 17.2003 60.4768 17.263 60.2869 17.3882C60.099 17.5114 59.9536 17.6731 59.8505 17.8731C59.7495 18.071 59.699 18.2862 59.699 18.5185V19.0488C59.699 19.3599 59.7536 19.6246 59.8627 19.8427C59.9738 20.0609 60.1283 20.2276 60.3263 20.3427C60.5243 20.4559 60.7556 20.5124 61.0202 20.5124C61.192 20.5124 61.3485 20.4882 61.4899 20.4397C61.6314 20.3892 61.7536 20.3145 61.8566 20.2155C61.9596 20.1165 62.0384 19.9943 62.093 19.8488L62.9505 20.0034C62.8819 20.2559 62.7586 20.4771 62.5808 20.667C62.4051 20.8549 62.1839 21.0013 61.9172 21.1064C61.6526 21.2094 61.3505 21.2609 61.0112 21.2609ZM68.0446 21.2609C67.5941 21.2609 67.2062 21.1589 66.881 20.9549C66.5578 20.7488 66.3093 20.465 66.1355 20.1034C65.9618 19.7417 65.8749 19.3276 65.8749 18.8609C65.8749 18.3882 65.9638 17.971 66.1416 17.6094C66.3194 17.2458 66.5699 16.9619 66.8931 16.7579C67.2163 16.5539 67.5972 16.4518 68.0355 16.4518C68.3891 16.4518 68.7042 16.5175 68.981 16.6488C69.2578 16.7781 69.481 16.9599 69.6507 17.1943C69.8224 17.4286 69.9244 17.7023 69.9568 18.0155H69.0749C69.0264 17.7973 68.9153 17.6094 68.7416 17.4518C68.5699 17.2943 68.3396 17.2155 68.0507 17.2155C67.7982 17.2155 67.577 17.2821 67.3871 17.4155C67.1992 17.5468 67.0527 17.7347 66.9477 17.9791C66.8426 18.2215 66.7901 18.5084 66.7901 18.8397C66.7901 19.1791 66.8416 19.472 66.9446 19.7185C67.0477 19.965 67.1931 20.1559 67.381 20.2912C67.5709 20.4266 67.7941 20.4943 68.0507 20.4943C68.2224 20.4943 68.378 20.463 68.5174 20.4003C68.6588 20.3357 68.777 20.2438 68.8719 20.1246C68.9689 20.0054 69.0365 19.8619 69.0749 19.6943H69.9568C69.9244 19.9953 69.8264 20.264 69.6628 20.5003C69.4992 20.7367 69.28 20.9225 69.0052 21.0579C68.7325 21.1933 68.4123 21.2609 68.0446 21.2609ZM72.1864 21.27C71.8914 21.27 71.6248 21.2155 71.3864 21.1064C71.148 20.9953 70.9591 20.8347 70.8197 20.6246C70.6823 20.4145 70.6136 20.1569 70.6136 19.8518C70.6136 19.5892 70.6641 19.3731 70.7652 19.2034C70.8662 19.0337 71.0025 18.8993 71.1742 18.8003C71.346 18.7013 71.5379 18.6266 71.75 18.5761C71.9621 18.5256 72.1783 18.4872 72.3985 18.4609C72.6773 18.4286 72.9035 18.4023 73.0773 18.3821C73.251 18.3599 73.3773 18.3246 73.4561 18.2761C73.5349 18.2276 73.5742 18.1488 73.5742 18.0397V18.0185C73.5742 17.7539 73.4995 17.5488 73.35 17.4034C73.2025 17.2579 72.9823 17.1852 72.6894 17.1852C72.3843 17.1852 72.1439 17.2529 71.9682 17.3882C71.7944 17.5215 71.6742 17.67 71.6076 17.8337L70.7561 17.6397C70.8571 17.3569 71.0046 17.1286 71.1985 16.9549C71.3944 16.7791 71.6197 16.6518 71.8742 16.5731C72.1288 16.4922 72.3965 16.4518 72.6773 16.4518C72.8631 16.4518 73.0601 16.4741 73.2682 16.5185C73.4783 16.5609 73.6742 16.6397 73.8561 16.7549C74.0399 16.87 74.1904 17.0347 74.3076 17.2488C74.4248 17.4609 74.4833 17.7367 74.4833 18.0761V21.167H73.5985V20.5306H73.5621C73.5035 20.6478 73.4157 20.763 73.2985 20.8761C73.1813 20.9892 73.0308 21.0832 72.847 21.1579C72.6631 21.2326 72.4429 21.27 72.1864 21.27ZM72.3833 20.5427C72.6338 20.5427 72.848 20.4933 73.0258 20.3943C73.2056 20.2953 73.3419 20.166 73.4349 20.0064C73.5298 19.8448 73.5773 19.672 73.5773 19.4882V18.8882C73.545 18.9205 73.4823 18.9508 73.3894 18.9791C73.2985 19.0054 73.1945 19.0286 73.0773 19.0488C72.9601 19.067 72.846 19.0842 72.7349 19.1003C72.6237 19.1145 72.5308 19.1266 72.4561 19.1367C72.2803 19.1589 72.1197 19.1963 71.9742 19.2488C71.8308 19.3013 71.7157 19.3771 71.6288 19.4761C71.5439 19.5731 71.5015 19.7023 71.5015 19.864C71.5015 20.0882 71.5843 20.2579 71.75 20.3731C71.9157 20.4862 72.1268 20.5427 72.3833 20.5427ZM76.5023 18.4034V21.167H75.5963V16.5124H76.466V17.27H76.5236C76.6306 17.0236 76.7983 16.8256 77.0266 16.6761C77.2569 16.5266 77.5468 16.4518 77.8963 16.4518C78.2135 16.4518 78.4912 16.5185 78.7296 16.6518C78.968 16.7832 79.1529 16.9791 79.2842 17.2397C79.4155 17.5003 79.4811 17.8225 79.4811 18.2064V21.167H78.5751V18.3155C78.5751 17.9781 78.4872 17.7145 78.3114 17.5246C78.1357 17.3326 77.8943 17.2367 77.5872 17.2367C77.3771 17.2367 77.1902 17.2821 77.0266 17.3731C76.865 17.464 76.7367 17.5973 76.6417 17.7731C76.5488 17.9468 76.5023 18.1569 76.5023 18.4034ZM83.673 18.4034V21.167H82.7669V14.9609H83.6608V17.27H83.7184C83.8275 17.0195 83.9942 16.8205 84.2184 16.6731C84.4426 16.5256 84.7356 16.4518 85.0972 16.4518C85.4164 16.4518 85.6952 16.5175 85.9336 16.6488C86.174 16.7801 86.3598 16.9761 86.4911 17.2367C86.6245 17.4953 86.6911 17.8185 86.6911 18.2064V21.167H85.7851V18.3155C85.7851 17.9741 85.6972 17.7094 85.5214 17.5215C85.3457 17.3316 85.1012 17.2367 84.7881 17.2367C84.574 17.2367 84.382 17.2821 84.2123 17.3731C84.0447 17.464 83.9123 17.5973 83.8154 17.7731C83.7204 17.9468 83.673 18.1569 83.673 18.4034ZM89.1609 21.27C88.866 21.27 88.5993 21.2155 88.3609 21.1064C88.1225 20.9953 87.9336 20.8347 87.7942 20.6246C87.6569 20.4145 87.5882 20.1569 87.5882 19.8518C87.5882 19.5892 87.6387 19.3731 87.7397 19.2034C87.8407 19.0337 87.9771 18.8993 88.1488 18.8003C88.3205 18.7013 88.5124 18.6266 88.7245 18.5761C88.9367 18.5256 89.1528 18.4872 89.373 18.4609C89.6518 18.4286 89.8781 18.4023 90.0518 18.3821C90.2255 18.3599 90.3518 18.3246 90.4306 18.2761C90.5094 18.2276 90.5488 18.1488 90.5488 18.0397V18.0185C90.5488 17.7539 90.474 17.5488 90.3245 17.4034C90.1771 17.2579 89.9569 17.1852 89.6639 17.1852C89.3589 17.1852 89.1185 17.2529 88.9427 17.3882C88.769 17.5215 88.6488 17.67 88.5821 17.8337L87.7306 17.6397C87.8316 17.3569 87.9791 17.1286 88.173 16.9549C88.369 16.7791 88.5942 16.6518 88.8488 16.5731C89.1033 16.4922 89.371 16.4518 89.6518 16.4518C89.8377 16.4518 90.0346 16.4741 90.2427 16.5185C90.4528 16.5609 90.6488 16.6397 90.8306 16.7549C91.0144 16.87 91.1649 17.0347 91.2821 17.2488C91.3993 17.4609 91.4579 17.7367 91.4579 18.0761V21.167H90.573V20.5306H90.5367C90.4781 20.6478 90.3902 20.763 90.273 20.8761C90.1559 20.9892 90.0053 21.0832 89.8215 21.1579C89.6377 21.2326 89.4175 21.27 89.1609 21.27ZM89.3579 20.5427C89.6084 20.5427 89.8225 20.4933 90.0003 20.3943C90.1801 20.2953 90.3165 20.166 90.4094 20.0064C90.5043 19.8448 90.5518 19.672 90.5518 19.4882V18.8882C90.5195 18.9205 90.4569 18.9508 90.3639 18.9791C90.273 19.0054 90.169 19.0286 90.0518 19.0488C89.9346 19.067 89.8205 19.0842 89.7094 19.1003C89.5983 19.1145 89.5053 19.1266 89.4306 19.1367C89.2548 19.1589 89.0942 19.1963 88.9488 19.2488C88.8053 19.3013 88.6902 19.3771 88.6033 19.4761C88.5185 19.5731 88.4761 19.7023 88.4761 19.864C88.4761 20.0882 88.5589 20.2579 88.7245 20.3731C88.8902 20.4862 89.1013 20.5427 89.3579 20.5427ZM96.386 16.5124L94.6981 21.167H93.7284L92.0375 16.5124H93.0102L94.189 20.0943H94.2375L95.4132 16.5124H96.386ZM98.9913 21.2609C98.5328 21.2609 98.1378 21.163 97.8065 20.967C97.4772 20.769 97.2227 20.4912 97.0429 20.1337C96.8651 19.7741 96.7762 19.3529 96.7762 18.87C96.7762 18.3933 96.8651 17.9731 97.0429 17.6094C97.2227 17.2458 97.4732 16.9619 97.7944 16.7579C98.1176 16.5539 98.4954 16.4518 98.9277 16.4518C99.1903 16.4518 99.4449 16.4953 99.6913 16.5821C99.9378 16.669 100.159 16.8054 100.355 16.9912C100.551 17.1771 100.705 17.4185 100.819 17.7155C100.932 18.0104 100.988 18.369 100.988 18.7912V19.1124H97.2883V18.4337H100.1C100.1 18.1953 100.052 17.9842 99.955 17.8003C99.858 17.6145 99.7217 17.468 99.5459 17.3609C99.3722 17.2539 99.1681 17.2003 98.9338 17.2003C98.6792 17.2003 98.457 17.263 98.2671 17.3882C98.0792 17.5114 97.9338 17.6731 97.8307 17.8731C97.7297 18.071 97.6792 18.2862 97.6792 18.5185V19.0488C97.6792 19.3599 97.7338 19.6246 97.8429 19.8427C97.954 20.0609 98.1085 20.2276 98.3065 20.3427C98.5045 20.4559 98.7358 20.5124 99.0004 20.5124C99.1722 20.5124 99.3287 20.4882 99.4701 20.4397C99.6116 20.3892 99.7338 20.3145 99.8368 20.2155C99.9398 20.1165 100.019 19.9943 100.073 19.8488L100.931 20.0034C100.862 20.2559 100.739 20.4771 100.561 20.667C100.385 20.8549 100.164 21.0013 99.8974 21.1064C99.6328 21.2094 99.3307 21.2609 98.9913 21.2609ZM105.419 21.27C105.124 21.27 104.857 21.2155 104.619 21.1064C104.38 20.9953 104.191 20.8347 104.052 20.6246C103.915 20.4145 103.846 20.1569 103.846 19.8518C103.846 19.5892 103.897 19.3731 103.998 19.2034C104.099 19.0337 104.235 18.8993 104.407 18.8003C104.578 18.7013 104.77 18.6266 104.982 18.5761C105.195 18.5256 105.411 18.4872 105.631 18.4609C105.91 18.4286 106.136 18.4023 106.31 18.3821C106.483 18.3599 106.61 18.3246 106.688 18.2761C106.767 18.2276 106.807 18.1488 106.807 18.0397V18.0185C106.807 17.7539 106.732 17.5488 106.582 17.4034C106.435 17.2579 106.215 17.1852 105.922 17.1852C105.617 17.1852 105.376 17.2529 105.201 17.3882C105.027 17.5215 104.907 17.67 104.84 17.8337L103.988 17.6397C104.089 17.3569 104.237 17.1286 104.431 16.9549C104.627 16.7791 104.852 16.6518 105.107 16.5731C105.361 16.4922 105.629 16.4518 105.91 16.4518C106.096 16.4518 106.293 16.4741 106.501 16.5185C106.711 16.5609 106.907 16.6397 107.088 16.7549C107.272 16.87 107.423 17.0347 107.54 17.2488C107.657 17.4609 107.716 17.7367 107.716 18.0761V21.167H106.831V20.5306H106.795C106.736 20.6478 106.648 20.763 106.531 20.8761C106.414 20.9892 106.263 21.0832 106.079 21.1579C105.896 21.2326 105.675 21.27 105.419 21.27ZM105.616 20.5427C105.866 20.5427 106.08 20.4933 106.258 20.3943C106.438 20.2953 106.574 20.166 106.667 20.0064C106.762 19.8448 106.81 19.672 106.81 19.4882V18.8882C106.777 18.9205 106.715 18.9508 106.622 18.9791C106.531 19.0054 106.427 19.0286 106.31 19.0488C106.193 19.067 106.078 19.0842 105.967 19.1003C105.856 19.1145 105.763 19.1266 105.688 19.1367C105.513 19.1589 105.352 19.1963 105.207 19.2488C105.063 19.3013 104.948 19.3771 104.861 19.4761C104.776 19.5731 104.734 19.7023 104.734 19.864C104.734 20.0882 104.817 20.2579 104.982 20.3731C105.148 20.4862 105.359 20.5427 105.616 20.5427ZM11.3459 34.167V27.9609H12.2519V30.267H12.3065C12.359 30.17 12.4348 30.0579 12.5338 29.9306C12.6327 29.8034 12.7701 29.6922 12.9459 29.5973C13.1216 29.5003 13.354 29.4518 13.6429 29.4518C14.0186 29.4518 14.354 29.5468 14.6489 29.7367C14.9439 29.9266 15.1752 30.2003 15.3429 30.5579C15.5125 30.9155 15.5974 31.3458 15.5974 31.8488C15.5974 32.3518 15.5136 32.7832 15.3459 33.1427C15.1782 33.5003 14.9479 33.7761 14.655 33.97C14.362 34.1619 14.0277 34.2579 13.6519 34.2579C13.3691 34.2579 13.1378 34.2104 12.958 34.1155C12.7802 34.0205 12.6408 33.9094 12.5398 33.7821C12.4388 33.6549 12.361 33.5417 12.3065 33.4427H12.2307V34.167H11.3459ZM12.2338 31.8397C12.2338 32.167 12.2812 32.4539 12.3762 32.7003C12.4711 32.9468 12.6085 33.1397 12.7883 33.2791C12.9681 33.4165 13.1883 33.4852 13.4489 33.4852C13.7196 33.4852 13.9459 33.4135 14.1277 33.27C14.3095 33.1246 14.4469 32.9276 14.5398 32.6791C14.6348 32.4306 14.6822 32.1508 14.6822 31.8397C14.6822 31.5326 14.6358 31.2569 14.5429 31.0124C14.4519 30.768 14.3146 30.5751 14.1307 30.4337C13.9489 30.2922 13.7216 30.2215 13.4489 30.2215C13.1863 30.2215 12.9641 30.2892 12.7822 30.4246C12.6024 30.5599 12.4661 30.7488 12.3732 30.9912C12.2802 31.2337 12.2338 31.5165 12.2338 31.8397ZM18.527 34.2609C18.0684 34.2609 17.6735 34.163 17.3422 33.967C17.0129 33.769 16.7583 33.4912 16.5785 33.1337C16.4008 32.7741 16.3119 32.3529 16.3119 31.87C16.3119 31.3933 16.4008 30.9731 16.5785 30.6094C16.7583 30.2458 17.0088 29.9619 17.33 29.7579C17.6533 29.5539 18.0311 29.4518 18.4634 29.4518C18.726 29.4518 18.9806 29.4953 19.227 29.5821C19.4735 29.669 19.6947 29.8054 19.8907 29.9912C20.0866 30.1771 20.2412 30.4185 20.3543 30.7155C20.4674 31.0104 20.524 31.369 20.524 31.7912V32.1124H16.824V31.4337H19.6361C19.6361 31.1953 19.5876 30.9842 19.4907 30.8003C19.3937 30.6145 19.2573 30.468 19.0816 30.3609C18.9078 30.2539 18.7038 30.2003 18.4694 30.2003C18.2149 30.2003 17.9927 30.263 17.8028 30.3882C17.6149 30.5114 17.4694 30.6731 17.3664 30.8731C17.2654 31.071 17.2149 31.2862 17.2149 31.5185V32.0488C17.2149 32.3599 17.2694 32.6246 17.3785 32.8427C17.4896 33.0609 17.6442 33.2276 17.8422 33.3427C18.0401 33.4559 18.2715 33.5124 18.5361 33.5124C18.7078 33.5124 18.8644 33.4882 19.0058 33.4397C19.1472 33.3892 19.2694 33.3145 19.3725 33.2155C19.4755 33.1165 19.5543 32.9943 19.6088 32.8488L20.4664 33.0034C20.3977 33.2559 20.2745 33.4771 20.0967 33.667C19.921 33.8549 19.6997 34.0013 19.4331 34.1064C19.1684 34.2094 18.8664 34.2609 18.527 34.2609ZM23.6081 29.5124V30.2397H21.0657V29.5124H23.6081ZM21.7475 28.3973H22.6536V32.8003C22.6536 32.9761 22.6799 33.1084 22.7324 33.1973C22.7849 33.2842 22.8526 33.3438 22.9354 33.3761C23.0203 33.4064 23.1122 33.4215 23.2112 33.4215C23.2839 33.4215 23.3475 33.4165 23.4021 33.4064C23.4566 33.3963 23.4991 33.3882 23.5294 33.3821L23.693 34.1306C23.6405 34.1508 23.5657 34.171 23.4688 34.1912C23.3718 34.2135 23.2506 34.2256 23.1051 34.2276C22.8667 34.2316 22.6445 34.1892 22.4385 34.1003C22.2324 34.0114 22.0657 33.8741 21.9385 33.6882C21.8112 33.5023 21.7475 33.269 21.7475 32.9882V28.3973ZM26.6893 29.5124V30.2397H24.1469V29.5124H26.6893ZM24.8287 28.3973H25.7347V32.8003C25.7347 32.9761 25.761 33.1084 25.8135 33.1973C25.866 33.2842 25.9337 33.3438 26.0166 33.3761C26.1014 33.4064 26.1933 33.4215 26.2923 33.4215C26.365 33.4215 26.4287 33.4165 26.4832 33.4064C26.5378 33.3963 26.5802 33.3882 26.6105 33.3821L26.7741 34.1306C26.7216 34.1508 26.6469 34.171 26.5499 34.1912C26.4529 34.2135 26.3317 34.2256 26.1863 34.2276C25.9479 34.2316 25.7256 34.1892 25.5196 34.1003C25.3135 34.0114 25.1469 33.8741 25.0196 33.6882C24.8923 33.5023 24.8287 33.269 24.8287 32.9882V28.3973ZM29.5537 34.2609C29.0952 34.2609 28.7002 34.163 28.3689 33.967C28.0396 33.769 27.7851 33.4912 27.6053 33.1337C27.4275 32.7741 27.3386 32.3529 27.3386 31.87C27.3386 31.3933 27.4275 30.9731 27.6053 30.6094C27.7851 30.2458 28.0356 29.9619 28.3568 29.7579C28.68 29.5539 29.0578 29.4518 29.4901 29.4518C29.7527 29.4518 30.0073 29.4953 30.2537 29.5821C30.5002 29.669 30.7214 29.8054 30.9174 29.9912C31.1133 30.1771 31.2679 30.4185 31.381 30.7155C31.4942 31.0104 31.5507 31.369 31.5507 31.7912V32.1124H27.8507V31.4337H30.6628C30.6628 31.1953 30.6144 30.9842 30.5174 30.8003C30.4204 30.6145 30.2841 30.468 30.1083 30.3609C29.9346 30.2539 29.7305 30.2003 29.4962 30.2003C29.2416 30.2003 29.0194 30.263 28.8295 30.3882C28.6416 30.5114 28.4962 30.6731 28.3931 30.8731C28.2921 31.071 28.2416 31.2862 28.2416 31.5185V32.0488C28.2416 32.3599 28.2962 32.6246 28.4053 32.8427C28.5164 33.0609 28.6709 33.2276 28.8689 33.3427C29.0669 33.4559 29.2982 33.5124 29.5628 33.5124C29.7346 33.5124 29.8911 33.4882 30.0325 33.4397C30.174 33.3892 30.2962 33.3145 30.3992 33.2155C30.5022 33.1165 30.581 32.9943 30.6356 32.8488L31.4931 33.0034C31.4245 33.2559 31.3012 33.4771 31.1234 33.667C30.9477 33.8549 30.7265 34.0013 30.4598 34.1064C30.1952 34.2094 29.8931 34.2609 29.5537 34.2609ZM32.4622 34.167V29.5124H33.3379V30.2518H33.3864C33.4712 30.0013 33.6207 29.8044 33.8349 29.6609C34.051 29.5155 34.2955 29.4427 34.5682 29.4427C34.6248 29.4427 34.6914 29.4448 34.7682 29.4488C34.847 29.4529 34.9086 29.4579 34.9531 29.464V30.3306C34.9167 30.3205 34.8521 30.3094 34.7591 30.2973C34.6662 30.2832 34.5733 30.2761 34.4803 30.2761C34.2662 30.2761 34.0753 30.3215 33.9076 30.4124C33.742 30.5013 33.6106 30.6256 33.5137 30.7852C33.4167 30.9427 33.3682 31.1225 33.3682 31.3246V34.167H32.4622ZM39.7684 34.2609C39.3179 34.2609 38.93 34.1589 38.6047 33.9549C38.2815 33.7488 38.033 33.465 37.8593 33.1034C37.6855 32.7417 37.5987 32.3276 37.5987 31.8609C37.5987 31.3882 37.6876 30.971 37.8653 30.6094C38.0431 30.2458 38.2936 29.9619 38.6168 29.7579C38.9401 29.5539 39.3209 29.4518 39.7593 29.4518C40.1128 29.4518 40.428 29.5175 40.7047 29.6488C40.9815 29.7781 41.2047 29.9599 41.3744 30.1943C41.5461 30.4286 41.6482 30.7023 41.6805 31.0155H40.7987C40.7502 30.7973 40.6391 30.6094 40.4653 30.4518C40.2936 30.2943 40.0633 30.2155 39.7744 30.2155C39.5219 30.2155 39.3007 30.2821 39.1108 30.4155C38.9229 30.5468 38.7764 30.7347 38.6714 30.9791C38.5663 31.2215 38.5138 31.5084 38.5138 31.8397C38.5138 32.1791 38.5653 32.472 38.6684 32.7185C38.7714 32.965 38.9168 33.1559 39.1047 33.2912C39.2946 33.4266 39.5179 33.4943 39.7744 33.4943C39.9461 33.4943 40.1017 33.463 40.2411 33.4003C40.3825 33.3357 40.5007 33.2438 40.5956 33.1246C40.6926 33.0054 40.7603 32.8619 40.7987 32.6943H41.6805C41.6482 32.9953 41.5502 33.264 41.3865 33.5003C41.2229 33.7367 41.0037 33.9225 40.729 34.0579C40.4562 34.1933 40.136 34.2609 39.7684 34.2609ZM44.5162 34.2609C44.0798 34.2609 43.699 34.1609 43.3737 33.9609C43.0485 33.7609 42.796 33.4811 42.6162 33.1215C42.4364 32.7619 42.3465 32.3417 42.3465 31.8609C42.3465 31.3781 42.4364 30.9559 42.6162 30.5943C42.796 30.2326 43.0485 29.9518 43.3737 29.7518C43.699 29.5518 44.0798 29.4518 44.5162 29.4518C44.9525 29.4518 45.3333 29.5518 45.6586 29.7518C45.9838 29.9518 46.2364 30.2326 46.4162 30.5943C46.596 30.9559 46.6859 31.3781 46.6859 31.8609C46.6859 32.3417 46.596 32.7619 46.4162 33.1215C46.2364 33.4811 45.9838 33.7609 45.6586 33.9609C45.3333 34.1609 44.9525 34.2609 44.5162 34.2609ZM44.5192 33.5003C44.802 33.5003 45.0364 33.4256 45.2222 33.2761C45.4081 33.1266 45.5455 32.9276 45.6343 32.6791C45.7253 32.4306 45.7707 32.1569 45.7707 31.8579C45.7707 31.5609 45.7253 31.2882 45.6343 31.0397C45.5455 30.7892 45.4081 30.5882 45.2222 30.4367C45.0364 30.2852 44.802 30.2094 44.5192 30.2094C44.2343 30.2094 43.998 30.2852 43.8101 30.4367C43.6242 30.5882 43.4859 30.7892 43.3949 31.0397C43.3061 31.2882 43.2616 31.5609 43.2616 31.8579C43.2616 32.1569 43.3061 32.4306 43.3949 32.6791C43.4859 32.9276 43.6242 33.1266 43.8101 33.2761C43.998 33.4256 44.2343 33.5003 44.5192 33.5003ZM48.5094 31.4034V34.167H47.6034V29.5124H48.4731V30.27H48.5306C48.6377 30.0236 48.8054 29.8256 49.0337 29.6761C49.264 29.5266 49.5539 29.4518 49.9034 29.4518C50.2205 29.4518 50.4983 29.5185 50.7367 29.6518C50.9751 29.7832 51.1599 29.9791 51.2912 30.2397C51.4225 30.5003 51.4882 30.8225 51.4882 31.2064V34.167H50.5821V31.3155C50.5821 30.9781 50.4943 30.7145 50.3185 30.5246C50.1427 30.3326 49.9013 30.2367 49.5943 30.2367C49.3842 30.2367 49.1973 30.2821 49.0337 30.3731C48.872 30.464 48.7438 30.5973 48.6488 30.7731C48.5559 30.9468 48.5094 31.1569 48.5094 31.4034ZM54.7822 29.5124V30.2397H52.2398V29.5124H54.7822ZM52.9216 28.3973H53.8277V32.8003C53.8277 32.9761 53.8539 33.1084 53.9065 33.1973C53.959 33.2842 54.0267 33.3438 54.1095 33.3761C54.1943 33.4064 54.2863 33.4215 54.3852 33.4215C54.458 33.4215 54.5216 33.4165 54.5762 33.4064C54.6307 33.3963 54.6731 33.3882 54.7034 33.3821L54.8671 34.1306C54.8145 34.1508 54.7398 34.171 54.6428 34.1912C54.5459 34.2135 54.4246 34.2256 54.2792 34.2276C54.0408 34.2316 53.8186 34.1892 53.6125 34.1003C53.4065 34.0114 53.2398 33.8741 53.1125 33.6882C52.9852 33.5023 52.9216 33.269 52.9216 32.9882V28.3973ZM55.6906 34.167V29.5124H56.5664V30.2518H56.6149C56.6997 30.0013 56.8492 29.8044 57.0633 29.6609C57.2795 29.5155 57.524 29.4427 57.7967 29.4427C57.8532 29.4427 57.9199 29.4448 57.9967 29.4488C58.0755 29.4529 58.1371 29.4579 58.1815 29.464V30.3306C58.1452 30.3205 58.0805 30.3094 57.9876 30.2973C57.8947 30.2832 57.8017 30.2761 57.7088 30.2761C57.4947 30.2761 57.3038 30.3215 57.1361 30.4124C56.9704 30.5013 56.8391 30.6256 56.7421 30.7852C56.6452 30.9427 56.5967 31.1225 56.5967 31.3246V34.167H55.6906ZM60.1846 34.27C59.8897 34.27 59.623 34.2155 59.3846 34.1064C59.1462 33.9953 58.9574 33.8347 58.818 33.6246C58.6806 33.4145 58.6119 33.1569 58.6119 32.8518C58.6119 32.5892 58.6624 32.3731 58.7634 32.2034C58.8644 32.0337 59.0008 31.8993 59.1725 31.8003C59.3442 31.7013 59.5361 31.6266 59.7483 31.5761C59.9604 31.5256 60.1766 31.4872 60.3968 31.4609C60.6755 31.4286 60.9018 31.4023 61.0755 31.3821C61.2493 31.3599 61.3755 31.3246 61.4543 31.2761C61.5331 31.2276 61.5725 31.1488 61.5725 31.0397V31.0185C61.5725 30.7539 61.4978 30.5488 61.3483 30.4034C61.2008 30.2579 60.9806 30.1852 60.6877 30.1852C60.3826 30.1852 60.1422 30.2529 59.9665 30.3882C59.7927 30.5215 59.6725 30.67 59.6058 30.8337L58.7543 30.6397C58.8553 30.3569 59.0028 30.1286 59.1968 29.9549C59.3927 29.7791 59.618 29.6518 59.8725 29.5731C60.1271 29.4922 60.3947 29.4518 60.6755 29.4518C60.8614 29.4518 61.0584 29.4741 61.2665 29.5185C61.4766 29.5609 61.6725 29.6397 61.8543 29.7549C62.0382 29.87 62.1887 30.0347 62.3058 30.2488C62.423 30.4609 62.4816 30.7367 62.4816 31.0761V34.167H61.5968V33.5306H61.5604C61.5018 33.6478 61.4139 33.763 61.2968 33.8761C61.1796 33.9892 61.0291 34.0832 60.8452 34.1579C60.6614 34.2326 60.4412 34.27 60.1846 34.27ZM60.3816 33.5427C60.6321 33.5427 60.8462 33.4933 61.024 33.3943C61.2038 33.2953 61.3402 33.166 61.4331 33.0064C61.5281 32.8448 61.5755 32.672 61.5755 32.4882V31.8882C61.5432 31.9205 61.4806 31.9508 61.3877 31.9791C61.2968 32.0054 61.1927 32.0286 61.0755 32.0488C60.9584 32.067 60.8442 32.0842 60.7331 32.1003C60.622 32.1145 60.5291 32.1266 60.4543 32.1367C60.2786 32.1589 60.118 32.1963 59.9725 32.2488C59.8291 32.3013 59.7139 32.3771 59.6271 32.4761C59.5422 32.5731 59.4998 32.7023 59.4998 32.864C59.4998 33.0882 59.5826 33.2579 59.7483 33.3731C59.9139 33.4862 60.125 33.5427 60.3816 33.5427ZM67.0824 30.6488L66.2612 30.7943C66.2269 30.6892 66.1723 30.5892 66.0976 30.4943C66.0249 30.3993 65.9259 30.3215 65.8006 30.2609C65.6754 30.2003 65.5188 30.17 65.3309 30.17C65.0744 30.17 64.8602 30.2276 64.6885 30.3427C64.5168 30.4559 64.4309 30.6023 64.4309 30.7821C64.4309 30.9377 64.4885 31.063 64.6036 31.1579C64.7188 31.2529 64.9047 31.3306 65.1612 31.3912L65.9006 31.5609C66.3289 31.6599 66.6481 31.8124 66.8582 32.0185C67.0683 32.2246 67.1733 32.4922 67.1733 32.8215C67.1733 33.1003 67.0925 33.3488 66.9309 33.567C66.7713 33.7832 66.5481 33.9529 66.2612 34.0761C65.9764 34.1993 65.6461 34.2609 65.2703 34.2609C64.7491 34.2609 64.3238 34.1498 63.9946 33.9276C63.6653 33.7034 63.4632 33.3852 63.3885 32.9731L64.2643 32.8397C64.3188 33.068 64.4309 33.2407 64.6006 33.3579C64.7703 33.4731 64.9915 33.5306 65.2643 33.5306C65.5612 33.5306 65.7986 33.469 65.9764 33.3458C66.1542 33.2205 66.243 33.068 66.243 32.8882C66.243 32.7427 66.1885 32.6205 66.0794 32.5215C65.9723 32.4225 65.8077 32.3478 65.5855 32.2973L64.7976 32.1246C64.3632 32.0256 64.042 31.868 63.834 31.6518C63.6279 31.4357 63.5249 31.1619 63.5249 30.8306C63.5249 30.5559 63.6016 30.3155 63.7552 30.1094C63.9087 29.9034 64.1208 29.7427 64.3915 29.6276C64.6622 29.5104 64.9723 29.4518 65.3218 29.4518C65.8249 29.4518 66.2208 29.5609 66.5097 29.7791C66.7986 29.9953 66.9895 30.2852 67.0824 30.6488ZM70.2484 29.5124V30.2397H67.706V29.5124H70.2484ZM68.3878 28.3973H69.2939V32.8003C69.2939 32.9761 69.3201 33.1084 69.3727 33.1973C69.4252 33.2842 69.4929 33.3438 69.5757 33.3761C69.6605 33.4064 69.7525 33.4215 69.8514 33.4215C69.9242 33.4215 69.9878 33.4165 70.0424 33.4064C70.0969 33.3963 70.1393 33.3882 70.1696 33.3821L70.3333 34.1306C70.2807 34.1508 70.206 34.171 70.109 34.1912C70.0121 34.2135 69.8908 34.2256 69.7454 34.2276C69.507 34.2316 69.2848 34.1892 69.0787 34.1003C68.8727 34.0114 68.706 33.8741 68.5787 33.6882C68.4514 33.5023 68.3878 33.269 68.3878 32.9882V28.3973ZM75.5364 29.5124V30.2397H72.9061V29.5124H75.5364ZM73.6274 34.167V28.9731C73.6274 28.6821 73.691 28.4407 73.8183 28.2488C73.9455 28.0549 74.1142 27.9104 74.3243 27.8155C74.5344 27.7185 74.7627 27.67 75.0092 27.67C75.191 27.67 75.3465 27.6852 75.4758 27.7155C75.6051 27.7438 75.7011 27.77 75.7637 27.7943L75.5516 28.5276C75.5092 28.5155 75.4546 28.5013 75.388 28.4852C75.3213 28.467 75.2405 28.4579 75.1455 28.4579C74.9253 28.4579 74.7678 28.5124 74.6728 28.6215C74.5799 28.7306 74.5334 28.8882 74.5334 29.0943V34.167H73.6274ZM78.1547 34.2609C77.7183 34.2609 77.3375 34.1609 77.0123 33.9609C76.687 33.7609 76.4345 33.4811 76.2547 33.1215C76.0749 32.7619 75.985 32.3417 75.985 31.8609C75.985 31.3781 76.0749 30.9559 76.2547 30.5943C76.4345 30.2326 76.687 29.9518 77.0123 29.7518C77.3375 29.5518 77.7183 29.4518 78.1547 29.4518C78.5911 29.4518 78.9719 29.5518 79.2971 29.7518C79.6224 29.9518 79.8749 30.2326 80.0547 30.5943C80.2345 30.9559 80.3244 31.3781 80.3244 31.8609C80.3244 32.3417 80.2345 32.7619 80.0547 33.1215C79.8749 33.4811 79.6224 33.7609 79.2971 33.9609C78.9719 34.1609 78.5911 34.2609 78.1547 34.2609ZM78.1577 33.5003C78.4406 33.5003 78.6749 33.4256 78.8608 33.2761C79.0466 33.1266 79.184 32.9276 79.2729 32.6791C79.3638 32.4306 79.4092 32.1569 79.4092 31.8579C79.4092 31.5609 79.3638 31.2882 79.2729 31.0397C79.184 30.7892 79.0466 30.5882 78.8608 30.4367C78.6749 30.2852 78.4406 30.2094 78.1577 30.2094C77.8729 30.2094 77.6365 30.2852 77.4486 30.4367C77.2628 30.5882 77.1244 30.7892 77.0335 31.0397C76.9446 31.2882 76.9002 31.5609 76.9002 31.8579C76.9002 32.1569 76.9446 32.4306 77.0335 32.6791C77.1244 32.9276 77.2628 33.1266 77.4486 33.2761C77.6365 33.4256 77.8729 33.5003 78.1577 33.5003ZM81.2419 34.167V29.5124H82.1176V30.2518H82.1661C82.251 30.0013 82.4005 29.8044 82.6146 29.6609C82.8308 29.5155 83.0752 29.4427 83.3479 29.4427C83.4045 29.4427 83.4712 29.4448 83.5479 29.4488C83.6267 29.4529 83.6884 29.4579 83.7328 29.464V30.3306C83.6964 30.3205 83.6318 30.3094 83.5389 30.2973C83.4459 30.2832 83.353 30.2761 83.2601 30.2761C83.0459 30.2761 82.855 30.3215 82.6873 30.4124C82.5217 30.5013 82.3904 30.6256 82.2934 30.7852C82.1964 30.9427 82.1479 31.1225 82.1479 31.3246V34.167H81.2419ZM87.942 34.27C87.6471 34.27 87.3804 34.2155 87.142 34.1064C86.9037 33.9953 86.7148 33.8347 86.5754 33.6246C86.438 33.4145 86.3693 33.1569 86.3693 32.8518C86.3693 32.5892 86.4198 32.3731 86.5208 32.2034C86.6218 32.0337 86.7582 31.8993 86.9299 31.8003C87.1016 31.7013 87.2936 31.6266 87.5057 31.5761C87.7178 31.5256 87.934 31.4872 88.1542 31.4609C88.4329 31.4286 88.6592 31.4023 88.8329 31.3821C89.0067 31.3599 89.1329 31.3246 89.2117 31.2761C89.2905 31.2276 89.3299 31.1488 89.3299 31.0397V31.0185C89.3299 30.7539 89.2552 30.5488 89.1057 30.4034C88.9582 30.2579 88.738 30.1852 88.4451 30.1852C88.14 30.1852 87.8996 30.2529 87.7239 30.3882C87.5501 30.5215 87.4299 30.67 87.3632 30.8337L86.5117 30.6397C86.6127 30.3569 86.7602 30.1286 86.9542 29.9549C87.1501 29.7791 87.3754 29.6518 87.6299 29.5731C87.8845 29.4922 88.1521 29.4518 88.4329 29.4518C88.6188 29.4518 88.8158 29.4741 89.0239 29.5185C89.234 29.5609 89.4299 29.6397 89.6117 29.7549C89.7956 29.87 89.9461 30.0347 90.0632 30.2488C90.1804 30.4609 90.239 30.7367 90.239 31.0761V34.167H89.3542V33.5306H89.3178C89.2592 33.6478 89.1713 33.763 89.0542 33.8761C88.937 33.9892 88.7865 34.0832 88.6026 34.1579C88.4188 34.2326 88.1986 34.27 87.942 34.27ZM88.139 33.5427C88.3895 33.5427 88.6037 33.4933 88.7814 33.3943C88.9612 33.2953 89.0976 33.166 89.1905 33.0064C89.2855 32.8448 89.3329 32.672 89.3329 32.4882V31.8882C89.3006 31.9205 89.238 31.9508 89.1451 31.9791C89.0542 32.0054 88.9501 32.0286 88.8329 32.0488C88.7158 32.067 88.6016 32.0842 88.4905 32.1003C88.3794 32.1145 88.2865 32.1266 88.2117 32.1367C88.036 32.1589 87.8754 32.1963 87.7299 32.2488C87.5865 32.3013 87.4713 32.3771 87.3845 32.4761C87.2996 32.5731 87.2572 32.7023 87.2572 32.864C87.2572 33.0882 87.34 33.2579 87.5057 33.3731C87.6713 33.4862 87.8824 33.5427 88.139 33.5427ZM93.5892 34.167V27.9609H94.4952V30.267H94.5498C94.6023 30.17 94.678 30.0579 94.777 29.9306C94.876 29.8034 95.0134 29.6922 95.1892 29.5973C95.3649 29.5003 95.5972 29.4518 95.8861 29.4518C96.2619 29.4518 96.5972 29.5468 96.8922 29.7367C97.1871 29.9266 97.4184 30.2003 97.5861 30.5579C97.7558 30.9155 97.8407 31.3458 97.8407 31.8488C97.8407 32.3518 97.7568 32.7832 97.5892 33.1427C97.4215 33.5003 97.1912 33.7761 96.8982 33.97C96.6053 34.1619 96.271 34.2579 95.8952 34.2579C95.6124 34.2579 95.3811 34.2104 95.2013 34.1155C95.0235 34.0205 94.8841 33.9094 94.7831 33.7821C94.6821 33.6549 94.6043 33.5417 94.5498 33.4427H94.474V34.167H93.5892ZM94.477 31.8397C94.477 32.167 94.5245 32.4539 94.6195 32.7003C94.7144 32.9468 94.8518 33.1397 95.0316 33.2791C95.2114 33.4165 95.4316 33.4852 95.6922 33.4852C95.9629 33.4852 96.1892 33.4135 96.371 33.27C96.5528 33.1246 96.6902 32.9276 96.7831 32.6791C96.878 32.4306 96.9255 32.1508 96.9255 31.8397C96.9255 31.5326 96.8791 31.2569 96.7861 31.0124C96.6952 30.768 96.5578 30.5751 96.374 30.4337C96.1922 30.2922 95.9649 30.2215 95.6922 30.2215C95.4296 30.2215 95.2073 30.2892 95.0255 30.4246C94.8457 30.5599 94.7094 30.7488 94.6164 30.9912C94.5235 31.2337 94.477 31.5165 94.477 31.8397ZM100.77 34.2609C100.312 34.2609 99.9168 34.163 99.5854 33.967C99.2561 33.769 99.0016 33.4912 98.8218 33.1337C98.644 32.7741 98.5551 32.3529 98.5551 31.87C98.5551 31.3933 98.644 30.9731 98.8218 30.6094C99.0016 30.2458 99.2521 29.9619 99.5733 29.7579C99.8966 29.5539 100.274 29.4518 100.707 29.4518C100.969 29.4518 101.224 29.4953 101.47 29.5821C101.717 29.669 101.938 29.8054 102.134 29.9912C102.33 30.1771 102.484 30.4185 102.598 30.7155C102.711 31.0104 102.767 31.369 102.767 31.7912V32.1124H99.0673V31.4337H101.879C101.879 31.1953 101.831 30.9842 101.734 30.8003C101.637 30.6145 101.501 30.468 101.325 30.3609C101.151 30.2539 100.947 30.2003 100.713 30.2003C100.458 30.2003 100.236 30.263 100.046 30.3882C99.8582 30.5114 99.7127 30.6731 99.6097 30.8731C99.5087 31.071 99.4582 31.2862 99.4582 31.5185V32.0488C99.4582 32.3599 99.5127 32.6246 99.6218 32.8427C99.7329 33.0609 99.8875 33.2276 100.085 33.3427C100.283 33.4559 100.515 33.5124 100.779 33.5124C100.951 33.5124 101.108 33.4882 101.249 33.4397C101.39 33.3892 101.513 33.3145 101.616 33.2155C101.719 33.1165 101.798 32.9943 101.852 32.8488L102.71 33.0034C102.641 33.2559 102.518 33.4771 102.34 33.667C102.164 33.8549 101.943 34.0013 101.676 34.1064C101.412 34.2094 101.11 34.2609 100.77 34.2609ZM105.851 29.5124V30.2397H103.309V29.5124H105.851ZM103.991 28.3973H104.897V32.8003C104.897 32.9761 104.923 33.1084 104.976 33.1973C105.028 33.2842 105.096 33.3438 105.179 33.3761C105.264 33.4064 105.355 33.4215 105.454 33.4215C105.527 33.4215 105.591 33.4165 105.645 33.4064C105.7 33.3963 105.742 33.3882 105.773 33.3821L105.936 34.1306C105.884 34.1508 105.809 34.171 105.712 34.1912C105.615 34.2135 105.494 34.2256 105.348 34.2276C105.11 34.2316 104.888 34.1892 104.682 34.1003C104.476 34.0114 104.309 33.8741 104.182 33.6882C104.054 33.5023 103.991 33.269 103.991 32.9882V28.3973ZM108.933 29.5124V30.2397H106.39V29.5124H108.933ZM107.072 28.3973H107.978V32.8003C107.978 32.9761 108.004 33.1084 108.057 33.1973C108.109 33.2842 108.177 33.3438 108.26 33.3761C108.345 33.4064 108.437 33.4215 108.536 33.4215C108.608 33.4215 108.672 33.4165 108.726 33.4064C108.781 33.3963 108.823 33.3882 108.854 33.3821L109.017 34.1306C108.965 34.1508 108.89 34.171 108.793 34.1912C108.696 34.2135 108.575 34.2256 108.43 34.2276C108.191 34.2316 107.969 34.1892 107.763 34.1003C107.557 34.0114 107.39 33.8741 107.263 33.6882C107.136 33.5023 107.072 33.269 107.072 32.9882V28.3973ZM111.797 34.2609C111.338 34.2609 110.943 34.163 110.612 33.967C110.283 33.769 110.028 33.4912 109.849 33.1337C109.671 32.7741 109.582 32.3529 109.582 31.87C109.582 31.3933 109.671 30.9731 109.849 30.6094C110.028 30.2458 110.279 29.9619 110.6 29.7579C110.923 29.5539 111.301 29.4518 111.733 29.4518C111.996 29.4518 112.251 29.4953 112.497 29.5821C112.743 29.669 112.965 29.8054 113.161 29.9912C113.357 30.1771 113.511 30.4185 113.624 30.7155C113.737 31.0104 113.794 31.369 113.794 31.7912V32.1124H110.094V31.4337H112.906C112.906 31.1953 112.858 30.9842 112.761 30.8003C112.664 30.6145 112.527 30.468 112.352 30.3609C112.178 30.2539 111.974 30.2003 111.739 30.2003C111.485 30.2003 111.263 30.263 111.073 30.3882C110.885 30.5114 110.739 30.6731 110.636 30.8731C110.535 31.071 110.485 31.2862 110.485 31.5185V32.0488C110.485 32.3599 110.539 32.6246 110.649 32.8427C110.76 33.0609 110.914 33.2276 111.112 33.3427C111.31 33.4559 111.541 33.5124 111.806 33.5124C111.978 33.5124 112.134 33.4882 112.276 33.4397C112.417 33.3892 112.539 33.3145 112.642 33.2155C112.746 33.1165 112.824 32.9943 112.879 32.8488L113.736 33.0034C113.668 33.2559 113.544 33.4771 113.367 33.667C113.191 33.8549 112.97 34.0013 112.703 34.1064C112.438 34.2094 112.136 34.2609 111.797 34.2609ZM114.705 34.167V29.5124H115.581V30.2518H115.63C115.715 30.0013 115.864 29.8044 116.078 29.6609C116.294 29.5155 116.539 29.4427 116.811 29.4427C116.868 29.4427 116.935 29.4448 117.011 29.4488C117.09 29.4529 117.152 29.4579 117.196 29.464V30.3306C117.16 30.3205 117.095 30.3094 117.002 30.2973C116.909 30.2832 116.817 30.2761 116.724 30.2761C116.509 30.2761 116.319 30.3215 116.151 30.4124C115.985 30.5013 115.854 30.6256 115.757 30.7852C115.66 30.9427 115.611 31.1225 115.611 31.3246V34.167H114.705ZM15.255 42.5124L13.5671 47.167H12.5974L10.9065 42.5124H11.8792L13.058 46.0943H13.1065L14.2822 42.5124H15.255ZM16.0126 47.167V42.5124H16.9187V47.167H16.0126ZM16.4702 41.7943C16.3126 41.7943 16.1773 41.7417 16.0641 41.6367C15.953 41.5296 15.8975 41.4023 15.8975 41.2549C15.8975 41.1054 15.953 40.9781 16.0641 40.8731C16.1773 40.766 16.3126 40.7124 16.4702 40.7124C16.6278 40.7124 16.7621 40.766 16.8732 40.8731C16.9864 40.9781 17.0429 41.1054 17.0429 41.2549C17.0429 41.4023 16.9864 41.5296 16.8732 41.6367C16.7621 41.7417 16.6278 41.7943 16.4702 41.7943ZM21.5316 43.6488L20.7104 43.7943C20.6761 43.6892 20.6215 43.5892 20.5468 43.4943C20.4741 43.3993 20.3751 43.3215 20.2498 43.2609C20.1246 43.2003 19.968 43.17 19.7801 43.17C19.5236 43.17 19.3094 43.2276 19.1377 43.3427C18.966 43.4559 18.8801 43.6023 18.8801 43.7821C18.8801 43.9377 18.9377 44.063 19.0528 44.1579C19.168 44.2529 19.3539 44.3306 19.6104 44.3912L20.3498 44.5609C20.7781 44.6599 21.0973 44.8124 21.3074 45.0185C21.5175 45.2246 21.6225 45.4922 21.6225 45.8215C21.6225 46.1003 21.5417 46.3488 21.3801 46.567C21.2205 46.7832 20.9973 46.9529 20.7104 47.0761C20.4256 47.1993 20.0953 47.2609 19.7195 47.2609C19.1983 47.2609 18.773 47.1498 18.4438 46.9276C18.1145 46.7034 17.9124 46.3852 17.8377 45.9731L18.7135 45.8397C18.768 46.068 18.8801 46.2407 19.0498 46.3579C19.2195 46.4731 19.4407 46.5306 19.7135 46.5306C20.0104 46.5306 20.2478 46.469 20.4256 46.3458C20.6033 46.2205 20.6922 46.068 20.6922 45.8882C20.6922 45.7427 20.6377 45.6205 20.5286 45.5215C20.4215 45.4225 20.2569 45.3478 20.0347 45.2973L19.2468 45.1246C18.8124 45.0256 18.4912 44.868 18.2831 44.6518C18.0771 44.4357 17.9741 44.1619 17.9741 43.8306C17.9741 43.5559 18.0508 43.3155 18.2044 43.1094C18.3579 42.9034 18.57 42.7427 18.8407 42.6276C19.1114 42.5104 19.4215 42.4518 19.771 42.4518C20.2741 42.4518 20.67 42.5609 20.9589 42.7791C21.2478 42.9953 21.4387 43.2852 21.5316 43.6488ZM22.5249 47.167V42.5124H23.4309V47.167H22.5249ZM22.9825 41.7943C22.8249 41.7943 22.6895 41.7417 22.5764 41.6367C22.4653 41.5296 22.4097 41.4023 22.4097 41.2549C22.4097 41.1054 22.4653 40.9781 22.5764 40.8731C22.6895 40.766 22.8249 40.7124 22.9825 40.7124C23.14 40.7124 23.2744 40.766 23.3855 40.8731C23.4986 40.9781 23.5552 41.1054 23.5552 41.2549C23.5552 41.4023 23.4986 41.5296 23.3855 41.6367C23.2744 41.7417 23.14 41.7943 22.9825 41.7943ZM24.6287 47.167V40.9609H25.5348V43.267H25.5894C25.6419 43.17 25.7176 43.0579 25.8166 42.9306C25.9156 42.8034 26.053 42.6922 26.2287 42.5973C26.4045 42.5003 26.6368 42.4518 26.9257 42.4518C27.3015 42.4518 27.6368 42.5468 27.9318 42.7367C28.2267 42.9266 28.458 43.2003 28.6257 43.5579C28.7954 43.9155 28.8803 44.3458 28.8803 44.8488C28.8803 45.3518 28.7964 45.7832 28.6287 46.1427C28.4611 46.5003 28.2308 46.7761 27.9378 46.97C27.6449 47.1619 27.3106 47.2579 26.9348 47.2579C26.652 47.2579 26.4207 47.2104 26.2409 47.1155C26.0631 47.0205 25.9237 46.9094 25.8227 46.7821C25.7217 46.6549 25.6439 46.5417 25.5894 46.4427H25.5136V47.167H24.6287ZM25.5166 44.8397C25.5166 45.167 25.5641 45.4539 25.6591 45.7003C25.754 45.9468 25.8914 46.1397 26.0712 46.2791C26.251 46.4165 26.4712 46.4852 26.7318 46.4852C27.0025 46.4852 27.2287 46.4135 27.4106 46.27C27.5924 46.1246 27.7298 45.9276 27.8227 45.6791C27.9176 45.4306 27.9651 45.1508 27.9651 44.8397C27.9651 44.5326 27.9186 44.2569 27.8257 44.0124C27.7348 43.768 27.5974 43.5751 27.4136 43.4337C27.2318 43.2922 27.0045 43.2215 26.7318 43.2215C26.4692 43.2215 26.2469 43.2892 26.0651 43.4246C25.8853 43.5599 25.749 43.7488 25.656 43.9912C25.5631 44.2337 25.5166 44.5165 25.5166 44.8397ZM29.8038 47.167V42.5124H30.7099V47.167H29.8038ZM30.2614 41.7943C30.1038 41.7943 29.9685 41.7417 29.8553 41.6367C29.7442 41.5296 29.6887 41.4023 29.6887 41.2549C29.6887 41.1054 29.7442 40.9781 29.8553 40.8731C29.9685 40.766 30.1038 40.7124 30.2614 40.7124C30.419 40.7124 30.5533 40.766 30.6644 40.8731C30.7776 40.9781 30.8341 41.1054 30.8341 41.2549C30.8341 41.4023 30.7776 41.5296 30.6644 41.6367C30.5533 41.7417 30.419 41.7943 30.2614 41.7943ZM31.835 47.167V42.5124H32.741V47.167H31.835ZM32.2925 41.7943C32.135 41.7943 31.9996 41.7417 31.8865 41.6367C31.7754 41.5296 31.7198 41.4023 31.7198 41.2549C31.7198 41.1054 31.7754 40.9781 31.8865 40.8731C31.9996 40.766 32.135 40.7124 32.2925 40.7124C32.4501 40.7124 32.5844 40.766 32.6956 40.8731C32.8087 40.9781 32.8653 41.1054 32.8653 41.2549C32.8653 41.4023 32.8087 41.5296 32.6956 41.6367C32.5844 41.7417 32.4501 41.7943 32.2925 41.7943ZM34.7721 40.9609V47.167H33.8661V40.9609H34.7721ZM35.8972 47.167V42.5124H36.8033V47.167H35.8972ZM36.3548 41.7943C36.1972 41.7943 36.0619 41.7417 35.9487 41.6367C35.8376 41.5296 35.7821 41.4023 35.7821 41.2549C35.7821 41.1054 35.8376 40.9781 35.9487 40.8731C36.0619 40.766 36.1972 40.7124 36.3548 40.7124C36.5124 40.7124 36.6467 40.766 36.7578 40.8731C36.871 40.9781 36.9275 41.1054 36.9275 41.2549C36.9275 41.4023 36.871 41.5296 36.7578 41.6367C36.6467 41.7417 36.5124 41.7943 36.3548 41.7943ZM40.1011 42.5124V43.2397H37.5587V42.5124H40.1011ZM38.2405 41.3973H39.1465V45.8003C39.1465 45.9761 39.1728 46.1084 39.2253 46.1973C39.2778 46.2842 39.3455 46.3438 39.4284 46.3761C39.5132 46.4064 39.6051 46.4215 39.7041 46.4215C39.7768 46.4215 39.8405 46.4165 39.895 46.4064C39.9496 46.3963 39.992 46.3882 40.0223 46.3821L40.1859 47.1306C40.1334 47.1508 40.0587 47.171 39.9617 47.1912C39.8647 47.2135 39.7435 47.2256 39.5981 47.2276C39.3597 47.2316 39.1374 47.1892 38.9314 47.1003C38.7253 47.0114 38.5587 46.8741 38.4314 46.6882C38.3041 46.5023 38.2405 46.269 38.2405 45.9882V41.3973ZM41.5822 48.9124C41.4469 48.9124 41.3236 48.9013 41.2125 48.8791C41.1014 48.8589 41.0186 48.8367 40.964 48.8124L41.1822 48.07C41.3479 48.1145 41.4953 48.1337 41.6246 48.1276C41.7539 48.1215 41.8681 48.0731 41.9671 47.9821C42.0681 47.8912 42.157 47.7427 42.2337 47.5367L42.3459 47.2276L40.6428 42.5124H41.6125L42.7913 46.1246H42.8398L44.0186 42.5124H44.9913L43.0731 47.7882C42.9842 48.0306 42.8711 48.2357 42.7337 48.4034C42.5964 48.5731 42.4327 48.7003 42.2428 48.7852C42.0529 48.87 41.8327 48.9124 41.5822 48.9124Z\" fill=\"black\" fill-opacity=\"0.8\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_ddd_779_47407\" x=\"-10\" y=\"-1.5\" width=\"148\" height=\"148\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"2.5\"/>\\n<feGaussianBlur stdDeviation=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_779_47407\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"3\"/>\\n<feGaussianBlur stdDeviation=\"2.5\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_779_47407\" result=\"effect2_dropShadow_779_47407\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"8\"/>\\n<feGaussianBlur stdDeviation=\"5\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect2_dropShadow_779_47407\" result=\"effect3_dropShadow_779_47407\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect3_dropShadow_779_47407\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1cfl5g hidden-72rtr7 hidden-1nhk93a\",\"data-framer-name\":\"the logo here can have a better contrast for a better visibiility\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:129,intrinsicWidth:128,svg:'<svg width=\"128\" height=\"129\" viewBox=\"0 0 128 129\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_ddd_779_47407)\">\\n<rect width=\"128\" height=\"128\" transform=\"translate(0 0.5)\" fill=\"#FFAFA3\"/>\\n<path d=\"M13.4459 16.5124V17.2397H10.9035V16.5124H13.4459ZM11.5853 15.3973H12.4913V19.8003C12.4913 19.9761 12.5176 20.1084 12.5701 20.1973C12.6226 20.2842 12.6903 20.3438 12.7732 20.3761C12.858 20.4064 12.9499 20.4215 13.0489 20.4215C13.1216 20.4215 13.1853 20.4165 13.2398 20.4064C13.2944 20.3963 13.3368 20.3882 13.3671 20.3821L13.5307 21.1306C13.4782 21.1508 13.4035 21.171 13.3065 21.1912C13.2095 21.2135 13.0883 21.2256 12.9429 21.2276C12.7045 21.2316 12.4822 21.1892 12.2762 21.1003C12.0701 21.0114 11.9035 20.8741 11.7762 20.6882C11.6489 20.5023 11.5853 20.269 11.5853 19.9882V15.3973ZM15.3603 18.4034V21.167H14.4543V14.9609H15.3482V17.27H15.4058C15.5149 17.0195 15.6816 16.8205 15.9058 16.6731C16.13 16.5256 16.423 16.4518 16.7846 16.4518C17.1038 16.4518 17.3826 16.5175 17.621 16.6488C17.8614 16.7801 18.0472 16.9761 18.1785 17.2367C18.3119 17.4953 18.3785 17.8185 18.3785 18.2064V21.167H17.4725V18.3155C17.4725 17.9741 17.3846 17.7094 17.2088 17.5215C17.0331 17.3316 16.7886 17.2367 16.4755 17.2367C16.2614 17.2367 16.0694 17.2821 15.8997 17.3731C15.7321 17.464 15.5997 17.5973 15.5028 17.7731C15.4078 17.9468 15.3603 18.1569 15.3603 18.4034ZM21.4998 21.2609C21.0412 21.2609 20.6463 21.163 20.315 20.967C19.9857 20.769 19.7311 20.4912 19.5513 20.1337C19.3736 19.7741 19.2847 19.3529 19.2847 18.87C19.2847 18.3933 19.3736 17.9731 19.5513 17.6094C19.7311 17.2458 19.9816 16.9619 20.3028 16.7579C20.6261 16.5539 21.0039 16.4518 21.4362 16.4518C21.6988 16.4518 21.9533 16.4953 22.1998 16.5821C22.4463 16.669 22.6675 16.8054 22.8635 16.9912C23.0594 17.1771 23.214 17.4185 23.3271 17.7155C23.4402 18.0104 23.4968 18.369 23.4968 18.7912V19.1124H19.7968V18.4337H22.6089C22.6089 18.1953 22.5604 17.9842 22.4635 17.8003C22.3665 17.6145 22.2301 17.468 22.0544 17.3609C21.8806 17.2539 21.6766 17.2003 21.4422 17.2003C21.1877 17.2003 20.9655 17.263 20.7756 17.3882C20.5877 17.5114 20.4422 17.6731 20.3392 17.8731C20.2382 18.071 20.1877 18.2862 20.1877 18.5185V19.0488C20.1877 19.3599 20.2422 19.6246 20.3513 19.8427C20.4624 20.0609 20.617 20.2276 20.815 20.3427C21.0129 20.4559 21.2443 20.5124 21.5089 20.5124C21.6806 20.5124 21.8372 20.4882 21.9786 20.4397C22.12 20.3892 22.2422 20.3145 22.3453 20.2155C22.4483 20.1165 22.5271 19.9943 22.5816 19.8488L23.4392 20.0034C23.3705 20.2559 23.2473 20.4771 23.0695 20.667C22.8938 20.8549 22.6725 21.0013 22.4059 21.1064C22.1412 21.2094 21.8392 21.2609 21.4998 21.2609ZM27.4787 14.9609V21.167H26.5727V14.9609H27.4787ZM30.5644 21.2609C30.1281 21.2609 29.7473 21.1609 29.422 20.9609C29.0968 20.7609 28.8442 20.4811 28.6644 20.1215C28.4846 19.7619 28.3947 19.3417 28.3947 18.8609C28.3947 18.3781 28.4846 17.9559 28.6644 17.5943C28.8442 17.2326 29.0968 16.9518 29.422 16.7518C29.7473 16.5518 30.1281 16.4518 30.5644 16.4518C31.0008 16.4518 31.3816 16.5518 31.7069 16.7518C32.0321 16.9518 32.2846 17.2326 32.4644 17.5943C32.6442 17.9559 32.7341 18.3781 32.7341 18.8609C32.7341 19.3417 32.6442 19.7619 32.4644 20.1215C32.2846 20.4811 32.0321 20.7609 31.7069 20.9609C31.3816 21.1609 31.0008 21.2609 30.5644 21.2609ZM30.5675 20.5003C30.8503 20.5003 31.0846 20.4256 31.2705 20.2761C31.4563 20.1266 31.5937 19.9276 31.6826 19.6791C31.7735 19.4306 31.819 19.1569 31.819 18.8579C31.819 18.5609 31.7735 18.2882 31.6826 18.0397C31.5937 17.7892 31.4563 17.5882 31.2705 17.4367C31.0846 17.2852 30.8503 17.2094 30.5675 17.2094C30.2826 17.2094 30.0462 17.2852 29.8584 17.4367C29.6725 17.5882 29.5341 17.7892 29.4432 18.0397C29.3543 18.2882 29.3099 18.5609 29.3099 18.8579C29.3099 19.1569 29.3543 19.4306 29.4432 19.6791C29.5341 19.9276 29.6725 20.1266 29.8584 20.2761C30.0462 20.4256 30.2826 20.5003 30.5675 20.5003ZM35.6031 23.0094C35.2334 23.0094 34.9153 22.9609 34.6486 22.864C34.3839 22.767 34.1678 22.6387 34.0001 22.4791C33.8324 22.3195 33.7072 22.1448 33.6243 21.9549L34.4031 21.6337C34.4577 21.7225 34.5304 21.8165 34.6213 21.9155C34.7142 22.0165 34.8395 22.1023 34.9971 22.1731C35.1567 22.2438 35.3617 22.2791 35.6122 22.2791C35.9557 22.2791 36.2395 22.1953 36.4637 22.0276C36.688 21.8619 36.8001 21.5973 36.8001 21.2337V20.3185H36.7425C36.688 20.4175 36.6092 20.5276 36.5062 20.6488C36.4052 20.77 36.2658 20.8751 36.088 20.964C35.9102 21.0529 35.6789 21.0973 35.394 21.0973C35.0264 21.0973 34.6951 21.0114 34.4001 20.8397C34.1072 20.666 33.8749 20.4104 33.7031 20.0731C33.5334 19.7337 33.4486 19.3165 33.4486 18.8215C33.4486 18.3266 33.5324 17.9023 33.7001 17.5488C33.8698 17.1953 34.1021 16.9246 34.3971 16.7367C34.692 16.5468 35.0264 16.4518 35.4001 16.4518C35.689 16.4518 35.9223 16.5003 36.1001 16.5973C36.2779 16.6922 36.4163 16.8034 36.5153 16.9306C36.6163 17.0579 36.694 17.17 36.7486 17.267H36.8153V16.5124H37.7031V21.27C37.7031 21.67 37.6102 21.9983 37.4243 22.2549C37.2385 22.5114 36.987 22.7013 36.6698 22.8246C36.3547 22.9478 35.9991 23.0094 35.6031 23.0094ZM35.594 20.3458C35.8547 20.3458 36.0749 20.2852 36.2547 20.164C36.4365 20.0407 36.5738 19.865 36.6668 19.6367C36.7617 19.4064 36.8092 19.1306 36.8092 18.8094C36.8092 18.4963 36.7627 18.2205 36.6698 17.9821C36.5769 17.7438 36.4405 17.5579 36.2607 17.4246C36.0809 17.2892 35.8587 17.2215 35.594 17.2215C35.3213 17.2215 35.094 17.2922 34.9122 17.4337C34.7304 17.5731 34.593 17.763 34.5001 18.0034C34.4092 18.2438 34.3637 18.5124 34.3637 18.8094C34.3637 19.1145 34.4102 19.3821 34.5031 19.6124C34.5961 19.8427 34.7334 20.0225 34.9153 20.1518C35.0991 20.2811 35.3254 20.3458 35.594 20.3458ZM40.785 21.2609C40.3487 21.2609 39.9679 21.1609 39.6426 20.9609C39.3174 20.7609 39.0648 20.4811 38.885 20.1215C38.7052 19.7619 38.6153 19.3417 38.6153 18.8609C38.6153 18.3781 38.7052 17.9559 38.885 17.5943C39.0648 17.2326 39.3174 16.9518 39.6426 16.7518C39.9679 16.5518 40.3487 16.4518 40.785 16.4518C41.2214 16.4518 41.6022 16.5518 41.9275 16.7518C42.2527 16.9518 42.5052 17.2326 42.685 17.5943C42.8648 17.9559 42.9547 18.3781 42.9547 18.8609C42.9547 19.3417 42.8648 19.7619 42.685 20.1215C42.5052 20.4811 42.2527 20.7609 41.9275 20.9609C41.6022 21.1609 41.2214 21.2609 40.785 21.2609ZM40.7881 20.5003C41.0709 20.5003 41.3052 20.4256 41.4911 20.2761C41.6769 20.1266 41.8143 19.9276 41.9032 19.6791C41.9941 19.4306 42.0396 19.1569 42.0396 18.8579C42.0396 18.5609 41.9941 18.2882 41.9032 18.0397C41.8143 17.7892 41.6769 17.5882 41.4911 17.4367C41.3052 17.2852 41.0709 17.2094 40.7881 17.2094C40.5032 17.2094 40.2668 17.2852 40.079 17.4367C39.8931 17.5882 39.7547 17.7892 39.6638 18.0397C39.5749 18.2882 39.5305 18.5609 39.5305 18.8579C39.5305 19.1569 39.5749 19.4306 39.6638 19.6791C39.7547 19.9276 39.8931 20.1266 40.079 20.2761C40.2668 20.4256 40.5032 20.5003 40.7881 20.5003ZM46.9427 18.4034V21.167H46.0367V14.9609H46.9306V17.27H46.9882C47.0973 17.0195 47.264 16.8205 47.4882 16.6731C47.7124 16.5256 48.0054 16.4518 48.367 16.4518C48.6862 16.4518 48.965 16.5175 49.2034 16.6488C49.4438 16.7801 49.6296 16.9761 49.7609 17.2367C49.8943 17.4953 49.9609 17.8185 49.9609 18.2064V21.167H49.0549V18.3155C49.0549 17.9741 48.967 17.7094 48.7912 17.5215C48.6155 17.3316 48.371 17.2367 48.0579 17.2367C47.8438 17.2367 47.6518 17.2821 47.4821 17.3731C47.3145 17.464 47.1821 17.5973 47.0852 17.7731C46.9902 17.9468 46.9427 18.1569 46.9427 18.4034ZM53.0822 21.2609C52.6236 21.2609 52.2287 21.163 51.8974 20.967C51.5681 20.769 51.3135 20.4912 51.1337 20.1337C50.956 19.7741 50.8671 19.3529 50.8671 18.87C50.8671 18.3933 50.956 17.9731 51.1337 17.6094C51.3135 17.2458 51.564 16.9619 51.8852 16.7579C52.2085 16.5539 52.5863 16.4518 53.0186 16.4518C53.2812 16.4518 53.5358 16.4953 53.7822 16.5821C54.0287 16.669 54.2499 16.8054 54.4459 16.9912C54.6418 17.1771 54.7964 17.4185 54.9095 17.7155C55.0226 18.0104 55.0792 18.369 55.0792 18.7912V19.1124H51.3792V18.4337H54.1913C54.1913 18.1953 54.1428 17.9842 54.0459 17.8003C53.9489 17.6145 53.8125 17.468 53.6368 17.3609C53.463 17.2539 53.259 17.2003 53.0246 17.2003C52.7701 17.2003 52.5479 17.263 52.358 17.3882C52.1701 17.5114 52.0246 17.6731 51.9216 17.8731C51.8206 18.071 51.7701 18.2862 51.7701 18.5185V19.0488C51.7701 19.3599 51.8246 19.6246 51.9337 19.8427C52.0448 20.0609 52.1994 20.2276 52.3974 20.3427C52.5953 20.4559 52.8267 20.5124 53.0913 20.5124C53.263 20.5124 53.4196 20.4882 53.561 20.4397C53.7024 20.3892 53.8246 20.3145 53.9277 20.2155C54.0307 20.1165 54.1095 19.9943 54.164 19.8488L55.0216 20.0034C54.9529 20.2559 54.8297 20.4771 54.6519 20.667C54.4762 20.8549 54.2549 21.0013 53.9883 21.1064C53.7236 21.2094 53.4216 21.2609 53.0822 21.2609ZM55.9906 21.167V16.5124H56.8664V17.2518H56.9149C56.9997 17.0013 57.1492 16.8044 57.3633 16.6609C57.5795 16.5155 57.824 16.4427 58.0967 16.4427C58.1532 16.4427 58.2199 16.4448 58.2967 16.4488C58.3755 16.4529 58.4371 16.4579 58.4815 16.464V17.3306C58.4452 17.3205 58.3805 17.3094 58.2876 17.2973C58.1947 17.2832 58.1017 17.2761 58.0088 17.2761C57.7947 17.2761 57.6038 17.3215 57.4361 17.4124C57.2704 17.5013 57.1391 17.6256 57.0421 17.7852C56.9452 17.9427 56.8967 18.1225 56.8967 18.3246V21.167H55.9906ZM61.0112 21.2609C60.5526 21.2609 60.1576 21.163 59.8263 20.967C59.497 20.769 59.2425 20.4912 59.0627 20.1337C58.8849 19.7741 58.796 19.3529 58.796 18.87C58.796 18.3933 58.8849 17.9731 59.0627 17.6094C59.2425 17.2458 59.493 16.9619 59.8142 16.7579C60.1374 16.5539 60.5152 16.4518 60.9475 16.4518C61.2101 16.4518 61.4647 16.4953 61.7112 16.5821C61.9576 16.669 62.1788 16.8054 62.3748 16.9912C62.5707 17.1771 62.7253 17.4185 62.8384 17.7155C62.9516 18.0104 63.0081 18.369 63.0081 18.7912V19.1124H59.3081V18.4337H62.1202C62.1202 18.1953 62.0718 17.9842 61.9748 17.8003C61.8778 17.6145 61.7415 17.468 61.5657 17.3609C61.392 17.2539 61.1879 17.2003 60.9536 17.2003C60.699 17.2003 60.4768 17.263 60.2869 17.3882C60.099 17.5114 59.9536 17.6731 59.8505 17.8731C59.7495 18.071 59.699 18.2862 59.699 18.5185V19.0488C59.699 19.3599 59.7536 19.6246 59.8627 19.8427C59.9738 20.0609 60.1283 20.2276 60.3263 20.3427C60.5243 20.4559 60.7556 20.5124 61.0202 20.5124C61.192 20.5124 61.3485 20.4882 61.4899 20.4397C61.6314 20.3892 61.7536 20.3145 61.8566 20.2155C61.9596 20.1165 62.0384 19.9943 62.093 19.8488L62.9505 20.0034C62.8819 20.2559 62.7586 20.4771 62.5808 20.667C62.4051 20.8549 62.1839 21.0013 61.9172 21.1064C61.6526 21.2094 61.3505 21.2609 61.0112 21.2609ZM68.0446 21.2609C67.5941 21.2609 67.2062 21.1589 66.881 20.9549C66.5578 20.7488 66.3093 20.465 66.1355 20.1034C65.9618 19.7417 65.8749 19.3276 65.8749 18.8609C65.8749 18.3882 65.9638 17.971 66.1416 17.6094C66.3194 17.2458 66.5699 16.9619 66.8931 16.7579C67.2163 16.5539 67.5972 16.4518 68.0355 16.4518C68.3891 16.4518 68.7042 16.5175 68.981 16.6488C69.2578 16.7781 69.481 16.9599 69.6507 17.1943C69.8224 17.4286 69.9244 17.7023 69.9568 18.0155H69.0749C69.0264 17.7973 68.9153 17.6094 68.7416 17.4518C68.5699 17.2943 68.3396 17.2155 68.0507 17.2155C67.7982 17.2155 67.577 17.2821 67.3871 17.4155C67.1992 17.5468 67.0527 17.7347 66.9477 17.9791C66.8426 18.2215 66.7901 18.5084 66.7901 18.8397C66.7901 19.1791 66.8416 19.472 66.9446 19.7185C67.0477 19.965 67.1931 20.1559 67.381 20.2912C67.5709 20.4266 67.7941 20.4943 68.0507 20.4943C68.2224 20.4943 68.378 20.463 68.5174 20.4003C68.6588 20.3357 68.777 20.2438 68.8719 20.1246C68.9689 20.0054 69.0365 19.8619 69.0749 19.6943H69.9568C69.9244 19.9953 69.8264 20.264 69.6628 20.5003C69.4992 20.7367 69.28 20.9225 69.0052 21.0579C68.7325 21.1933 68.4123 21.2609 68.0446 21.2609ZM72.1864 21.27C71.8914 21.27 71.6248 21.2155 71.3864 21.1064C71.148 20.9953 70.9591 20.8347 70.8197 20.6246C70.6823 20.4145 70.6136 20.1569 70.6136 19.8518C70.6136 19.5892 70.6641 19.3731 70.7652 19.2034C70.8662 19.0337 71.0025 18.8993 71.1742 18.8003C71.346 18.7013 71.5379 18.6266 71.75 18.5761C71.9621 18.5256 72.1783 18.4872 72.3985 18.4609C72.6773 18.4286 72.9035 18.4023 73.0773 18.3821C73.251 18.3599 73.3773 18.3246 73.4561 18.2761C73.5349 18.2276 73.5742 18.1488 73.5742 18.0397V18.0185C73.5742 17.7539 73.4995 17.5488 73.35 17.4034C73.2025 17.2579 72.9823 17.1852 72.6894 17.1852C72.3843 17.1852 72.1439 17.2529 71.9682 17.3882C71.7944 17.5215 71.6742 17.67 71.6076 17.8337L70.7561 17.6397C70.8571 17.3569 71.0046 17.1286 71.1985 16.9549C71.3944 16.7791 71.6197 16.6518 71.8742 16.5731C72.1288 16.4922 72.3965 16.4518 72.6773 16.4518C72.8631 16.4518 73.0601 16.4741 73.2682 16.5185C73.4783 16.5609 73.6742 16.6397 73.8561 16.7549C74.0399 16.87 74.1904 17.0347 74.3076 17.2488C74.4248 17.4609 74.4833 17.7367 74.4833 18.0761V21.167H73.5985V20.5306H73.5621C73.5035 20.6478 73.4157 20.763 73.2985 20.8761C73.1813 20.9892 73.0308 21.0832 72.847 21.1579C72.6631 21.2326 72.4429 21.27 72.1864 21.27ZM72.3833 20.5427C72.6338 20.5427 72.848 20.4933 73.0258 20.3943C73.2056 20.2953 73.3419 20.166 73.4349 20.0064C73.5298 19.8448 73.5773 19.672 73.5773 19.4882V18.8882C73.545 18.9205 73.4823 18.9508 73.3894 18.9791C73.2985 19.0054 73.1945 19.0286 73.0773 19.0488C72.9601 19.067 72.846 19.0842 72.7349 19.1003C72.6237 19.1145 72.5308 19.1266 72.4561 19.1367C72.2803 19.1589 72.1197 19.1963 71.9742 19.2488C71.8308 19.3013 71.7157 19.3771 71.6288 19.4761C71.5439 19.5731 71.5015 19.7023 71.5015 19.864C71.5015 20.0882 71.5843 20.2579 71.75 20.3731C71.9157 20.4862 72.1268 20.5427 72.3833 20.5427ZM76.5023 18.4034V21.167H75.5963V16.5124H76.466V17.27H76.5236C76.6306 17.0236 76.7983 16.8256 77.0266 16.6761C77.2569 16.5266 77.5468 16.4518 77.8963 16.4518C78.2135 16.4518 78.4912 16.5185 78.7296 16.6518C78.968 16.7832 79.1529 16.9791 79.2842 17.2397C79.4155 17.5003 79.4811 17.8225 79.4811 18.2064V21.167H78.5751V18.3155C78.5751 17.9781 78.4872 17.7145 78.3114 17.5246C78.1357 17.3326 77.8943 17.2367 77.5872 17.2367C77.3771 17.2367 77.1902 17.2821 77.0266 17.3731C76.865 17.464 76.7367 17.5973 76.6417 17.7731C76.5488 17.9468 76.5023 18.1569 76.5023 18.4034ZM83.673 18.4034V21.167H82.7669V14.9609H83.6608V17.27H83.7184C83.8275 17.0195 83.9942 16.8205 84.2184 16.6731C84.4426 16.5256 84.7356 16.4518 85.0972 16.4518C85.4164 16.4518 85.6952 16.5175 85.9336 16.6488C86.174 16.7801 86.3598 16.9761 86.4911 17.2367C86.6245 17.4953 86.6911 17.8185 86.6911 18.2064V21.167H85.7851V18.3155C85.7851 17.9741 85.6972 17.7094 85.5214 17.5215C85.3457 17.3316 85.1012 17.2367 84.7881 17.2367C84.574 17.2367 84.382 17.2821 84.2123 17.3731C84.0447 17.464 83.9123 17.5973 83.8154 17.7731C83.7204 17.9468 83.673 18.1569 83.673 18.4034ZM89.1609 21.27C88.866 21.27 88.5993 21.2155 88.3609 21.1064C88.1225 20.9953 87.9336 20.8347 87.7942 20.6246C87.6569 20.4145 87.5882 20.1569 87.5882 19.8518C87.5882 19.5892 87.6387 19.3731 87.7397 19.2034C87.8407 19.0337 87.9771 18.8993 88.1488 18.8003C88.3205 18.7013 88.5124 18.6266 88.7245 18.5761C88.9367 18.5256 89.1528 18.4872 89.373 18.4609C89.6518 18.4286 89.8781 18.4023 90.0518 18.3821C90.2255 18.3599 90.3518 18.3246 90.4306 18.2761C90.5094 18.2276 90.5488 18.1488 90.5488 18.0397V18.0185C90.5488 17.7539 90.474 17.5488 90.3245 17.4034C90.1771 17.2579 89.9569 17.1852 89.6639 17.1852C89.3589 17.1852 89.1185 17.2529 88.9427 17.3882C88.769 17.5215 88.6488 17.67 88.5821 17.8337L87.7306 17.6397C87.8316 17.3569 87.9791 17.1286 88.173 16.9549C88.369 16.7791 88.5942 16.6518 88.8488 16.5731C89.1033 16.4922 89.371 16.4518 89.6518 16.4518C89.8377 16.4518 90.0346 16.4741 90.2427 16.5185C90.4528 16.5609 90.6488 16.6397 90.8306 16.7549C91.0144 16.87 91.1649 17.0347 91.2821 17.2488C91.3993 17.4609 91.4579 17.7367 91.4579 18.0761V21.167H90.573V20.5306H90.5367C90.4781 20.6478 90.3902 20.763 90.273 20.8761C90.1559 20.9892 90.0053 21.0832 89.8215 21.1579C89.6377 21.2326 89.4175 21.27 89.1609 21.27ZM89.3579 20.5427C89.6084 20.5427 89.8225 20.4933 90.0003 20.3943C90.1801 20.2953 90.3165 20.166 90.4094 20.0064C90.5043 19.8448 90.5518 19.672 90.5518 19.4882V18.8882C90.5195 18.9205 90.4569 18.9508 90.3639 18.9791C90.273 19.0054 90.169 19.0286 90.0518 19.0488C89.9346 19.067 89.8205 19.0842 89.7094 19.1003C89.5983 19.1145 89.5053 19.1266 89.4306 19.1367C89.2548 19.1589 89.0942 19.1963 88.9488 19.2488C88.8053 19.3013 88.6902 19.3771 88.6033 19.4761C88.5185 19.5731 88.4761 19.7023 88.4761 19.864C88.4761 20.0882 88.5589 20.2579 88.7245 20.3731C88.8902 20.4862 89.1013 20.5427 89.3579 20.5427ZM96.386 16.5124L94.6981 21.167H93.7284L92.0375 16.5124H93.0102L94.189 20.0943H94.2375L95.4132 16.5124H96.386ZM98.9913 21.2609C98.5328 21.2609 98.1378 21.163 97.8065 20.967C97.4772 20.769 97.2227 20.4912 97.0429 20.1337C96.8651 19.7741 96.7762 19.3529 96.7762 18.87C96.7762 18.3933 96.8651 17.9731 97.0429 17.6094C97.2227 17.2458 97.4732 16.9619 97.7944 16.7579C98.1176 16.5539 98.4954 16.4518 98.9277 16.4518C99.1903 16.4518 99.4449 16.4953 99.6913 16.5821C99.9378 16.669 100.159 16.8054 100.355 16.9912C100.551 17.1771 100.705 17.4185 100.819 17.7155C100.932 18.0104 100.988 18.369 100.988 18.7912V19.1124H97.2883V18.4337H100.1C100.1 18.1953 100.052 17.9842 99.955 17.8003C99.858 17.6145 99.7217 17.468 99.5459 17.3609C99.3722 17.2539 99.1681 17.2003 98.9338 17.2003C98.6792 17.2003 98.457 17.263 98.2671 17.3882C98.0792 17.5114 97.9338 17.6731 97.8307 17.8731C97.7297 18.071 97.6792 18.2862 97.6792 18.5185V19.0488C97.6792 19.3599 97.7338 19.6246 97.8429 19.8427C97.954 20.0609 98.1085 20.2276 98.3065 20.3427C98.5045 20.4559 98.7358 20.5124 99.0004 20.5124C99.1722 20.5124 99.3287 20.4882 99.4701 20.4397C99.6116 20.3892 99.7338 20.3145 99.8368 20.2155C99.9398 20.1165 100.019 19.9943 100.073 19.8488L100.931 20.0034C100.862 20.2559 100.739 20.4771 100.561 20.667C100.385 20.8549 100.164 21.0013 99.8974 21.1064C99.6328 21.2094 99.3307 21.2609 98.9913 21.2609ZM105.419 21.27C105.124 21.27 104.857 21.2155 104.619 21.1064C104.38 20.9953 104.191 20.8347 104.052 20.6246C103.915 20.4145 103.846 20.1569 103.846 19.8518C103.846 19.5892 103.897 19.3731 103.998 19.2034C104.099 19.0337 104.235 18.8993 104.407 18.8003C104.578 18.7013 104.77 18.6266 104.982 18.5761C105.195 18.5256 105.411 18.4872 105.631 18.4609C105.91 18.4286 106.136 18.4023 106.31 18.3821C106.483 18.3599 106.61 18.3246 106.688 18.2761C106.767 18.2276 106.807 18.1488 106.807 18.0397V18.0185C106.807 17.7539 106.732 17.5488 106.582 17.4034C106.435 17.2579 106.215 17.1852 105.922 17.1852C105.617 17.1852 105.376 17.2529 105.201 17.3882C105.027 17.5215 104.907 17.67 104.84 17.8337L103.988 17.6397C104.089 17.3569 104.237 17.1286 104.431 16.9549C104.627 16.7791 104.852 16.6518 105.107 16.5731C105.361 16.4922 105.629 16.4518 105.91 16.4518C106.096 16.4518 106.293 16.4741 106.501 16.5185C106.711 16.5609 106.907 16.6397 107.088 16.7549C107.272 16.87 107.423 17.0347 107.54 17.2488C107.657 17.4609 107.716 17.7367 107.716 18.0761V21.167H106.831V20.5306H106.795C106.736 20.6478 106.648 20.763 106.531 20.8761C106.414 20.9892 106.263 21.0832 106.079 21.1579C105.896 21.2326 105.675 21.27 105.419 21.27ZM105.616 20.5427C105.866 20.5427 106.08 20.4933 106.258 20.3943C106.438 20.2953 106.574 20.166 106.667 20.0064C106.762 19.8448 106.81 19.672 106.81 19.4882V18.8882C106.777 18.9205 106.715 18.9508 106.622 18.9791C106.531 19.0054 106.427 19.0286 106.31 19.0488C106.193 19.067 106.078 19.0842 105.967 19.1003C105.856 19.1145 105.763 19.1266 105.688 19.1367C105.513 19.1589 105.352 19.1963 105.207 19.2488C105.063 19.3013 104.948 19.3771 104.861 19.4761C104.776 19.5731 104.734 19.7023 104.734 19.864C104.734 20.0882 104.817 20.2579 104.982 20.3731C105.148 20.4862 105.359 20.5427 105.616 20.5427ZM11.3459 34.167V27.9609H12.2519V30.267H12.3065C12.359 30.17 12.4348 30.0579 12.5338 29.9306C12.6327 29.8034 12.7701 29.6922 12.9459 29.5973C13.1216 29.5003 13.354 29.4518 13.6429 29.4518C14.0186 29.4518 14.354 29.5468 14.6489 29.7367C14.9439 29.9266 15.1752 30.2003 15.3429 30.5579C15.5125 30.9155 15.5974 31.3458 15.5974 31.8488C15.5974 32.3518 15.5136 32.7832 15.3459 33.1427C15.1782 33.5003 14.9479 33.7761 14.655 33.97C14.362 34.1619 14.0277 34.2579 13.6519 34.2579C13.3691 34.2579 13.1378 34.2104 12.958 34.1155C12.7802 34.0205 12.6408 33.9094 12.5398 33.7821C12.4388 33.6549 12.361 33.5417 12.3065 33.4427H12.2307V34.167H11.3459ZM12.2338 31.8397C12.2338 32.167 12.2812 32.4539 12.3762 32.7003C12.4711 32.9468 12.6085 33.1397 12.7883 33.2791C12.9681 33.4165 13.1883 33.4852 13.4489 33.4852C13.7196 33.4852 13.9459 33.4135 14.1277 33.27C14.3095 33.1246 14.4469 32.9276 14.5398 32.6791C14.6348 32.4306 14.6822 32.1508 14.6822 31.8397C14.6822 31.5326 14.6358 31.2569 14.5429 31.0124C14.4519 30.768 14.3146 30.5751 14.1307 30.4337C13.9489 30.2922 13.7216 30.2215 13.4489 30.2215C13.1863 30.2215 12.9641 30.2892 12.7822 30.4246C12.6024 30.5599 12.4661 30.7488 12.3732 30.9912C12.2802 31.2337 12.2338 31.5165 12.2338 31.8397ZM18.527 34.2609C18.0684 34.2609 17.6735 34.163 17.3422 33.967C17.0129 33.769 16.7583 33.4912 16.5785 33.1337C16.4008 32.7741 16.3119 32.3529 16.3119 31.87C16.3119 31.3933 16.4008 30.9731 16.5785 30.6094C16.7583 30.2458 17.0088 29.9619 17.33 29.7579C17.6533 29.5539 18.0311 29.4518 18.4634 29.4518C18.726 29.4518 18.9806 29.4953 19.227 29.5821C19.4735 29.669 19.6947 29.8054 19.8907 29.9912C20.0866 30.1771 20.2412 30.4185 20.3543 30.7155C20.4674 31.0104 20.524 31.369 20.524 31.7912V32.1124H16.824V31.4337H19.6361C19.6361 31.1953 19.5876 30.9842 19.4907 30.8003C19.3937 30.6145 19.2573 30.468 19.0816 30.3609C18.9078 30.2539 18.7038 30.2003 18.4694 30.2003C18.2149 30.2003 17.9927 30.263 17.8028 30.3882C17.6149 30.5114 17.4694 30.6731 17.3664 30.8731C17.2654 31.071 17.2149 31.2862 17.2149 31.5185V32.0488C17.2149 32.3599 17.2694 32.6246 17.3785 32.8427C17.4896 33.0609 17.6442 33.2276 17.8422 33.3427C18.0401 33.4559 18.2715 33.5124 18.5361 33.5124C18.7078 33.5124 18.8644 33.4882 19.0058 33.4397C19.1472 33.3892 19.2694 33.3145 19.3725 33.2155C19.4755 33.1165 19.5543 32.9943 19.6088 32.8488L20.4664 33.0034C20.3977 33.2559 20.2745 33.4771 20.0967 33.667C19.921 33.8549 19.6997 34.0013 19.4331 34.1064C19.1684 34.2094 18.8664 34.2609 18.527 34.2609ZM23.6081 29.5124V30.2397H21.0657V29.5124H23.6081ZM21.7475 28.3973H22.6536V32.8003C22.6536 32.9761 22.6799 33.1084 22.7324 33.1973C22.7849 33.2842 22.8526 33.3438 22.9354 33.3761C23.0203 33.4064 23.1122 33.4215 23.2112 33.4215C23.2839 33.4215 23.3475 33.4165 23.4021 33.4064C23.4566 33.3963 23.4991 33.3882 23.5294 33.3821L23.693 34.1306C23.6405 34.1508 23.5657 34.171 23.4688 34.1912C23.3718 34.2135 23.2506 34.2256 23.1051 34.2276C22.8667 34.2316 22.6445 34.1892 22.4385 34.1003C22.2324 34.0114 22.0657 33.8741 21.9385 33.6882C21.8112 33.5023 21.7475 33.269 21.7475 32.9882V28.3973ZM26.6893 29.5124V30.2397H24.1469V29.5124H26.6893ZM24.8287 28.3973H25.7347V32.8003C25.7347 32.9761 25.761 33.1084 25.8135 33.1973C25.866 33.2842 25.9337 33.3438 26.0166 33.3761C26.1014 33.4064 26.1933 33.4215 26.2923 33.4215C26.365 33.4215 26.4287 33.4165 26.4832 33.4064C26.5378 33.3963 26.5802 33.3882 26.6105 33.3821L26.7741 34.1306C26.7216 34.1508 26.6469 34.171 26.5499 34.1912C26.4529 34.2135 26.3317 34.2256 26.1863 34.2276C25.9479 34.2316 25.7256 34.1892 25.5196 34.1003C25.3135 34.0114 25.1469 33.8741 25.0196 33.6882C24.8923 33.5023 24.8287 33.269 24.8287 32.9882V28.3973ZM29.5537 34.2609C29.0952 34.2609 28.7002 34.163 28.3689 33.967C28.0396 33.769 27.7851 33.4912 27.6053 33.1337C27.4275 32.7741 27.3386 32.3529 27.3386 31.87C27.3386 31.3933 27.4275 30.9731 27.6053 30.6094C27.7851 30.2458 28.0356 29.9619 28.3568 29.7579C28.68 29.5539 29.0578 29.4518 29.4901 29.4518C29.7527 29.4518 30.0073 29.4953 30.2537 29.5821C30.5002 29.669 30.7214 29.8054 30.9174 29.9912C31.1133 30.1771 31.2679 30.4185 31.381 30.7155C31.4942 31.0104 31.5507 31.369 31.5507 31.7912V32.1124H27.8507V31.4337H30.6628C30.6628 31.1953 30.6144 30.9842 30.5174 30.8003C30.4204 30.6145 30.2841 30.468 30.1083 30.3609C29.9346 30.2539 29.7305 30.2003 29.4962 30.2003C29.2416 30.2003 29.0194 30.263 28.8295 30.3882C28.6416 30.5114 28.4962 30.6731 28.3931 30.8731C28.2921 31.071 28.2416 31.2862 28.2416 31.5185V32.0488C28.2416 32.3599 28.2962 32.6246 28.4053 32.8427C28.5164 33.0609 28.6709 33.2276 28.8689 33.3427C29.0669 33.4559 29.2982 33.5124 29.5628 33.5124C29.7346 33.5124 29.8911 33.4882 30.0325 33.4397C30.174 33.3892 30.2962 33.3145 30.3992 33.2155C30.5022 33.1165 30.581 32.9943 30.6356 32.8488L31.4931 33.0034C31.4245 33.2559 31.3012 33.4771 31.1234 33.667C30.9477 33.8549 30.7265 34.0013 30.4598 34.1064C30.1952 34.2094 29.8931 34.2609 29.5537 34.2609ZM32.4622 34.167V29.5124H33.3379V30.2518H33.3864C33.4712 30.0013 33.6207 29.8044 33.8349 29.6609C34.051 29.5155 34.2955 29.4427 34.5682 29.4427C34.6248 29.4427 34.6914 29.4448 34.7682 29.4488C34.847 29.4529 34.9086 29.4579 34.9531 29.464V30.3306C34.9167 30.3205 34.8521 30.3094 34.7591 30.2973C34.6662 30.2832 34.5733 30.2761 34.4803 30.2761C34.2662 30.2761 34.0753 30.3215 33.9076 30.4124C33.742 30.5013 33.6106 30.6256 33.5137 30.7852C33.4167 30.9427 33.3682 31.1225 33.3682 31.3246V34.167H32.4622ZM39.7684 34.2609C39.3179 34.2609 38.93 34.1589 38.6047 33.9549C38.2815 33.7488 38.033 33.465 37.8593 33.1034C37.6855 32.7417 37.5987 32.3276 37.5987 31.8609C37.5987 31.3882 37.6876 30.971 37.8653 30.6094C38.0431 30.2458 38.2936 29.9619 38.6168 29.7579C38.9401 29.5539 39.3209 29.4518 39.7593 29.4518C40.1128 29.4518 40.428 29.5175 40.7047 29.6488C40.9815 29.7781 41.2047 29.9599 41.3744 30.1943C41.5461 30.4286 41.6482 30.7023 41.6805 31.0155H40.7987C40.7502 30.7973 40.6391 30.6094 40.4653 30.4518C40.2936 30.2943 40.0633 30.2155 39.7744 30.2155C39.5219 30.2155 39.3007 30.2821 39.1108 30.4155C38.9229 30.5468 38.7764 30.7347 38.6714 30.9791C38.5663 31.2215 38.5138 31.5084 38.5138 31.8397C38.5138 32.1791 38.5653 32.472 38.6684 32.7185C38.7714 32.965 38.9168 33.1559 39.1047 33.2912C39.2946 33.4266 39.5179 33.4943 39.7744 33.4943C39.9461 33.4943 40.1017 33.463 40.2411 33.4003C40.3825 33.3357 40.5007 33.2438 40.5956 33.1246C40.6926 33.0054 40.7603 32.8619 40.7987 32.6943H41.6805C41.6482 32.9953 41.5502 33.264 41.3865 33.5003C41.2229 33.7367 41.0037 33.9225 40.729 34.0579C40.4562 34.1933 40.136 34.2609 39.7684 34.2609ZM44.5162 34.2609C44.0798 34.2609 43.699 34.1609 43.3737 33.9609C43.0485 33.7609 42.796 33.4811 42.6162 33.1215C42.4364 32.7619 42.3465 32.3417 42.3465 31.8609C42.3465 31.3781 42.4364 30.9559 42.6162 30.5943C42.796 30.2326 43.0485 29.9518 43.3737 29.7518C43.699 29.5518 44.0798 29.4518 44.5162 29.4518C44.9525 29.4518 45.3333 29.5518 45.6586 29.7518C45.9838 29.9518 46.2364 30.2326 46.4162 30.5943C46.596 30.9559 46.6859 31.3781 46.6859 31.8609C46.6859 32.3417 46.596 32.7619 46.4162 33.1215C46.2364 33.4811 45.9838 33.7609 45.6586 33.9609C45.3333 34.1609 44.9525 34.2609 44.5162 34.2609ZM44.5192 33.5003C44.802 33.5003 45.0364 33.4256 45.2222 33.2761C45.4081 33.1266 45.5455 32.9276 45.6343 32.6791C45.7253 32.4306 45.7707 32.1569 45.7707 31.8579C45.7707 31.5609 45.7253 31.2882 45.6343 31.0397C45.5455 30.7892 45.4081 30.5882 45.2222 30.4367C45.0364 30.2852 44.802 30.2094 44.5192 30.2094C44.2343 30.2094 43.998 30.2852 43.8101 30.4367C43.6242 30.5882 43.4859 30.7892 43.3949 31.0397C43.3061 31.2882 43.2616 31.5609 43.2616 31.8579C43.2616 32.1569 43.3061 32.4306 43.3949 32.6791C43.4859 32.9276 43.6242 33.1266 43.8101 33.2761C43.998 33.4256 44.2343 33.5003 44.5192 33.5003ZM48.5094 31.4034V34.167H47.6034V29.5124H48.4731V30.27H48.5306C48.6377 30.0236 48.8054 29.8256 49.0337 29.6761C49.264 29.5266 49.5539 29.4518 49.9034 29.4518C50.2205 29.4518 50.4983 29.5185 50.7367 29.6518C50.9751 29.7832 51.1599 29.9791 51.2912 30.2397C51.4225 30.5003 51.4882 30.8225 51.4882 31.2064V34.167H50.5821V31.3155C50.5821 30.9781 50.4943 30.7145 50.3185 30.5246C50.1427 30.3326 49.9013 30.2367 49.5943 30.2367C49.3842 30.2367 49.1973 30.2821 49.0337 30.3731C48.872 30.464 48.7438 30.5973 48.6488 30.7731C48.5559 30.9468 48.5094 31.1569 48.5094 31.4034ZM54.7822 29.5124V30.2397H52.2398V29.5124H54.7822ZM52.9216 28.3973H53.8277V32.8003C53.8277 32.9761 53.8539 33.1084 53.9065 33.1973C53.959 33.2842 54.0267 33.3438 54.1095 33.3761C54.1943 33.4064 54.2863 33.4215 54.3852 33.4215C54.458 33.4215 54.5216 33.4165 54.5762 33.4064C54.6307 33.3963 54.6731 33.3882 54.7034 33.3821L54.8671 34.1306C54.8145 34.1508 54.7398 34.171 54.6428 34.1912C54.5459 34.2135 54.4246 34.2256 54.2792 34.2276C54.0408 34.2316 53.8186 34.1892 53.6125 34.1003C53.4065 34.0114 53.2398 33.8741 53.1125 33.6882C52.9852 33.5023 52.9216 33.269 52.9216 32.9882V28.3973ZM55.6906 34.167V29.5124H56.5664V30.2518H56.6149C56.6997 30.0013 56.8492 29.8044 57.0633 29.6609C57.2795 29.5155 57.524 29.4427 57.7967 29.4427C57.8532 29.4427 57.9199 29.4448 57.9967 29.4488C58.0755 29.4529 58.1371 29.4579 58.1815 29.464V30.3306C58.1452 30.3205 58.0805 30.3094 57.9876 30.2973C57.8947 30.2832 57.8017 30.2761 57.7088 30.2761C57.4947 30.2761 57.3038 30.3215 57.1361 30.4124C56.9704 30.5013 56.8391 30.6256 56.7421 30.7852C56.6452 30.9427 56.5967 31.1225 56.5967 31.3246V34.167H55.6906ZM60.1846 34.27C59.8897 34.27 59.623 34.2155 59.3846 34.1064C59.1462 33.9953 58.9574 33.8347 58.818 33.6246C58.6806 33.4145 58.6119 33.1569 58.6119 32.8518C58.6119 32.5892 58.6624 32.3731 58.7634 32.2034C58.8644 32.0337 59.0008 31.8993 59.1725 31.8003C59.3442 31.7013 59.5361 31.6266 59.7483 31.5761C59.9604 31.5256 60.1766 31.4872 60.3968 31.4609C60.6755 31.4286 60.9018 31.4023 61.0755 31.3821C61.2493 31.3599 61.3755 31.3246 61.4543 31.2761C61.5331 31.2276 61.5725 31.1488 61.5725 31.0397V31.0185C61.5725 30.7539 61.4978 30.5488 61.3483 30.4034C61.2008 30.2579 60.9806 30.1852 60.6877 30.1852C60.3826 30.1852 60.1422 30.2529 59.9665 30.3882C59.7927 30.5215 59.6725 30.67 59.6058 30.8337L58.7543 30.6397C58.8553 30.3569 59.0028 30.1286 59.1968 29.9549C59.3927 29.7791 59.618 29.6518 59.8725 29.5731C60.1271 29.4922 60.3947 29.4518 60.6755 29.4518C60.8614 29.4518 61.0584 29.4741 61.2665 29.5185C61.4766 29.5609 61.6725 29.6397 61.8543 29.7549C62.0382 29.87 62.1887 30.0347 62.3058 30.2488C62.423 30.4609 62.4816 30.7367 62.4816 31.0761V34.167H61.5968V33.5306H61.5604C61.5018 33.6478 61.4139 33.763 61.2968 33.8761C61.1796 33.9892 61.0291 34.0832 60.8452 34.1579C60.6614 34.2326 60.4412 34.27 60.1846 34.27ZM60.3816 33.5427C60.6321 33.5427 60.8462 33.4933 61.024 33.3943C61.2038 33.2953 61.3402 33.166 61.4331 33.0064C61.5281 32.8448 61.5755 32.672 61.5755 32.4882V31.8882C61.5432 31.9205 61.4806 31.9508 61.3877 31.9791C61.2968 32.0054 61.1927 32.0286 61.0755 32.0488C60.9584 32.067 60.8442 32.0842 60.7331 32.1003C60.622 32.1145 60.5291 32.1266 60.4543 32.1367C60.2786 32.1589 60.118 32.1963 59.9725 32.2488C59.8291 32.3013 59.7139 32.3771 59.6271 32.4761C59.5422 32.5731 59.4998 32.7023 59.4998 32.864C59.4998 33.0882 59.5826 33.2579 59.7483 33.3731C59.9139 33.4862 60.125 33.5427 60.3816 33.5427ZM67.0824 30.6488L66.2612 30.7943C66.2269 30.6892 66.1723 30.5892 66.0976 30.4943C66.0249 30.3993 65.9259 30.3215 65.8006 30.2609C65.6754 30.2003 65.5188 30.17 65.3309 30.17C65.0744 30.17 64.8602 30.2276 64.6885 30.3427C64.5168 30.4559 64.4309 30.6023 64.4309 30.7821C64.4309 30.9377 64.4885 31.063 64.6036 31.1579C64.7188 31.2529 64.9047 31.3306 65.1612 31.3912L65.9006 31.5609C66.3289 31.6599 66.6481 31.8124 66.8582 32.0185C67.0683 32.2246 67.1733 32.4922 67.1733 32.8215C67.1733 33.1003 67.0925 33.3488 66.9309 33.567C66.7713 33.7832 66.5481 33.9529 66.2612 34.0761C65.9764 34.1993 65.6461 34.2609 65.2703 34.2609C64.7491 34.2609 64.3238 34.1498 63.9946 33.9276C63.6653 33.7034 63.4632 33.3852 63.3885 32.9731L64.2643 32.8397C64.3188 33.068 64.4309 33.2407 64.6006 33.3579C64.7703 33.4731 64.9915 33.5306 65.2643 33.5306C65.5612 33.5306 65.7986 33.469 65.9764 33.3458C66.1542 33.2205 66.243 33.068 66.243 32.8882C66.243 32.7427 66.1885 32.6205 66.0794 32.5215C65.9723 32.4225 65.8077 32.3478 65.5855 32.2973L64.7976 32.1246C64.3632 32.0256 64.042 31.868 63.834 31.6518C63.6279 31.4357 63.5249 31.1619 63.5249 30.8306C63.5249 30.5559 63.6016 30.3155 63.7552 30.1094C63.9087 29.9034 64.1208 29.7427 64.3915 29.6276C64.6622 29.5104 64.9723 29.4518 65.3218 29.4518C65.8249 29.4518 66.2208 29.5609 66.5097 29.7791C66.7986 29.9953 66.9895 30.2852 67.0824 30.6488ZM70.2484 29.5124V30.2397H67.706V29.5124H70.2484ZM68.3878 28.3973H69.2939V32.8003C69.2939 32.9761 69.3201 33.1084 69.3727 33.1973C69.4252 33.2842 69.4929 33.3438 69.5757 33.3761C69.6605 33.4064 69.7525 33.4215 69.8514 33.4215C69.9242 33.4215 69.9878 33.4165 70.0424 33.4064C70.0969 33.3963 70.1393 33.3882 70.1696 33.3821L70.3333 34.1306C70.2807 34.1508 70.206 34.171 70.109 34.1912C70.0121 34.2135 69.8908 34.2256 69.7454 34.2276C69.507 34.2316 69.2848 34.1892 69.0787 34.1003C68.8727 34.0114 68.706 33.8741 68.5787 33.6882C68.4514 33.5023 68.3878 33.269 68.3878 32.9882V28.3973ZM75.5364 29.5124V30.2397H72.9061V29.5124H75.5364ZM73.6274 34.167V28.9731C73.6274 28.6821 73.691 28.4407 73.8183 28.2488C73.9455 28.0549 74.1142 27.9104 74.3243 27.8155C74.5344 27.7185 74.7627 27.67 75.0092 27.67C75.191 27.67 75.3465 27.6852 75.4758 27.7155C75.6051 27.7438 75.7011 27.77 75.7637 27.7943L75.5516 28.5276C75.5092 28.5155 75.4546 28.5013 75.388 28.4852C75.3213 28.467 75.2405 28.4579 75.1455 28.4579C74.9253 28.4579 74.7678 28.5124 74.6728 28.6215C74.5799 28.7306 74.5334 28.8882 74.5334 29.0943V34.167H73.6274ZM78.1547 34.2609C77.7183 34.2609 77.3375 34.1609 77.0123 33.9609C76.687 33.7609 76.4345 33.4811 76.2547 33.1215C76.0749 32.7619 75.985 32.3417 75.985 31.8609C75.985 31.3781 76.0749 30.9559 76.2547 30.5943C76.4345 30.2326 76.687 29.9518 77.0123 29.7518C77.3375 29.5518 77.7183 29.4518 78.1547 29.4518C78.5911 29.4518 78.9719 29.5518 79.2971 29.7518C79.6224 29.9518 79.8749 30.2326 80.0547 30.5943C80.2345 30.9559 80.3244 31.3781 80.3244 31.8609C80.3244 32.3417 80.2345 32.7619 80.0547 33.1215C79.8749 33.4811 79.6224 33.7609 79.2971 33.9609C78.9719 34.1609 78.5911 34.2609 78.1547 34.2609ZM78.1577 33.5003C78.4406 33.5003 78.6749 33.4256 78.8608 33.2761C79.0466 33.1266 79.184 32.9276 79.2729 32.6791C79.3638 32.4306 79.4092 32.1569 79.4092 31.8579C79.4092 31.5609 79.3638 31.2882 79.2729 31.0397C79.184 30.7892 79.0466 30.5882 78.8608 30.4367C78.6749 30.2852 78.4406 30.2094 78.1577 30.2094C77.8729 30.2094 77.6365 30.2852 77.4486 30.4367C77.2628 30.5882 77.1244 30.7892 77.0335 31.0397C76.9446 31.2882 76.9002 31.5609 76.9002 31.8579C76.9002 32.1569 76.9446 32.4306 77.0335 32.6791C77.1244 32.9276 77.2628 33.1266 77.4486 33.2761C77.6365 33.4256 77.8729 33.5003 78.1577 33.5003ZM81.2419 34.167V29.5124H82.1176V30.2518H82.1661C82.251 30.0013 82.4005 29.8044 82.6146 29.6609C82.8308 29.5155 83.0752 29.4427 83.3479 29.4427C83.4045 29.4427 83.4712 29.4448 83.5479 29.4488C83.6267 29.4529 83.6884 29.4579 83.7328 29.464V30.3306C83.6964 30.3205 83.6318 30.3094 83.5389 30.2973C83.4459 30.2832 83.353 30.2761 83.2601 30.2761C83.0459 30.2761 82.855 30.3215 82.6873 30.4124C82.5217 30.5013 82.3904 30.6256 82.2934 30.7852C82.1964 30.9427 82.1479 31.1225 82.1479 31.3246V34.167H81.2419ZM87.942 34.27C87.6471 34.27 87.3804 34.2155 87.142 34.1064C86.9037 33.9953 86.7148 33.8347 86.5754 33.6246C86.438 33.4145 86.3693 33.1569 86.3693 32.8518C86.3693 32.5892 86.4198 32.3731 86.5208 32.2034C86.6218 32.0337 86.7582 31.8993 86.9299 31.8003C87.1016 31.7013 87.2936 31.6266 87.5057 31.5761C87.7178 31.5256 87.934 31.4872 88.1542 31.4609C88.4329 31.4286 88.6592 31.4023 88.8329 31.3821C89.0067 31.3599 89.1329 31.3246 89.2117 31.2761C89.2905 31.2276 89.3299 31.1488 89.3299 31.0397V31.0185C89.3299 30.7539 89.2552 30.5488 89.1057 30.4034C88.9582 30.2579 88.738 30.1852 88.4451 30.1852C88.14 30.1852 87.8996 30.2529 87.7239 30.3882C87.5501 30.5215 87.4299 30.67 87.3632 30.8337L86.5117 30.6397C86.6127 30.3569 86.7602 30.1286 86.9542 29.9549C87.1501 29.7791 87.3754 29.6518 87.6299 29.5731C87.8845 29.4922 88.1521 29.4518 88.4329 29.4518C88.6188 29.4518 88.8158 29.4741 89.0239 29.5185C89.234 29.5609 89.4299 29.6397 89.6117 29.7549C89.7956 29.87 89.9461 30.0347 90.0632 30.2488C90.1804 30.4609 90.239 30.7367 90.239 31.0761V34.167H89.3542V33.5306H89.3178C89.2592 33.6478 89.1713 33.763 89.0542 33.8761C88.937 33.9892 88.7865 34.0832 88.6026 34.1579C88.4188 34.2326 88.1986 34.27 87.942 34.27ZM88.139 33.5427C88.3895 33.5427 88.6037 33.4933 88.7814 33.3943C88.9612 33.2953 89.0976 33.166 89.1905 33.0064C89.2855 32.8448 89.3329 32.672 89.3329 32.4882V31.8882C89.3006 31.9205 89.238 31.9508 89.1451 31.9791C89.0542 32.0054 88.9501 32.0286 88.8329 32.0488C88.7158 32.067 88.6016 32.0842 88.4905 32.1003C88.3794 32.1145 88.2865 32.1266 88.2117 32.1367C88.036 32.1589 87.8754 32.1963 87.7299 32.2488C87.5865 32.3013 87.4713 32.3771 87.3845 32.4761C87.2996 32.5731 87.2572 32.7023 87.2572 32.864C87.2572 33.0882 87.34 33.2579 87.5057 33.3731C87.6713 33.4862 87.8824 33.5427 88.139 33.5427ZM93.5892 34.167V27.9609H94.4952V30.267H94.5498C94.6023 30.17 94.678 30.0579 94.777 29.9306C94.876 29.8034 95.0134 29.6922 95.1892 29.5973C95.3649 29.5003 95.5972 29.4518 95.8861 29.4518C96.2619 29.4518 96.5972 29.5468 96.8922 29.7367C97.1871 29.9266 97.4184 30.2003 97.5861 30.5579C97.7558 30.9155 97.8407 31.3458 97.8407 31.8488C97.8407 32.3518 97.7568 32.7832 97.5892 33.1427C97.4215 33.5003 97.1912 33.7761 96.8982 33.97C96.6053 34.1619 96.271 34.2579 95.8952 34.2579C95.6124 34.2579 95.3811 34.2104 95.2013 34.1155C95.0235 34.0205 94.8841 33.9094 94.7831 33.7821C94.6821 33.6549 94.6043 33.5417 94.5498 33.4427H94.474V34.167H93.5892ZM94.477 31.8397C94.477 32.167 94.5245 32.4539 94.6195 32.7003C94.7144 32.9468 94.8518 33.1397 95.0316 33.2791C95.2114 33.4165 95.4316 33.4852 95.6922 33.4852C95.9629 33.4852 96.1892 33.4135 96.371 33.27C96.5528 33.1246 96.6902 32.9276 96.7831 32.6791C96.878 32.4306 96.9255 32.1508 96.9255 31.8397C96.9255 31.5326 96.8791 31.2569 96.7861 31.0124C96.6952 30.768 96.5578 30.5751 96.374 30.4337C96.1922 30.2922 95.9649 30.2215 95.6922 30.2215C95.4296 30.2215 95.2073 30.2892 95.0255 30.4246C94.8457 30.5599 94.7094 30.7488 94.6164 30.9912C94.5235 31.2337 94.477 31.5165 94.477 31.8397ZM100.77 34.2609C100.312 34.2609 99.9168 34.163 99.5854 33.967C99.2561 33.769 99.0016 33.4912 98.8218 33.1337C98.644 32.7741 98.5551 32.3529 98.5551 31.87C98.5551 31.3933 98.644 30.9731 98.8218 30.6094C99.0016 30.2458 99.2521 29.9619 99.5733 29.7579C99.8966 29.5539 100.274 29.4518 100.707 29.4518C100.969 29.4518 101.224 29.4953 101.47 29.5821C101.717 29.669 101.938 29.8054 102.134 29.9912C102.33 30.1771 102.484 30.4185 102.598 30.7155C102.711 31.0104 102.767 31.369 102.767 31.7912V32.1124H99.0673V31.4337H101.879C101.879 31.1953 101.831 30.9842 101.734 30.8003C101.637 30.6145 101.501 30.468 101.325 30.3609C101.151 30.2539 100.947 30.2003 100.713 30.2003C100.458 30.2003 100.236 30.263 100.046 30.3882C99.8582 30.5114 99.7127 30.6731 99.6097 30.8731C99.5087 31.071 99.4582 31.2862 99.4582 31.5185V32.0488C99.4582 32.3599 99.5127 32.6246 99.6218 32.8427C99.7329 33.0609 99.8875 33.2276 100.085 33.3427C100.283 33.4559 100.515 33.5124 100.779 33.5124C100.951 33.5124 101.108 33.4882 101.249 33.4397C101.39 33.3892 101.513 33.3145 101.616 33.2155C101.719 33.1165 101.798 32.9943 101.852 32.8488L102.71 33.0034C102.641 33.2559 102.518 33.4771 102.34 33.667C102.164 33.8549 101.943 34.0013 101.676 34.1064C101.412 34.2094 101.11 34.2609 100.77 34.2609ZM105.851 29.5124V30.2397H103.309V29.5124H105.851ZM103.991 28.3973H104.897V32.8003C104.897 32.9761 104.923 33.1084 104.976 33.1973C105.028 33.2842 105.096 33.3438 105.179 33.3761C105.264 33.4064 105.355 33.4215 105.454 33.4215C105.527 33.4215 105.591 33.4165 105.645 33.4064C105.7 33.3963 105.742 33.3882 105.773 33.3821L105.936 34.1306C105.884 34.1508 105.809 34.171 105.712 34.1912C105.615 34.2135 105.494 34.2256 105.348 34.2276C105.11 34.2316 104.888 34.1892 104.682 34.1003C104.476 34.0114 104.309 33.8741 104.182 33.6882C104.054 33.5023 103.991 33.269 103.991 32.9882V28.3973ZM108.933 29.5124V30.2397H106.39V29.5124H108.933ZM107.072 28.3973H107.978V32.8003C107.978 32.9761 108.004 33.1084 108.057 33.1973C108.109 33.2842 108.177 33.3438 108.26 33.3761C108.345 33.4064 108.437 33.4215 108.536 33.4215C108.608 33.4215 108.672 33.4165 108.726 33.4064C108.781 33.3963 108.823 33.3882 108.854 33.3821L109.017 34.1306C108.965 34.1508 108.89 34.171 108.793 34.1912C108.696 34.2135 108.575 34.2256 108.43 34.2276C108.191 34.2316 107.969 34.1892 107.763 34.1003C107.557 34.0114 107.39 33.8741 107.263 33.6882C107.136 33.5023 107.072 33.269 107.072 32.9882V28.3973ZM111.797 34.2609C111.338 34.2609 110.943 34.163 110.612 33.967C110.283 33.769 110.028 33.4912 109.849 33.1337C109.671 32.7741 109.582 32.3529 109.582 31.87C109.582 31.3933 109.671 30.9731 109.849 30.6094C110.028 30.2458 110.279 29.9619 110.6 29.7579C110.923 29.5539 111.301 29.4518 111.733 29.4518C111.996 29.4518 112.251 29.4953 112.497 29.5821C112.743 29.669 112.965 29.8054 113.161 29.9912C113.357 30.1771 113.511 30.4185 113.624 30.7155C113.737 31.0104 113.794 31.369 113.794 31.7912V32.1124H110.094V31.4337H112.906C112.906 31.1953 112.858 30.9842 112.761 30.8003C112.664 30.6145 112.527 30.468 112.352 30.3609C112.178 30.2539 111.974 30.2003 111.739 30.2003C111.485 30.2003 111.263 30.263 111.073 30.3882C110.885 30.5114 110.739 30.6731 110.636 30.8731C110.535 31.071 110.485 31.2862 110.485 31.5185V32.0488C110.485 32.3599 110.539 32.6246 110.649 32.8427C110.76 33.0609 110.914 33.2276 111.112 33.3427C111.31 33.4559 111.541 33.5124 111.806 33.5124C111.978 33.5124 112.134 33.4882 112.276 33.4397C112.417 33.3892 112.539 33.3145 112.642 33.2155C112.746 33.1165 112.824 32.9943 112.879 32.8488L113.736 33.0034C113.668 33.2559 113.544 33.4771 113.367 33.667C113.191 33.8549 112.97 34.0013 112.703 34.1064C112.438 34.2094 112.136 34.2609 111.797 34.2609ZM114.705 34.167V29.5124H115.581V30.2518H115.63C115.715 30.0013 115.864 29.8044 116.078 29.6609C116.294 29.5155 116.539 29.4427 116.811 29.4427C116.868 29.4427 116.935 29.4448 117.011 29.4488C117.09 29.4529 117.152 29.4579 117.196 29.464V30.3306C117.16 30.3205 117.095 30.3094 117.002 30.2973C116.909 30.2832 116.817 30.2761 116.724 30.2761C116.509 30.2761 116.319 30.3215 116.151 30.4124C115.985 30.5013 115.854 30.6256 115.757 30.7852C115.66 30.9427 115.611 31.1225 115.611 31.3246V34.167H114.705ZM15.255 42.5124L13.5671 47.167H12.5974L10.9065 42.5124H11.8792L13.058 46.0943H13.1065L14.2822 42.5124H15.255ZM16.0126 47.167V42.5124H16.9187V47.167H16.0126ZM16.4702 41.7943C16.3126 41.7943 16.1773 41.7417 16.0641 41.6367C15.953 41.5296 15.8975 41.4023 15.8975 41.2549C15.8975 41.1054 15.953 40.9781 16.0641 40.8731C16.1773 40.766 16.3126 40.7124 16.4702 40.7124C16.6278 40.7124 16.7621 40.766 16.8732 40.8731C16.9864 40.9781 17.0429 41.1054 17.0429 41.2549C17.0429 41.4023 16.9864 41.5296 16.8732 41.6367C16.7621 41.7417 16.6278 41.7943 16.4702 41.7943ZM21.5316 43.6488L20.7104 43.7943C20.6761 43.6892 20.6215 43.5892 20.5468 43.4943C20.4741 43.3993 20.3751 43.3215 20.2498 43.2609C20.1246 43.2003 19.968 43.17 19.7801 43.17C19.5236 43.17 19.3094 43.2276 19.1377 43.3427C18.966 43.4559 18.8801 43.6023 18.8801 43.7821C18.8801 43.9377 18.9377 44.063 19.0528 44.1579C19.168 44.2529 19.3539 44.3306 19.6104 44.3912L20.3498 44.5609C20.7781 44.6599 21.0973 44.8124 21.3074 45.0185C21.5175 45.2246 21.6225 45.4922 21.6225 45.8215C21.6225 46.1003 21.5417 46.3488 21.3801 46.567C21.2205 46.7832 20.9973 46.9529 20.7104 47.0761C20.4256 47.1993 20.0953 47.2609 19.7195 47.2609C19.1983 47.2609 18.773 47.1498 18.4438 46.9276C18.1145 46.7034 17.9124 46.3852 17.8377 45.9731L18.7135 45.8397C18.768 46.068 18.8801 46.2407 19.0498 46.3579C19.2195 46.4731 19.4407 46.5306 19.7135 46.5306C20.0104 46.5306 20.2478 46.469 20.4256 46.3458C20.6033 46.2205 20.6922 46.068 20.6922 45.8882C20.6922 45.7427 20.6377 45.6205 20.5286 45.5215C20.4215 45.4225 20.2569 45.3478 20.0347 45.2973L19.2468 45.1246C18.8124 45.0256 18.4912 44.868 18.2831 44.6518C18.0771 44.4357 17.9741 44.1619 17.9741 43.8306C17.9741 43.5559 18.0508 43.3155 18.2044 43.1094C18.3579 42.9034 18.57 42.7427 18.8407 42.6276C19.1114 42.5104 19.4215 42.4518 19.771 42.4518C20.2741 42.4518 20.67 42.5609 20.9589 42.7791C21.2478 42.9953 21.4387 43.2852 21.5316 43.6488ZM22.5249 47.167V42.5124H23.4309V47.167H22.5249ZM22.9825 41.7943C22.8249 41.7943 22.6895 41.7417 22.5764 41.6367C22.4653 41.5296 22.4097 41.4023 22.4097 41.2549C22.4097 41.1054 22.4653 40.9781 22.5764 40.8731C22.6895 40.766 22.8249 40.7124 22.9825 40.7124C23.14 40.7124 23.2744 40.766 23.3855 40.8731C23.4986 40.9781 23.5552 41.1054 23.5552 41.2549C23.5552 41.4023 23.4986 41.5296 23.3855 41.6367C23.2744 41.7417 23.14 41.7943 22.9825 41.7943ZM24.6287 47.167V40.9609H25.5348V43.267H25.5894C25.6419 43.17 25.7176 43.0579 25.8166 42.9306C25.9156 42.8034 26.053 42.6922 26.2287 42.5973C26.4045 42.5003 26.6368 42.4518 26.9257 42.4518C27.3015 42.4518 27.6368 42.5468 27.9318 42.7367C28.2267 42.9266 28.458 43.2003 28.6257 43.5579C28.7954 43.9155 28.8803 44.3458 28.8803 44.8488C28.8803 45.3518 28.7964 45.7832 28.6287 46.1427C28.4611 46.5003 28.2308 46.7761 27.9378 46.97C27.6449 47.1619 27.3106 47.2579 26.9348 47.2579C26.652 47.2579 26.4207 47.2104 26.2409 47.1155C26.0631 47.0205 25.9237 46.9094 25.8227 46.7821C25.7217 46.6549 25.6439 46.5417 25.5894 46.4427H25.5136V47.167H24.6287ZM25.5166 44.8397C25.5166 45.167 25.5641 45.4539 25.6591 45.7003C25.754 45.9468 25.8914 46.1397 26.0712 46.2791C26.251 46.4165 26.4712 46.4852 26.7318 46.4852C27.0025 46.4852 27.2287 46.4135 27.4106 46.27C27.5924 46.1246 27.7298 45.9276 27.8227 45.6791C27.9176 45.4306 27.9651 45.1508 27.9651 44.8397C27.9651 44.5326 27.9186 44.2569 27.8257 44.0124C27.7348 43.768 27.5974 43.5751 27.4136 43.4337C27.2318 43.2922 27.0045 43.2215 26.7318 43.2215C26.4692 43.2215 26.2469 43.2892 26.0651 43.4246C25.8853 43.5599 25.749 43.7488 25.656 43.9912C25.5631 44.2337 25.5166 44.5165 25.5166 44.8397ZM29.8038 47.167V42.5124H30.7099V47.167H29.8038ZM30.2614 41.7943C30.1038 41.7943 29.9685 41.7417 29.8553 41.6367C29.7442 41.5296 29.6887 41.4023 29.6887 41.2549C29.6887 41.1054 29.7442 40.9781 29.8553 40.8731C29.9685 40.766 30.1038 40.7124 30.2614 40.7124C30.419 40.7124 30.5533 40.766 30.6644 40.8731C30.7776 40.9781 30.8341 41.1054 30.8341 41.2549C30.8341 41.4023 30.7776 41.5296 30.6644 41.6367C30.5533 41.7417 30.419 41.7943 30.2614 41.7943ZM31.835 47.167V42.5124H32.741V47.167H31.835ZM32.2925 41.7943C32.135 41.7943 31.9996 41.7417 31.8865 41.6367C31.7754 41.5296 31.7198 41.4023 31.7198 41.2549C31.7198 41.1054 31.7754 40.9781 31.8865 40.8731C31.9996 40.766 32.135 40.7124 32.2925 40.7124C32.4501 40.7124 32.5844 40.766 32.6956 40.8731C32.8087 40.9781 32.8653 41.1054 32.8653 41.2549C32.8653 41.4023 32.8087 41.5296 32.6956 41.6367C32.5844 41.7417 32.4501 41.7943 32.2925 41.7943ZM34.7721 40.9609V47.167H33.8661V40.9609H34.7721ZM35.8972 47.167V42.5124H36.8033V47.167H35.8972ZM36.3548 41.7943C36.1972 41.7943 36.0619 41.7417 35.9487 41.6367C35.8376 41.5296 35.7821 41.4023 35.7821 41.2549C35.7821 41.1054 35.8376 40.9781 35.9487 40.8731C36.0619 40.766 36.1972 40.7124 36.3548 40.7124C36.5124 40.7124 36.6467 40.766 36.7578 40.8731C36.871 40.9781 36.9275 41.1054 36.9275 41.2549C36.9275 41.4023 36.871 41.5296 36.7578 41.6367C36.6467 41.7417 36.5124 41.7943 36.3548 41.7943ZM40.1011 42.5124V43.2397H37.5587V42.5124H40.1011ZM38.2405 41.3973H39.1465V45.8003C39.1465 45.9761 39.1728 46.1084 39.2253 46.1973C39.2778 46.2842 39.3455 46.3438 39.4284 46.3761C39.5132 46.4064 39.6051 46.4215 39.7041 46.4215C39.7768 46.4215 39.8405 46.4165 39.895 46.4064C39.9496 46.3963 39.992 46.3882 40.0223 46.3821L40.1859 47.1306C40.1334 47.1508 40.0587 47.171 39.9617 47.1912C39.8647 47.2135 39.7435 47.2256 39.5981 47.2276C39.3597 47.2316 39.1374 47.1892 38.9314 47.1003C38.7253 47.0114 38.5587 46.8741 38.4314 46.6882C38.3041 46.5023 38.2405 46.269 38.2405 45.9882V41.3973ZM41.5822 48.9124C41.4469 48.9124 41.3236 48.9013 41.2125 48.8791C41.1014 48.8589 41.0186 48.8367 40.964 48.8124L41.1822 48.07C41.3479 48.1145 41.4953 48.1337 41.6246 48.1276C41.7539 48.1215 41.8681 48.0731 41.9671 47.9821C42.0681 47.8912 42.157 47.7427 42.2337 47.5367L42.3459 47.2276L40.6428 42.5124H41.6125L42.7913 46.1246H42.8398L44.0186 42.5124H44.9913L43.0731 47.7882C42.9842 48.0306 42.8711 48.2357 42.7337 48.4034C42.5964 48.5731 42.4327 48.7003 42.2428 48.7852C42.0529 48.87 41.8327 48.9124 41.5822 48.9124Z\" fill=\"black\" fill-opacity=\"0.8\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_ddd_779_47407\" x=\"-10\" y=\"-1.5\" width=\"148\" height=\"148\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"2.5\"/>\\n<feGaussianBlur stdDeviation=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0\"/>\\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_779_47407\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"3\"/>\\n<feGaussianBlur stdDeviation=\"2.5\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_779_47407\" result=\"effect2_dropShadow_779_47407\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset dy=\"8\"/>\\n<feGaussianBlur stdDeviation=\"5\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0\"/>\\n<feBlend mode=\"normal\" in2=\"effect2_dropShadow_779_47407\" result=\"effect3_dropShadow_779_47407\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect3_dropShadow_779_47407\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yqc558\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+8478.2+0+0),pixelHeight:2641,pixelWidth:4321,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png\",srcSet:\"https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png 4321w\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+5824.8+0+0),pixelHeight:2641,pixelWidth:4321,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png\",srcSet:\"https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png 4321w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+6221.6+0+0),pixelHeight:2641,pixelWidth:4321,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png\",srcSet:\"https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ug6xlBRCKR9Ods5NQ2fxAuXxiQ.png 4321w\"},className:\"framer-awvmfb\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"why us?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"why us?\"})}),className:\"framer-6z9pi0\",\"data-framer-name\":\"why us?\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uv0jd2\",children:[isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation27,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-cp3zw5 hidden-1nhk93a\",\"data-border\":true,\"data-framer-name\":\"Frame 2218\",style:{rotate:7},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(16, 16, 16)\"},children:\"Led by Rahul, with 10+ years of experience working with industry giants like Polygon\"})}),className:\"framer-htfk0w\",\"data-framer-name\":\"Led by Rahul, with 10+ years of experience working with industry giants like Polygon\",fonts:[\"GF;General Sans Variable-500\"],transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation27,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1sslkow\",\"data-framer-name\":\"Frame 2215\",style:{rotate:-6},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(16, 16, 16)\",\"--framer-text-transform\":\"uppercase\"},children:\"Industry Veteran\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(16, 16, 16)\",\"--framer-text-transform\":\"uppercase\"},children:\"Leadership\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"73px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(16, 16, 16)\",\"--framer-text-transform\":\"uppercase\"},children:\"Industry Veteran\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"73px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(16, 16, 16)\",\"--framer-text-transform\":\"uppercase\"},children:\"Leadership\"})]}),className:\"framer-1t91gnr\",\"data-framer-name\":\"Industry Veteran Leadership\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation27,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nj2e51 hidden-72rtr7 hidden-anqw7l\",\"data-border\":true,\"data-framer-name\":\"Frame 2218\",style:{rotate:6},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(16, 16, 16)\"},children:\"Led by Rahul, with 10+ years of experience working with industry giants like Polygon\"})}),className:\"framer-b80a9m\",\"data-framer-name\":\"Led by Rahul, with 10+ years of experience working with industry giants like Polygon\",fonts:[\"GF;General Sans Variable-500\"],transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation27,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-wl6sq1\",\"data-framer-name\":\"Frame 2218\",style:{rotate:11},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(243, 237, 228)\",\"--framer-text-transform\":\"uppercase\"},children:\"15+ Satisfied\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(243, 237, 228)\",\"--framer-text-transform\":\"uppercase\"},children:\"Clients\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(243, 237, 228)\",\"--framer-text-transform\":\"uppercase\"},children:\"15+ Satisfied\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(243, 237, 228)\",\"--framer-text-transform\":\"uppercase\"},children:\"Clients\"})]}),className:\"framer-cg4246\",\"data-framer-name\":\"15+ Satisfied Clients\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:232.5,intrinsicWidth:232.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+8478.2+0+0+169+429),pixelHeight:465,pixelWidth:465,src:\"https://framerusercontent.com/images/FBSZVWVpI4gSqxCMkabGtFdVu0.png\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:232.5,intrinsicWidth:232.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+5824.8+0+0+159+610-303),pixelHeight:465,pixelWidth:465,src:\"https://framerusercontent.com/images/FBSZVWVpI4gSqxCMkabGtFdVu0.png\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation27,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:232.5,intrinsicWidth:232.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+6221.6+0+0+264.5+176),pixelHeight:465,pixelWidth:465,src:\"https://framerusercontent.com/images/FBSZVWVpI4gSqxCMkabGtFdVu0.png\"},className:\"framer-721mbg\",\"data-framer-name\":\"Frame 2295\",style:{rotate:-7},whileHover:animation12})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+8478.2+0+0+169+800-632),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/awTHFjFY7epPWdy7FgnlTqLQ6k.png\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+5824.8+0+0+159+610-585),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/awTHFjFY7epPWdy7FgnlTqLQ6k.png\"},drag:undefined,onMouseDown:undefined,whileTap:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation27,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+6221.6+0+0+264.5+50),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/awTHFjFY7epPWdy7FgnlTqLQ6k.png\"},className:\"framer-1i4zax5\",\"data-border\":true,\"data-framer-name\":\"image\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,onMouseDown:preventDefault,style:{rotate:15},whileHover:animation12,whileTap:animation16})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:322,intrinsicWidth:322,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1356+0+8478.2+0+0+169+800-738),pixelHeight:644,pixelWidth:644,sizes:\"144px\",src:\"https://framerusercontent.com/images/1N8dCP66m6pwRm830alEoKcSfOQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/1N8dCP66m6pwRm830alEoKcSfOQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/1N8dCP66m6pwRm830alEoKcSfOQ.png 644w\"},transformTemplate:undefined},tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:322,intrinsicWidth:322,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+824+0+5824.8+0+0+159+610-541),pixelHeight:644,pixelWidth:644,sizes:`calc(${componentViewport?.width||\"100vw\"} - 294px)`,src:\"https://framerusercontent.com/images/1N8dCP66m6pwRm830alEoKcSfOQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/1N8dCP66m6pwRm830alEoKcSfOQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/1N8dCP66m6pwRm830alEoKcSfOQ.png 644w\"},transformTemplate:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation27,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:322,intrinsicWidth:322,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1596+0+6221.6+0+0+264.5+155),pixelHeight:644,pixelWidth:644,sizes:\"144px\",src:\"https://framerusercontent.com/images/1N8dCP66m6pwRm830alEoKcSfOQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/1N8dCP66m6pwRm830alEoKcSfOQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/1N8dCP66m6pwRm830alEoKcSfOQ.png 644w\"},className:\"framer-1h7ktwg\",\"data-framer-name\":\"Frame 2283\",style:{rotate:-2},transformTemplate:transformTemplate2,whileHover:animation17})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1iz3je3\",\"data-framer-name\":\"Frame 2212\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rx7292\",\"data-framer-name\":\"Frame 2220\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"pricing\"})})},tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"pricing\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"pricing\"})}),className:\"framer-10kn6iv\",\"data-framer-name\":\"pricing\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8htkrq\",\"data-framer-name\":\"Frame 2219\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-v9wixt\",\"data-framer-name\":\"Frame 2213\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jdw2ii\",\"data-framer-name\":\"Frame 2228\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x2ghnp\",\"data-framer-name\":\"Frame 2225\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Landing Page Audit\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Landing Page Audit\"})}),className:\"framer-fnlv52\",\"data-framer-name\":\"Only Audit\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"$69\"})}),className:\"framer-19z8g8i\",\"data-framer-name\":\"$399\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5ww53p\",\"data-framer-name\":\"Frame 2224\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l2tlui\",\"data-framer-name\":\"Frame 2221\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1tqr0o2\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M8.9581 9.37722C10.9162 7.23682 11.1757 5.68994 11.0606 5.18405C11.0482 5.10894 11.1705 5.15275 11.2332 5.18405C12.2292 5.68841 12.6295 6.7239 12.7487 7.6755C12.7843 7.95957 12.3687 10.2715 12.3123 10.5522L12.3001 10.6133C12.019 12.0271 13.2722 12.0425 13.9853 11.8641C14.0227 11.8548 14.0577 11.8355 14.086 11.8093C14.88 11.0749 14.5925 10.3769 14.1781 9.94624C14.0367 9.79933 14.0724 9.54968 14.2759 9.56311C14.9328 9.60646 15.5674 10.2343 15.8461 10.6133C16.2227 11.1035 16.9444 12.5064 16.8189 14.1962C16.6934 15.886 15.5428 17.2785 14.9832 17.7636C14.3503 18.3112 12.5072 19.2593 10.1976 18.671C7.88802 18.0827 7.02819 15.4427 6.88698 14.1962C6.76146 13.4817 6.99995 11.5176 8.9581 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"10-Second First Impression Critique\"})}),className:\"framer-r0gfm4\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p1upmo\",\"data-framer-name\":\"Frame 2226\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-zoubj7\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M8.9581 9.37722C10.9162 7.23682 11.1757 5.68994 11.0606 5.18405C11.0482 5.10894 11.1705 5.15275 11.2332 5.18405C12.2292 5.68841 12.6295 6.7239 12.7487 7.6755C12.7843 7.95957 12.3687 10.2715 12.3123 10.5522L12.3001 10.6133C12.019 12.0271 13.2722 12.0425 13.9853 11.8641C14.0227 11.8548 14.0577 11.8355 14.086 11.8093C14.88 11.0749 14.5925 10.3769 14.1781 9.94624C14.0367 9.79933 14.0724 9.54968 14.2759 9.56311C14.9328 9.60646 15.5674 10.2343 15.8461 10.6133C16.2227 11.1035 16.9444 12.5064 16.8189 14.1962C16.6934 15.886 15.5428 17.2785 14.9832 17.7636C14.3503 18.3112 12.5072 19.2593 10.1976 18.671C7.88802 18.0827 7.02819 15.4427 6.88698 14.1962C6.76146 13.4817 6.99995 11.5176 8.9581 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Brand Consistency Check\"})}),className:\"framer-d8jpib\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ipxsec\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-j6kpzl\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M8.9581 9.37722C10.9162 7.23682 11.1757 5.68994 11.0606 5.18405C11.0482 5.10894 11.1705 5.15275 11.2332 5.18405C12.2292 5.68841 12.6295 6.7239 12.7487 7.6755C12.7843 7.95957 12.3687 10.2715 12.3123 10.5522L12.3001 10.6133C12.019 12.0271 13.2722 12.0425 13.9853 11.8641C14.0227 11.8548 14.0577 11.8355 14.086 11.8093C14.88 11.0749 14.5925 10.3769 14.1781 9.94624C14.0367 9.79933 14.0724 9.54968 14.2759 9.56311C14.9328 9.60646 15.5674 10.2343 15.8461 10.6133C16.2227 11.1035 16.9444 12.5064 16.8189 14.1962C16.6934 15.886 15.5428 17.2785 14.9832 17.7636C14.3503 18.3112 12.5072 19.2593 10.1976 18.671C7.88802 18.0827 7.02819 15.4427 6.88698 14.1962C6.76146 13.4817 6.99995 11.5176 8.9581 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Voice & Tone Evaluation\"})}),className:\"framer-r97uuv\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-183id66\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1b7kw8p\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M8.9581 9.37722C10.9162 7.23682 11.1757 5.68994 11.0606 5.18405C11.0482 5.10894 11.1705 5.15275 11.2332 5.18405C12.2292 5.68841 12.6295 6.7239 12.7487 7.6755C12.7843 7.95957 12.3687 10.2715 12.3123 10.5522L12.3001 10.6133C12.019 12.0271 13.2722 12.0425 13.9853 11.8641C14.0227 11.8548 14.0577 11.8355 14.086 11.8093C14.88 11.0749 14.5925 10.3769 14.1781 9.94624C14.0367 9.79933 14.0724 9.54968 14.2759 9.56311C14.9328 9.60646 15.5674 10.2343 15.8461 10.6133C16.2227 11.1035 16.9444 12.5064 16.8189 14.1962C16.6934 15.886 15.5428 17.2785 14.9832 17.7636C14.3503 18.3112 12.5072 19.2593 10.1976 18.671C7.88802 18.0827 7.02819 15.4427 6.88698 14.1962C6.76146 13.4817 6.99995 11.5176 8.9581 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Typography & Readability Assessment\"})}),className:\"framer-qipjko\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mudssh\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1t0f30b\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M8.9581 9.37722C10.9162 7.23682 11.1757 5.68994 11.0606 5.18405C11.0482 5.10894 11.1705 5.15275 11.2332 5.18405C12.2292 5.68841 12.6295 6.7239 12.7487 7.6755C12.7843 7.95957 12.3687 10.2715 12.3123 10.5522L12.3001 10.6133C12.019 12.0271 13.2722 12.0425 13.9853 11.8641C14.0227 11.8548 14.0577 11.8355 14.086 11.8093C14.88 11.0749 14.5925 10.3769 14.1781 9.94624C14.0367 9.79933 14.0724 9.54968 14.2759 9.56311C14.9328 9.60646 15.5674 10.2343 15.8461 10.6133C16.2227 11.1035 16.9444 12.5064 16.8189 14.1962C16.6934 15.886 15.5428 17.2785 14.9832 17.7636C14.3503 18.3112 12.5072 19.2593 10.1976 18.671C7.88802 18.0827 7.02819 15.4427 6.88698 14.1962C6.76146 13.4817 6.99995 11.5176 8.9581 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Call-to-Action Effectiveness Review\"})}),className:\"framer-1roqpq0\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mejo1d\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-pgj4cn\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M8.9581 9.37722C10.9162 7.23682 11.1757 5.68994 11.0606 5.18405C11.0482 5.10894 11.1705 5.15275 11.2332 5.18405C12.2292 5.68841 12.6295 6.7239 12.7487 7.6755C12.7843 7.95957 12.3687 10.2715 12.3123 10.5522L12.3001 10.6133C12.019 12.0271 13.2722 12.0425 13.9853 11.8641C14.0227 11.8548 14.0577 11.8355 14.086 11.8093C14.88 11.0749 14.5925 10.3769 14.1781 9.94624C14.0367 9.79933 14.0724 9.54968 14.2759 9.56311C14.9328 9.60646 15.5674 10.2343 15.8461 10.6133C16.2227 11.1035 16.9444 12.5064 16.8189 14.1962C16.6934 15.886 15.5428 17.2785 14.9832 17.7636C14.3503 18.3112 12.5072 19.2593 10.1976 18.671C7.88802 18.0827 7.02819 15.4427 6.88698 14.1962C6.76146 13.4817 6.99995 11.5176 8.9581 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"User Navigation Flow Analysis\"})}),className:\"framer-1vnp4ar\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-95y6je\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1swqgm\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M8.9581 9.37722C10.9162 7.23682 11.1757 5.68994 11.0606 5.18405C11.0482 5.10894 11.1705 5.15275 11.2332 5.18405C12.2292 5.68841 12.6295 6.7239 12.7487 7.6755C12.7843 7.95957 12.3687 10.2715 12.3123 10.5522L12.3001 10.6133C12.019 12.0271 13.2722 12.0425 13.9853 11.8641C14.0227 11.8548 14.0577 11.8355 14.086 11.8093C14.88 11.0749 14.5925 10.3769 14.1781 9.94624C14.0367 9.79933 14.0724 9.54968 14.2759 9.56311C14.9328 9.60646 15.5674 10.2343 15.8461 10.6133C16.2227 11.1035 16.9444 12.5064 16.8189 14.1962C16.6934 15.886 15.5428 17.2785 14.9832 17.7636C14.3503 18.3112 12.5072 19.2593 10.1976 18.671C7.88802 18.0827 7.02819 15.4427 6.88698 14.1962C6.76146 13.4817 6.99995 11.5176 8.9581 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Mobile Responsiveness Test\"})}),className:\"framer-1mj33es\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ye3m0z\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-11zhs8k\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M8.9581 9.37722C10.9162 7.23682 11.1757 5.68994 11.0606 5.18405C11.0482 5.10894 11.1705 5.15275 11.2332 5.18405C12.2292 5.68841 12.6295 6.7239 12.7487 7.6755C12.7843 7.95957 12.3687 10.2715 12.3123 10.5522L12.3001 10.6133C12.019 12.0271 13.2722 12.0425 13.9853 11.8641C14.0227 11.8548 14.0577 11.8355 14.086 11.8093C14.88 11.0749 14.5925 10.3769 14.1781 9.94624C14.0367 9.79933 14.0724 9.54968 14.2759 9.56311C14.9328 9.60646 15.5674 10.2343 15.8461 10.6133C16.2227 11.1035 16.9444 12.5064 16.8189 14.1962C16.6934 15.886 15.5428 17.2785 14.9832 17.7636C14.3503 18.3112 12.5072 19.2593 10.1976 18.671C7.88802 18.0827 7.02819 15.4427 6.88698 14.1962C6.76146 13.4817 6.99995 11.5176 8.9581 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Content Hierarchy Examination\"})}),className:\"framer-720u6y\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2p1rz0\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-15vag8f\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M8.9581 9.37722C10.9162 7.23682 11.1757 5.68994 11.0606 5.18405C11.0482 5.10894 11.1705 5.15275 11.2332 5.18405C12.2292 5.68841 12.6295 6.7239 12.7487 7.6755C12.7843 7.95957 12.3687 10.2715 12.3123 10.5522L12.3001 10.6133C12.019 12.0271 13.2722 12.0425 13.9853 11.8641C14.0227 11.8548 14.0577 11.8355 14.086 11.8093C14.88 11.0749 14.5925 10.3769 14.1781 9.94624C14.0367 9.79933 14.0724 9.54968 14.2759 9.56311C14.9328 9.60646 15.5674 10.2343 15.8461 10.6133C16.2227 11.1035 16.9444 12.5064 16.8189 14.1962C16.6934 15.886 15.5428 17.2785 14.9832 17.7636C14.3503 18.3112 12.5072 19.2593 10.1976 18.671C7.88802 18.0827 7.02819 15.4427 6.88698 14.1962C6.76146 13.4817 6.99995 11.5176 8.9581 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Visual Design Impact Review\"})}),className:\"framer-1oasczx\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{width:\"332px\",y:(componentViewport?.y||0)+0+1356+0+8478.2+0+1080+160+0+0+132+0+24+978},tCL3s32v1:{width:`calc(${componentViewport?.width||\"100vw\"} - 96px)`,y:(componentViewport?.y||0)+0+824+0+5824.8+0+800+80+0+0+96+0+0+24+1308}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:`calc(max((${componentViewport?.width||\"100vw\"} - 272px) / 3, 1px) - 48px)`,y:(componentViewport?.y||0)+0+1596+0+6221.6+0+860+160+0+0+146.4+0+24+978,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cxcyxf-container\",nodeId:\"RkPudcfd1\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PricingButton,{height:\"100%\",id:\"RkPudcfd1\",layoutId:\"RkPudcfd1\",style:{width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ouh5zc\",\"data-framer-name\":\"Frame 2216\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wv9ed9\",\"data-framer-name\":\"Frame 2229\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i940wi\",\"data-framer-name\":\"Frame 2226\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(16, 16, 16)\"},children:\"Product Audit\"})}),className:\"framer-uvbvpf\",\"data-framer-name\":\"Audit and Proposed Solutions\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"$420\"})}),className:\"framer-15lezm\",\"data-framer-name\":\"$499\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yaws9e\",\"data-framer-name\":\"Frame 2224\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tzf5oc\",\"data-framer-name\":\"Frame 2221\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1tkmgrd\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.703125\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.66122 9.37721C11.6194 7.23682 11.8788 5.68994 11.7637 5.18405C11.7513 5.10894 11.8736 5.15275 11.9363 5.18405C12.9323 5.68841 13.3326 6.7239 13.4519 7.6755C13.4875 7.95957 13.0718 10.2715 13.0154 10.5522L13.0033 10.6133C12.7221 12.0271 13.9753 12.0425 14.6884 11.8641C14.7258 11.8548 14.7608 11.8355 14.7891 11.8093C15.5832 11.0749 15.2957 10.3769 14.8812 9.94624C14.7398 9.79933 14.7755 9.54968 14.979 9.56311C15.6359 9.60646 16.2706 10.2343 16.5493 10.6133C16.9258 11.1035 17.6476 12.5064 17.5221 14.1962C17.3965 15.886 16.2459 17.2785 15.6863 17.7636C15.0534 18.3112 13.2104 19.2593 10.9008 18.671C8.59115 18.0827 7.73132 15.4427 7.59011 14.1962C7.46459 13.4817 7.70308 11.5176 9.66122 9.37721Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Brand Soul Assessment\"})}),className:\"framer-1vgpjf\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t8gwsi\",\"data-framer-name\":\"Frame 2226\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-189bzpg\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.703125\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.66122 9.37721C11.6194 7.23682 11.8788 5.68994 11.7637 5.18405C11.7513 5.10894 11.8736 5.15275 11.9363 5.18405C12.9323 5.68841 13.3326 6.7239 13.4519 7.6755C13.4875 7.95957 13.0718 10.2715 13.0154 10.5522L13.0033 10.6133C12.7221 12.0271 13.9753 12.0425 14.6884 11.8641C14.7258 11.8548 14.7608 11.8355 14.7891 11.8093C15.5832 11.0749 15.2957 10.3769 14.8812 9.94624C14.7398 9.79933 14.7755 9.54968 14.979 9.56311C15.6359 9.60646 16.2706 10.2343 16.5493 10.6133C16.9258 11.1035 17.6476 12.5064 17.5221 14.1962C17.3965 15.886 16.2459 17.2785 15.6863 17.7636C15.0534 18.3112 13.2104 19.2593 10.9008 18.671C8.59115 18.0827 7.73132 15.4427 7.59011 14.1962C7.46459 13.4817 7.70308 11.5176 9.66122 9.37721Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"User Navigation Review\"})}),className:\"framer-11g6udi\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s3s1hy\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-i8bqbw\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.703125\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.66122 9.37722C11.6194 7.23682 11.8788 5.68994 11.7637 5.18405C11.7513 5.10894 11.8736 5.15275 11.9363 5.18405C12.9323 5.68841 13.3326 6.7239 13.4519 7.6755C13.4875 7.95957 13.0718 10.2715 13.0154 10.5522L13.0033 10.6133C12.7221 12.0271 13.9753 12.0425 14.6884 11.8641C14.7258 11.8548 14.7608 11.8355 14.7891 11.8093C15.5832 11.0749 15.2957 10.3769 14.8812 9.94624C14.7398 9.79933 14.7755 9.54968 14.979 9.56311C15.6359 9.60646 16.2706 10.2343 16.5493 10.6133C16.9258 11.1035 17.6476 12.5064 17.5221 14.1962C17.3965 15.886 16.2459 17.2785 15.6863 17.7636C15.0534 18.3112 13.2104 19.2593 10.9008 18.671C8.59115 18.0827 7.73132 15.4427 7.59011 14.1962C7.46459 13.4817 7.70308 11.5176 9.66122 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"10-Second Impression Test\"})}),className:\"framer-1kcppk4\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j04e7p\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1jd6kvr\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.703125\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.66122 9.37722C11.6194 7.23682 11.8788 5.68994 11.7637 5.18405C11.7513 5.10894 11.8736 5.15275 11.9363 5.18405C12.9323 5.68841 13.3326 6.7239 13.4519 7.6755C13.4875 7.95957 13.0718 10.2715 13.0154 10.5522L13.0033 10.6133C12.7221 12.0271 13.9753 12.0425 14.6884 11.8641C14.7258 11.8548 14.7608 11.8355 14.7891 11.8093C15.5832 11.0749 15.2957 10.3769 14.8812 9.94624C14.7398 9.79933 14.7755 9.54968 14.979 9.56311C15.6359 9.60646 16.2706 10.2343 16.5493 10.6133C16.9258 11.1035 17.6476 12.5064 17.5221 14.1962C17.3965 15.886 16.2459 17.2785 15.6863 17.7636C15.0534 18.3112 13.2104 19.2593 10.9008 18.671C8.59115 18.0827 7.73132 15.4427 7.59011 14.1962C7.46459 13.4817 7.70308 11.5176 9.66122 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Information Architecture Review\"})}),className:\"framer-1gq3fq\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zqr6v1\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-isqwc6\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.703125\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.66122 9.37722C11.6194 7.23682 11.8788 5.68994 11.7637 5.18405C11.7513 5.10894 11.8736 5.15275 11.9363 5.18405C12.9323 5.68841 13.3326 6.7239 13.4519 7.6755C13.4875 7.95957 13.0718 10.2715 13.0154 10.5522L13.0033 10.6133C12.7221 12.0271 13.9753 12.0425 14.6884 11.8641C14.7258 11.8548 14.7608 11.8355 14.7891 11.8093C15.5832 11.0749 15.2957 10.3769 14.8812 9.94624C14.7398 9.79933 14.7755 9.54968 14.979 9.56311C15.6359 9.60646 16.2706 10.2343 16.5493 10.6133C16.9258 11.1035 17.6476 12.5064 17.5221 14.1962C17.3965 15.886 16.2459 17.2785 15.6863 17.7636C15.0534 18.3112 13.2104 19.2593 10.9008 18.671C8.59115 18.0827 7.73132 15.4427 7.59011 14.1962C7.46459 13.4817 7.70308 11.5176 9.66122 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Text Readability Check\"})}),className:\"framer-1djoun2\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uyuefy\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1aij7cj\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.703125\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.66122 9.37722C11.6194 7.23682 11.8788 5.68994 11.7637 5.18405C11.7513 5.10894 11.8736 5.15275 11.9363 5.18405C12.9323 5.68841 13.3326 6.7239 13.4519 7.6755C13.4875 7.95957 13.0718 10.2715 13.0154 10.5522L13.0033 10.6133C12.7221 12.0271 13.9753 12.0425 14.6884 11.8641C14.7258 11.8548 14.7608 11.8355 14.7891 11.8093C15.5832 11.0749 15.2957 10.3769 14.8812 9.94624C14.7398 9.79933 14.7755 9.54968 14.979 9.56311C15.6359 9.60646 16.2706 10.2343 16.5493 10.6133C16.9258 11.1035 17.6476 12.5064 17.5221 14.1962C17.3965 15.886 16.2459 17.2785 15.6863 17.7636C15.0534 18.3112 13.2104 19.2593 10.9008 18.671C8.59115 18.0827 7.73132 15.4427 7.59011 14.1962C7.46459 13.4817 7.70308 11.5176 9.66122 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Interaction Design Check\"})}),className:\"framer-n4ukws\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6dk2oz\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-19ocgxg\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.703125\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.66122 9.37722C11.6194 7.23682 11.8788 5.68994 11.7637 5.18405C11.7513 5.10894 11.8736 5.15275 11.9363 5.18405C12.9323 5.68841 13.3326 6.7239 13.4519 7.6755C13.4875 7.95957 13.0718 10.2715 13.0154 10.5522L13.0033 10.6133C12.7221 12.0271 13.9753 12.0425 14.6884 11.8641C14.7258 11.8548 14.7608 11.8355 14.7891 11.8093C15.5832 11.0749 15.2957 10.3769 14.8812 9.94624C14.7398 9.79933 14.7755 9.54968 14.979 9.56311C15.6359 9.60646 16.2706 10.2343 16.5493 10.6133C16.9258 11.1035 17.6476 12.5064 17.5221 14.1962C17.3965 15.886 16.2459 17.2785 15.6863 17.7636C15.0534 18.3112 13.2104 19.2593 10.9008 18.671C8.59115 18.0827 7.73132 15.4427 7.59011 14.1962C7.46459 13.4817 7.70308 11.5176 9.66122 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Visual Hierarchy Assessment\"})}),className:\"framer-1wwpfx4\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d1oxsy\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-19f0o5q\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.703125\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.66122 9.37722C11.6194 7.23682 11.8788 5.68994 11.7637 5.18405C11.7513 5.10894 11.8736 5.15275 11.9363 5.18405C12.9323 5.68841 13.3326 6.7239 13.4519 7.6755C13.4875 7.95957 13.0718 10.2715 13.0154 10.5522L13.0033 10.6133C12.7221 12.0271 13.9753 12.0425 14.6884 11.8641C14.7258 11.8548 14.7608 11.8355 14.7891 11.8093C15.5832 11.0749 15.2957 10.3769 14.8812 9.94624C14.7398 9.79933 14.7755 9.54968 14.979 9.56311C15.6359 9.60646 16.2706 10.2343 16.5493 10.6133C16.9258 11.1035 17.6476 12.5064 17.5221 14.1962C17.3965 15.886 16.2459 17.2785 15.6863 17.7636C15.0534 18.3112 13.2104 19.2593 10.9008 18.671C8.59115 18.0827 7.73132 15.4427 7.59011 14.1962C7.46459 13.4817 7.70308 11.5176 9.66122 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"UI Component Consistency\"})}),className:\"framer-o8dkjk\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-24c1s6\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1rle88d\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.703125\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.66122 9.37722C11.6194 7.23682 11.8788 5.68994 11.7637 5.18405C11.7513 5.10894 11.8736 5.15275 11.9363 5.18405C12.9323 5.68841 13.3326 6.7239 13.4519 7.6755C13.4875 7.95957 13.0718 10.2715 13.0154 10.5522L13.0033 10.6133C12.7221 12.0271 13.9753 12.0425 14.6884 11.8641C14.7258 11.8548 14.7608 11.8355 14.7891 11.8093C15.5832 11.0749 15.2957 10.3769 14.8812 9.94624C14.7398 9.79933 14.7755 9.54968 14.979 9.56311C15.6359 9.60646 16.2706 10.2343 16.5493 10.6133C16.9258 11.1035 17.6476 12.5064 17.5221 14.1962C17.3965 15.886 16.2459 17.2785 15.6863 17.7636C15.0534 18.3112 13.2104 19.2593 10.9008 18.671C8.59115 18.0827 7.73132 15.4427 7.59011 14.1962C7.46459 13.4817 7.70308 11.5176 9.66122 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Onboarding Experience Check\"})}),className:\"framer-13au990\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bnejir\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-s6e82a\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.703125\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.66122 9.37722C11.6194 7.23682 11.8788 5.68994 11.7637 5.18405C11.7513 5.10894 11.8736 5.15275 11.9363 5.18405C12.9323 5.68841 13.3326 6.7239 13.4519 7.6755C13.4875 7.95957 13.0718 10.2715 13.0154 10.5522L13.0033 10.6133C12.7221 12.0271 13.9753 12.0425 14.6884 11.8641C14.7258 11.8548 14.7608 11.8355 14.7891 11.8093C15.5832 11.0749 15.2957 10.3769 14.8812 9.94624C14.7398 9.79933 14.7755 9.54968 14.979 9.56311C15.6359 9.60646 16.2706 10.2343 16.5493 10.6133C16.9258 11.1035 17.6476 12.5064 17.5221 14.1962C17.3965 15.886 16.2459 17.2785 15.6863 17.7636C15.0534 18.3112 13.2104 19.2593 10.9008 18.671C8.59115 18.0827 7.73132 15.4427 7.59011 14.1962C7.46459 13.4817 7.70308 11.5176 9.66122 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Mental Model Alignment\"})}),className:\"framer-2iv77a\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{width:\"332px\",y:(componentViewport?.y||0)+0+1356+0+8478.2+0+1080+160+0+0+132+0+24+692},tCL3s32v1:{width:`calc(${componentViewport?.width||\"100vw\"} - 96px)`,y:(componentViewport?.y||0)+0+824+0+5824.8+0+800+80+0+0+96+0+1420+24+1390.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:`calc(max((${componentViewport?.width||\"100vw\"} - 272px) / 3, 1px) - 48px)`,y:(componentViewport?.y||0)+0+1596+0+6221.6+0+860+160+0+0+146.4+0+24+692,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u41eky-container\",nodeId:\"ZyBcAdjyr\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PricingButton,{height:\"100%\",id:\"ZyBcAdjyr\",layoutId:\"ZyBcAdjyr\",style:{width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-zjcvgx\",\"data-framer-name\":\"Frame 2217\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1by3ktq\",\"data-framer-name\":\"Frame 2230\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ewqi4p\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Website & Product Audit\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Website & Product Audit\"})}),className:\"framer-84dbpo\",\"data-framer-name\":\"Audit, Solutions, and Redesign\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"$469\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"$469\"})}),className:\"framer-134e0zm\",\"data-framer-name\":\"$799\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tr5qaf\",\"data-framer-name\":\"Frame 2224\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16acuh6\",\"data-framer-name\":\"Frame 2221\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-108h7m7\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.398438\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.34872 9.37722C11.3069 7.23682 11.5663 5.68994 11.4512 5.18405C11.4388 5.10894 11.5611 5.15275 11.6238 5.18405C12.6198 5.68841 13.0201 6.7239 13.1394 7.6755C13.175 7.95957 12.7593 10.2715 12.7029 10.5522L12.6908 10.6133C12.4096 12.0271 13.6628 12.0425 14.3759 11.8641C14.4133 11.8548 14.4483 11.8355 14.4766 11.8093C15.2707 11.0749 14.9832 10.3769 14.5687 9.94624C14.4273 9.79933 14.463 9.54968 14.6665 9.56311C15.3234 9.60646 15.9581 10.2343 16.2368 10.6133C16.6133 11.1035 17.3351 12.5064 17.2096 14.1962C17.084 15.886 15.9334 17.2785 15.3738 17.7636C14.7409 18.3112 12.8979 19.2593 10.5883 18.671C8.27865 18.0827 7.41882 15.4427 7.27761 14.1962C7.15209 13.4817 7.39058 11.5176 9.34872 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"10-Second First Impression Critique\"})}),className:\"framer-33uhop\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wd0haj\",\"data-framer-name\":\"Frame 2226\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1tlwep5\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.398438\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.34872 9.37722C11.3069 7.23682 11.5663 5.68994 11.4512 5.18405C11.4388 5.10894 11.5611 5.15275 11.6238 5.18405C12.6198 5.68841 13.0201 6.7239 13.1394 7.6755C13.175 7.95957 12.7593 10.2715 12.7029 10.5522L12.6908 10.6133C12.4096 12.0271 13.6628 12.0425 14.3759 11.8641C14.4133 11.8548 14.4483 11.8355 14.4766 11.8093C15.2707 11.0749 14.9832 10.3769 14.5687 9.94624C14.4273 9.79933 14.463 9.54968 14.6665 9.56311C15.3234 9.60646 15.9581 10.2343 16.2368 10.6133C16.6133 11.1035 17.3351 12.5064 17.2096 14.1962C17.084 15.886 15.9334 17.2785 15.3738 17.7636C14.7409 18.3112 12.8979 19.2593 10.5883 18.671C8.27865 18.0827 7.41882 15.4427 7.27761 14.1962C7.15209 13.4817 7.39058 11.5176 9.34872 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Information Architecture Review\"})}),className:\"framer-14t5j5c\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k497e3\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-i774pr\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.398438\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.34872 9.37722C11.3069 7.23682 11.5663 5.68994 11.4512 5.18405C11.4388 5.10894 11.5611 5.15275 11.6238 5.18405C12.6198 5.68841 13.0201 6.7239 13.1394 7.6755C13.175 7.95957 12.7593 10.2715 12.7029 10.5522L12.6908 10.6133C12.4096 12.0271 13.6628 12.0425 14.3759 11.8641C14.4133 11.8548 14.4483 11.8355 14.4766 11.8093C15.2707 11.0749 14.9832 10.3769 14.5687 9.94624C14.4273 9.79933 14.463 9.54968 14.6665 9.56311C15.3234 9.60646 15.9581 10.2343 16.2368 10.6133C16.6133 11.1035 17.3351 12.5064 17.2096 14.1962C17.084 15.886 15.9334 17.2785 15.3738 17.7636C14.7409 18.3112 12.8979 19.2593 10.5883 18.671C8.27865 18.0827 7.41882 15.4427 7.27761 14.1962C7.15209 13.4817 7.39058 11.5176 9.34872 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Interaction Design Check\"})}),className:\"framer-sns25p\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-196f2uc\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1blk2rt\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.398438\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.34872 9.37722C11.3069 7.23682 11.5663 5.68994 11.4512 5.18405C11.4388 5.10894 11.5611 5.15275 11.6238 5.18405C12.6198 5.68841 13.0201 6.7239 13.1394 7.6755C13.175 7.95957 12.7593 10.2715 12.7029 10.5522L12.6908 10.6133C12.4096 12.0271 13.6628 12.0425 14.3759 11.8641C14.4133 11.8548 14.4483 11.8355 14.4766 11.8093C15.2707 11.0749 14.9832 10.3769 14.5687 9.94624C14.4273 9.79933 14.463 9.54968 14.6665 9.56311C15.3234 9.60646 15.9581 10.2343 16.2368 10.6133C16.6133 11.1035 17.3351 12.5064 17.2096 14.1962C17.084 15.886 15.9334 17.2785 15.3738 17.7636C14.7409 18.3112 12.8979 19.2593 10.5883 18.671C8.27865 18.0827 7.41882 15.4427 7.27761 14.1962C7.15209 13.4817 7.39058 11.5176 9.34872 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Call-to-Action Effectiveness Review\"})}),className:\"framer-1mx0y1i\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b3e2vx\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1brmut1\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.398438\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.34872 9.37722C11.3069 7.23682 11.5663 5.68994 11.4512 5.18405C11.4388 5.10894 11.5611 5.15275 11.6238 5.18405C12.6198 5.68841 13.0201 6.7239 13.1394 7.6755C13.175 7.95957 12.7593 10.2715 12.7029 10.5522L12.6908 10.6133C12.4096 12.0271 13.6628 12.0425 14.3759 11.8641C14.4133 11.8548 14.4483 11.8355 14.4766 11.8093C15.2707 11.0749 14.9832 10.3769 14.5687 9.94624C14.4273 9.79933 14.463 9.54968 14.6665 9.56311C15.3234 9.60646 15.9581 10.2343 16.2368 10.6133C16.6133 11.1035 17.3351 12.5064 17.2096 14.1962C17.084 15.886 15.9334 17.2785 15.3738 17.7636C14.7409 18.3112 12.8979 19.2593 10.5883 18.671C8.27865 18.0827 7.41882 15.4427 7.27761 14.1962C7.15209 13.4817 7.39058 11.5176 9.34872 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Brand Soul Assessment\"})}),className:\"framer-v5dix9\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j550pj\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-o1eio7\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.398438\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.34872 9.37722C11.3069 7.23682 11.5663 5.68994 11.4512 5.18405C11.4388 5.10894 11.5611 5.15275 11.6238 5.18405C12.6198 5.68841 13.0201 6.7239 13.1394 7.6755C13.175 7.95957 12.7593 10.2715 12.7029 10.5522L12.6908 10.6133C12.4096 12.0271 13.6628 12.0425 14.3759 11.8641C14.4133 11.8548 14.4483 11.8355 14.4766 11.8093C15.2707 11.0749 14.9832 10.3769 14.5687 9.94624C14.4273 9.79933 14.463 9.54968 14.6665 9.56311C15.3234 9.60646 15.9581 10.2343 16.2368 10.6133C16.6133 11.1035 17.3351 12.5064 17.2096 14.1962C17.084 15.886 15.9334 17.2785 15.3738 17.7636C14.7409 18.3112 12.8979 19.2593 10.5883 18.671C8.27865 18.0827 7.41882 15.4427 7.27761 14.1962C7.15209 13.4817 7.39058 11.5176 9.34872 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Error Recovery Review\"})}),className:\"framer-ujfiqu\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j8x21m\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-odovo4\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.398438\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.34872 9.37722C11.3069 7.23682 11.5663 5.68994 11.4512 5.18405C11.4388 5.10894 11.5611 5.15275 11.6238 5.18405C12.6198 5.68841 13.0201 6.7239 13.1394 7.6755C13.175 7.95957 12.7593 10.2715 12.7029 10.5522L12.6908 10.6133C12.4096 12.0271 13.6628 12.0425 14.3759 11.8641C14.4133 11.8548 14.4483 11.8355 14.4766 11.8093C15.2707 11.0749 14.9832 10.3769 14.5687 9.94624C14.4273 9.79933 14.463 9.54968 14.6665 9.56311C15.3234 9.60646 15.9581 10.2343 16.2368 10.6133C16.6133 11.1035 17.3351 12.5064 17.2096 14.1962C17.084 15.886 15.9334 17.2785 15.3738 17.7636C14.7409 18.3112 12.8979 19.2593 10.5883 18.671C8.27865 18.0827 7.41882 15.4427 7.27761 14.1962C7.15209 13.4817 7.39058 11.5176 9.34872 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Onboarding Experience Check\"})}),className:\"framer-2xs4xh\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2gt6it\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1pmp3rt\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.398438\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.34872 9.37722C11.3069 7.23682 11.5663 5.68994 11.4512 5.18405C11.4388 5.10894 11.5611 5.15275 11.6238 5.18405C12.6198 5.68841 13.0201 6.7239 13.1394 7.6755C13.175 7.95957 12.7593 10.2715 12.7029 10.5522L12.6908 10.6133C12.4096 12.0271 13.6628 12.0425 14.3759 11.8641C14.4133 11.8548 14.4483 11.8355 14.4766 11.8093C15.2707 11.0749 14.9832 10.3769 14.5687 9.94624C14.4273 9.79933 14.463 9.54968 14.6665 9.56311C15.3234 9.60646 15.9581 10.2343 16.2368 10.6133C16.6133 11.1035 17.3351 12.5064 17.2096 14.1962C17.084 15.886 15.9334 17.2785 15.3738 17.7636C14.7409 18.3112 12.8979 19.2593 10.5883 18.671C8.27865 18.0827 7.41882 15.4427 7.27761 14.1962C7.15209 13.4817 7.39058 11.5176 9.34872 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Content Hierarchy Examination\"})}),className:\"framer-14bpzlb\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m6vqjt\",\"data-framer-name\":\"Frame 2227\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1bucf76\",\"data-framer-name\":\"Frame 2210\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.398438\" width=\"24\" height=\"24\" rx=\"12\" fill=\"#101010\"/>\\n<path d=\"M9.34872 9.37722C11.3069 7.23682 11.5663 5.68994 11.4512 5.18405C11.4388 5.10894 11.5611 5.15275 11.6238 5.18405C12.6198 5.68841 13.0201 6.7239 13.1394 7.6755C13.175 7.95957 12.7593 10.2715 12.7029 10.5522L12.6908 10.6133C12.4096 12.0271 13.6628 12.0425 14.3759 11.8641C14.4133 11.8548 14.4483 11.8355 14.4766 11.8093C15.2707 11.0749 14.9832 10.3769 14.5687 9.94624C14.4273 9.79933 14.463 9.54968 14.6665 9.56311C15.3234 9.60646 15.9581 10.2343 16.2368 10.6133C16.6133 11.1035 17.3351 12.5064 17.2096 14.1962C17.084 15.886 15.9334 17.2785 15.3738 17.7636C14.7409 18.3112 12.8979 19.2593 10.5883 18.671C8.27865 18.0827 7.41882 15.4427 7.27761 14.1962C7.15209 13.4817 7.39058 11.5176 9.34872 9.37722Z\" fill=\"#FF350F\" stroke=\"#FF350F\" stroke-width=\"0.253512\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Mental Model Alignment\"})}),className:\"framer-1nb4njl\",\"data-framer-name\":\"Detailed Audit of your landing page or product\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8vq6k4\",\"data-framer-name\":\"Frame 2227\"})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{width:\"332px\",y:(componentViewport?.y||0)+0+1356+0+8478.2+0+1080+160+0+0+132+0+24+692},tCL3s32v1:{width:`calc(${componentViewport?.width||\"100vw\"} - 96px)`,y:(componentViewport?.y||0)+0+824+0+5824.8+0+800+80+0+0+96+0+2922.5+24+1272.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:`calc(max((${componentViewport?.width||\"100vw\"} - 272px) / 3, 1px) - 48px)`,y:(componentViewport?.y||0)+0+1596+0+6221.6+0+860+160+0+0+146.4+0+24+692,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ueiv1k-container\",nodeId:\"YU1iLpQoE\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PricingButton,{height:\"100%\",id:\"YU1iLpQoE\",layoutId:\"YU1iLpQoE\",style:{width:\"100%\"},width:\"100%\"})})})})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ejmkla\",\"data-framer-name\":\"Frame 2213\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w6bx89\",\"data-framer-name\":\"Frame 2214\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"frequently\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"asked\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"questions\"})]})},tCL3s32v1:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"frequently\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"asked\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"questions\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"frequently\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"asked\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"questions\"})]}),className:\"framer-b4cael\",\"data-framer-name\":\"frequently asked questions\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{y:(componentViewport?.y||0)+0+1356+0+8478.2+0+2320+160+0+0+1128},tCL3s32v1:{y:(componentViewport?.y||0)+0+824+0+5824.8+0+5347.3+80+0+0+164}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"223px\",y:(componentViewport?.y||0)+0+1596+0+6221.6+0+2114.4+160+0+1344,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1du3t4w-container\",nodeId:\"GlWpypvPJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"GlWpypvPJ\",layoutId:\"GlWpypvPJ\",style:{height:\"100%\",width:\"100%\"},variant:\"mftRjWyxJ\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-alyqmj\",\"data-framer-name\":\"Frame 2243\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{y:(componentViewport?.y||0)+0+1356+0+8478.2+0+2320+160+1308+0+0},tCL3s32v1:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+824+0+5824.8+0+5347.3+80+304+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,width:\"548px\",y:(componentViewport?.y||0)+0+1596+0+6221.6+0+2114.4+160+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-n99a43-container\",nodeId:\"VVqjLQOQX\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{variant:\"mvna3tiiY\"},tCL3s32v1:{variant:\"XW1gaTunE\"}},children:/*#__PURE__*/_jsx(Faq,{height:\"100%\",id:\"VVqjLQOQX\",layoutId:\"VVqjLQOQX\",style:{width:\"100%\"},variant:\"PeDVSK9nI\",veH2jAkY_:\"What can I expect from this audit?\",Vzw3xQCCM:\"Be it a landing page or a product interface, your asset will undergo a sharp, no-nonsense review. We go beyond the basics with our own signature checkpoints like the 10-second impression and brand soul check, while still covering the essentials: structure, flow, copy, usability and visual impact. At Roast Riders, the devil\u2019s in the details. We zero in on the subtle stuff that can make or break the user experience. You\u2019ll walk away with insights that don\u2019t just point out problems but highlight opportunities to elevate your product or page.\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{y:(componentViewport?.y||0)+0+1356+0+8478.2+0+2320+160+1308+0+73},tCL3s32v1:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+824+0+5824.8+0+5347.3+80+304+0+73}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,width:\"548px\",y:(componentViewport?.y||0)+0+1596+0+6221.6+0+2114.4+160+0+73,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2mn2e0-container\",nodeId:\"ichPjaCMw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{variant:\"mvna3tiiY\"},tCL3s32v1:{variant:\"XW1gaTunE\"}},children:/*#__PURE__*/_jsx(Faq,{height:\"100%\",id:\"ichPjaCMw\",layoutId:\"ichPjaCMw\",style:{width:\"100%\"},variant:\"PeDVSK9nI\",veH2jAkY_:\"Do you only roast websites and products, or can I submit decks and branding?\",Vzw3xQCCM:\"At the moment, our primary plans focus on websites and products. Although, if you do wish for us to roast your pitch decks and other design assets, please do reach out to us at design@roastriders.xyz and we\u2019ll find a way to make it happen!\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{y:(componentViewport?.y||0)+0+1356+0+8478.2+0+2320+160+1308+0+146},tCL3s32v1:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+824+0+5824.8+0+5347.3+80+304+0+146}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,width:\"548px\",y:(componentViewport?.y||0)+0+1596+0+6221.6+0+2114.4+160+0+146,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rkfgoi-container\",nodeId:\"LyLXWsRs0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{variant:\"mvna3tiiY\"},tCL3s32v1:{variant:\"XW1gaTunE\"}},children:/*#__PURE__*/_jsx(Faq,{height:\"100%\",id:\"LyLXWsRs0\",layoutId:\"LyLXWsRs0\",style:{width:\"100%\"},variant:\"PeDVSK9nI\",veH2jAkY_:\"Can I submit more than one design at a time?\",Vzw3xQCCM:\"Yes! If you have multiple design assets you want roaster, pls reach out to us at design@roastriders.xyz and we\u2019ll reach out to you with more details on pricing and delivery\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{y:(componentViewport?.y||0)+0+1356+0+8478.2+0+2320+160+1308+0+219},tCL3s32v1:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+824+0+5824.8+0+5347.3+80+304+0+219}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,width:\"548px\",y:(componentViewport?.y||0)+0+1596+0+6221.6+0+2114.4+160+0+219,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18332xm-container\",nodeId:\"WYQtf9X0u\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{variant:\"mvna3tiiY\"},tCL3s32v1:{variant:\"XW1gaTunE\"}},children:/*#__PURE__*/_jsx(Faq,{height:\"100%\",id:\"WYQtf9X0u\",layoutId:\"WYQtf9X0u\",style:{width:\"100%\"},variant:\"PeDVSK9nI\",veH2jAkY_:\"How long does it take for my roast to get back?\",Vzw3xQCCM:\"We sign, seal, and deliver all your roasts within 48 hours after receiving your design assets\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{y:(componentViewport?.y||0)+0+1356+0+8478.2+0+2320+160+1308+0+292},tCL3s32v1:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+824+0+5824.8+0+5347.3+80+304+0+292}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,width:\"548px\",y:(componentViewport?.y||0)+0+1596+0+6221.6+0+2114.4+160+0+292,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fnkl7l-container\",nodeId:\"Cx7mSVrGF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{variant:\"mvna3tiiY\"},tCL3s32v1:{variant:\"XW1gaTunE\"}},children:/*#__PURE__*/_jsx(Faq,{height:\"100%\",id:\"Cx7mSVrGF\",layoutId:\"Cx7mSVrGF\",style:{width:\"100%\"},variant:\"PeDVSK9nI\",veH2jAkY_:\"Will there be a review call or just a written review?\",Vzw3xQCCM:\"We don\u2019t do review calls, but we make sure you have everything you need. You\u2019ll receive detailed feedback on FigJam, organized according to key metrics, along with an optional Loom video walkthrough for those who prefer a visual explanation. Plus, we\u2019ll provide a comprehensive Notion doc that you can refer to anytime for a deeper dive into our findings and suggestions.\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d2epi8\",\"data-framer-name\":\"Frame 2203\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mgdzeo\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:[\"Hellfire Is About To Be Unleashed \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 53, 15)\"},children:\"on bad design\"})]})})},tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:[\"Hellfire Is About To Be Unleashed \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 53, 15)\"},children:\"on bad design\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RlYWNvbiBDb25kZW5zZWQgVGVzdCBCbGFjaw==\",\"--framer-font-family\":'\"Deacon Condensed Test Black\", \"Deacon Condensed Test Black Placeholder\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(240, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:[\"Hellfire Is About To Be Unleashed \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 53, 15)\"},children:\"on bad design\"})]})}),className:\"framer-vomf55\",\"data-framer-name\":\"Hellfire Is About To Be Unleashed on bad design\",fonts:[\"CUSTOM;Deacon Condensed Test Black\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{y:(componentViewport?.y||0)+0+1356+0+8478.2+0+4301+80+0+408},tCL3s32v1:{y:(componentViewport?.y||0)+0+824+0+5824.8+0+6164.3+80+0+220}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"223px\",y:(componentViewport?.y||0)+0+1596+0+6221.6+0+2787.4+120+0+480,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2ri7p1-container\",nodeId:\"KsEugKrTY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"KsEugKrTY\",layoutId:\"KsEugKrTY\",style:{height:\"100%\",width:\"100%\"},variant:\"mftRjWyxJ\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-gz24h5\",\"data-framer-name\":\"9hqYPE\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:830,intrinsicWidth:597,svg:'<svg width=\"597\" height=\"830\" viewBox=\"0 0 597 830\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M471.253 204.728C471.062 199.223 475.647 193.582 477.438 188.062C484.952 164.873 477.418 135.732 463.614 116.252C451.742 99.4959 433.213 91.6926 416.641 80.793C409.681 76.2164 407.668 73.2908 403.29 66.4861C402.882 65.8538 402.872 64.785 402.811 64.7197C400.788 62.4866 402.882 69.7229 403.073 70.2347C408.619 84.7273 424.562 90.719 436.262 98.8636C443.514 103.912 449.367 111.429 453.896 118.911C445.618 109.994 434.662 102.391 422.458 100.088C408.307 97.4183 395.212 103.967 380.975 102.311C370.865 101.137 366.2 90.2323 357.016 87.5576C346.493 84.4965 338.874 96.3595 328.084 85.7962C322.765 80.5873 322.448 73.8629 319.373 68.388C316.59 63.4301 315.221 72.8041 315.226 74.992C315.266 87.3618 330.922 95.5716 340.066 101.453L351.475 106.376C341.234 110.476 328.909 109.286 319.262 104.133C311.824 100.163 307.265 92.2496 299.66 88.5512C277.049 77.5613 260.774 96.3946 242.612 106.466C221.793 118.013 190.234 125.716 167.779 114.676C156.008 108.885 148.605 94.8239 152.042 81.892C155.117 70.32 169.097 70.8771 165.64 55.5816C161.891 39.0065 142.345 32.4678 138.138 16.264C136.955 11.7125 136.693 6.84985 135.621 2.21303C135.44 1.42517 135.772 0.572075 134.831 0C130.745 6.22759 130.705 15.2152 132.708 22.1804C134.967 30.0289 141.58 34.9568 146.33 41.0238C150.377 46.1875 155.661 54.6382 155.726 61.488C155.812 70.315 142.944 79.1069 141.68 91.6323C139.275 115.529 155.233 128.09 177.582 129.48C187.114 130.072 200.339 128.832 208.673 125.299C214.496 122.83 220.258 120.045 226.166 117.923C225.567 119.488 224.314 120.562 223.151 121.686C204.733 139.541 180.818 143.43 156.104 136.339C151.705 135.075 147.971 132.475 143.633 131.969C142.918 135.321 146.798 136.36 148.53 138.482C163.179 148.308 181.976 148.684 196.696 157.491C208.733 157.546 210.485 153.02 217.118 145.277C225.039 136.028 234.948 129.971 245.954 124.853C264.438 116.262 275.902 115.373 293.938 125.856C299.328 128.993 302.615 133.896 309.449 134.006C319.081 134.162 334.229 125.294 344.324 122.57C356.613 119.253 370.815 119.278 383.064 122.795C401.573 128.115 416.309 142.311 432.498 152.031C431.029 146.652 427.33 140.881 426.952 135.24C426.046 121.772 442.563 132.506 447.364 136.962C453.781 142.923 462.547 159.017 461.153 167.804C460.413 172.46 456.317 167.864 455.658 168.591C454.108 182.025 463.312 194.46 460.182 207.733C460.444 207.814 460.841 208.536 461.953 208.712C462.995 208.878 464.847 208.868 465.869 208.632C468.033 208.13 469.281 205.415 471.258 204.722L471.253 204.728ZM325.306 116.904C320.138 118.906 314.662 121.566 308.935 121.456C303.304 121.35 297.502 118.54 292.092 117.16C272.269 112.097 256.738 117.526 239.069 126.012C235.843 127.563 226.433 133.891 223.469 132.902C221.305 132.184 223.041 127.668 224.168 126.203C231.017 117.3 255.661 106.531 266.738 105.422C279.686 104.128 284.613 108.062 295.619 112.127C305.131 115.639 314.25 113.727 323.902 116.046C324.405 116.166 325.422 116.191 325.296 116.899L325.306 116.904Z\" fill=\"#FF350F\"/>\\n<path d=\"M463.212 331.687C468.32 330.839 469.779 328.586 471.405 324.055C476.774 309.1 478.319 289.474 494.75 281.094C514.176 271.188 498.389 300.785 496.049 306.978C488.872 325.962 488.46 341.086 483.694 359.895C478.807 379.19 464.837 387.806 455.447 403.99C449.72 413.86 444.008 431.138 447.083 442.359C447.269 443.046 447.143 443.914 448.104 444.09C450.092 425.829 460.665 409.51 474.545 397.938C482.189 391.56 498.535 383.159 502.556 374.683C507.301 364.682 502.063 349.627 500.96 338.959C499.184 321.731 502.626 304.524 516.048 292.791C522.087 287.512 524.553 287.889 527.648 279.267C529.369 274.475 530.169 263.716 537.698 269.708C551.487 280.692 546.62 296.289 542.453 310.611C541.437 314.109 538.971 320.251 538.709 325.425C538.483 329.881 540.088 336.856 545.503 337.238C551.854 337.689 552.795 328.431 554.567 324.17C559.946 311.223 576.246 314.962 582.376 297.704C589.049 278.916 582.049 255.26 567.399 242.107C559.911 235.383 551.914 233.145 543.782 228.021C535.121 222.567 530.531 213.75 519.238 218.186C507.946 222.622 491.998 234.139 485.455 243.713C475.033 258.964 473.604 272.774 470.106 290.132C467.323 303.947 463.539 317.446 463.222 331.687H463.212Z\" fill=\"#FF350F\"/>\\n<path d=\"M422.568 390.521C419.272 408.471 414.989 426.541 414.385 444.843C413.993 456.771 414.757 470.551 412.82 482.424C412.045 487.191 409.992 492.41 405.342 494.538C368.403 511.961 333.075 534.182 292.574 542.743C292.624 544.072 293.082 546.466 294.471 546.883C306.156 545.227 318.013 542.426 329.452 539.3C345.943 534.789 362.938 528.521 378.498 521.466C384.391 518.791 391.371 513.246 397.904 513.978C402.201 514.46 402.312 516.538 401.764 520.582C401.386 523.352 399.489 526.047 397.129 527.497C366.607 542.763 335.244 556.327 303.298 568.421C296.655 570.935 287.697 572.897 281.693 575.983C279.726 576.992 277.089 578.482 278.271 581.082C279.922 584.705 284.733 580.73 287.078 579.847C294.078 577.213 301.546 575.923 308.708 573.815C328.782 567.909 348.656 561.27 368.71 555.363C376.269 553.14 394.431 546.838 401.301 549.231C405.372 550.651 405.593 554.927 405.855 558.741C406.851 573.123 405.367 588.845 405.815 603.443C406.741 633.798 411.532 664.143 415.432 694.242C414.607 698.237 410.485 705.894 408.588 698.031C405.563 685.515 403.887 669.502 402.378 656.55C399.871 635.037 397.209 611.447 396.253 589.894C396.127 587.028 396.852 576.751 396.021 575.07C395.362 573.73 393.113 573.69 392.207 574.784C390.571 576.751 391.291 589.974 391.261 593.406C390.969 630.285 393.616 668.775 404.436 704.178C405.301 705.483 406.424 706.602 407.843 707.304C408.975 707.866 419.87 710.672 420.681 710.576C421.838 710.441 423.293 707.204 423.685 706.03C426.091 698.854 423.474 688.401 422.95 680.698C419.634 632.137 418.95 581.709 422.447 533.173C423.449 519.288 426.05 504.218 426.498 490.523C426.624 486.714 424.209 485.5 424.435 480.457C424.858 471.017 427.248 459.892 428.416 450.307C431.033 428.85 433.493 407.392 437.555 386.145C437.514 385.417 437.736 385.226 436.84 385.437C434.736 385.929 423.559 389.457 422.563 390.526L422.568 390.521Z\" fill=\"#F0D5B4\"/>\\n<path d=\"M295.122 157.055C291.756 158.143 288.223 158.866 284.926 160.186C272.37 165.194 246.544 185.859 239.679 197.366C236.489 202.71 234.687 209.971 231.713 214.764C232.548 215.788 231.436 218.256 231.064 219.386C227.289 230.902 223.545 242.439 220.148 254.076C220.017 254.669 219.232 254.322 219.127 254.408C219.283 255.487 219.579 256.289 219.429 257.424C218.699 262.883 215.659 269.397 214.235 274.872C211.331 286.032 208.835 308.981 199.163 315.544C193.159 319.619 175.324 321.074 167.478 322.088C126.569 327.367 88.9661 330.985 49.144 343.094C45.1885 344.299 31.0774 348.569 28.8832 351.133C25.2095 355.424 27.6251 363.639 32.7381 365.741C37.2069 367.583 48.0067 365.43 52.546 363.543C58.585 361.029 55.7114 355.213 59.7425 352.654C90.7577 340.219 123.565 332.094 156.98 329.179C169.134 328.12 181.569 328.526 193.632 326.584C211.779 323.659 214.17 316.478 217.879 300.078C228.331 253.825 236.277 203.102 279.059 175.411C339.172 136.505 396.854 162.825 445.096 205.47C446.696 206.885 455.447 214.764 455.915 215.783C456.695 217.474 453.907 222.532 453.278 224.69C448.573 240.828 444.17 259.406 440.702 275.88C435.267 301.699 432.761 328.476 426.969 354.265C427.467 354.752 439.137 351.981 440.224 351.299C440.793 350.938 441.1 349.457 441.316 348.755C453.505 309.292 453.651 265.423 466.71 226.04C468.321 221.177 471.697 214.98 472.186 209.861C472.236 209.319 471.315 206.509 471.254 204.727C469.282 205.42 468.029 208.135 465.865 208.637C464.843 208.872 462.991 208.882 461.949 208.717C460.837 208.541 460.445 207.819 460.178 207.738C453.218 205.661 450.224 200.653 444.814 196.212C429.465 183.601 412.591 173.093 396.311 161.777C388.566 156.397 373.262 142.733 364.561 141.498C339.71 137.97 321.638 157.797 295.112 157.055H295.122Z\" fill=\"#F0D5B4\"/>\\n<path d=\"M364.57 141.497C360.59 139.636 354.581 137.95 350.162 137.548C330.068 135.711 314.628 147.554 294.89 148.543C290.381 148.769 286.104 147.881 281.761 147.996C272.254 148.247 264.378 152.708 255.476 154.901C250.106 156.226 241.289 159.101 241.772 150.294C242.029 145.658 245.899 141.081 249.321 138.231C252.019 135.982 255.199 134.673 257.881 132.47C245.733 134.005 232.724 147.324 227.098 157.721C221.683 167.728 223.731 178.286 217.778 187.539C212.393 195.91 198.795 208.465 188.161 207.758C184.805 207.532 182.359 204.953 179.183 205.254C169.908 206.122 175.062 218.442 180.416 221.503C194.371 229.482 216.217 214.291 223.862 202.669C224.4 201.851 225.316 197.962 227.218 199.428C230.112 201.661 225.895 216.234 224.677 219.541C215.266 245.153 200.773 270.691 168.701 259.781C163.175 257.905 160.483 254.844 155.883 252.495C150.392 249.685 147.302 253.96 151.193 259.174C162.38 274.174 188.836 273.225 204.054 265.723C209.877 262.853 214.22 258.386 219.131 254.412C219.237 254.327 220.017 254.673 220.153 254.081C223.55 242.444 227.294 230.907 231.068 219.39C231.441 218.261 232.548 215.787 231.718 214.768C231.572 215.004 229.498 217.759 229.705 216.028C230.429 209.986 233.766 200.13 236.317 194.515C246.126 172.947 261.842 156.095 287.347 156.035C289.556 156.03 293.089 156.999 295.122 157.059C321.648 157.802 339.72 137.975 364.57 141.502V141.497Z\" fill=\"#FF350F\"/>\\n<path d=\"M47.5216 370.333C54.1142 387.229 58.3767 404.893 61.0288 422.854C61.7585 427.802 62.0152 432.82 62.6845 437.763C62.9512 439.755 63.535 443.604 65.8801 440.568C73.6302 430.541 60.8779 395.926 60.1129 383.119C59.9116 379.712 59.9921 374.252 64.8082 374.488C67.6767 374.629 69.2771 377.67 70.2685 380.018C78.6878 399.976 84.1179 428.825 81.194 450.318C80.6958 453.992 76.6094 461.795 84.4802 460.641C88.0835 460.114 93.428 449.902 94.4748 446.499C99.8898 428.835 93.7954 403.584 86.3674 387.059C85.0539 384.138 79.181 374.629 79.2011 372.571C79.2213 370.735 82.3414 369.972 84.0022 369.319C96.6991 364.306 116.17 361.376 129.969 358.952C154.377 354.666 181.376 354.28 205.064 348.524C209.623 347.415 211.143 347.014 211.586 341.734C203.267 342.211 194.989 343.932 186.675 344.74C159.636 347.365 133.733 347.184 106.819 352.428C86.4177 356.403 67.3647 364.447 47.5267 370.338L47.5216 370.333Z\" fill=\"#F0D5B4\"/>\\n<path d=\"M357.517 468.178L395.708 469.127C400.59 445.335 402.432 421.027 405.32 396.925L345.444 416.742C348.529 420.631 351.432 424.786 353.415 429.357C358.674 441.506 358.614 455.211 357.517 468.173V468.178Z\" fill=\"#FF350F\"/>\\n<path d=\"M229.343 756.077C226.983 754.185 228.674 748.068 228.714 745.458C229.298 710.301 226.238 672.729 219.998 638.189C219.757 636.859 219.193 633.071 217.99 632.599C216.521 632.022 213.34 633.382 213.083 635.063C213.869 641.075 215.011 647.066 215.61 653.103C218.886 686.173 218.987 719.419 221.125 752.484C221.458 757.627 221.473 760.247 226.963 761.717C237.305 764.482 246.519 753.076 248.261 743.872C252.387 722.068 255.115 686.484 252.282 664.71C251.502 658.698 246.585 630.918 244.008 627.295C241.955 624.404 238.241 624.856 237.008 627.771C236.243 629.588 236.595 639.981 236.751 642.56C237.355 652.401 239.363 662.266 239.786 672.152C240.561 690.373 239.237 708.735 238.739 726.851C238.568 733.098 239.902 747.626 237.853 752.564C236.62 755.525 232.202 758.37 229.343 756.077Z\" fill=\"#F0D5B4\"/>\\n<path d=\"M558.832 363.805C558.691 363.956 558.036 366.59 557.397 367.654C546.306 386.121 528.38 398.867 517.797 419.999C508.758 438.044 506.348 461.64 493.887 477.452C479.399 495.844 462.686 508.726 465.222 535.674C465.408 537.676 465.952 541.675 467.839 538.795C469.158 536.778 469.756 533.139 470.823 530.736C479.811 510.522 491.381 502.885 504.455 486.992C521.828 465.875 516.619 447.569 525.365 425.042C532.2 407.434 548.857 396.087 556.038 378.85C557.317 375.779 560.21 367.604 559.843 364.568C559.757 363.881 559.511 363.073 558.832 363.81V363.805Z\" fill=\"#FF350F\"/>\\n<path d=\"M22.3589 576.576C22.2885 577.219 20.8441 580.109 20.5673 581.564C15.5952 608.04 31.5936 640.192 35.3679 666.723C37.5218 681.858 37.6577 702.558 33.3902 717.297C32.0918 721.783 28.8106 726.003 25.937 719.791C23.9844 715.57 25.4992 707.366 25.3734 702.287C24.699 675.219 17.1705 655.738 10.9251 630.381C7.79995 617.69 7.33193 609.847 7.28161 596.925C7.27154 594.531 7.79488 582.949 6.42101 582.066C4.24697 580.671 3.37137 581.926 2.76244 583.888C-4.76114 608.015 7.26651 638.827 13.2602 662.182C16.2847 673.969 18.5946 686.154 19.8377 698.278C20.6026 705.72 19.5508 724.267 26.2138 728.552C36.5606 735.206 39.0618 712.479 39.8972 706.733C42.7959 686.831 42.7003 668.073 39.3084 648.251C34.9301 622.643 27.6682 604.638 28.3929 577.59C26.4654 576.621 23.9391 577.7 22.3539 576.586L22.3589 576.576Z\" fill=\"#F0D5B4\"/>\\n<path d=\"M428.582 36.7683C418.482 36.0507 411.844 38.0128 415.145 49.6651C418.527 61.6134 434.732 68.2776 443.816 75.7697C451.852 82.3988 456.976 89.8057 466.89 94.4124C468.042 94.9493 473.276 97.1423 474.106 97.2226C477.035 97.4986 478.193 91.1355 478.293 89.0529C479.34 67.4646 449.87 38.2788 428.582 36.7683Z\" fill=\"#FF350F\"/>\\n<path d=\"M261.902 698.016C264.288 698.297 264.363 698.046 265.274 696.12C269.486 687.162 275.49 649.842 275.389 639.554C275.324 633.031 271.172 610.614 266.643 606.223C265.324 604.944 263.598 604.944 262.224 604.106C257.806 601.411 258.616 595.008 260.453 590.943C261.666 588.258 264.69 586.326 265.415 584.324C266.079 582.502 265.269 579.958 265.43 577.836C265.576 575.919 266.487 574.022 266.421 572.06L250.66 582.181C248.767 583.727 246.971 585.057 247.313 587.822C247.535 589.593 249.361 591.219 249.693 592.504C251.304 598.696 242.341 603.067 250.574 609.696C256.809 614.714 257.781 614.072 260.141 622.738C263.452 634.887 267.589 665.313 264.766 677.04C264.071 679.931 261.897 682.771 261.897 685.722V698.016H261.902Z\" fill=\"#F0D5B4\"/>\\n<path d=\"M146.159 574.568C145.54 576.058 143.225 582.452 143.733 583.51C143.814 583.676 144.468 583.827 144.649 584.103C154.966 586.652 165.121 591.65 175.242 594.495C184.627 597.135 195.457 598.395 205.135 600.316C210.303 601.34 223.106 605.34 227.409 604.647C230.131 604.211 233.468 599.202 231.747 596.864C231.299 596.252 229.145 595.118 228.33 594.751C215.784 589.171 194.712 583.912 180.994 580.229C169.62 577.178 158.076 574.036 146.159 574.568Z\" fill=\"#F0D5B4\"/>\\n<path d=\"M334.431 425.082C333.641 426.191 336.51 429.804 337.149 431.038C348.688 453.264 347.088 478.852 338.271 501.93C333.218 515.158 323.722 520.247 310.215 522.886L310.718 527.905C328.88 528.497 343.012 515.244 348.839 498.919C355.301 480.819 357.52 442.093 343.686 427.029C343.107 426.401 339.489 423.2 339.051 423.084C338.518 422.944 334.582 424.876 334.436 425.082H334.431Z\" fill=\"#F0D5B4\"/>\\n<path d=\"M485.484 432.669C479.229 431.379 471.765 435.881 467.976 440.578C461.992 447.995 456.522 470.562 468.459 474.732C479.702 478.656 489.032 462.628 491.135 453.635C492.529 447.669 493.632 434.355 485.479 432.669H485.484Z\" fill=\"#FF350F\"/>\\n<path d=\"M566.006 410.087C561.351 409.124 552.212 413.003 548.523 416.009C542.338 421.042 535.127 434.361 543.762 440.297C550.491 444.924 563.047 440.929 567.601 434.526C571.31 429.317 574.32 411.804 566.011 410.082L566.006 410.087Z\" fill=\"#FF350F\"/>\\n<path d=\"M285.68 12.1582C282.54 11.7066 279.515 11.7367 278.398 15.1742C275.625 23.6851 282.213 31.6088 289.404 35.0412C295.489 37.9418 303.062 39.7985 303.062 30.3442C303.062 23.2485 292.434 13.1268 285.68 12.1582Z\" fill=\"#FF350F\"/>\\n<path d=\"M527.75 119.523C522.808 119.057 522.179 124.943 522.718 128.571C523.206 131.873 529.194 144.955 533.3 143.937C535.56 143.375 536.254 138.186 536.174 136.239C536.007 132.234 532.43 119.965 527.755 119.523H527.75Z\" fill=\"#FF350F\"/>\\n<path d=\"M260.542 73.3561C257.306 72.3976 249.134 75.4135 251.066 79.2675C253.169 83.4627 267.285 75.3533 260.542 73.3561Z\" fill=\"#FF350F\"/>\\n<path d=\"M355.144 42.2029C349.538 41.3899 355.622 55.456 359.27 54.6781C362.138 54.0659 358.314 42.6595 355.144 42.2029Z\" fill=\"#FF350F\"/>\\n<path d=\"M125.167 130.031C120.859 129.8 128.201 138.366 130.058 139.239C135.91 141.989 129.414 130.262 125.167 130.031Z\" fill=\"#FF350F\"/>\\n<path d=\"M12.4429 762.319C8.90531 761.426 7.22961 769.952 11.0641 770.303C14.4457 770.61 15.7842 763.163 12.4429 762.319Z\" fill=\"#FF350F\"/>\\n<path d=\"M101.492 121.551C99.8217 123.242 101.568 126.87 103.742 127.352C109.665 128.662 104.612 118.389 101.492 121.551Z\" fill=\"#FF350F\"/>\\n<path d=\"M595.207 339.28C590.97 338.241 590.386 348.744 595.534 343.952C596.853 342.727 597.129 339.747 595.207 339.28Z\" fill=\"#FF350F\"/>\\n<path d=\"M229.195 444.597V442.088C227.137 443.006 227.519 445.591 226.613 447.292C224.002 452.165 211.823 461.729 207.007 465.377C193.349 475.74 176.832 482.048 165.504 495.251C164.623 496.274 164.301 497.624 163.274 498.543C166.727 496.45 169.565 493.344 172.871 491.056C187.662 480.828 205.125 481.973 218.577 471.886C220.881 470.16 222.547 467.856 224.917 466.18C223.82 470.3 220.393 475.183 217.374 478.224C207.138 488.546 195.538 494.659 183.435 502.091C181.734 503.134 171.568 509.538 171.055 510.32C170.718 510.832 170.783 511.269 170.813 511.831C175.931 511.259 181.029 511.108 186.021 509.688C199.408 505.879 214.611 490.514 224.173 480.487C233.422 470.787 242.461 460.465 249.577 449.113C249.496 452.817 247.856 456.38 248.319 460.148C253.054 459.33 256.461 452.405 258.308 448.285C267.477 427.866 265.59 399.955 273.843 376.962C274.387 375.446 277.789 368.616 276.999 367.819C275.565 366.363 272.238 371.226 271.559 372.174C260.155 388.042 256.33 406.649 246.708 422.668C243.895 427.349 234.892 440.472 231.213 443.849C230.529 444.482 230.222 444.773 229.195 444.592V444.597ZM249.833 448.607C249.471 447.904 250.15 447.267 250.327 447.608C250.689 448.311 250.01 448.948 249.833 448.607Z\" fill=\"#161515\"/>\\n<path d=\"M76.7062 640.808C74.2805 629.487 70.7427 617.85 69.2229 606.374C62.5397 555.745 72.187 518.394 110.419 483.985C116.629 478.394 122.482 475.95 128.511 471.414C129.205 470.892 130.181 470.19 130.051 469.191C128.093 467.53 113.121 474.104 110.414 475.449C66.3795 497.373 53.5315 545.217 56.0478 591.404C56.6265 602.048 60.1342 611.522 64.5376 621.077C67.7635 628.067 71.3164 635.213 76.7011 640.808H76.7062Z\" fill=\"#161515\"/>\\n<path d=\"M134.083 599.153C134.944 599.284 134.622 597.959 134.576 597.412C131.959 565.817 146.04 539.166 172.944 522.886L178.867 517.873C176.859 518.079 175.138 518.465 173.065 518.39C170.121 518.28 165.481 516.237 163.09 517.437C161.294 518.34 154.032 524.874 152.19 526.645C144.012 534.494 134.546 547.084 131.315 558.019C127.123 572.205 129.358 585.489 134.088 599.163L134.083 599.153Z\" fill=\"#161515\"/>\\n<path d=\"M223.872 500.003C223.56 500.254 222.231 501.368 222.397 501.795C230.087 497.61 239.457 494.152 244.661 486.866C247.192 482.364 241.269 487.172 239.608 488.351C234.566 491.934 228.627 496.149 223.872 500.008V500.003Z\" fill=\"#161515\"/>\\n<path d=\"M251.586 499.797C251.26 499.962 251.26 500.133 251.586 500.299V499.797Z\" fill=\"#161515\"/>\\n<path d=\"M129.297 507.826C128.971 507.992 128.971 508.162 129.297 508.328V507.826Z\" fill=\"#161515\"/>\\n<path d=\"M127.789 508.83C127.463 508.996 127.463 509.166 127.789 509.332V508.83Z\" fill=\"#161515\"/>\\n<path d=\"M246.055 484.241C245.729 484.407 245.729 484.577 246.055 484.743V484.241Z\" fill=\"#161515\"/>\\n<path d=\"M325.31 116.903C325.431 116.195 324.414 116.17 323.916 116.05C314.264 113.737 305.145 115.643 295.634 112.131C284.628 108.066 279.701 104.127 266.752 105.426C255.676 106.535 231.032 117.305 224.182 126.207C223.06 127.667 221.319 132.183 223.483 132.906C226.447 133.89 235.858 127.567 239.084 126.016C256.748 117.53 272.283 112.101 292.106 117.164C297.511 118.544 303.313 121.354 308.95 121.46C314.672 121.565 320.147 118.91 325.32 116.908L325.31 116.903Z\" fill=\"#161515\"/>\\n<path d=\"M295.12 157.054C293.087 156.999 289.554 156.025 287.345 156.03C261.84 156.091 246.124 172.942 236.315 194.51C233.759 200.125 230.427 209.981 229.703 216.023C229.496 217.754 231.57 214.999 231.716 214.763C234.69 209.971 236.491 202.71 239.682 197.365C246.546 185.858 272.368 165.194 284.929 160.185C288.225 158.871 291.758 158.148 295.125 157.054H295.12Z\" fill=\"#161515\"/>\\n<path d=\"M249.832 448.607C250.008 448.948 250.687 448.311 250.325 447.608C250.149 447.267 249.469 447.905 249.832 448.607Z\" fill=\"#FF350F\"/>\\n<path d=\"M22.3552 576.576C23.9404 577.69 26.4667 576.612 28.3942 577.58C28.6206 569.165 29.1087 557.061 31.8313 549.162C32.098 548.394 32.9335 548.464 32.9234 548.183C32.6416 537.64 45.8821 514.848 54.543 505.559C56.098 503.893 58.2066 501.469 60.5971 501.313C49.0223 513.769 41.9869 531.388 39.9739 548.239C37.2614 570.921 43.0689 603.158 49.279 625.258C55.469 647.303 72.1114 666.879 74.1244 689.807C76.4545 716.298 61.3419 741.52 67.3909 767.278C71.895 786.468 81.6229 792.464 96.0963 803.891C98.8038 806.029 102.427 807.529 99.0554 802.947C96.6901 799.736 92.8403 796.469 90.3039 793.107C77.7126 776.411 77.0735 755.827 85.3318 736.983C91.5318 722.837 97.5205 720.363 96.3278 702.794C95.5628 691.508 91.2852 682.164 87.1334 672.304C86.0011 669.619 84.6172 665.765 84.5065 662.899C86.6 667.175 88.5878 671.345 91.094 675.4C95.749 682.937 103.016 690.665 106.594 698.584C110.535 707.29 112.739 723.961 112.96 733.38C113.302 747.848 104.289 760.458 107.037 774.916C109.593 788.354 122.99 795.917 129.18 807.559C133.05 814.841 133.81 821.846 134.077 830.001C138.062 829.714 139.084 821.836 139.134 818.73C139.431 801.929 126.498 793.428 122.24 778.82C116.523 759.209 127.892 746.844 129.477 728.819C132.919 689.621 97.2437 658.012 89.0256 620.747C75.3825 558.877 100.223 495.472 157.201 465.905C169.088 459.738 182.605 456.145 192.71 447.122C192.323 448.913 191.19 450.61 190.144 452.085C184.643 459.838 177.819 462.387 170.854 467.481C165.147 471.656 160.23 477.723 154.438 482.219C137 495.748 120.418 498.508 107.696 518.912C100.922 529.777 94.6973 548.996 96.3328 561.788C96.4234 562.48 96.6348 563.283 97.3343 562.53C97.6715 562.169 99.0454 554.416 99.4932 552.886C103.524 539.236 110.298 527.89 119.492 517.126C121.561 514.702 124.208 511.42 127.016 510.08C125.753 512.007 123.83 513.829 122.582 515.691C106.997 538.985 105.935 558.134 106.876 585.835C106.971 588.7 107.867 592.188 107.908 595.139C108.572 594.888 108.783 592.484 108.849 591.817C109.87 580.731 111.929 571.097 115.094 560.408C117.63 551.857 120.544 541.6 126.518 534.92C124.993 539.788 122.502 544.365 121.022 549.257C114.706 570.078 115.98 591.721 124.917 611.543C135.098 634.13 157.211 653.761 161.126 679.314C161.745 683.344 161.604 687.464 162.258 691.488L164.287 678.717C166.144 652.602 141.756 633.513 140.589 607.965C140.307 601.788 141.213 591.074 142.979 585.188C143.356 583.923 143.075 583.943 144.64 584.104C144.459 583.823 143.804 583.677 143.724 583.512C143.216 582.453 145.53 576.065 146.149 574.569C147.408 571.538 152.365 563.077 154.71 560.774C159.767 555.811 169.968 559.389 176.349 560.764C193.445 564.447 210.238 569.691 227.303 573.485C236.629 567.468 246.664 561.577 255.511 554.903C258.279 552.815 261.338 550.913 261.847 547.175C263.422 535.628 247.947 527.348 237.987 527.348C234.731 527.348 227.439 529.551 224.037 530.544C205.488 535.989 187.874 544.987 169.928 551.862C163.522 554.316 164.473 552.449 168.554 548.986C175.418 543.155 191.613 534.8 200.153 530.815C229.286 517.231 264.428 514.978 286.561 489.516C294.477 480.408 299.842 465.097 293.677 453.791C293.048 452.642 287.356 445.11 286.798 445.105C286.239 445.1 286.083 446.329 286.023 446.831C283.652 466.658 275.892 488.236 257.015 498.197C256.643 498.393 251.58 500.857 252.325 499.045C252.526 498.548 258.087 493.485 259.119 492.271C264.177 486.324 268.902 477.909 271.579 470.572C284.125 436.192 264.73 399.494 293.093 368.075C296.148 364.693 301.633 361 305.81 360.096C306.5 359.946 309.575 358.029 308.619 360.473C308.11 361.772 305.584 362.364 304.401 363.293C287.839 376.36 282.228 403.167 287.391 422.904C290.552 434.988 307.622 440.799 311.336 454.228C318.92 481.682 292.494 502.357 272.601 515.766C272.047 516.137 269.29 516.885 271.7 517.327C281.378 519.113 294.21 518.084 302.977 513.417C330.646 498.689 340.107 460.661 319.74 435.811C313.923 428.71 305.368 424.525 298.881 418.473C296.953 416.676 295.041 415.236 295.599 412.235C296.465 407.609 301.392 413.485 302.378 413.475C302.876 413.475 305.634 411.628 306.671 411.217C324.34 404.196 348.063 402.54 366.93 397.035C378.812 393.568 392.701 387.812 404.271 383.085C416.606 378.046 428.674 372.346 440.782 366.801L441.023 364.286C425.237 365.922 410.235 371.422 394.941 375.286C378.419 379.462 361.797 383.23 345.3 387.511C333.821 390.492 319.524 396.067 308.196 397.683C305.881 398.014 302.887 398.506 301.13 396.649L305.388 394.381C313.998 390.963 323.167 389.147 331.662 385.453C341.692 381.092 350.197 373.962 360.378 369.927C376.134 363.684 393.637 361.045 409.716 355.645C413.546 332.25 416.928 308.76 421.06 285.41C424.643 265.167 430.068 244.03 432.831 223.882C433.52 218.849 434.34 216.902 431.678 212.275C425.413 201.386 391.841 183.059 379.617 177.875C319.247 152.273 270.477 190.797 249.784 246.098C234.701 286.399 228.944 329.962 224.626 372.561C221.3 405.391 206.086 420.29 176.158 432.123C163.814 437 150.266 437.743 138.435 442.179C117.776 449.922 97.747 466.186 76.7816 472.032C58.0607 477.251 41.5139 475.891 28.9578 493.595C12.4613 516.86 19.7785 544.099 21.3235 570.274C21.4141 571.824 22.4508 575.397 22.3249 576.551L22.3552 576.576ZM229.191 444.598C230.222 444.778 230.524 444.487 231.209 443.855C234.882 440.478 243.891 427.355 246.704 422.673C256.326 406.655 260.151 388.048 271.554 372.18C272.234 371.232 275.56 366.369 276.994 367.824C277.789 368.627 274.382 375.457 273.839 376.967C265.586 399.961 267.473 427.872 258.304 448.291C256.452 452.411 253.045 459.331 248.314 460.154C247.851 456.386 249.492 452.823 249.572 449.119C242.456 460.47 233.418 470.793 224.168 480.493C214.612 490.519 199.403 505.885 186.017 509.694C181.025 511.114 175.932 511.27 170.809 511.837C170.779 511.275 170.708 510.838 171.05 510.326C171.569 509.543 181.729 503.14 183.43 502.096C195.533 494.664 207.133 488.552 217.369 478.23C220.384 475.189 223.816 470.306 224.913 466.186C222.538 467.862 220.877 470.165 218.572 471.892C205.125 481.978 187.663 480.834 172.867 491.061C169.561 493.35 166.722 496.456 163.27 498.548C164.292 497.625 164.619 496.28 165.499 495.256C176.828 482.054 193.344 475.741 207.002 465.383C211.813 461.735 223.997 452.17 226.609 447.298C227.52 445.596 227.137 443.017 229.186 442.094V444.603L229.191 444.598ZM76.7011 640.809C71.3163 635.214 67.7633 628.068 64.5375 621.078C60.129 611.523 56.6264 602.049 56.0477 591.405C53.5264 545.218 66.3744 497.374 110.414 475.45C113.116 474.105 128.088 467.531 130.051 469.192C130.181 470.196 129.21 470.893 128.511 471.415C122.482 475.951 116.629 478.395 110.419 483.986C72.1819 518.395 62.5396 555.746 69.2228 606.374C70.7376 617.856 74.2804 629.488 76.7061 640.809H76.7011ZM246.05 484.242V484.743C245.722 484.578 245.722 484.407 246.05 484.242ZM223.866 500.004C228.622 496.145 234.56 491.929 239.603 488.346C241.264 487.167 247.187 482.36 244.656 486.861C239.452 494.147 230.081 497.61 222.392 501.79C222.226 501.369 223.554 500.255 223.866 499.999V500.004ZM251.585 499.798V500.3C251.258 500.134 251.258 499.964 251.585 499.798ZM129.296 507.827V508.329C128.969 508.163 128.969 507.993 129.296 507.827ZM127.786 508.831V509.333C127.459 509.167 127.459 508.996 127.786 508.831ZM134.082 599.153C129.351 585.479 127.122 572.196 131.309 558.009C134.54 547.079 144.006 534.489 152.183 526.635C154.025 524.869 161.282 518.33 163.084 517.427C165.474 516.228 170.114 518.27 173.058 518.38C175.137 518.456 176.858 518.074 178.861 517.863L172.937 522.877C146.034 539.156 131.953 565.807 134.57 597.402C134.615 597.949 134.937 599.274 134.077 599.143L134.082 599.153Z\" fill=\"#FF350F\"/>\\n</svg>\\n',withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+14915.2),pixelHeight:3681,pixelWidth:5761,positionX:\"center\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9988)`,src:\"https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png?lossless=1 5761w\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+13607.1),pixelHeight:3681,pixelWidth:5761,positionX:\"center\",positionY:\"top\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9987)`,src:\"https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png?lossless=1 5761w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11485),pixelHeight:3681,pixelWidth:5761,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png\",srcSet:\"https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png?scale-down-to=512 512w,https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/mVqsjkb3e84DsY1gZ81Hoa32xw.png 5761w\"},className:\"framer-15mpcfr\",\"data-framer-name\":\"Frame 2214\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{style:{rotate:5}}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cy08jy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:428.5,intrinsicWidth:324,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+14915.2+1592.8-413+38.5),pixelHeight:857,pixelWidth:648,sizes:\"324px\",src:\"https://framerusercontent.com/images/J6BXGHn8q5gra3TPX8qsdbDlNGs.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/J6BXGHn8q5gra3TPX8qsdbDlNGs.png 648w\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:428.5,intrinsicWidth:324,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+13607.1+1769.6-297.9996+-15),pixelHeight:857,pixelWidth:648,sizes:\"324px\",src:\"https://framerusercontent.com/images/J6BXGHn8q5gra3TPX8qsdbDlNGs.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/J6BXGHn8q5gra3TPX8qsdbDlNGs.png 648w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:428.5,intrinsicWidth:324,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11485+1028-413+38.5),pixelHeight:857,pixelWidth:648,sizes:\"324px\",src:\"https://framerusercontent.com/images/J6BXGHn8q5gra3TPX8qsdbDlNGs.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/J6BXGHn8q5gra3TPX8qsdbDlNGs.png 648w\"},className:\"framer-10945s7\",\"data-framer-name\":\"Jhdeoa\",style:{rotate:17},transformTemplate:transformTemplate3})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{style:{rotate:18}}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j4xonj\",style:{rotate:-8},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:304,intrinsicWidth:248.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+14915.2+1592.8-618+-2),pixelHeight:608,pixelWidth:497,sizes:\"219px\",src:\"https://framerusercontent.com/images/RSpblRIRVdU7Zii562fBcKewLk.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/RSpblRIRVdU7Zii562fBcKewLk.png 497w\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:304,intrinsicWidth:248.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+13607.1+1769.6-725.5+-2),pixelHeight:608,pixelWidth:497,sizes:\"219px\",src:\"https://framerusercontent.com/images/RSpblRIRVdU7Zii562fBcKewLk.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/RSpblRIRVdU7Zii562fBcKewLk.png 497w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:304,intrinsicWidth:248.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11485+106+-2),pixelHeight:608,pixelWidth:497,sizes:\"219px\",src:\"https://framerusercontent.com/images/RSpblRIRVdU7Zii562fBcKewLk.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/RSpblRIRVdU7Zii562fBcKewLk.png 497w\"},className:\"framer-1h8vjb8\",\"data-framer-name\":\"Sdjcna\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2hwhqv\",\"data-framer-name\":\"Frame 2289\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-181p1va\",\"data-framer-name\":\"Frame 2248\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:96,intrinsicWidth:697.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+14915.2+240+0+0+0+0+0),pixelHeight:192,pixelWidth:1395,sizes:\"319.6875px\",src:\"https://framerusercontent.com/images/onKk0RlAJfAH6CaAWuPZQBl0oo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/onKk0RlAJfAH6CaAWuPZQBl0oo.png?scale-down-to=512 512w,https://framerusercontent.com/images/onKk0RlAJfAH6CaAWuPZQBl0oo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/onKk0RlAJfAH6CaAWuPZQBl0oo.png 1395w\"}},tCL3s32v1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:96,intrinsicWidth:697.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+13607.1+200+0+0+0+0+0),pixelHeight:192,pixelWidth:1395,sizes:\"232.5px\",src:\"https://framerusercontent.com/images/onKk0RlAJfAH6CaAWuPZQBl0oo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/onKk0RlAJfAH6CaAWuPZQBl0oo.png?scale-down-to=512 512w,https://framerusercontent.com/images/onKk0RlAJfAH6CaAWuPZQBl0oo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/onKk0RlAJfAH6CaAWuPZQBl0oo.png 1395w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:96,intrinsicWidth:697.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11485+240+0+0+0+0),pixelHeight:192,pixelWidth:1395,sizes:\"319.6875px\",src:\"https://framerusercontent.com/images/onKk0RlAJfAH6CaAWuPZQBl0oo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/onKk0RlAJfAH6CaAWuPZQBl0oo.png?scale-down-to=512 512w,https://framerusercontent.com/images/onKk0RlAJfAH6CaAWuPZQBl0oo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/onKk0RlAJfAH6CaAWuPZQBl0oo.png 1395w\"},className:\"framer-uf04tz\",\"data-framer-name\":\"Roast rider logo\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Transforming designs through honest feedback and expert insights.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"27.2px\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Transforming designs through honest feedback and expert insights.\"})}),className:\"framer-1wrmxrz\",\"data-framer-name\":\"Transforming designs through honest feedback and expert insights.\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-anfnrm\",\"data-framer-name\":\"Frame 2251\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ydn2gh\",\"data-framer-name\":\"Frame 2249\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"27.2px\",\"--framer-text-color\":\"rgb(16, 16, 16)\"},children:\"Services\"})}),fonts:[\"FS;General Sans-semibold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTcwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"27.2px\",\"--framer-text-color\":\"rgb(16, 16, 16)\"},children:\"Services\"})}),className:\"framer-tn8ro3\",\"data-framer-name\":\"Services\",fonts:[\"GF;General Sans Variable-700\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4ph9kc\",\"data-framer-name\":\"Frame 2252\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":F88xwfmgT\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"gKPtrgq0o\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"augiA20Il\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-kv3cq8\",\"data-styles-preset\":\"Uu1TVXtGl\",children:\"Landing Page Audit\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"27.2px\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":F88xwfmgT\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"gKPtrgq0o\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"augiA20Il\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-kv3cq8\",\"data-styles-preset\":\"Uu1TVXtGl\",children:\"Landing Page Audit\"})})})}),className:\"framer-14jmu29\",\"data-framer-name\":\"Landing Page Audit\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":F88xwfmgT\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"uPN0sH_Sg\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"augiA20Il\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-kv3cq8\",\"data-styles-preset\":\"Uu1TVXtGl\",children:\"Product Design Audit\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"27.2px\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":F88xwfmgT\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"uPN0sH_Sg\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"augiA20Il\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-kv3cq8\",\"data-styles-preset\":\"Uu1TVXtGl\",children:\"Product Design Audit\"})})})}),className:\"framer-63smx2\",\"data-framer-name\":\"Product Design Audit\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tCL3s32v1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":F88xwfmgT\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"TgxUpdC0f\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"augiA20Il\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-kv3cq8\",\"data-styles-preset\":\"Uu1TVXtGl\",children:\"UX Review\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"27.2px\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":F88xwfmgT\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"TgxUpdC0f\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"augiA20Il\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-kv3cq8\",\"data-styles-preset\":\"Uu1TVXtGl\",children:\"UX Review\"})})})}),className:\"framer-1u8me8t\",\"data-framer-name\":\"UX Review\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i64h3m hidden-1nhk93a\",\"data-framer-name\":\"Frame 2250\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s15its\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTcwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"27.2px\",\"--framer-text-color\":\"rgb(16, 16, 16)\"},children:\"Learn\"})}),className:\"framer-zkpudv\",\"data-framer-name\":\"Services\",fonts:[\"GF;General Sans Variable-700\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pt8q6a\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Coming Soon\"})}),className:\"framer-kevg20\",\"data-framer-name\":\"Blog\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f4hj4a\",\"data-framer-name\":\"Frame 2253\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"27.2px\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Blog\"})}),className:\"framer-5w4n3t\",\"data-framer-name\":\"Blog\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"27.2px\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Case Studies\"})}),className:\"framer-122l681\",\"data-framer-name\":\"Case Studies\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"27.2px\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Design Tips\"})}),className:\"framer-1q0r68e\",\"data-framer-name\":\"Design Tips\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nhyqed hidden-72rtr7 hidden-anqw7l\",\"data-framer-name\":\"Frame 2249\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fkves\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"27.2px\",\"--framer-text-color\":\"rgb(16, 16, 16)\"},children:\"Learn\"})}),className:\"framer-k99n2v\",\"data-framer-name\":\"Services\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-od0enh\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Coming Soon\"})}),className:\"framer-zcw6os\",\"data-framer-name\":\"Blog\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-28oomg\",\"data-framer-name\":\"Frame 2252\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Blog\"})}),className:\"framer-18gpggu\",\"data-framer-name\":\"Landing Page Audit\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Case Studies\"})}),className:\"framer-1rlqpsl\",\"data-framer-name\":\"Product Design Audit\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTUwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(240, 213, 180)\"},children:\"Design Tips\"})}),className:\"framer-ei8xy6\",\"data-framer-name\":\"UX Review\",fonts:[\"GF;General Sans Variable-500\"],verticalAlignment:\"center\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mbsi5g\",\"data-framer-name\":\"Frame 2285\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGVhY29uIENvbmRlbnNlZCBUZXN0LTkwMA==\",\"--framer-font-family\":'\"Deacon Condensed Test\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(241, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"Head to our form to\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGVhY29uIENvbmRlbnNlZCBUZXN0LTkwMA==\",\"--framer-font-family\":'\"Deacon Condensed Test\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"90%\",\"--framer-text-color\":\"rgb(241, 213, 180)\",\"--framer-text-transform\":\"uppercase\"},children:\"request an audit\"})]}),className:\"framer-115cdv5\",\"data-framer-name\":\"Let\u2019s get you roasted\",fonts:[\"GF;Deacon Condensed Test-900\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RusCn8vvt:{y:(componentViewport?.y||0)+0+14915.2+240+564.8+32+504},tCL3s32v1:{y:(componentViewport?.y||0)+0+13607.1+200+701.6+32+504}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"220px\",y:(componentViewport?.y||0)+0+11485+240+32+504,children:/*#__PURE__*/_jsx(Container,{className:\"framer-386vjg-container\",nodeId:\"ZFYHeYaFj\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FooterBtn,{height:\"100%\",id:\"ZFYHeYaFj\",layoutId:\"ZFYHeYaFj\",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-C37ci.framer-lux5qc, .framer-C37ci .framer-lux5qc { display: block; }\",\".framer-C37ci.framer-72rtr7 { align-content: center; align-items: center; background-color: #101010; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1280px; }\",\".framer-C37ci .framer-12f9500 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 120px 24px 120px; position: relative; width: 100%; }\",\".framer-C37ci .framer-njca55 { aspect-ratio: 7.270833333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 175px; }\",\".framer-C37ci .framer-5bukrg { flex: none; height: 1360px; overflow: hidden; position: relative; width: 100%; }\",\".framer-C37ci .framer-10sy6bz { bottom: 0px; flex: none; height: 592px; left: 0px; overflow: hidden; position: absolute; width: 100%; }\",\".framer-C37ci .framer-1i24xlz-container { bottom: 53px; flex: none; height: 720px; left: calc(49.92187500000002% - min(1080px, 1003px) / 2); max-width: 1080px; position: absolute; width: 1003px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-C37ci .framer-z8nm3s { aspect-ratio: 0.4647887323943662 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 500px); left: 0px; opacity: 0.2; overflow: visible; position: absolute; top: 0px; width: 233px; }\",\".framer-C37ci .framer-4i5jf3 { aspect-ratio: 0.4647887323943662 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 500px); opacity: 0.2; overflow: visible; position: absolute; right: 0px; top: 0px; width: 233px; }\",\".framer-C37ci .framer-1rfs1kr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 64px; transform: translateX(-50%); width: min-content; }\",\".framer-C37ci .framer-yd0ur1 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 695px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-C37ci .framer-rvrsad { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 642px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-C37ci .framer-16i159n-container, .framer-C37ci .framer-1du3t4w-container, .framer-C37ci .framer-2ri7p1-container { flex: none; height: 60px; position: relative; width: 223px; }\",\".framer-C37ci .framer-k2elqb { background-color: #ff3410; flex: none; height: 164px; overflow: hidden; position: relative; width: 100%; }\",\".framer-C37ci .framer-1ijmm45-container { flex: none; height: 40px; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 40px / 2); width: 100%; }\",\".framer-C37ci .framer-m544n2 { aspect-ratio: 4.854166666666667 / 1; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 194px; }\",\".framer-C37ci .framer-pt4r4h { aspect-ratio: 8.455357142857142 / 1; height: var(--framer-aspect-ratio-supported, 28px); overflow: visible; position: relative; width: 237px; }\",\".framer-C37ci .framer-6nhfb9 { aspect-ratio: 4.825 / 1; height: var(--framer-aspect-ratio-supported, 36px); overflow: visible; position: relative; width: 174px; }\",\".framer-C37ci .framer-17cczcg { aspect-ratio: 4.1484375 / 1; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 133px; }\",\".framer-C37ci .framer-1sbf7fb { aspect-ratio: 4.785714285714286 / 1; height: var(--framer-aspect-ratio-supported, 28px); overflow: visible; position: relative; width: 134px; }\",\".framer-C37ci .framer-18xsqfu { aspect-ratio: 0.675 / 1; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 27px; }\",\".framer-C37ci .framer-10qzfjg { aspect-ratio: 5.205357142857143 / 1; height: var(--framer-aspect-ratio-supported, 28px); overflow: visible; position: relative; width: 146px; }\",\".framer-C37ci .framer-1nfy3l0 { align-content: center; align-items: center; background-color: #f1d5b4; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-C37ci .framer-hkjah0 { align-content: center; align-items: center; background-color: #101010; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-C37ci .framer-16hv3pp { flex: none; gap: 0px; height: 960px; overflow: hidden; position: relative; width: 100%; }\",\".framer-C37ci .framer-11ts1uh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 776px; }\",\".framer-C37ci .framer-1qz158e, .framer-C37ci .framer-bctzn6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 776px; word-break: break-word; word-wrap: break-word; }\",\".framer-C37ci .framer-reh557 { flex: none; height: 91px; overflow: hidden; position: relative; text-decoration: none; width: 369px; }\",\".framer-C37ci .framer-a0vty7, .framer-C37ci .framer-54h5zp { flex: none; height: 29px; position: absolute; right: 0px; top: 1px; width: 368px; }\",\".framer-C37ci .framer-1kchddy, .framer-C37ci .framer-27sd9a { align-content: center; align-items: center; background-color: #ff350f; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; bottom: 0px; box-shadow: 0px 1.5px 3px -1.5px rgba(17, 12, 34, 0.08); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: 72px; justify-content: center; left: calc(49.86449864498647% - 367.5px / 2); overflow: hidden; padding: 18px 24px 18px 24px; position: absolute; width: 368px; will-change: var(--framer-will-change-override, transform); }\",\".framer-C37ci .framer-xhk3oj, .framer-C37ci .framer-4kq188, .framer-C37ci .framer-56ylag, .framer-C37ci .framer-13kejrt, .framer-C37ci .framer-g2c6rc, .framer-C37ci .framer-atxi2g, .framer-C37ci .framer-b3gqj9, .framer-C37ci .framer-1t91gnr, .framer-C37ci .framer-cg4246, .framer-C37ci .framer-10kn6iv, .framer-C37ci .framer-19z8g8i, .framer-C37ci .framer-15lezm, .framer-C37ci .framer-134e0zm, .framer-C37ci .framer-tn8ro3, .framer-C37ci .framer-zkpudv, .framer-C37ci .framer-k99n2v { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-C37ci .framer-adjhpo, .framer-C37ci .framer-olsoi1 { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 30px); overflow: hidden; position: relative; width: 30px; }\",\".framer-C37ci .framer-1mshcmr, .framer-C37ci .framer-iyw1f6 { flex: none; height: 18px; left: calc(50.00000000000002% - 17.5px / 2); position: absolute; top: calc(50.00000000000002% - 17.5px / 2); width: 18px; }\",\".framer-C37ci .framer-8nen06 { aspect-ratio: 1 / 1; bottom: 163px; flex: none; height: var(--framer-aspect-ratio-supported, 180px); overflow: visible; position: absolute; right: -14px; width: 180px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-C37ci .framer-1cld8jp { flex: none; height: 388px; position: absolute; right: -119px; top: 5px; width: 360px; }\",\".framer-C37ci .framer-qcztf6 { aspect-ratio: 1.8851674641148326 / 1; cursor: grab; flex: none; height: var(--framer-aspect-ratio-supported, 96px); overflow: visible; position: absolute; right: 130px; top: 145px; width: 181px; }\",\".framer-C37ci .framer-16jpzlt { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 180px); left: 67px; overflow: visible; position: absolute; top: 59px; width: 180px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-C37ci .framer-1qyvtdb { aspect-ratio: 1 / 1; bottom: 4px; flex: none; height: var(--framer-aspect-ratio-supported, 180px); overflow: visible; position: absolute; right: 170px; width: 180px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-C37ci .framer-wrm6qi { aspect-ratio: 1 / 1; bottom: 26px; flex: none; height: var(--framer-aspect-ratio-supported, 180px); overflow: visible; position: absolute; right: 311px; width: 180px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-C37ci .framer-tzfqxl { aspect-ratio: 1.8806682577565632 / 1; cursor: grab; flex: none; height: var(--framer-aspect-ratio-supported, 104px); overflow: visible; position: absolute; right: 117px; top: 5px; width: 196px; }\",\".framer-C37ci .framer-lqy0f { aspect-ratio: 1.155 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 188px); left: -69px; overflow: visible; position: absolute; top: 92px; width: 217px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-C37ci .framer-irzdyr { bottom: -99px; flex: none; height: 740px; left: -287px; position: absolute; width: 736px; }\",\".framer-C37ci .framer-qh0fzx { aspect-ratio: 2.3589041095890413 / 1; bottom: 23px; cursor: grab; flex: none; gap: 10px; height: var(--framer-aspect-ratio-supported, 84px); left: 164px; overflow: visible; position: absolute; width: 198px; }\",\".framer-C37ci .framer-1ffzei { aspect-ratio: 1.9265033407572383 / 1; bottom: 161px; cursor: grab; flex: none; height: var(--framer-aspect-ratio-supported, 104px); left: 195px; overflow: visible; position: absolute; width: 201px; }\",\".framer-C37ci .framer-14bl8vm { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: flex-start; overflow: visible; padding: 200px 120px 200px 120px; position: relative; width: 100%; }\",\".framer-C37ci .framer-1ngj1ot, .framer-C37ci .framer-16dur49, .framer-C37ci .framer-1vo25d4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-C37ci .framer-1tdr7nt { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 50%; }\",\".framer-C37ci .framer-hdjk20, .framer-C37ci .framer-12gxgad, .framer-C37ci .framer-12bz0ha { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 60px; word-break: break-word; word-wrap: break-word; }\",\".framer-C37ci .framer-dc07gg, .framer-C37ci .framer-nejvmp { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-C37ci .framer-umuvjy, .framer-C37ci .framer-1w2kmtq, .framer-C37ci .framer-nri3b5 { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.8; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-C37ci .framer-1oopfuk, .framer-C37ci .framer-dgtbh9 { flex: none; height: 320px; position: relative; width: 45%; }\",\".framer-C37ci .framer-au0i8e, .framer-C37ci .framer-1xevlrg { flex: none; height: 2px; opacity: 0.6; position: relative; width: 100%; }\",\".framer-C37ci .framer-171i3fi, .framer-C37ci .framer-j6euac { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 23px; height: 320px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 50%; }\",\".framer-C37ci .framer-18b2uh6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 105%; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-C37ci .framer-1hls0ff { flex: none; height: 320px; overflow: hidden; position: relative; width: 45%; }\",\".framer-C37ci .framer-1r9wieo { flex: none; height: 186px; position: relative; width: 100%; }\",\".framer-C37ci .framer-pb5167 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 120px; position: relative; width: 100%; }\",\".framer-C37ci .framer-1gwluqv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: 800px; justify-content: center; overflow: visible; padding: 120px 0px 120px 0px; position: relative; width: min-content; }\",\".framer-C37ci .framer-6q0d7k { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 604px; word-break: break-word; word-wrap: break-word; }\",\".framer-C37ci .framer-1m08e3b-container, .framer-C37ci .framer-386vjg-container { flex: none; height: 60px; position: relative; width: 220px; }\",\".framer-C37ci .framer-15yuog8 { flex: none; gap: 0px; height: 800px; overflow: hidden; position: relative; width: 556px; }\",\".framer-C37ci .framer-pkeqqt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: min-content; }\",\".framer-C37ci .framer-1o4foan-container { flex: none; height: 836px; position: relative; width: 556px; }\",\".framer-C37ci .framer-wswaev, .framer-C37ci .framer-16d4aib { align-content: flex-start; align-items: flex-start; background-color: #101010; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 442px; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 556px; }\",\".framer-C37ci .framer-wj5uov, .framer-C37ci .framer-1y6r2q9, .framer-C37ci .framer-5hb6hp { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 320px; overflow: hidden; padding: 10px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-C37ci .framer-17m97rs, .framer-C37ci .framer-1822d43, .framer-C37ci .framer-on8v3m, .framer-C37ci .framer-115cdv5 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-C37ci .framer-1lmylco { align-content: flex-start; align-items: flex-start; background-color: #101010; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 556px; }\",\".framer-C37ci .framer-spjjcs { background: linear-gradient(180deg, #ff350f 0%, rgba(255, 53, 15, 0) 11.999999731779099%, rgba(255, 53, 15, 0) 87.99999952316284%, rgb(255, 53, 15) 100%); bottom: 0px; flex: none; gap: 0px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-C37ci .framer-nrxax8-container { aspect-ratio: 0.7657657657657657 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 261px); position: relative; width: 100%; }\",\".framer-C37ci .framer-1shlg82 { flex: none; gap: 0px; height: 880px; overflow: hidden; position: relative; width: 100%; }\",\".framer-C37ci .framer-1go6e5h { flex: none; height: 440px; left: -205px; position: absolute; top: 417px; width: 437px; }\",\".framer-C37ci .framer-1xb3q17 { aspect-ratio: 2.3589041095890413 / 1; cursor: grab; flex: none; gap: 10px; height: var(--framer-aspect-ratio-supported, 44px); left: 322px; overflow: visible; position: absolute; top: 50%; transform: translateY(-50%); width: 104px; }\",\".framer-C37ci .framer-c56eal { aspect-ratio: 1.9265033407572383 / 1; cursor: grab; flex: none; height: var(--framer-aspect-ratio-supported, 63px); left: 303px; overflow: visible; position: absolute; top: 115px; width: 121px; }\",\".framer-C37ci .framer-1hzqr5k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 216px; transform: translateX(-50%); width: min-content; }\",\".framer-C37ci .framer-lqs4ms { flex: none; height: 91px; overflow: hidden; position: relative; width: 369px; }\",\".framer-C37ci .framer-16qq4ay { aspect-ratio: 1 / 1; bottom: 164px; flex: none; height: var(--framer-aspect-ratio-supported, 96px); overflow: visible; position: absolute; right: -10px; width: 96px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-C37ci .framer-1soj4zw { flex: none; height: 221px; position: absolute; right: -74px; top: 0px; width: 205px; }\",\".framer-C37ci .framer-6u2wc { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 96px); left: 23px; overflow: visible; position: absolute; top: 42px; width: 96px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-C37ci .framer-14ygrne { aspect-ratio: 1 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 96px); overflow: visible; position: absolute; right: 19px; width: 96px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-C37ci .framer-1f9crf0 { aspect-ratio: 1 / 1; bottom: 22px; flex: none; height: var(--framer-aspect-ratio-supported, 96px); overflow: visible; position: absolute; right: 85px; width: 96px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-C37ci .framer-63ha4p { aspect-ratio: 1.8806682577565632 / 1; cursor: grab; flex: none; height: var(--framer-aspect-ratio-supported, 63px); overflow: visible; position: absolute; right: 74px; top: 27px; width: 119px; }\",\".framer-C37ci .framer-17mvfop { aspect-ratio: 1.155 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 188px); left: -46px; overflow: visible; position: absolute; top: 73px; width: 217px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-C37ci .framer-1pbuycu { aspect-ratio: 1.8851674641148326 / 1; cursor: grab; flex: none; height: var(--framer-aspect-ratio-supported, 96px); overflow: visible; position: absolute; right: 80px; top: 113px; width: 103px; }\",\".framer-C37ci .framer-1wfsgyq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-C37ci .framer-vni542 { --border-bottom-width: 1px; --border-color: #f0d5b4; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #f0d5b4; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 144px 120px 144px 120px; position: relative; width: 100%; }\",\".framer-C37ci .framer-l977sv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-C37ci .framer-vm0uwd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-C37ci .framer-1xrny0p, .framer-C37ci .framer-ymyddd, .framer-C37ci .framer-16bc7w8 { --border-bottom-width: 1px; --border-color: #101010; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #101010; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-end; overflow: visible; padding: 16px; position: relative; width: 1px; }\",\".framer-C37ci .framer-9m0deq, .framer-C37ci .framer-vqh41i, .framer-C37ci .framer-hfgoc3 { --framer-paragraph-spacing: 0px; flex: none; height: 120px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-C37ci .framer-1yd51sd, .framer-C37ci .framer-fda27n, .framer-C37ci .framer-rlp3e3 { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; gap: 0px; height: 360px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-C37ci .framer-g3pgub, .framer-C37ci .framer-ysky6l { --border-bottom-width: 1px; --border-color: #101010; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #101010; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-end; overflow: visible; padding: 16px; position: relative; width: 280px; }\",\".framer-C37ci .framer-12yj267, .framer-C37ci .framer-lirjvr { --framer-paragraph-spacing: 0px; flex: none; height: 108px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-C37ci .framer-gn73w3, .framer-C37ci .framer-10ztmbb { aspect-ratio: 0.9100917431192661 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 220px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-C37ci .framer-10g4rj9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 120px; position: relative; width: 100%; }\",\".framer-C37ci .framer-1dge2ja { --border-bottom-width: 16px; --border-color: #121212; --border-left-width: 16px; --border-right-width: 16px; --border-style: solid; --border-top-width: 16px; aspect-ratio: 1.4444444444444444 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 720px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-C37ci .framer-16gl0c9 { --border-bottom-width: 1px; --border-color: rgba(196, 196, 196, 0.5); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 0.6894790602655771 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: -296px; flex: none; left: 50%; overflow: visible; position: absolute; top: 112px; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 624px); }\",\".framer-C37ci .framer-pbloop { aspect-ratio: 1 / 1; cursor: grab; flex: none; height: var(--framer-aspect-ratio-supported, 128px); position: absolute; right: 190px; top: 148px; width: 128px; }\",\".framer-C37ci .framer-112kyyv { aspect-ratio: 1 / 1; cursor: grab; flex: none; height: var(--framer-aspect-ratio-supported, 128px); position: absolute; right: 44px; top: 148px; width: 128px; }\",\".framer-C37ci .framer-1o5h6vb { align-content: center; align-items: center; bottom: 238px; cursor: grab; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 128px; justify-content: center; left: 842px; overflow: hidden; padding: 0px; position: absolute; width: min-content; }\",\".framer-C37ci .framer-19wj20z { flex: none; height: 128px; position: relative; width: 128px; }\",\".framer-C37ci .framer-1wfyov9 { aspect-ratio: 1 / 1; bottom: 64px; cursor: grab; flex: none; height: var(--framer-aspect-ratio-supported, 128px); position: absolute; right: 172px; width: 128px; }\",\".framer-C37ci .framer-1dx30te { aspect-ratio: 1 / 1; bottom: 37px; cursor: grab; flex: none; height: var(--framer-aspect-ratio-supported, 128px); left: 144px; position: absolute; width: 128px; }\",\".framer-C37ci .framer-ej6m59 { aspect-ratio: 8.404781108275706 / 1; bottom: 0px; flex: none; height: 14%; left: 50%; position: absolute; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 849px); }\",\".framer-C37ci .framer-prvvz5 { --border-bottom-width: 1px; --border-color: #dedede; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 6.799999872843425 / 1; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; flex: none; height: 6%; position: absolute; right: 32px; top: 32px; width: var(--framer-aspect-ratio-supported, 296px); }\",\".framer-C37ci .framer-1h58tya { --border-bottom-width: 1px; --border-color: #dedede; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 10.387754440307617 / 1; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; flex: none; height: 6%; left: 32px; position: absolute; top: 32px; width: var(--framer-aspect-ratio-supported, 416px); }\",\".framer-C37ci .framer-16zqyua { align-content: center; align-items: center; bottom: 193px; cursor: grab; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 18%; justify-content: center; left: 187px; overflow: hidden; padding: 0px; position: absolute; width: min-content; }\",\".framer-C37ci .framer-1y7aywt { aspect-ratio: 0.9922480620155039 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 130px); position: relative; width: 128px; }\",\".framer-C37ci .framer-yheylg { align-content: center; align-items: center; bottom: 55px; cursor: grab; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 18%; justify-content: center; left: 60px; overflow: hidden; padding: 0px; position: absolute; width: min-content; }\",\".framer-C37ci .framer-bpyk0l { aspect-ratio: 0.9922480620155039 / 1; flex: none; height: 101%; position: relative; width: var(--framer-aspect-ratio-supported, 198px); }\",\".framer-C37ci .framer-1cfl5g { aspect-ratio: 1 / 1; bottom: 123px; flex: none; height: var(--framer-aspect-ratio-supported, 80px); left: 114px; position: absolute; width: 80px; }\",\".framer-C37ci .framer-1yqc558 { align-content: center; align-items: center; background-color: #101010; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-C37ci .framer-awvmfb { aspect-ratio: 1.4883720930232558 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 860px); overflow: hidden; position: relative; width: 100%; }\",\".framer-C37ci .framer-6z9pi0 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 81px; transform: translateX(-50%); white-space: pre; width: auto; z-index: 1; }\",\".framer-C37ci .framer-uv0jd2 { flex: none; height: 543px; left: calc(51.09375000000003% - 1117px / 2); overflow: visible; position: absolute; top: calc(62.32558139534886% - 543px / 2); width: 1117px; }\",\".framer-C37ci .framer-cp3zw5 { --border-bottom-width: 2px; --border-color: #101010; --border-left-width: 2px; --border-right-width: 2px; --border-style: dashed; --border-top-width: 2px; align-content: center; align-items: center; bottom: 38px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 564px; min-height: 192px; min-width: 548px; overflow: visible; padding: 24px; position: absolute; width: min-content; z-index: 0; }\",\".framer-C37ci .framer-htfk0w { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 500px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-C37ci .framer-1sslkow { align-content: center; align-items: center; background-color: #f0d5b4; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 91px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: -11px; overflow: visible; padding: 32px; position: absolute; width: min-content; z-index: 0; }\",\".framer-C37ci .framer-nj2e51 { --border-bottom-width: 2px; --border-color: #101010; --border-left-width: 2px; --border-right-width: 2px; --border-style: dashed; --border-top-width: 2px; align-content: center; align-items: center; bottom: 324px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 6px; min-height: 135px; min-width: 353px; overflow: visible; padding: 24px; position: absolute; width: min-content; z-index: 0; }\",\".framer-C37ci .framer-b80a9m { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 40%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 305px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-C37ci .framer-wl6sq1 { align-content: center; align-items: center; background-color: #101010; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 256px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 459px; overflow: visible; padding: 32px; position: absolute; width: min-content; z-index: 0; }\",\".framer-C37ci .framer-721mbg { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 180px); left: 889px; overflow: visible; position: absolute; top: 176px; width: 180px; will-change: var(--framer-will-change-effect-override, transform); z-index: 0; }\",\".framer-C37ci .framer-1i4zax5 { --border-bottom-width: 9.279999732971191px; --border-color: #f0d5b4; --border-left-width: 9.279999732971191px; --border-right-width: 9.279999732971191px; --border-style: solid; --border-top-width: 9.279999732971191px; border-bottom-left-radius: 3866px; border-bottom-right-radius: 3866px; border-top-left-radius: 3866px; border-top-right-radius: 3866px; cursor: grab; flex: none; gap: 0px; height: 232px; left: 185px; overflow: visible; position: absolute; top: 50px; width: 232px; will-change: var(--framer-will-change-effect-override, transform); z-index: 0; }\",\".framer-C37ci .framer-1h7ktwg { aspect-ratio: 1 / 1; cursor: grab; flex: none; height: var(--framer-aspect-ratio-supported, 144px); left: 98px; overflow: visible; position: absolute; top: 42%; transform: translateY(-50%); width: 144px; will-change: var(--framer-will-change-effect-override, transform); z-index: 0; }\",\".framer-C37ci .framer-1iz3je3 { align-content: center; align-items: center; background-color: #101010; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 160px 120px 160px 120px; position: relative; width: 100%; }\",\".framer-C37ci .framer-1rx7292 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-C37ci .framer-8htkrq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-C37ci .framer-v9wixt { align-content: flex-start; align-items: flex-start; align-self: stretch; background-color: #2e2e2d; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-C37ci .framer-jdw2ii, .framer-C37ci .framer-1wv9ed9, .framer-C37ci .framer-1by3ktq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-C37ci .framer-x2ghnp, .framer-C37ci .framer-1ewqi4p { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-C37ci .framer-fnlv52, .framer-C37ci .framer-uvbvpf, .framer-C37ci .framer-84dbpo { --framer-paragraph-spacing: 0px; flex: none; height: 76px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-C37ci .framer-5ww53p, .framer-C37ci .framer-yaws9e, .framer-C37ci .framer-tr5qaf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-C37ci .framer-l2tlui, .framer-C37ci .framer-p1upmo, .framer-C37ci .framer-1ipxsec, .framer-C37ci .framer-183id66, .framer-C37ci .framer-mudssh, .framer-C37ci .framer-1mejo1d, .framer-C37ci .framer-95y6je, .framer-C37ci .framer-1ye3m0z, .framer-C37ci .framer-2p1rz0, .framer-C37ci .framer-1tzf5oc, .framer-C37ci .framer-t8gwsi, .framer-C37ci .framer-s3s1hy, .framer-C37ci .framer-j04e7p, .framer-C37ci .framer-zqr6v1, .framer-C37ci .framer-uyuefy, .framer-C37ci .framer-6dk2oz, .framer-C37ci .framer-d1oxsy, .framer-C37ci .framer-24c1s6, .framer-C37ci .framer-1bnejir, .framer-C37ci .framer-16acuh6, .framer-C37ci .framer-wd0haj, .framer-C37ci .framer-k497e3, .framer-C37ci .framer-196f2uc, .framer-C37ci .framer-1b3e2vx, .framer-C37ci .framer-j550pj, .framer-C37ci .framer-j8x21m, .framer-C37ci .framer-2gt6it, .framer-C37ci .framer-1m6vqjt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-C37ci .framer-1tqr0o2, .framer-C37ci .framer-zoubj7, .framer-C37ci .framer-j6kpzl, .framer-C37ci .framer-1b7kw8p, .framer-C37ci .framer-1t0f30b, .framer-C37ci .framer-pgj4cn, .framer-C37ci .framer-1swqgm, .framer-C37ci .framer-11zhs8k, .framer-C37ci .framer-15vag8f { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-C37ci .framer-r0gfm4, .framer-C37ci .framer-d8jpib, .framer-C37ci .framer-r97uuv, .framer-C37ci .framer-qipjko, .framer-C37ci .framer-1roqpq0, .framer-C37ci .framer-1vnp4ar, .framer-C37ci .framer-1mj33es, .framer-C37ci .framer-720u6y, .framer-C37ci .framer-1oasczx, .framer-C37ci .framer-1vgpjf, .framer-C37ci .framer-11g6udi, .framer-C37ci .framer-1kcppk4, .framer-C37ci .framer-1gq3fq, .framer-C37ci .framer-1djoun2, .framer-C37ci .framer-n4ukws, .framer-C37ci .framer-1wwpfx4, .framer-C37ci .framer-o8dkjk, .framer-C37ci .framer-13au990, .framer-C37ci .framer-2iv77a, .framer-C37ci .framer-33uhop, .framer-C37ci .framer-14t5j5c, .framer-C37ci .framer-sns25p, .framer-C37ci .framer-1mx0y1i, .framer-C37ci .framer-v5dix9, .framer-C37ci .framer-ujfiqu, .framer-C37ci .framer-2xs4xh, .framer-C37ci .framer-1nb4njl { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 88%; word-break: break-word; word-wrap: break-word; }\",\".framer-C37ci .framer-cxcyxf-container, .framer-C37ci .framer-1u41eky-container, .framer-C37ci .framer-ueiv1k-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-C37ci .framer-ouh5zc { align-content: flex-start; align-items: flex-start; background-color: #ff350f; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 788px; justify-content: space-between; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-C37ci .framer-i940wi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 173px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-C37ci .framer-1tkmgrd, .framer-C37ci .framer-189bzpg, .framer-C37ci .framer-i8bqbw, .framer-C37ci .framer-1jd6kvr, .framer-C37ci .framer-isqwc6, .framer-C37ci .framer-1aij7cj, .framer-C37ci .framer-19ocgxg, .framer-C37ci .framer-19f0o5q, .framer-C37ci .framer-1rle88d, .framer-C37ci .framer-s6e82a, .framer-C37ci .framer-108h7m7, .framer-C37ci .framer-1tlwep5, .framer-C37ci .framer-i774pr, .framer-C37ci .framer-1blk2rt, .framer-C37ci .framer-1brmut1, .framer-C37ci .framer-o1eio7, .framer-C37ci .framer-odovo4, .framer-C37ci .framer-1pmp3rt, .framer-C37ci .framer-1bucf76 { flex: none; height: 24px; position: relative; width: 25px; }\",\".framer-C37ci .framer-zjcvgx { align-content: flex-start; align-items: flex-start; background-color: #2e2e2d; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 788px; justify-content: space-between; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-C37ci .framer-14bpzlb { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 93%; word-break: break-word; word-wrap: break-word; }\",\".framer-C37ci .framer-8vq6k4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; min-height: 24px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-C37ci .framer-1ejmkla { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 160px 120px 160px 120px; position: relative; width: 100%; }\",\".framer-C37ci .framer-w6bx89 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-C37ci .framer-b4cael { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 464px; word-break: break-word; word-wrap: break-word; }\",\".framer-C37ci .framer-alyqmj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-C37ci .framer-n99a43-container, .framer-C37ci .framer-2mn2e0-container, .framer-C37ci .framer-1rkfgoi-container, .framer-C37ci .framer-18332xm-container, .framer-C37ci .framer-fnkl7l-container { flex: none; height: auto; position: relative; width: 548px; }\",\".framer-C37ci .framer-d2epi8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 880px; justify-content: flex-start; overflow: hidden; padding: 120px; position: relative; width: 100%; }\",\".framer-C37ci .framer-1mgdzeo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-C37ci .framer-vomf55 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 697px; word-break: break-word; word-wrap: break-word; }\",\".framer-C37ci .framer-gz24h5 { aspect-ratio: 0.776332899869961 / 1; bottom: 0px; flex: none; position: absolute; right: -73px; top: 120px; width: var(--framer-aspect-ratio-supported, 590px); z-index: 1; }\",\".framer-C37ci .framer-15mpcfr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 240px 120px 160px 120px; position: relative; width: 100%; }\",\".framer-C37ci .framer-cy08jy { bottom: -93px; flex: none; height: 506px; overflow: hidden; position: absolute; right: -193px; width: 436px; }\",\".framer-C37ci .framer-10945s7 { aspect-ratio: 0.7561260210035006 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 429px); left: 50%; overflow: visible; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 324px; z-index: 1; }\",\".framer-C37ci .framer-1j4xonj { flex: none; height: 268px; left: calc(48.263888888888914% - 220px / 2); overflow: hidden; position: absolute; top: 106px; width: 220px; }\",\".framer-C37ci .framer-1h8vjb8 { aspect-ratio: 0.8174342105263158 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 268px); left: -16px; overflow: visible; position: absolute; top: -2px; width: 219px; z-index: 1; }\",\".framer-C37ci .framer-2hwhqv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 480px; }\",\".framer-C37ci .framer-181p1va { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-C37ci .framer-uf04tz { aspect-ratio: 7.265625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 44px); overflow: visible; position: relative; width: 320px; }\",\".framer-C37ci .framer-1wrmxrz { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.8; position: relative; white-space: pre-wrap; width: 480px; word-break: break-word; word-wrap: break-word; }\",\".framer-C37ci .framer-anfnrm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-C37ci .framer-ydn2gh, .framer-C37ci .framer-i64h3m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-C37ci .framer-4ph9kc, .framer-C37ci .framer-1f4hj4a, .framer-C37ci .framer-28oomg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-C37ci .framer-14jmu29, .framer-C37ci .framer-63smx2, .framer-C37ci .framer-1u8me8t, .framer-C37ci .framer-kevg20, .framer-C37ci .framer-5w4n3t, .framer-C37ci .framer-122l681, .framer-C37ci .framer-1q0r68e, .framer-C37ci .framer-zcw6os, .framer-C37ci .framer-18gpggu, .framer-C37ci .framer-1rlqpsl, .framer-C37ci .framer-ei8xy6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.8; position: relative; white-space: pre; width: auto; }\",\".framer-C37ci .framer-1s15its, .framer-C37ci .framer-1fkves { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-C37ci .framer-pt8q6a, .framer-C37ci .framer-od0enh { align-content: center; align-items: center; background-color: #101010; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 2px 8px 2px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-C37ci .framer-nhyqed { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-C37ci .framer-1mbsi5g { align-content: flex-start; align-items: flex-start; background-color: #101010; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: 600px; will-change: var(--framer-will-change-override, transform); }\",...sharedStyle.css,'.framer-C37ci[data-border=\"true\"]::after, .framer-C37ci [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (max-width: 809px) { .framer-C37ci.framer-72rtr7 { width: 390px; } .framer-C37ci .framer-njca55 { height: var(--framer-aspect-ratio-supported, 16px); width: 116px; } .framer-C37ci .framer-5bukrg { height: 680px; width: 100%; } .framer-C37ci .framer-10sy6bz { height: 172px; left: unset; right: 0px; width: 100%; } .framer-C37ci .framer-1i24xlz-container { bottom: 62px; height: 232px; left: calc(49.61636828644503% - min(1080px, 323px) / 2); width: 323px; } .framer-C37ci .framer-z8nm3s { height: var(--framer-aspect-ratio-supported, 180px); width: 84px; } .framer-C37ci .framer-4i5jf3 { height: var(--framer-aspect-ratio-supported, 179px); width: 83px; } .framer-C37ci .framer-1rfs1kr { left: 50%; top: 28px; } .framer-C37ci .framer-yd0ur1 { order: 0; width: 288px; } .framer-C37ci .framer-rvrsad { order: 1; width: 334px; } .framer-C37ci .framer-16i159n-container { order: 2; } .framer-C37ci .framer-k2elqb { height: 80px; } .framer-C37ci .framer-14bl8vm { gap: 40px; order: 2; padding: 80px 24px 80px 24px; } .framer-C37ci .framer-1ngj1ot, .framer-C37ci .framer-16dur49, .framer-C37ci .framer-1vo25d4 { flex-direction: column; gap: 24px; justify-content: center; } .framer-C37ci .framer-1tdr7nt { align-self: unset; height: min-content; order: 1; width: 100%; } .framer-C37ci .framer-hdjk20, .framer-C37ci .framer-12gxgad, .framer-C37ci .framer-12bz0ha { width: 32px; } .framer-C37ci .framer-dc07gg, .framer-C37ci .framer-nejvmp { gap: 16px; height: min-content; justify-content: center; } .framer-C37ci .framer-4kq188 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-C37ci .framer-1oopfuk, .framer-C37ci .framer-dgtbh9 { height: 186px; order: 0; width: 100%; } .framer-C37ci .framer-171i3fi, .framer-C37ci .framer-j6euac { gap: 4px; height: min-content; order: 1; width: 100%; } .framer-C37ci .framer-18b2uh6 { align-self: stretch; gap: 16px; height: auto; justify-content: center; } .framer-C37ci .framer-1r9wieo, .framer-C37ci .framer-1rx7292, .framer-C37ci .framer-1fkves { order: 0; } .framer-C37ci .framer-pb5167 { flex-direction: column; height: 1198px; order: 3; padding: 120px 24px 200px 24px; } .framer-C37ci .framer-1gwluqv { gap: 40px; height: min-content; order: 0; padding: 40px 0px 40px 0px; width: 100%; } .framer-C37ci .framer-6q0d7k, .framer-C37ci .framer-alyqmj, .framer-C37ci .framer-n99a43-container, .framer-C37ci .framer-2mn2e0-container, .framer-C37ci .framer-1rkfgoi-container, .framer-C37ci .framer-18332xm-container, .framer-C37ci .framer-fnkl7l-container, .framer-C37ci .framer-1wrmxrz { width: 100%; } .framer-C37ci .framer-nrxax8-container { height: var(--framer-aspect-ratio-supported, 445px); order: 2; } .framer-C37ci .framer-1shlg82 { height: 832px; order: 1; } .framer-C37ci .framer-1go6e5h { aspect-ratio: 0.9945945945945946 / 1; height: var(--framer-aspect-ratio-supported, 440px); } .framer-C37ci .framer-1hzqr5k { gap: 40px; } .framer-C37ci .framer-bctzn6 { width: 266px; } .framer-C37ci .framer-lqs4ms { height: 60px; width: 241px; } .framer-C37ci .framer-54h5zp { aspect-ratio: 12.689655172413794 / 1; height: var(--framer-aspect-ratio-supported, 19px); left: 0px; top: 0px; width: unset; } .framer-C37ci .framer-27sd9a { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; bottom: 5px; gap: 10px; height: min-content; left: 50%; padding: 12px 16px 12px 16px; transform: translateX(-50%); width: min-content; } .framer-C37ci .framer-olsoi1 { height: var(--framer-aspect-ratio-supported, 20px); width: 20px; } .framer-C37ci .framer-iyw1f6 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 12px); left: 50%; top: 50%; transform: translate(-50%, -50%); width: 12px; } .framer-C37ci .framer-1soj4zw { aspect-ratio: 0.9278350515463918 / 1; height: var(--framer-aspect-ratio-supported, 221px); } .framer-C37ci .framer-17mvfop { height: var(--framer-aspect-ratio-supported, 112px); width: 129px; } .framer-C37ci .framer-1pbuycu { height: var(--framer-aspect-ratio-supported, 55px); } .framer-C37ci .framer-vni542 { padding: 80px 24px 80px 0px; width: 100%; } .framer-C37ci .framer-l977sv { order: 0; padding: 0px 24px 0px 24px; width: min-content; } .framer-C37ci .framer-vm0uwd { align-content: center; align-items: center; order: 1; overflow-x: auto; padding: 0px 24px 0px 24px; width: 108%; } .framer-C37ci .framer-1xrny0p { flex: none; order: 1; width: 280px; } .framer-C37ci .framer-9m0deq { height: 108px; } .framer-C37ci .framer-1yd51sd { aspect-ratio: 0.9111111111111111 / 1; height: var(--framer-aspect-ratio-supported, 272px); } .framer-C37ci .framer-g3pgub { order: 3; } .framer-C37ci .framer-gn73w3, .framer-C37ci .framer-10ztmbb { height: var(--framer-aspect-ratio-supported, 273px); } .framer-C37ci .framer-ysky6l { order: 4; } .framer-C37ci .framer-10g4rj9, .framer-C37ci .framer-1iz3je3 { padding: 80px 24px 80px 24px; } .framer-C37ci .framer-1dge2ja { --border-bottom-width: 4px; --border-left-width: 4px; --border-right-width: 4px; --border-top-width: 4px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: var(--framer-aspect-ratio-supported, 237px); } .framer-C37ci .framer-16gl0c9 { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: unset; height: var(--framer-aspect-ratio-supported, 297px); left: 50%; top: 44px; width: 205px; } .framer-C37ci .framer-pbloop { height: 18%; right: 55px; top: 60px; width: var(--framer-aspect-ratio-supported, 43px); } .framer-C37ci .framer-112kyyv { height: 18%; right: 10px; top: 60px; width: var(--framer-aspect-ratio-supported, 43px); } .framer-C37ci .framer-1o5h6vb { bottom: 71px; height: 18%; left: unset; right: 23px; width: 43px; } .framer-C37ci .framer-19wj20z { aspect-ratio: 1.011764705882353 / 1; flex: 42.5 0 0px; height: var(--framer-aspect-ratio-supported, 43px); width: 1px; } .framer-C37ci .framer-1wfyov9 { bottom: unset; height: var(--framer-aspect-ratio-supported, 43px); left: 242px; right: unset; top: 87%; transform: translateY(-50%); width: 43px; } .framer-C37ci .framer-1dx30te { bottom: 5px; height: 18%; left: 48px; width: var(--framer-aspect-ratio-supported, 43px); } .framer-C37ci .framer-ej6m59 { width: var(--framer-aspect-ratio-supported, 279px); } .framer-C37ci .framer-prvvz5 { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; height: 6%; right: 8px; top: 8px; width: var(--framer-aspect-ratio-supported, 99px); } .framer-C37ci .framer-1h58tya { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; height: 6%; left: 8px; top: 8px; width: var(--framer-aspect-ratio-supported, 140px); } .framer-C37ci .framer-bpyk0l { order: 0; width: var(--framer-aspect-ratio-supported, 43px); } .framer-C37ci .framer-awvmfb { aspect-ratio: unset; height: 800px; } .framer-C37ci .framer-uv0jd2 { height: 610px; left: calc(50.00000000000002% - 100% / 2); top: calc(58.00000000000002% - 610px / 2); width: 100%; } .framer-C37ci .framer-1sslkow { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 76px; left: unset; padding: 24px; right: 17px; } .framer-C37ci .framer-wl6sq1 { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 212px; left: unset; padding: 24px; right: -12px; } .framer-C37ci .framer-721mbg { bottom: 179px; height: var(--framer-aspect-ratio-supported, 124px); left: 34px; right: 232px; top: unset; width: unset; } .framer-C37ci .framer-1i4zax5 { aspect-ratio: 1 / 1; bottom: 441px; cursor: unset; height: var(--framer-aspect-ratio-supported, 144px); left: 233px; right: 13px; top: unset; width: unset; } .framer-C37ci .framer-1h7ktwg { bottom: 445px; height: var(--framer-aspect-ratio-supported, 96px); left: 176px; right: 118px; top: unset; transform: unset; width: unset; } .framer-C37ci .framer-8htkrq { flex-direction: column; } .framer-C37ci .framer-v9wixt { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-C37ci .framer-fnlv52 { height: auto; } .framer-C37ci .framer-1tqr0o2, .framer-C37ci .framer-zoubj7, .framer-C37ci .framer-j6kpzl, .framer-C37ci .framer-1b7kw8p, .framer-C37ci .framer-1t0f30b, .framer-C37ci .framer-pgj4cn, .framer-C37ci .framer-1swqgm, .framer-C37ci .framer-11zhs8k, .framer-C37ci .framer-15vag8f, .framer-C37ci .framer-1tkmgrd, .framer-C37ci .framer-189bzpg, .framer-C37ci .framer-i8bqbw, .framer-C37ci .framer-1jd6kvr, .framer-C37ci .framer-isqwc6, .framer-C37ci .framer-1aij7cj, .framer-C37ci .framer-19ocgxg, .framer-C37ci .framer-19f0o5q, .framer-C37ci .framer-1rle88d, .framer-C37ci .framer-s6e82a, .framer-C37ci .framer-108h7m7, .framer-C37ci .framer-1tlwep5, .framer-C37ci .framer-i774pr, .framer-C37ci .framer-1blk2rt, .framer-C37ci .framer-1brmut1, .framer-C37ci .framer-o1eio7, .framer-C37ci .framer-odovo4, .framer-C37ci .framer-1pmp3rt, .framer-C37ci .framer-1bucf76 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 20px); width: 20px; } .framer-C37ci .framer-ouh5zc { flex: none; gap: 34px; height: min-content; justify-content: center; width: 100%; } .framer-C37ci .framer-zjcvgx { flex: none; gap: 24px; height: min-content; justify-content: center; width: 100%; } .framer-C37ci .framer-1ejmkla { flex-direction: column; gap: 80px; justify-content: flex-start; padding: 80px 24px 80px 24px; } .framer-C37ci .framer-w6bx89 { gap: 40px; height: min-content; width: 100%; } .framer-C37ci .framer-b4cael { height: 124px; width: 100%; } .framer-C37ci .framer-d2epi8 { height: 794px; padding: 80px 32px 80px 32px; } .framer-C37ci .framer-1mgdzeo { gap: 40px; justify-content: center; width: 100%; } .framer-C37ci .framer-vomf55 { width: 293px; } .framer-C37ci .framer-gz24h5 { aspect-ratio: 0.7192771084337349 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 432px); left: 154px; right: -72px; top: 356px; width: unset; } .framer-C37ci .framer-15mpcfr { flex-direction: column; gap: 200px; justify-content: flex-start; padding: 200px 24px 240px 24px; width: 100%; } .framer-C37ci .framer-cy08jy { aspect-ratio: 0.8616600790513834 / 1; bottom: -101px; height: var(--framer-aspect-ratio-supported, 399px); order: 3; right: -155px; width: 344px; } .framer-C37ci .framer-1j4xonj { aspect-ratio: 0.8208955223880597 / 1; bottom: 458px; height: var(--framer-aspect-ratio-supported, 268px); left: -54px; order: 0; top: unset; } .framer-C37ci .framer-2hwhqv { gap: 60px; order: 1; width: 100%; } .framer-C37ci .framer-uf04tz { height: var(--framer-aspect-ratio-supported, 32px); width: 233px; } .framer-C37ci .framer-anfnrm { flex-direction: column; gap: 40px; } .framer-C37ci .framer-ydn2gh { gap: 16px; order: 0; } .framer-C37ci .framer-nhyqed, .framer-C37ci .framer-28oomg { order: 1; } .framer-C37ci .framer-1mbsi5g { order: 2; width: 100%; }}\",\"@media (min-width: 810px) and (max-width: 1279px) { .framer-C37ci.framer-72rtr7 { width: 810px; } .framer-C37ci .framer-5bukrg { height: 1120px; } .framer-C37ci .framer-10sy6bz { height: 380px; width: 100%; } .framer-C37ci .framer-1i24xlz-container { aspect-ratio: 1.3930555555555555 / 1; height: var(--framer-aspect-ratio-supported, 500px); left: 50%; transform: translateX(-50%); width: 697px; } .framer-C37ci .framer-z8nm3s, .framer-C37ci .framer-4i5jf3 { height: var(--framer-aspect-ratio-supported, 400px); width: 186px; } .framer-C37ci .framer-1rfs1kr { left: 50%; top: 96px; } .framer-C37ci .framer-yd0ur1 { width: 672px; } .framer-C37ci .framer-k2elqb, .framer-C37ci .framer-hkjah0 { width: 100%; } .framer-C37ci .framer-16hv3pp { height: 1000px; order: 0; width: 100%; } .framer-C37ci .framer-11ts1uh { gap: 60px; left: 50%; } .framer-C37ci .framer-1qz158e { width: 596px; } .framer-C37ci .framer-8nen06 { height: var(--framer-aspect-ratio-supported, 144px); width: 144px; } .framer-C37ci .framer-1cld8jp { aspect-ratio: 0.9278350515463918 / 1; height: var(--framer-aspect-ratio-supported, 300px); width: 278px; } .framer-C37ci .framer-qcztf6 { right: 81px; top: 142px; } .framer-C37ci .framer-16jpzlt { height: var(--framer-aspect-ratio-supported, 144px); left: 57px; top: 38px; width: 144px; } .framer-C37ci .framer-1qyvtdb { bottom: 8px; height: var(--framer-aspect-ratio-supported, 144px); right: 100px; width: 144px; } .framer-C37ci .framer-wrm6qi { bottom: 45px; height: var(--framer-aspect-ratio-supported, 144px); right: 202px; width: 144px; } .framer-C37ci .framer-tzfqxl { right: 83px; } .framer-C37ci .framer-lqy0f { height: var(--framer-aspect-ratio-supported, 164px); left: -58px; top: 73px; width: 189px; } .framer-C37ci .framer-irzdyr { aspect-ratio: 0.9945945945945946 / 1; bottom: -107px; height: var(--framer-aspect-ratio-supported, 628px); left: -300px; width: 624px; } .framer-C37ci .framer-qh0fzx { bottom: 23px; left: 97px; } .framer-C37ci .framer-1ffzei { bottom: 155px; left: 119px; } .framer-C37ci .framer-14bl8vm { gap: 80px; order: 1; padding: 200px 80px 200px 80px; } .framer-C37ci .framer-1ngj1ot, .framer-C37ci .framer-16dur49, .framer-C37ci .framer-1vo25d4 { flex-direction: column; gap: 32px; justify-content: flex-start; } .framer-C37ci .framer-1tdr7nt { align-self: unset; height: min-content; order: 1; width: 100%; } .framer-C37ci .framer-dc07gg, .framer-C37ci .framer-18b2uh6, .framer-C37ci .framer-nejvmp { gap: 40px; height: min-content; justify-content: flex-start; } .framer-C37ci .framer-1oopfuk, .framer-C37ci .framer-1hls0ff, .framer-C37ci .framer-dgtbh9 { height: 420px; order: 0; width: 100%; } .framer-C37ci .framer-171i3fi, .framer-C37ci .framer-j6euac { height: min-content; order: 1; width: 100%; } .framer-C37ci .framer-pb5167 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 64px; justify-content: center; order: 2; padding: 120px 80px 120px 80px; } .framer-C37ci .framer-1gwluqv { height: min-content; padding: 60px 0px 60px 0px; width: 100%; } .framer-C37ci .framer-6q0d7k { width: 554px; } .framer-C37ci .framer-vni542 { padding: 120px 80px 120px 80px; width: 100%; } .framer-C37ci .framer-vm0uwd { overflow-x: auto; } .framer-C37ci .framer-1xrny0p { flex: none; order: 0; width: 336px; } .framer-C37ci .framer-9m0deq, .framer-C37ci .framer-vqh41i, .framer-C37ci .framer-hfgoc3 { height: 108px; } .framer-C37ci .framer-ymyddd { flex: none; order: 1; width: 336px; } .framer-C37ci .framer-16bc7w8 { flex: none; order: 2; width: 336px; } .framer-C37ci .framer-10g4rj9 { padding: 120px 80px 120px 80px; } .framer-C37ci .framer-1dge2ja { height: var(--framer-aspect-ratio-supported, 450px); } .framer-C37ci .framer-16gl0c9 { bottom: unset; height: var(--framer-aspect-ratio-supported, 566px); width: 390px; } .framer-C37ci .framer-pbloop { height: var(--framer-aspect-ratio-supported, 80px); right: 119px; top: 123px; width: 80px; } .framer-C37ci .framer-112kyyv { height: var(--framer-aspect-ratio-supported, 80px); right: 35px; top: 123px; width: 80px; } .framer-C37ci .framer-1o5h6vb { bottom: 125px; height: 80px; left: unset; right: 45px; } .framer-C37ci .framer-19wj20z { height: 99%; order: 0; width: 80px; } .framer-C37ci .framer-1wfyov9 { aspect-ratio: 0.9937888198757764 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 81px); left: 450px; right: 120px; top: 87%; transform: translateY(-50%); width: unset; } .framer-C37ci .framer-1dx30te { bottom: 11px; height: var(--framer-aspect-ratio-supported, 80px); left: 90px; width: 80px; } .framer-C37ci .framer-ej6m59 { width: var(--framer-aspect-ratio-supported, 531px); } .framer-C37ci .framer-prvvz5 { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; height: 6%; right: 24px; top: 24px; width: var(--framer-aspect-ratio-supported, 184px); } .framer-C37ci .framer-1h58tya { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; left: 24px; top: 24px; width: var(--framer-aspect-ratio-supported, 260px); } .framer-C37ci .framer-awvmfb { aspect-ratio: unset; height: 1080px; } .framer-C37ci .framer-uv0jd2 { height: 800px; left: calc(51.11111111111113% - 1117px / 2); top: calc(52.68518518518521% - 800px / 2); } .framer-C37ci .framer-cp3zw5 { bottom: 503px; left: 177px; } .framer-C37ci .framer-1sslkow { bottom: 33px; left: 189px; } .framer-C37ci .framer-1t91gnr { order: 0; } .framer-C37ci .framer-wl6sq1 { bottom: 268px; left: 411px; } .framer-C37ci .framer-721mbg { left: 261px; top: 429px; } .framer-C37ci .framer-1i4zax5 { aspect-ratio: 1 / 1; bottom: 432px; height: var(--framer-aspect-ratio-supported, 200px); left: 688px; right: 229px; top: unset; width: unset; } .framer-C37ci .framer-1h7ktwg { bottom: 594px; left: unset; right: 296px; top: unset; transform: unset; } .framer-C37ci .framer-1iz3je3 { background-color: unset; padding: 160px 80px 160px 80px; } .framer-C37ci .framer-8htkrq { overflow: hidden; overflow-x: auto; } .framer-C37ci .framer-v9wixt, .framer-C37ci .framer-ouh5zc, .framer-C37ci .framer-zjcvgx { flex: none; width: 380px; } .framer-C37ci .framer-1ejmkla { flex-direction: column; gap: 120px; justify-content: flex-start; } .framer-C37ci .framer-w6bx89 { height: min-content; } .framer-C37ci .framer-d2epi8 { height: 780px; padding: 80px; } .framer-C37ci .framer-vomf55 { width: 582px; } .framer-C37ci .framer-gz24h5 { aspect-ratio: 0.5813047711781889 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 600px); left: 84%; right: unset; top: 229px; transform: translateX(-50%); width: 349px; } .framer-C37ci .framer-15mpcfr { flex-direction: column; gap: 120px; justify-content: flex-start; width: 100%; } .framer-C37ci .framer-1j4xonj { bottom: 350px; left: -23px; top: unset; } .framer-C37ci .framer-1mbsi5g { min-width: 600px; width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 12333.5\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tCL3s32v1\":{\"layout\":[\"fixed\",\"auto\"]},\"RusCn8vvt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"F88xwfmgT\":{\"pattern\":\":F88xwfmgT\",\"name\":\"pricing\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-C37ci\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:12333.5,width:1280};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Deacon Condensed Test Black\",source:\"custom\",url:\"https://framerusercontent.com/assets/7TvWDrT7vvUb34OQOM7hqBzvM.woff2\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K46YRH762FH3QJ25IQM3VAXAKCHEXXW4/ISLWQPUZHZF33LRIOTBMFOJL57GBGQ4B/3ZLMEXZEQPLTEPMHTQDAUXP5ZZXCZAEN.woff2\",weight:\"600\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2\",weight:\"500\"}]},...SafariDarkModeFonts,...CTAFonts,...TickerFonts,...CTABlackFonts,...PricingButtonFonts,...FaqFonts,...FooterBtnFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1280\",\"framerResponsiveScreen\":\"\",\"framerScrollSections\":\"{\\\"F88xwfmgT\\\":{\\\"pattern\\\":\\\":F88xwfmgT\\\",\\\"name\\\":\\\"pricing\\\"}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tCL3s32v1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RusCn8vvt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"12333.5\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "e", "velocityPerSecond", "calcBezier", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "t", "o", "cubicBezier", "__rest", "e", "t", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "n", "createGeneratorEasing", "e", "t", "n", "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", "ImageWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "Image2", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "transition3", "animation2", "animation3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "getLoadingLazyAtYPosition", "css", "FramerfOKzgrEu_", "withCSS", "fOKzgrEu_default", "addPropertyControls", "ControlType", "addFonts", "MotionAWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText", "SVG", "css", "FramerLd1XwmS8x", "withCSS", "Ld1XwmS8x_default", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText", "SVG", "css", "FramerlDCCIMh8d", "withCSS", "lDCCIMh8d_default", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText", "SVG", "css", "FramermU8Kx_YpR", "withCSS", "mU8Kx_YpR_default", "addFonts", "MotionAWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText", "SVG", "css", "FramerOgVZcqnBn", "withCSS", "OgVZcqnBn_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "text2", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "veH2jAkY_", "Vzw3xQCCM", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1xnp5ll", "args", "onTap1stzq6d", "onTap13mtaga", "onTapoksile", "onTap1n2l26y", "onTap4oumbc", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "LayoutGroup", "u", "RichText", "SVG", "css", "FramerzE2eSOQKg", "withCSS", "zE2eSOQKg_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "SafariDarkModeFonts", "getFonts", "fOKzgrEu_default", "ImageWithFX", "withFX", "Image2", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText", "CTAFonts", "OgVZcqnBn_default", "TickerFonts", "Ticker", "MotionDivWithFX", "motion", "CTABlackFonts", "mU8Kx_YpR_default", "PricingButtonFonts", "lDCCIMh8d_default", "FaqFonts", "zE2eSOQKg_default", "FooterBtnFonts", "Ld1XwmS8x_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "transformTemplate1", "_", "t", "animation1", "transition2", "animation2", "animation3", "animation4", "animation5", "animation6", "animation7", "animation8", "transition3", "animation9", "animation10", "animation11", "transition4", "animation12", "animation13", "transition5", "animation14", "animation15", "transition6", "inertia", "preventDefault", "e", "animation16", "animation17", "transition7", "animation18", "animation19", "transition8", "animation20", "animation21", "transition9", "transformTemplate2", "animation22", "animation23", "animation24", "transition10", "animation25", "transition11", "animation26", "animation27", "transition12", "transformTemplate3", "transition13", "transition14", "transition15", "transition16", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "elementId", "useRouteElementId", "ref1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "Container", "x", "Link", "SVG", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
