{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js", "ssg:https://framerusercontent.com/modules/CUkWRYPpjWG7bG5HuezG/ICjphStcoRb1727ahDxp/BJbi2e1kF.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/bJnHw5VokAqNKlg6Rp7L/SlideShow.js", "ssg:https://framerusercontent.com/modules/1iNMEpn2kT7Skt4ErXPG/bAo4JXcJWhrpRlRhTWRa/Tf7JjTn76.js", "ssg:https://framerusercontent.com/modules/UhqKYlKnkAzAKT8dVGXR/OCq6hHW8YOvWMwj8PH55/UAw0fg57w.js", "ssg:https://framerusercontent.com/modules/9OLnHeN7Lon99H3gqf4n/kuTHSsfQB3mPMoFMxO6u/frsqRRyoQ.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,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)`};/**\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 currentTarget=RenderTarget.current();const isCanvas=currentTarget===RenderTarget.canvas||currentTarget===RenderTarget.export;// 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[{current:null},{current:null}];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=null;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);useLayoutEffect(()=>{frame.read(measure,false,true);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure,false,true);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...child.props?.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});}const isInView=isCanvas?true:useInView(parentRef);if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",willChange:!isInView?undefined:\"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.props?.style,width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},child.props?.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){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]);const playOrPause=useCallback(()=>{if(!animationRef.current)return;const hidden=document.hidden;if(isInView&&!hidden&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if((!isInView||hidden)&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);useEffect(()=>{playOrPause();},[isInView,hoverFactor,animateToValue,speed]);useEffect(()=>{document.addEventListener(\"visibilitychange\",playOrPause);return()=>{document.removeEventListener(\"visibilitychange\",playOrPause);};},[playOrPause]);}/* 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,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||!isInView?\"auto\":\"transform\",transform:transformer(0)},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\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";const TickerFonts=getFonts(Ticker);const cycleOrder=[\"T7tBA0E2H\",\"qFaRAcbgG\"];const serializationHash=\"framer-0hbU6\";const variantClassNames={qFaRAcbgG:\"framer-v-dl3gbn\",T7tBA0E2H:\"framer-v-14416gt\"};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:.4,ease:[.5,0,.2,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"T7tBA0E2H\",Mobile:\"qFaRAcbgG\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"T7tBA0E2H\"};};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:\"T7tBA0E2H\",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,...addPropertyOverrides({qFaRAcbgG:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.section,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-14416gt\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"T7tBA0E2H\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.15)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-cffd1574-2933-42ad-91ac-4a0d01b20964, rgba(3, 5, 38, 0.9))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 4px 8px -2px rgba(0, 0, 0, 0.03999999910593033), 0px 2px 4px -2px rgba(0, 0, 0, 0.07999999821186066)\",...style},variants:{qFaRAcbgG:{\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({qFaRAcbgG:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Trusted By\"})}),className:\"framer-1siv1jp\",\"data-framer-name\":\"Trusted By\",fonts:[\"GF;Poppins-600\"],layoutDependency:layoutDependency,layoutId:\"axDgv6PUb\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14naksf-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"SPAmbr9a0-container\",nodeId:\"SPAmbr9a0\",rendersWithMotion:true,scopeId:\"BJbi2e1kF\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:64,height:\"100%\",hoverFactor:1,id:\"SPAmbr9a0\",layoutId:\"SPAmbr9a0\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-qgthrr\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"dLtcQRXbX\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1guplo\",\"data-framer-name\":\"Grady\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:55,intrinsicWidth:70,layoutDependency:layoutDependency,layoutId:\"I1391:26846;1709:14056\",svg:'<svg width=\"70\" height=\"55\" viewBox=\"0 0 70 55\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.81604 24.427C2.94524 24.4108 5.07307 24.3932 7.20227 24.377C7.51578 24.3743 7.82794 24.377 8.23415 24.377V17.059H14.5481C14.5618 17.3536 14.5849 17.6158 14.5863 17.8793C14.589 19.7929 14.6081 21.7066 14.5754 23.6188C14.5659 24.2 14.7212 24.4013 15.3333 24.3892C17.2594 24.3527 19.1855 24.3757 21.1116 24.3757C21.376 24.3757 21.6405 24.3757 21.9472 24.3757V30.7315H14.6108V37.859H8.25187V30.7774H0.81604V24.4257V24.427ZM13.0678 25.846C13.0678 25.519 13.0678 25.2757 13.0678 25.0325C13.0678 23.1188 13.0473 21.2065 13.08 19.2929C13.0896 18.7415 12.9028 18.5861 12.3794 18.6158C11.7251 18.6537 11.064 18.651 10.4097 18.6158C9.90534 18.5901 9.7404 18.7645 9.74721 19.2713C9.77175 21.2065 9.75812 23.1418 9.75539 25.0784C9.75539 25.3163 9.73495 25.5528 9.71995 25.8555C9.40507 25.8555 9.16107 25.8555 8.91571 25.8555C6.98962 25.8555 5.06353 25.8744 3.1388 25.8433C2.59219 25.8352 2.42316 26.0163 2.45042 26.5393C2.48586 27.2353 2.48995 27.9367 2.45042 28.6313C2.41771 29.1706 2.61263 29.3287 3.14698 29.3219C5.09488 29.2949 7.04414 29.3098 8.99205 29.3138C9.23059 29.3138 9.4705 29.3368 9.75812 29.3516C9.75812 29.6679 9.75812 29.9125 9.75812 30.1571C9.75812 32.0032 9.74858 33.8479 9.77175 35.694C9.77448 35.9102 9.94759 36.3048 10.0566 36.3102C11.0408 36.3589 12.0277 36.3386 13.0869 36.3386V29.2935H20.2705V25.846H13.0705H13.0678Z\" fill=\"white\"/>\\n<path d=\"M36.3221 21.3644C36.1367 22.0347 36.0004 22.528 35.8791 22.9672C34.9304 22.8604 34.0239 22.6874 33.1133 22.6699C31.4776 22.6401 30.0926 23.2293 29.4002 24.7835C28.6573 26.4512 28.735 28.131 29.8786 29.6298C30.7769 30.8082 32.8243 31.3542 34.2706 30.8677C34.4151 30.819 34.5978 30.6109 34.6032 30.4704C34.6346 29.6433 34.6182 28.8135 34.6182 27.8932H32.6608V26.2823H36.6165C36.6356 26.4566 36.6697 26.6269 36.6711 26.7985C36.6752 28.3513 36.6888 29.9055 36.6574 31.4583C36.6533 31.6867 36.4775 32.0597 36.3017 32.1137C34.4137 32.6908 32.4945 32.9138 30.5602 32.3435C28.3124 31.6799 26.9247 29.8338 26.7939 27.5026C26.539 22.9631 29.7887 20.7049 33.8412 20.9697C34.6414 21.0224 35.432 21.2171 36.3221 21.363V21.3644Z\" fill=\"white\"/>\\n<path d=\"M58.4222 31.5387C57.7134 31.9171 57.055 32.4482 56.3093 32.6293C54.5918 33.0456 53.0079 32.0914 52.3822 30.4211C51.9664 29.3129 51.9651 28.1777 52.2159 27.033C52.832 24.2139 56.1076 23.1368 58.1768 25.0612V20.5353H60.2515V32.4861H58.5176C58.4808 32.1185 58.444 31.7509 58.4222 31.5373V31.5387ZM58.2572 28.3547C58.2082 27.9263 58.1904 27.5209 58.1114 27.1276C57.9464 26.3086 57.3985 25.8194 56.601 25.6748C55.7968 25.5288 55.0948 25.8248 54.6722 26.5195C53.9525 27.7047 53.913 28.9561 54.6082 30.167C55.0307 30.9022 55.7409 31.1819 56.582 31.0441C57.3753 30.9143 57.8824 30.4211 58.0841 29.6656C58.1986 29.2372 58.2041 28.7804 58.2572 28.3534V28.3547Z\" fill=\"white\"/>\\n<path d=\"M62.397 36.3235C62.2279 35.7248 62.0766 35.1897 61.9785 34.845C62.7446 34.1761 63.4466 33.6031 64.0981 32.9774C64.4744 32.6165 64.4566 32.1665 64.2508 31.6705C63.3307 29.4501 62.4447 27.2148 61.5464 24.9849C61.4632 24.7795 61.391 24.5714 61.2669 24.239C61.9867 24.239 62.6314 24.2052 63.268 24.2633C63.4261 24.2781 63.621 24.5674 63.6906 24.7674C64.3203 26.5661 64.9256 28.373 65.5799 30.3015C65.6834 30.0001 65.7652 29.7853 65.8293 29.5663C66.2928 27.9716 66.763 26.3783 67.2061 24.7782C67.3219 24.3619 67.5209 24.1917 67.964 24.2241C68.4765 24.2619 68.9931 24.2335 69.6024 24.2335C69.1799 25.3796 68.8159 26.435 68.4029 27.4716C67.6136 29.4528 66.8598 31.4516 65.9724 33.3895C65.2936 34.8748 64.1568 35.9438 62.3956 36.3249L62.397 36.3235Z\" fill=\"white\"/>\\n<path d=\"M48.5039 27.09C48.4957 25.4575 47.0999 25.0993 44.6354 26.0291C44.5999 26.0061 44.5427 25.9926 44.5304 25.9602C44.0697 24.7034 44.1242 24.5452 45.4696 24.2939C46.2357 24.1506 47.0413 24.0966 47.8196 24.1479C49.4595 24.2547 50.5132 25.2912 50.5786 26.9265C50.6522 28.7644 50.5949 30.6064 50.5949 32.4917H48.9047C48.8406 32.2498 48.7711 31.9822 48.6838 31.6525C47.8251 32.4552 46.8859 32.8687 45.7504 32.6958C44.5972 32.5187 43.7889 31.7876 43.5899 30.7537C43.3786 29.6523 43.8066 28.4549 44.8235 27.9901C45.7259 27.5779 46.7509 27.4252 47.7256 27.1738C47.9614 27.113 48.2136 27.1197 48.5012 27.09H48.5039ZM48.5843 28.3009C47.7106 28.536 46.9472 28.6766 46.2384 28.9563C45.7381 29.1536 45.5228 29.6888 45.6523 30.1983C45.7409 30.5456 45.993 30.9727 46.2943 31.1254C47.2321 31.5984 48.4589 30.8754 48.5762 29.8307C48.6225 29.4145 48.5843 28.9888 48.5843 28.3009Z\" fill=\"white\"/>\\n<path d=\"M40.5818 32.5048H38.5072V24.3016C38.544 24.284 38.5631 24.2664 38.5835 24.2651C39.6486 24.1543 40.2342 24.6746 40.3406 25.826C40.5164 25.5408 40.62 25.3665 40.7291 25.1935C41.1571 24.5164 41.7841 24.1664 42.5734 24.0799C42.9496 24.0394 43.184 24.1313 43.1595 24.5786C43.1336 25.0448 43.1541 25.5124 43.1541 25.9787C41.2825 25.9855 40.5927 26.6733 40.5832 28.4802C40.5764 29.8033 40.5832 31.1263 40.5832 32.5034L40.5818 32.5048Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-187krf4\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"L2B4ZTLm0\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1f15gnz\",\"data-framer-name\":\"Toyota\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:55,intrinsicWidth:33,layoutDependency:layoutDependency,layoutId:\"I1391:26846;1709:14065\",svg:'<svg width=\"33\" height=\"55\" viewBox=\"0 0 33 55\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M32.4578 25.3652C32.1319 24.3421 31.6128 23.425 30.9323 22.5926C30.307 21.8277 29.5858 21.1708 28.7937 20.5867C28.0345 20.0269 27.2328 19.5332 26.3733 19.1496C25.5933 18.8015 24.8 18.473 23.9891 18.2064C23.1645 17.9356 22.3167 17.7264 21.4687 17.5371C20.8203 17.3925 20.1582 17.3003 19.4976 17.2229C18.8678 17.1494 18.2326 17.1149 17.5986 17.084C17.1091 17.0602 16.617 17.0503 16.1269 17.068C15.5209 17.0895 14.9137 17.1286 14.3103 17.1911C13.629 17.2618 12.9474 17.3435 12.2731 17.4625C11.329 17.6294 10.4004 17.864 9.48653 18.1606C8.34856 18.5305 7.24468 18.9772 6.19711 19.5579C5.15709 20.1342 4.1878 20.8092 3.32631 21.6343C2.64631 22.2857 2.04917 23.0036 1.58776 23.8246C1.07393 24.7381 0.738392 25.7113 0.636999 26.7632C0.556206 27.6045 0.617087 28.4306 0.818499 29.2483C1.08743 30.3412 1.60286 31.3128 2.28583 32.1981C2.76441 32.8179 3.31646 33.3677 3.91704 33.8714C4.91746 34.7114 6.03003 35.3717 7.21081 35.918C8.17942 36.3664 9.18396 36.7168 10.2144 37.0027C11.2212 37.2819 12.2388 37.5037 13.2729 37.6246C14.2337 37.7369 15.2016 37.8074 16.1681 37.8454C16.8971 37.874 17.6325 37.8571 18.3594 37.7967C19.2786 37.7202 20.1952 37.5971 21.1082 37.4611C22.2245 37.2943 23.3087 36.9912 24.3771 36.6257C25.8913 36.1078 27.3218 35.4269 28.6323 34.5022C29.7815 33.6918 30.7746 32.7314 31.5434 31.5433C32.345 30.3048 32.7617 28.9567 32.7782 27.6222C32.7739 26.7616 32.6766 26.0521 32.4578 25.3647V25.3652ZM7.72441 20.947C8.10435 20.4183 8.63603 20.0882 9.20273 19.8049C10.0303 19.3913 10.9037 19.1061 11.8092 18.9225C12.4077 18.801 13.0074 18.6843 13.6102 18.5866C13.9556 18.5302 14.3076 18.5158 14.6566 18.4824V18.4671C15.3085 18.4453 15.9606 18.4057 16.6124 18.4064C17.248 18.4071 17.8861 18.4213 18.5185 18.4797C19.3374 18.5554 20.1584 18.6461 20.9668 18.7935C22.1043 19.0008 23.2242 19.2938 24.2505 19.8516C24.5949 20.0385 24.9264 20.2574 25.2365 20.497C25.572 20.7568 25.8194 21.0928 25.8977 21.5281C25.9748 21.9547 25.8329 22.3159 25.5722 22.6429C25.1873 23.1256 24.6741 23.4362 24.1301 23.6987C23.1537 24.17 22.1146 24.4435 21.0565 24.6543C20.9313 24.6795 20.8045 24.698 20.6793 24.7241C20.5095 24.7594 20.4477 24.7175 20.4189 24.5458C20.2426 23.5074 19.97 22.4955 19.5503 21.5276C19.2999 20.9499 19.0032 20.3951 18.6002 19.9079C18.2088 19.4343 17.7591 19.0333 17.1438 18.8672C16.5968 18.7195 16.0974 18.834 15.6285 19.1322C14.9533 19.562 14.5131 20.1935 14.1403 20.8797C13.6349 21.8089 13.325 22.8084 13.0932 23.8347C13.0408 24.0672 12.9941 24.3012 12.9485 24.5348C12.9073 24.7449 12.8954 24.7614 12.6858 24.7189C12.1928 24.6191 11.697 24.5293 11.2104 24.4037C10.4787 24.2153 9.76119 23.9775 9.09035 23.6241C8.55638 23.3433 8.05033 23.0217 7.70198 22.5036C7.36782 22.0064 7.37446 21.4347 7.72487 20.947H7.72441ZM18.7618 24.9715C18.5892 24.9763 18.4169 24.9725 18.2443 24.9725V25.005C17.2132 25.005 16.1826 25.0066 15.1515 25.0033C14.9624 25.0027 14.7731 24.983 14.5845 24.9688C14.4761 24.9608 14.4447 24.8937 14.4621 24.7942C14.6239 23.8823 14.8725 22.997 15.314 22.1776C15.5207 21.7943 15.774 21.439 16.1608 21.2099C16.5884 20.9573 17.0713 21.0323 17.4375 21.3676C17.9786 21.8622 18.2711 22.5017 18.491 23.1742C18.6622 23.6981 18.7675 24.2435 18.9083 24.7777C18.9451 24.918 18.8845 24.9676 18.762 24.9711L18.7618 24.9715ZM14.4081 36.5619C13.6848 36.4502 12.9607 36.3408 12.2436 36.1948C11.3519 36.0128 10.4799 35.7473 9.64515 35.3832C9.03542 35.117 8.42912 34.8327 7.85304 34.5015C7.30556 34.1868 6.78281 33.8222 6.27905 33.44C5.6105 32.9333 5.02091 32.3398 4.51235 31.6683C3.77834 30.6983 3.25078 29.6351 3.00702 28.4351C2.85253 27.6746 2.81499 26.9088 2.91684 26.1443C3.08003 24.9164 3.54809 23.8118 4.35259 22.8592C4.4208 22.7784 4.48786 22.6965 4.55698 22.6168C4.57483 22.5965 4.60001 22.5825 4.63686 22.5541C4.71307 22.7489 4.77945 22.9386 4.86116 23.1218C5.13329 23.734 5.55214 24.2373 6.0472 24.6797C6.94005 25.4776 7.97732 26.0271 9.09287 26.4414C10.1686 26.8405 11.2768 27.1102 12.4095 27.2848C12.6565 27.3228 12.6508 27.3265 12.6549 27.58C12.6636 28.144 12.6514 28.71 12.7023 29.2703C12.7698 30.0151 12.8769 30.7571 12.9893 31.4968C13.1312 32.4316 13.4051 33.332 13.7613 34.207C14.0348 34.8785 14.3637 35.5209 14.812 36.0952C14.9473 36.2687 15.097 36.4307 15.2682 36.6308C14.956 36.6072 14.6793 36.604 14.4083 36.5619H14.4081ZM17.4151 33.1617C16.8026 33.6757 16.2622 33.5155 15.7781 32.9891C15.4167 32.5957 15.1815 32.1219 14.9803 31.6296C14.6722 30.8752 14.4912 30.0858 14.3605 29.2863C14.2806 28.799 14.254 28.3031 14.2037 27.811C14.2103 27.4821 14.2094 27.5057 14.5511 27.5224C15.3421 27.5617 16.1343 27.5952 16.926 27.5942C17.6055 27.594 18.2853 27.5448 18.9646 27.5116C19.1012 27.5052 19.177 27.5308 19.1589 27.6901C19.084 28.3521 19.0337 29.0172 18.9373 29.6761C18.8229 30.4591 18.5892 31.2135 18.2589 31.9331C18.0497 32.3892 17.809 32.8314 17.4148 33.1617H17.4151ZM30.4926 27.567C30.3903 28.7517 30.0276 29.856 29.4023 30.875C28.4891 32.3627 27.2254 33.4791 25.7485 34.3779C24.6712 35.0337 23.5192 35.5193 22.3165 35.8865C21.3872 36.1705 20.4374 36.3687 19.4752 36.5037C19.1017 36.5562 18.7245 36.5829 18.3482 36.6179C18.2976 36.6228 18.2447 36.607 18.1573 36.5964C18.3184 36.3914 18.4576 36.2144 18.5963 36.0371C19.0488 35.4578 19.3626 34.8041 19.6427 34.1287C19.9545 33.3768 20.1824 32.6 20.3323 31.8042C20.4678 31.0853 20.5777 30.3591 20.6445 29.631C20.707 28.949 20.6999 28.2603 20.7191 27.5743C20.7258 27.334 20.7251 27.3333 20.9636 27.2841C21.663 27.1385 22.3696 27.0179 23.0589 26.8341C24.3896 26.4787 25.651 25.9557 26.7702 25.1329C27.4555 24.6289 28.0478 24.0375 28.4435 23.274C28.5602 23.0487 28.6406 22.8048 28.7543 22.5283C28.9338 22.753 29.1047 22.9556 29.2631 23.1671C29.825 23.9176 30.1885 24.7575 30.3787 25.6737C30.5084 26.2993 30.5483 26.9346 30.4931 27.5677L30.4926 27.567Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19sydzd\",\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"mdhHuSCOR\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-cauwmd\",\"data-framer-name\":\"USDA\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:55,intrinsicWidth:39,layoutDependency:layoutDependency,layoutId:\"I1391:26846;1709:14067\",svg:'<svg width=\"39\" height=\"55\" viewBox=\"0 0 39 55\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1710_293)\">\\n<path d=\"M9.42297 15.4867L9.37373 22.0585C9.37373 24.7898 7.75151 25.8497 5.56696 25.8497C3.6856 25.8497 1.29633 25.0153 1.29633 22.1699V15.4867C1.28879 15.329 1.23587 15.1769 1.14392 15.0487C1.05197 14.9204 0.924919 14.8214 0.778046 14.7637H3.86182C3.71886 14.824 3.59635 14.9243 3.50901 15.0526C3.42167 15.1808 3.37321 15.3316 3.36945 15.4867V22.2243C3.36945 23.349 3.75557 24.9401 5.84424 24.9401C7.7567 24.9401 8.43564 23.6859 8.43564 22.0896L8.40973 15.4867C8.41472 15.3373 8.37655 15.1897 8.2998 15.0615C8.22304 14.9332 8.11096 14.8298 7.97697 14.7637H9.84796C9.71542 14.8309 9.60493 14.9348 9.52961 15.063C9.45429 15.1911 9.41728 15.3381 9.42297 15.4867Z\" fill=\"white\"/>\\n<path d=\"M13.7738 25.8497C12.699 25.8367 11.6425 25.5703 10.69 25.0723L10.6097 22.3565C10.9155 23.4967 11.8795 25.0075 13.5509 25.0075C15.1395 25.0075 15.624 23.8673 15.624 23.0795C15.624 21.5246 14.2273 21.3277 12.7735 20.5399C11.3197 19.7521 10.6511 18.8529 10.6511 17.6324C10.6408 15.4633 12.6828 14.5875 14.1444 14.5875C14.9893 14.5838 15.8221 14.7876 16.5699 15.1809L16.6502 17.5598C16.4248 16.7072 15.51 15.4219 13.9681 15.4219C12.745 15.4219 12.263 16.2745 12.263 16.9767C12.263 17.9563 12.9549 18.3243 14.4657 19.0162C15.9765 19.7081 17.5184 20.2419 17.5184 22.4757C17.5184 24.484 15.751 25.8497 13.7738 25.8497Z\" fill=\"white\"/>\\n<path d=\"M22.7061 25.689H18.578C18.7075 25.6188 18.8151 25.514 18.8887 25.3864C18.9623 25.2588 18.9992 25.1133 18.9952 24.966V15.4867C19.0017 15.339 18.9658 15.1925 18.8919 15.0644C18.818 14.9364 18.7091 14.832 18.578 14.7637H22.8513C28.1377 14.7637 29.1976 18.5083 29.1976 20.0657C29.1976 22.8618 27.0441 25.689 22.7061 25.689ZM22.5144 15.567C22.1283 15.567 21.2757 15.567 21.0347 15.6007V24.8546H22.3304C25.9584 24.8546 26.9742 22.4109 26.9742 20.0657C26.9638 18.1377 25.8391 15.567 22.5144 15.567Z\" fill=\"white\"/>\\n<path d=\"M35.4434 25.689C35.8633 25.4635 35.9436 25.2407 35.8296 24.9116C35.7829 24.7509 35.3631 23.7714 34.9148 22.6804H30.9785C30.6409 23.403 30.3407 24.1425 30.0792 24.896C29.9341 25.2821 30.0145 25.5076 30.4472 25.6994H28.2316C28.5526 25.5183 28.8145 25.2483 28.9857 24.9219C29.2837 24.2922 33.5154 14.4268 33.5154 14.4268C33.5154 14.4268 37.7913 24.2922 38.0789 24.9012C38.1529 25.0786 38.2622 25.2391 38.4004 25.3728C38.5385 25.5065 38.7025 25.6105 38.8822 25.6786L35.4434 25.689ZM32.9116 17.8966C32.9116 17.8966 31.8181 20.628 31.305 21.833H34.5442C33.7901 20.0501 32.9116 17.8966 32.9116 17.8966Z\" fill=\"white\"/>\\n<path d=\"M38.3999 27.2335C38.3999 27.2335 15.0306 26.653 1.17178 34.0308C1.17178 34.0308 15.8469 28.2286 38.3999 28.8091V27.2335Z\" fill=\"white\"/>\\n<path d=\"M1.17178 27.2335C1.17178 27.2335 9.04965 27.3164 13.9396 29.1408C13.9396 29.1408 3.90831 28.3115 1.17178 28.7262V27.2335Z\" fill=\"white\"/>\\n<path d=\"M1.17178 29.8041C1.17178 29.8041 6.81068 29.545 10.2106 29.887C10.2106 29.887 2.00103 30.8821 1.17178 31.2968V29.8041Z\" fill=\"white\"/>\\n<path d=\"M34.5261 30.058H34.4043C27.607 30.1902 13.3491 31.0117 1.17728 35.3108V40.4936H38.4054V30.058C38.4054 30.058 36.9594 30.014 34.5261 30.058Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1710_293\">\\n<rect width=\"38.104\" height=\"26.0643\" fill=\"white\" transform=\"translate(0.778229 14.4268)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zll2rq\",\"data-framer-name\":\"4\",layoutDependency:layoutDependency,layoutId:\"f2myKy0W7\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-zxapd6\",\"data-framer-name\":\"Coca Cola\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:55,intrinsicWidth:71,layoutDependency:layoutDependency,layoutId:\"I1391:26846;1709:14079\",svg:'<svg width=\"71\" height=\"55\" viewBox=\"0 0 71 55\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M49.541 18.3176C49.541 18.3176 48.239 18.8314 46.7247 20.4861C45.2104 22.1408 44.3284 24.0015 44.9811 24.4963C45.2318 24.6844 45.81 24.7203 46.8591 23.7798C47.8272 22.9465 48.5872 21.9018 49.0792 20.728C49.7567 19.0901 49.541 18.3377 49.541 18.3198M57.8286 21.2944C56.146 20.4391 54.9163 19.3912 53.6368 18.743C52.4161 18.1216 51.6268 17.8619 50.6398 17.9929C50.5021 18.0172 50.3663 18.0509 50.2333 18.0937C50.2333 18.0937 50.7414 19.8144 48.7189 22.7051C46.6705 25.636 44.8117 25.6159 44.2833 24.8109C43.7299 23.9612 44.4447 22.2293 45.6384 20.6876C46.8884 19.0755 49.0837 17.7388 49.0837 17.7388C49.0837 17.7388 48.3836 17.3145 46.6648 18.2806C44.9879 19.2188 42.1015 21.4579 39.423 25.2341C36.7444 29.0104 36.2136 31.0882 35.8297 32.7239C35.4458 34.3596 35.7947 36.1116 37.6241 36.1116C39.4535 36.1116 41.5832 33.3452 42.184 32.3836C43.3008 30.5923 44.0292 27.8449 42.5092 28.2222C41.7605 28.408 41.1541 29.2298 40.7713 30.0213C40.5296 30.5297 40.3448 31.0628 40.2202 31.6111C39.6891 31.8281 39.1903 32.1158 38.7375 32.4664C38.2339 32.8363 37.7631 33.2483 37.3305 33.6979C37.3305 33.6979 37.3372 32.3903 38.3886 30.2743C39.4399 28.1584 41.3698 27.1922 42.4629 27.1015C43.4476 27.0232 44.7293 27.8516 43.643 30.908C42.5566 33.9644 39.3518 37.6801 35.9855 37.726C32.879 37.7686 30.8463 33.8378 35.1702 26.9784C39.956 19.4002 45.5695 17.0749 47.3921 16.8163C49.2147 16.5576 49.8075 17.3548 49.8075 17.3548C50.9047 16.9085 52.0896 16.7148 53.2732 16.7883C55.499 16.9372 57.2199 18.4989 59.492 19.5961C58.9014 20.1559 58.3379 20.7436 57.8297 21.2944M67.8281 18.743C66.2856 19.7237 64.1513 20.6126 62.1006 20.4223C61.5811 20.9541 61.0255 21.5698 60.4688 22.2416C64.0248 22.9391 67.1404 20.7548 68.797 18.8953C69.4009 18.2267 69.9198 17.4871 70.3418 16.6931C69.5876 17.4719 68.7435 18.1599 67.827 18.743M63.092 28.6756C63.119 28.6291 63.1409 28.58 63.1575 28.529C63.147 28.4482 63.1088 28.3735 63.0494 28.3173C62.99 28.2611 62.913 28.2267 62.8312 28.22C62.4924 28.2043 62.0305 28.2681 60.8189 29.5981C59.8137 30.6965 58.9486 31.9132 58.243 33.221C57.5497 34.4771 57.2685 35.413 57.6671 35.6549C57.7966 35.7214 57.9468 35.7366 58.0872 35.6974C58.3571 35.6336 58.6631 35.3828 59.1284 34.8488C59.3463 34.598 59.588 34.2431 59.8771 33.8502C60.6788 32.7687 62.6934 29.3641 63.092 28.6756ZM50.5054 30.1221C50.7076 29.5981 50.965 28.5693 50.4298 28.1651C49.855 27.7363 48.3892 28.7428 48.3813 29.775C48.3711 30.8319 49.4134 31.3099 49.663 31.3771C49.8053 31.4151 49.855 31.4095 49.9239 31.2965C50.1449 30.9188 50.3392 30.5264 50.5054 30.1221ZM49.3965 32.0443C49.0333 31.878 48.6944 31.6638 48.3892 31.4073C48.0831 31.1528 47.8274 30.8442 47.6349 30.4971C47.6145 30.4635 47.5942 30.4893 47.5716 30.5195C47.549 30.5497 47.4587 30.6315 46.6773 31.7667C45.8958 32.9019 44.6954 35.2541 45.7818 35.6549C46.4774 35.9112 47.6349 34.7033 48.2661 33.9028C48.6962 33.3441 49.086 32.756 49.4326 32.1429C49.4654 32.0746 49.4326 32.0589 49.3976 32.0443M61.72 34.7615C61.4253 35.2294 61.0887 36.1273 62.0588 35.5687C63.2456 34.8891 64.9361 32.3466 64.9361 32.3466H65.7029C65.0052 33.4102 64.2283 34.4206 63.3789 35.3694C62.1762 36.6905 60.7093 37.8906 59.6761 37.7719C58.4689 37.632 58.8472 36.0613 58.8472 36.0613C58.8472 36.0613 57.1206 37.8839 55.9258 37.7529C54.3121 37.576 54.8045 35.5989 54.8045 35.5989C54.8045 35.5989 52.9796 37.819 51.7363 37.7507C49.7872 37.6387 50.2773 35.2877 50.8194 33.6318C51.1096 32.7463 51.3783 32.051 51.3783 32.051C51.3783 32.051 51.1852 32.1014 50.7697 32.163C50.5528 32.1932 50.1576 32.2156 50.1576 32.2156C50.1576 32.2156 49.3457 33.6352 48.6964 34.4883C48.047 35.3414 45.2872 38.2824 43.6633 37.6936C42.1614 37.1495 42.6583 34.8701 43.5323 33.0586C44.8084 30.4176 48.3971 26.6235 50.467 27.125C52.6126 27.6412 50.5156 31.5226 50.5156 31.5226C50.5156 31.5226 50.5156 31.5372 50.5382 31.5473C50.5811 31.5629 50.6929 31.5752 50.9515 31.5249C51.2195 31.4707 51.4821 31.3931 51.7363 31.2931C51.7363 31.2931 53.8932 26.8149 56.2759 23.8851C58.6586 20.9552 63.4116 15.9094 65.2771 17.1297C65.7288 17.4298 65.5256 18.4631 64.9113 19.717C64.6346 19.8061 64.3534 19.8808 64.0688 19.9409C64.4799 19.2009 64.752 18.5773 64.8333 18.1418C65.1145 16.6282 61.5495 19.8211 59.0019 23.2514C57.4674 25.3194 56.104 27.507 54.9253 29.7929C55.3855 29.5147 55.8248 29.2037 56.2397 28.8626C57.3761 27.9284 58.456 26.9288 59.4739 25.8689C60.4541 24.8741 61.3734 23.8221 62.227 22.7185C62.4982 22.7055 62.7685 22.6778 63.0367 22.6357C62.106 23.888 61.0911 25.0767 59.999 26.1936C58.9827 27.2124 57.8828 28.3084 56.9275 29.1044C56.0741 29.8238 55.1741 30.4869 54.2331 31.0894C54.2331 31.0894 52.0051 35.544 53.2167 35.8295C53.9293 35.9997 55.3363 33.8513 55.3363 33.8513C55.3363 33.8513 57.1725 31.0737 58.2792 29.8209C59.789 28.1192 61.0887 27.134 62.3874 27.1161C63.144 27.1027 63.59 27.8998 63.59 27.8998L63.9457 27.3534H66.1365C66.1365 27.3534 62.0452 34.2364 61.7177 34.7548M67.827 18.743C66.2844 19.7237 64.1501 20.6126 62.0994 20.4223C61.58 20.9541 61.0244 21.5698 60.4677 22.2416C64.0237 22.9391 67.1393 20.7548 68.7959 18.8953C69.4002 18.2267 69.9194 17.4871 70.3418 16.6931C69.5876 17.4719 68.7435 18.1599 67.827 18.743ZM37.0606 22.1195H34.9771L33.7993 24.006H35.8828L37.0606 22.1195ZM27.1955 28.6521C28.0819 27.4475 30.5279 23.2257 30.5279 23.2257C30.5176 23.145 30.4796 23.0703 30.4204 23.0141C30.3612 22.9578 30.2844 22.9235 30.2027 22.9167C29.8639 22.901 29.2993 23.0141 28.1779 24.4057C27.0566 25.7973 26.1859 26.9045 25.5513 28.0565C24.8557 29.3138 24.5519 30.2004 24.9516 30.4411C25.0814 30.5056 25.2304 30.5207 25.3706 30.4837C25.6303 30.4187 25.9702 30.1601 26.4366 29.6283C26.6557 29.3798 26.9041 29.0451 27.1955 28.6521ZM16.0159 22.9424C15.44 22.5114 13.9753 23.5201 13.9674 24.5501C13.9584 25.6081 15.2853 25.9316 15.4569 25.9394C15.5074 25.9436 15.558 25.9331 15.6026 25.9092C15.6332 25.8915 15.6576 25.8649 15.6726 25.8331C15.8286 25.5292 15.9688 25.2175 16.0927 24.8994C16.2948 24.3754 16.5512 23.3466 16.0159 22.9424ZM15.1475 26.5843C14.7504 26.4613 14.3709 26.2882 14.0183 26.0693C13.6766 25.8485 13.3987 25.5433 13.212 25.1837C13.1916 25.1502 13.1691 25.1759 13.1487 25.2061C13.1284 25.2364 13.011 25.3819 12.2273 26.5216C11.4436 27.6613 10.2827 29.9922 11.3702 30.393C12.0635 30.6539 13.2346 29.4358 13.8703 28.6387C14.3461 28.0123 14.7857 27.3596 15.187 26.6839C15.213 26.6156 15.187 26.6 15.1486 26.5877M32.1642 27.2863H32.9275C32.9275 27.2863 29.1028 32.772 26.9425 32.5168C25.7365 32.3768 26.0944 30.9013 26.0944 30.9013C26.0944 30.9013 24.4006 32.8672 22.8445 32.4686C21.4329 32.1093 22.3442 29.7817 22.3442 29.7817C22.1839 29.8455 19.1292 33.259 16.9825 32.4407C14.7365 31.5808 15.903 28.7226 16.3298 27.8628C16.6923 27.1385 17.0932 26.4332 17.0932 26.4332C17.0932 26.4332 16.7488 26.5294 16.5286 26.5787C16.3084 26.628 15.9899 26.6907 15.9899 26.6907C15.9899 26.6907 14.9273 28.4024 14.278 29.2567C13.6287 30.1109 10.8688 33.0463 9.24266 32.4619C7.61654 31.8775 8.01968 29.6216 8.93325 27.8304C10.4148 24.9251 13.9302 21.3549 16.0475 21.8968C18.1863 22.4375 16.4157 25.8767 16.4157 25.8767C16.4157 25.8767 16.8414 25.9316 17.8611 25.242C19.3291 24.2489 21.2669 21.5777 23.3651 21.8912C24.3543 22.0389 25.2757 23.0409 24.0155 24.9442C23.6135 25.5554 22.9393 26.1018 22.4233 25.561C22.1014 25.2252 22.3826 24.6128 22.7202 24.1941C22.8517 24.0234 23.0234 23.8873 23.2203 23.7979C23.4172 23.7085 23.6333 23.6685 23.8495 23.6813C23.8495 23.6813 24.1962 22.8976 23.3142 22.9088C22.6005 22.9223 20.7938 24.5714 19.774 26.2372C18.839 27.7665 17.4218 30.3717 18.8447 30.9393C20.149 31.461 22.631 28.5401 23.7806 27.0097C24.9302 25.4793 27.55 22.011 29.7476 21.8721C30.5042 21.8229 30.9547 22.5069 30.9547 22.5069L31.2088 22.1084H33.4063C33.4063 22.1084 29.2676 28.9555 28.9447 29.4739C28.6906 29.8791 28.3529 30.7904 29.2834 30.2799C30.2139 29.7694 32.1642 27.2863 32.1642 27.2863ZM30.9683 38.2578C29.3502 37.1474 27.4127 36.5868 25.4463 36.6602C24.914 36.6746 24.3927 36.8132 23.9245 37.0647C23.4564 37.3162 23.0546 37.6736 22.7519 38.1078C21.914 36.658 20.2574 35.7679 17.6962 35.7881C13.5575 35.8351 9.4527 37.7272 6.20047 37.7249C3.08374 37.7249 0.810559 35.7825 0.88396 32.3332C1.0206 26.2798 6.18014 20.8287 10.0309 18.3758C12.251 16.9663 14.1075 16.5476 15.3214 16.683C16.2067 16.7804 17.2716 17.7947 16.5997 19.2893C15.6128 21.4736 14.2498 21.2944 14.3006 20.2499C14.3288 19.5703 14.785 19.1427 15.1283 18.9064C15.3463 18.7575 15.7313 18.715 15.9323 18.7105C16.1277 18.5471 16.2711 17.3514 14.6902 17.7444C13.1092 18.1373 11.1895 19.6823 9.36688 21.6784C7.54427 23.6746 4.70647 27.4475 4.0052 31.4095C3.67772 33.2467 3.89228 36.5975 8.28619 36.5595C12.0127 36.5292 17.5054 34.0965 22.5531 34.1468C24.5124 34.1659 26.2175 34.6898 27.5467 35.5026C28.8521 36.2997 30.4172 37.4641 30.9728 38.2589\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kgwynp\",\"data-framer-name\":\"5\",layoutDependency:layoutDependency,layoutId:\"YR9Qx02kY\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-vpsd2e\",\"data-framer-name\":\"Wheels\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:55,intrinsicWidth:69,layoutDependency:layoutDependency,layoutId:\"I1391:26846;1709:14082\",svg:'<svg width=\"69\" height=\"55\" viewBox=\"0 0 69 55\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M66.8262 35.2992H66.3976V36.4798H66.1254V35.2992H65.6968V35.0781H66.8262V35.2992ZM67.891 36.0728L68.2711 35.0781H68.6619V36.4798H68.4059V35.3827H68.3978L67.98 36.4798H67.7886L67.3707 35.3827H67.3627V36.4798H67.1066V35.0781H67.5001L67.8856 36.0728H67.891Z\" fill=\"white\"/>\\n<path d=\"M9.17516 43.041L7.26128 37.5042H7.21815L5.29349 43.041H3.16127L0.341675 35.0054H2.38494L4.21256 40.7874H4.26647L6.16417 35.0054H8.30717L10.1995 40.7874H10.2534L12.0756 35.0054H14.1324L11.302 43.041H9.17785H9.17516Z\" fill=\"white\"/>\\n<path d=\"M23.0628 43.041V39.7335H18.4884V43.041H16.4128V35.0054H18.4884V38.1377H23.0628V35.0054H25.1384V43.041H23.0628Z\" fill=\"white\"/>\\n<path d=\"M28.2925 43.041V35.0054H35.0611V36.6012H30.3681V38.1619H34.708V39.7092H30.3681V41.4344H35.2606V43.041H28.2925Z\" fill=\"white\"/>\\n<path d=\"M38.6167 43.041V35.0054H45.3854V36.6012H40.6923V38.1619H45.0322V39.7092H40.6923V41.4344H45.5848V43.041H38.6167Z\" fill=\"white\"/>\\n<path d=\"M48.8491 43.041V35.0054H50.9247V41.3643H56.0382V43.041H48.8464H48.8491Z\" fill=\"white\"/>\\n<path d=\"M64.0847 42.7606C63.3704 43.1137 62.338 43.2054 61.435 43.2054C60.3432 43.2054 59.2893 43.1461 58.114 43.076V41.3643C59.0763 41.4694 60.3082 41.5638 61.1627 41.5638C61.8663 41.5638 62.4755 41.5179 62.8286 41.4478C63.2518 41.3535 63.3434 41.1298 63.3434 40.7901C63.3434 40.4262 63.2033 40.2375 62.8043 40.1216C62.3461 40.003 61.6668 39.9114 61.0576 39.8035C58.9928 39.4639 58.0897 38.9005 58.0897 37.3883C58.0897 36.4502 58.4294 35.6874 59.3567 35.2426C60.0602 34.9029 61.0225 34.8436 61.8663 34.8436C62.8394 34.8436 63.8125 34.9029 64.8584 34.973V36.6389C63.9203 36.5338 62.7585 36.4502 61.8312 36.4502C61.408 36.4502 60.9282 36.4745 60.5643 36.5446C60.1761 36.6389 60.0602 36.8384 60.0602 37.1538C60.0602 37.4934 60.2004 37.6821 60.5885 37.7764C61.0333 37.8924 61.6803 37.9759 62.2544 38.0703C64.3193 38.3883 65.3625 38.9275 65.3625 40.5583C65.3625 41.5314 65.0093 42.3051 64.0847 42.7633V42.7606Z\" fill=\"white\"/>\\n<path d=\"M22.7369 13.4783C22.4135 12.3569 22.001 11.7126 21.1573 11.7126H16.9522C16.8524 11.7126 16.8066 11.8393 16.8848 11.9013C17.1705 12.1251 17.4185 12.4216 17.6584 13.3031L21.5482 27.6167C21.9013 28.9187 22.4916 29.3823 22.8879 29.3823H27.3976C27.5001 29.3823 27.5432 29.2529 27.4596 29.1909C27.1011 28.9268 26.775 28.4119 26.624 27.7919L22.7369 13.4783Z\" fill=\"white\"/>\\n<path d=\"M43.5633 13.4783C43.8895 12.3569 44.3019 11.7126 45.143 11.7126H49.3481C49.4478 11.7126 49.4937 11.8393 49.4155 11.9013C49.1298 12.1251 48.8818 12.4216 48.6419 13.3031L44.7521 27.6167C44.399 28.9187 43.8086 29.3823 43.4124 29.3823H38.9026C38.8002 29.3823 38.7571 29.2529 38.8407 29.1909C39.1992 28.9268 39.5253 28.4119 39.6763 27.7919L43.566 13.4783H43.5633Z\" fill=\"white\"/>\\n<path d=\"M28.8724 13.2465C27.9424 13.2465 27.371 14.0848 27.0232 16.8316L26.3278 22.2498C26.3278 22.2498 26.3278 22.2686 26.3278 22.2767L27.5111 26.6274C27.6756 27.2205 27.9397 28.0696 28.867 28.0696C30.2094 28.0696 30.4359 27.2339 30.7836 24.4871L31.7729 16.8316C31.9697 15.2655 32.3956 13.7991 32.8754 13.3732C32.9239 13.33 32.8942 13.2492 32.8269 13.2492H28.8724V13.2465Z\" fill=\"white\"/>\\n<path d=\"M37.4309 13.2465C38.3609 13.2465 38.9324 14.0848 39.2801 16.8316L39.9756 22.2498C39.9756 22.2498 39.9756 22.2686 39.9756 22.2767L38.7922 26.6274C38.6278 27.2205 38.3636 28.0696 37.4363 28.0696C36.0939 28.0696 35.8675 27.2339 35.5197 24.4871L34.5305 16.8316C34.3337 15.2655 33.9078 13.7991 33.428 13.3732C33.3794 13.33 33.4091 13.2492 33.4765 13.2492H37.4309V13.2465Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:55,intrinsicWidth:33,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GNIS3KLay7EeYWTu6b1YmUFxB0.svg\"},className:\"framer-2gv660\",\"data-framer-name\":\"6\",layoutDependency:layoutDependency,layoutId:\"I1391:26846;1709:14100\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hsv9pe\",\"data-framer-name\":\"7\",layoutDependency:layoutDependency,layoutId:\"vcxGp3kpl\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18p616o\",\"data-framer-name\":\"Boeing\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:55,intrinsicWidth:91,layoutDependency:layoutDependency,layoutId:\"I1391:26846;1709:14155\",svg:'<svg width=\"91\" height=\"55\" viewBox=\"0 0 91 55\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11.6051 27.2795L13.6262 31.062C12.4424 32.2891 10.7966 33.0543 8.96312 33.0543C7.47613 33.0543 6.10463 32.549 5.02186 31.7117C6.22012 28.8676 8.84763 24.9263 12.4857 21.1006C14.2759 22.2555 15.4597 24.2622 15.4597 26.5577C15.4597 27.5394 15.2432 28.4778 14.8389 29.3151C13.6407 28.7954 12.529 28.1313 11.6051 27.2795ZM3.88135 30.6145C3.0007 29.5028 2.46654 28.088 2.46654 26.5577C2.46654 22.9774 5.36835 20.0611 8.96312 20.0611C9.9737 20.0611 10.9265 20.2921 11.7783 20.7108C8.18353 23.8291 5.44053 27.4961 3.88135 30.6145ZM15.3153 29.5173C15.734 28.6222 15.965 27.6116 15.965 26.5577C15.965 24.1179 14.7234 21.9668 12.8322 20.7108C13.9583 19.5558 15.171 18.4153 16.4703 17.3181C14.9544 18.2132 13.5252 19.2382 12.2114 20.3354C11.2441 19.8301 10.1325 19.527 8.94869 19.527C5.07961 19.5414 1.93237 22.6742 1.93237 26.5577C1.93237 28.3046 2.58203 29.9071 3.63592 31.1342C2.29329 34.036 2.04787 36.3748 3.24613 37.1688C4.51657 38.0206 7.27401 36.4758 8.93425 33.9783C8.93425 33.9783 6.37893 36.2881 4.96411 35.754C4.0979 35.4219 4.0979 34.1082 4.80531 32.2025C5.97469 33.0543 7.40394 33.5596 8.96312 33.5596C10.8832 33.5596 12.6301 32.78 13.9005 31.5384L14.146 32.0004C17.2066 31.755 26.3451 31.5095 26.3451 31.5095C26.3307 31.0909 20.2816 31.4951 15.3153 29.5173Z\" fill=\"white\"/>\\n<path d=\"M57.1968 25.9081L58.3373 24.3922H54.3527L55.3344 23.0929H59.319L60.4595 21.577H52.5048L47.0332 28.8388H54.9879L56.1284 27.3085H52.1583L53.2122 25.9081H57.1968Z\" fill=\"white\"/>\\n<path d=\"M62.7114 21.577L57.2399 28.8388H61.21L66.6816 21.577H62.7114Z\" fill=\"white\"/>\\n<path d=\"M75.9359 21.577L73.164 25.2584L72.3122 21.577H69.2083L63.7368 28.8388H66.3643L69.1073 25.1862L69.959 28.8388H73.0918L78.5634 21.577H75.9359Z\" fill=\"white\"/>\\n<path d=\"M88.9144 21.577H82.5333C81.4361 21.577 80.4689 22.0968 79.8625 22.9052L76.5709 27.2796C76.4554 27.4384 76.3832 27.6405 76.3832 27.8571C76.3832 28.3912 76.8163 28.8243 77.3505 28.8243H83.7316C84.8288 28.8243 85.7961 28.3046 86.4024 27.4961L87.1964 26.4422H88.1204L89.2754 24.9119H84.3957L82.851 26.962C82.6921 27.1785 82.4467 27.3085 82.158 27.3085H81.0319C80.8875 27.3085 80.772 27.193 80.772 27.063C80.772 27.0053 80.7865 26.9475 80.8298 26.9042L83.4429 23.4249C83.6017 23.2084 83.8471 23.0785 84.1358 23.0785H85.2619C85.4063 23.0785 85.5073 23.194 85.5073 23.3239C85.5073 23.3816 85.4929 23.4394 85.4496 23.4827L85.0309 24.0457H88.9866L89.6796 23.1218C89.7951 22.963 89.8817 22.7608 89.8817 22.5299C89.8817 22.0101 89.4486 21.577 88.9144 21.577Z\" fill=\"white\"/>\\n<path d=\"M44.8242 23.4971L42.2111 26.9764C42.0523 27.193 41.8069 27.3229 41.5181 27.3229H40.392C40.2477 27.3229 40.1466 27.2074 40.1466 27.0775C40.1466 27.0197 40.1611 26.962 40.1899 26.9187L42.803 23.4538C42.9618 23.2373 43.2072 23.1073 43.496 23.1073H44.622C44.7664 23.1073 44.8675 23.2228 44.8675 23.3528C44.8675 23.3961 44.853 23.4538 44.8242 23.4971ZM49.2563 22.5443C49.2563 22.0101 48.8232 21.577 48.289 21.577H41.9079C40.8107 21.577 39.8434 22.0968 39.2371 22.9052L35.9455 27.2796C35.83 27.4384 35.7578 27.6405 35.7578 27.8571C35.7578 28.3912 36.1909 28.8243 36.7251 28.8243H43.1062C44.2034 28.8243 45.1706 28.3046 45.777 27.4961L49.0686 23.1218C49.1841 22.963 49.2563 22.7608 49.2563 22.5443Z\" fill=\"white\"/>\\n<path d=\"M32.6973 23.4971L32.2786 24.0457C32.1198 24.2478 31.8744 24.3922 31.5857 24.3922H29.9543L30.936 23.0929H32.4952C32.6396 23.0929 32.7406 23.2084 32.7406 23.3383C32.7551 23.396 32.7262 23.4538 32.6973 23.4971ZM30.5751 26.3123L30.0842 26.9619C29.9254 27.1641 29.68 27.3084 29.3913 27.3084H27.7599L28.8138 25.9081H30.373C30.5173 25.9081 30.6184 26.0235 30.6184 26.1535C30.6184 26.2257 30.604 26.2834 30.5751 26.3123ZM34.2565 25.3883C35.0361 25.2151 35.7146 24.7531 36.191 24.1468L36.9418 23.1506C37.0572 22.9918 37.1439 22.7897 37.1439 22.5587C37.1439 22.0245 36.7108 21.5914 36.1766 21.5914H32.1054H28.1353L22.6637 28.8532H26.5616H30.9938C32.091 28.8532 33.0582 28.3334 33.6646 27.525L34.4297 26.5C34.5308 26.37 34.5885 26.2112 34.5885 26.038C34.5741 25.7492 34.4442 25.5183 34.2565 25.3883Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nc25h7\",\"data-framer-name\":\"8\",layoutDependency:layoutDependency,layoutId:\"cD896hWL3\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ijupdr\",\"data-framer-name\":\"Cox\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:55,intrinsicWidth:48,layoutDependency:layoutDependency,layoutId:\"I1391:26846;1709:14166\",svg:'<svg width=\"48\" height=\"55\" viewBox=\"0 0 48 55\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1710_392)\">\\n<path d=\"M39.2351 27.4588L43.1172 23.0688C43.6735 22.4399 43.614 21.4788 42.9853 20.9229C42.3566 20.3667 41.3952 20.4259 40.8392 21.0547L37.2059 25.1638L33.5727 21.0547C33.0164 20.4258 32.0558 20.3667 31.4266 20.9229C30.7979 21.4792 30.7385 22.4399 31.2947 23.0688L35.1764 27.4588L31.2943 31.8488C30.7379 32.4777 30.7974 33.4387 31.4261 33.9946C32.0548 34.5509 33.0161 34.4917 33.5723 33.8629L37.2054 29.7538L40.8387 33.8629C41.3951 34.4918 42.3557 34.5509 42.9849 33.9946C43.6136 33.4384 43.6729 32.4777 43.1167 31.8488L39.2351 27.4588Z\" fill=\"white\"/>\\n<path d=\"M21.202 34.6598C17.232 34.6598 14.002 31.4302 14.002 27.4598C14.002 23.4894 17.232 20.2598 21.202 20.2598C25.1717 20.2598 28.402 23.4894 28.402 27.4598C28.402 31.4302 25.1719 34.6598 21.202 34.6598ZM21.202 23.3007C18.9087 23.3007 17.0429 25.1665 17.0429 27.4598C17.0429 29.7529 18.9087 31.6188 21.202 31.6188C23.4951 31.6188 25.361 29.753 25.361 27.4598C25.361 25.1665 23.4952 23.3007 21.202 23.3007Z\" fill=\"white\"/>\\n<path d=\"M7.20812 34.6598C3.23773 34.6598 0.00811768 31.4296 0.00811768 27.4598C0.00811768 23.49 3.23773 20.2598 7.20812 20.2598C8.49804 20.2598 9.76412 20.6055 10.8696 21.2592C11.5924 21.6867 11.8316 22.6191 11.4043 23.3419C10.9771 24.0647 10.0444 24.304 9.32159 23.8764C8.68477 23.4998 7.95378 23.3006 7.2084 23.3006C4.91512 23.3006 3.04937 25.1663 3.04937 27.4596C3.04937 29.7529 4.91512 31.6186 7.2084 31.6186C7.95385 31.6186 8.6849 31.4194 9.32159 31.0428C10.0444 30.6153 10.9768 30.8545 11.4043 31.5773C11.8316 32.3001 11.5929 33.2325 10.8696 33.66C9.76404 34.3137 8.49789 34.6594 7.20812 34.6594V34.6598Z\" fill=\"white\"/>\\n<path d=\"M45.8585 31.767C46.0672 31.767 46.2711 31.8208 46.4699 31.9285C46.6688 32.0351 46.8238 32.1884 46.9348 32.3884C47.0457 32.5872 47.1012 32.7949 47.1012 33.0114C47.1012 33.2257 47.0463 33.4317 46.9364 33.6295C46.8276 33.8273 46.6743 33.9811 46.4765 34.091C46.2799 34.1998 46.0738 34.2541 45.8585 34.2541C45.6431 34.2541 45.4365 34.1998 45.2387 34.091C45.0421 33.9811 44.8888 33.8273 44.7789 33.6295C44.669 33.4317 44.6141 33.2257 44.6141 33.0114C44.6141 32.7949 44.6696 32.5872 44.7805 32.3884C44.8926 32.1884 45.0481 32.0351 45.247 31.9285C45.4459 31.8208 45.6497 31.767 45.8585 31.767ZM45.8585 31.973C45.6837 31.973 45.5134 32.018 45.3475 32.1081C45.1827 32.1972 45.0536 32.3252 44.9602 32.4922C44.8668 32.6581 44.8201 32.8312 44.8201 33.0114C44.8201 33.1905 44.8657 33.3625 44.9569 33.5273C45.0492 33.691 45.1777 33.819 45.3426 33.9113C45.5074 34.0025 45.6794 34.0481 45.8585 34.0481C46.0376 34.0481 46.2095 34.0025 46.3744 33.9113C46.5392 33.819 46.6672 33.691 46.7584 33.5273C46.8496 33.3625 46.8952 33.1905 46.8952 33.0114C46.8952 32.8312 46.8485 32.6581 46.7551 32.4922C46.6628 32.3252 46.5337 32.1972 46.3678 32.1081C46.2018 32.018 46.0321 31.973 45.8585 31.973ZM45.363 33.6987V32.3603H45.8229C45.98 32.3603 46.0586 32.373 46.129 32.3982C46.1993 32.4224 46.2328 32.4653 46.2745 32.5268C46.3163 32.5883 46.3372 32.6537 46.3372 32.7229C46.3372 32.8863 46.3077 33.0188 46.0939 33.1287L46.4871 33.6987H46.2234C46.0736 33.4779 45.8564 33.169 45.8564 33.169H45.5789V33.6987L45.363 33.6987ZM45.5789 32.9844H45.841C45.9663 32.9844 46.0522 32.9436 46.0844 32.8947C46.1162 32.8465 46.1309 32.7946 46.1306 32.7411C46.1304 32.7042 46.1196 32.6663 46.0976 32.6356C46.0757 32.6037 46.0449 32.5801 46.0053 32.5647C45.9669 32.5493 45.93 32.5416 45.8245 32.5416H45.5789L45.5789 32.9844Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1710_392\">\\n<rect width=\"47.0938\" height=\"14.4\" fill=\"white\" transform=\"translate(0.00848389 20.259)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1osxc5f\",\"data-framer-name\":\"9\",layoutDependency:layoutDependency,layoutId:\"vOoaL65Lh\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1rtbge3\",\"data-framer-name\":\"Equifax\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:55,intrinsicWidth:74,layoutDependency:layoutDependency,layoutId:\"I1391:26846;1709:14174\",svg:'<svg width=\"74\" height=\"55\" viewBox=\"0 0 74 55\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1710_400)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6999 22.5552L12.1669 20.3757H2.59289L1.34748 26.3303L0.257751 31.1174H10.1042L10.6102 28.8601H5.12262L5.62856 26.5249H10.2599L10.7659 24.3844H6.13451L6.5237 22.5552H11.6999Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.319423\" stroke-miterlimit=\"2.6131\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.756 26.525H23.103C23.2198 25.8245 23.4533 24.7737 23.4922 23.9175C23.5311 22.9445 23.142 22.205 22.2857 21.738C21.0403 21.0375 19.2501 21.0764 17.8879 21.0375C16.0587 20.9596 13.8403 21.1931 12.6728 22.8666C12.089 23.7229 11.7387 25.0461 11.583 26.058C11.4274 27.3034 10.8047 29.405 11.9333 30.4558C12.7895 31.2342 14.6576 31.4677 15.7863 31.4677C16.9149 31.4677 18.0047 31.3899 19.0944 31.1564L21.9744 34.6591H26.489L19.756 26.525ZM19.2501 26.6029C18.8998 28.2764 18.3938 29.6775 16.4479 29.6775C14.502 29.6775 15.1636 27.5758 15.3193 26.3693C15.5917 24.618 16.2533 22.8277 18.2382 22.9834C20.262 23.0612 19.5614 25.2407 19.2501 26.6029Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M37.6978 21.5823L36.647 26.3304L35.6351 31.1174H39.527L41.6675 21.5823H37.6978Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M51.2807 23.4893L51.7477 21.5823H43.1466L41.0839 31.1174H45.0537L45.9099 27.0309H49.8018L49.9574 26.3304L50.1909 25.2407H46.338L46.7272 23.4893H51.2807Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.0881 21.5823H29.0967L27.5789 28.3542C27.3843 29.1715 28.1627 29.5996 28.8243 29.6774C29.6805 29.7552 30.4589 29.2104 30.6535 28.3152L32.2492 21.5823H36.2189L34.6232 28.7434C33.9616 30.6115 32.3659 31.3509 30.6535 31.5066C29.5638 31.6234 28.4351 31.5066 27.4232 31.3509L23.8816 27.1088L25.0881 21.5823Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M60.1541 21.5823H65.1746L66.7314 24.0731L69.2222 21.5823H73.0752L68.0546 26.019L71.3627 31.1174H66.459L64.8633 28.1985L62.1 31.1174H56.1454L55.9119 29.0158H51.8254L50.3854 31.1174H47.6222L54.3162 21.5433H59.1033L60.0373 29.2882L63.2287 26.3304L60.1541 21.5823ZM53.1487 26.992L55.2892 23.7228L55.6784 26.992H53.1487Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1710_400\">\\n<rect width=\"72.973\" height=\"14.4\" fill=\"white\" transform=\"translate(0.102234 20.259)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-e4sum7\",\"data-framer-name\":\"10\",layoutDependency:layoutDependency,layoutId:\"xAFU9Ywpc\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-m9flxd\",\"data-framer-name\":\"Truist\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:55,intrinsicWidth:69,layoutDependency:layoutDependency,layoutId:\"I1391:26846;1709:14182\",svg:'<svg width=\"69\" height=\"55\" viewBox=\"0 0 69 55\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M66.7059 34.1221V28.2568H62.652V31.1894H61.0995V23.7717H62.652V26.7043H66.7059V20.7959H53.3798V26.6611H57.4337V23.7717H58.9862V31.1463H57.4337V28.2137H53.3798V34.1221H66.7059ZM52.0429 33.9927V20.9253C52.0429 20.0196 52.6035 19.459 53.5092 19.459H66.5765C67.4822 19.459 68.0429 20.0196 68.0429 20.9253V33.9927C68.0429 34.8983 67.4822 35.459 66.5765 35.459H53.5092C52.6035 35.459 52.0429 34.9415 52.0429 33.9927ZM43.5469 32.052V24.3754H40.6143V22.9091H48.0321V24.3754H45.1426V32.052H43.5469ZM35.9135 28.0843C34.7059 27.6531 33.369 27.1355 33.369 25.4105C33.369 23.7285 34.6197 22.6504 36.5172 22.6504C37.3798 22.6504 38.1129 22.866 38.7598 23.1248V24.8067C38.0267 24.3754 37.3367 24.1167 36.5172 24.1167C35.5685 24.1167 35.0078 24.5479 35.0078 25.2811C35.0078 26.1005 35.7841 26.3593 36.9916 26.7905C38.1992 27.2218 39.5361 27.7393 39.5361 29.4644C39.5361 31.1463 38.2854 32.2676 36.3016 32.2676C35.2234 32.2676 34.3609 32.0089 33.6709 31.6207V29.9388C34.4903 30.4563 35.3528 30.8444 36.3016 30.8444C37.2935 30.8444 37.8973 30.37 37.8973 29.68C37.8973 28.7743 37.121 28.5156 35.9135 28.0843ZM29.0995 32.052H30.6951V22.9091H29.0995V32.052ZM18.7491 28.5156V22.9091H20.3447V28.4725C20.3447 29.8956 21.121 30.7582 22.4148 30.7582C23.7086 30.7582 24.4849 29.8956 24.4849 28.4725V22.9091H26.0806V28.5156C26.0806 30.7582 24.6143 32.2676 22.4148 32.2676C20.2154 32.2676 18.7491 30.715 18.7491 28.5156ZM13.0995 27.3512C14.0051 27.3512 14.652 26.7043 14.652 25.8417C14.652 24.9792 14.0051 24.3323 13.0995 24.3323H11.1156V27.3512H13.0995ZM13.3582 30.1975C12.9269 29.2919 12.6682 28.7743 11.6331 28.7743H11.0725V32.0089H9.47681V22.9091H13.0563C14.9108 22.9091 16.2477 24.1167 16.2477 25.8417C16.2477 27.2649 15.4283 28.2137 14.1345 28.5156C14.7383 29.1194 14.9108 29.8956 15.2989 30.2838C15.5145 30.4994 15.7733 30.6288 16.1183 30.6288C16.2477 30.6288 16.3771 30.6288 16.4633 30.5857V32.052C16.2477 32.0951 16.0752 32.1382 15.9027 32.1382C14.3501 32.0951 13.8757 31.2326 13.3582 30.1975ZM2.96468 32.052V24.3754H0.0751953V22.9091H7.49299V24.3754H4.6035V32.052H2.96468Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-z38az3\",\"data-framer-name\":\"11\",layoutDependency:layoutDependency,layoutId:\"ZIGRyxVMA\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ah89j5\",\"data-framer-name\":\"UPS\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:55,intrinsicWidth:23,layoutDependency:layoutDependency,layoutId:\"I1391:26846;1709:14186\",svg:'<svg width=\"23\" height=\"55\" viewBox=\"0 0 23 55\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<mask id=\"mask0_1710_412\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"14\" width=\"23\" height=\"27\">\\n<path d=\"M22.2 14.259H0.0428467V40.659H22.2V14.259Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1710_412)\">\\n<path d=\"M5.88868 30.17C5.58225 30.3821 3.97154 30.94 3.97154 29.0464V22.9178H2.04654V28.96C2.04654 33.3757 6.76868 31.9693 7.81368 31.2543V22.9257H5.88868V30.17ZM0.0429688 16.7264V29.7378C0.0429688 35.8507 4.45868 37.705 11.1058 40.5885C17.7294 37.705 22.1687 35.8664 22.1687 29.7378V16.7264C15.3094 13.0964 5.55868 13.8035 0.0429688 16.7264ZM21.1472 29.7378C21.1472 34.845 18.0122 36.4321 11.1058 39.4807C4.18368 36.4243 1.05654 34.845 1.05654 29.7378V22.2893C7.08297 16.7578 14.7044 16.3964 21.1472 16.9935V29.7378ZM8.79582 23.4128V35.9528H10.7208V31.9064C12.1587 32.3385 14.948 31.7571 14.948 27.2785C14.948 21.535 10.1865 22.5093 8.79582 23.4128ZM10.7208 30.3271V24.4185C11.2158 24.1671 12.9837 23.6721 12.9837 27.3257C12.9837 31.3171 10.8387 30.3743 10.7208 30.3271ZM15.3801 25.2357C15.388 28.025 18.4208 27.7421 18.4522 29.3843C18.4837 30.7671 16.6608 30.7357 15.4587 29.675V31.4507C17.5958 32.7157 20.283 31.93 20.3615 29.4785C20.4637 26.4457 17.1715 26.7364 17.2108 25.165C17.2423 23.9707 19.0101 23.955 20.0708 25.0314V23.3578C18.3972 22.0535 15.3723 22.8078 15.3801 25.2357Z\" fill=\"white\"/>\\n</g>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-inekwb\",\"data-framer-name\":\"12\",layoutDependency:layoutDependency,layoutId:\"BnbJT6Wfe\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1py2yi5\",\"data-framer-name\":\"IHG Hotel\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:55,intrinsicWidth:105,layoutDependency:layoutDependency,layoutId:\"I1391:26846;1709:14192\",svg:'<svg width=\"105\" height=\"55\" viewBox=\"0 0 105 55\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1710_418)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.8568 19.2505H21.3754V26.482H12.4112V19.2505H9.95007V35.6886H12.4112V28.1785H21.3754V35.6886H23.8568V19.2505Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.199707 35.6887H2.6564V19.2506H0.199707V35.6887Z\" fill=\"white\"/>\\n<mask id=\"mask0_1710_418\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"29\" y=\"18\" width=\"15\" height=\"18\">\\n<path d=\"M29.0887 18.9773H43.9624V35.9618H29.0887V18.9773Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1710_418)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M41.4792 27.7779V34.1492C40.7841 34.621 39.617 34.9932 38.3007 34.9932C34.4524 34.9932 31.82 31.5913 31.82 27.2958C31.82 23.2481 34.1291 19.9209 37.9782 19.9209C40.635 19.9209 42.1499 21.1624 43.2671 22.553H43.3913V19.6974C42.5966 19.4989 40.3866 18.9772 38.0775 18.9772C32.4906 18.9772 29.0887 23.0496 29.0887 27.5193C29.0887 32.4107 32.7636 35.9617 38.1273 35.9617C40.7841 35.9617 42.8449 34.9439 43.9624 34.621V27.7779H41.4792Z\" fill=\"white\"/>\\n</g>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M45.5674 20.3549C45.6784 20.3549 45.7364 20.306 45.7364 20.2127V20.2084C45.7364 20.1062 45.674 20.0704 45.5674 20.0704H45.443V20.3549H45.5674ZM45.2296 19.9061H45.5719C45.7985 19.9061 45.9451 19.9994 45.9451 20.1993V20.2039C45.9451 20.3506 45.8607 20.4305 45.7451 20.4662L46.0027 20.8793H45.7808L45.5452 20.5017H45.443V20.8793H45.2296V19.9061ZM46.3762 20.4038C46.3762 19.9194 46.0384 19.5818 45.5674 19.5818C45.0963 19.5818 44.7587 19.9239 44.7587 20.4084C44.7587 20.8971 45.1142 21.2261 45.5674 21.2261C46.025 21.2261 46.3762 20.8882 46.3762 20.4038ZM44.5807 20.4084C44.5807 19.8617 45.0163 19.4218 45.5674 19.4218C46.1274 19.4218 46.5539 19.8572 46.5539 20.4038C46.5539 20.9594 46.1185 21.3861 45.5674 21.3861C45.0207 21.3861 44.5807 20.9639 44.5807 20.4084Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M52.8253 19.2656H53.6223V22.0341H58.3195V19.2656H59.1166V25.3941H58.3195V22.677H53.6223V25.3941H52.8253V19.2656Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M68.0387 22.3427V22.2741C68.0387 20.9113 66.8645 19.797 64.8417 19.797C62.8016 19.797 61.6445 20.8427 61.6445 22.2914V22.3599C61.6445 23.8342 62.9646 24.8455 64.8674 24.8455C66.8216 24.8455 68.0387 23.8169 68.0387 22.3427ZM60.8131 22.3684V22.2998C60.8131 20.5599 62.3989 19.1885 64.8417 19.1885C67.2844 19.1885 68.8702 20.5599 68.8702 22.2827V22.3513C68.8702 24.0827 67.2844 25.4713 64.8674 25.4713C62.3989 25.4713 60.8131 24.0827 60.8131 22.3684Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M72.0585 19.8828H69.5386V19.2657H75.3756V19.8828H72.8555V25.3942H72.0585V19.8828Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M76.8839 19.2656H82.0438V19.8826H77.6809V21.9484H81.3581V22.5656H77.6809V24.7769H82.2496V25.3941H76.8839V19.2656Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M83.826 19.2656H84.623V24.7769H88.5745V25.3941H83.826V19.2656Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M89.5432 23.5255H90.3231C90.4518 24.2798 91.0261 24.8626 92.6632 24.8626C93.9746 24.8626 94.7118 24.417 94.7118 23.6713C94.7118 22.9512 94.1717 22.7199 92.4917 22.5227C90.8033 22.3256 89.8603 21.9228 89.8603 20.8256C89.8603 19.8827 90.8461 19.1885 92.4575 19.1885C94.0516 19.1885 95.0717 19.7542 95.2346 20.8771H94.506C94.3174 20.0799 93.6488 19.797 92.4575 19.797C91.1632 19.797 90.606 20.1913 90.606 20.8085C90.606 21.3571 91.0088 21.6742 92.7232 21.8713C94.5232 22.077 95.4832 22.437 95.4832 23.6456C95.4832 24.7084 94.4373 25.4713 92.6632 25.4713C90.606 25.4713 89.6975 24.6056 89.5432 23.5255Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M55.7909 32.5877C56.8109 32.5877 57.4538 32.1678 57.4538 31.3878V31.3535C57.4538 30.4792 56.7594 30.1535 55.7909 30.1535H53.6223V32.5877H55.7909ZM52.8253 29.5449H55.7394C57.1023 29.5449 58.2509 30.0507 58.2509 31.3449V31.3791C58.2509 32.4421 57.3508 32.9734 56.4937 33.1277L58.7394 35.6734H57.7795L55.5852 33.1878H53.6223V35.6734H52.8253V29.5449Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M60.4874 29.5449H65.6474V30.1621H61.2846V32.2277H64.9616V32.8449H61.2846V35.0563H65.8531V35.6734H60.4874V29.5449Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M67.2069 33.8049H67.9869C68.1155 34.5592 68.6898 35.142 70.3269 35.142C71.6383 35.142 72.3755 34.6964 72.3755 33.9506C72.3755 33.2306 71.8354 32.9992 70.1554 32.8021C68.467 32.605 67.524 32.2022 67.524 31.105C67.524 30.1621 68.5098 29.4679 70.1212 29.4679C71.7153 29.4679 72.7354 30.0336 72.8983 31.1563H72.1697C71.9811 30.3593 71.3125 30.0764 70.1212 30.0764C68.8269 30.0764 68.2699 30.4708 68.2699 31.0879C68.2699 31.6364 68.6727 31.9535 70.3869 32.1507C72.1869 32.3563 73.1469 32.7164 73.1469 33.9248C73.1469 34.9878 72.101 35.7506 70.3269 35.7506C68.2699 35.7506 67.3612 34.8849 67.2069 33.8049Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M81.9149 32.6221V32.5535C81.9149 31.1907 80.7407 30.0764 78.7179 30.0764C76.6779 30.0764 75.5207 31.1221 75.5207 32.5706V32.6392C75.5207 34.1135 76.8408 35.1249 78.7436 35.1249C80.6979 35.1249 81.9149 34.0963 81.9149 32.6221ZM74.6893 32.6478V32.5793C74.6893 30.8392 76.275 29.4679 78.7179 29.4679C81.1606 29.4679 82.7464 30.8392 82.7464 32.5622V32.6307C82.7464 34.3622 81.1606 35.7506 78.7436 35.7506C76.275 35.7506 74.6893 34.3622 74.6893 32.6478Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M87.7002 32.5877C88.7202 32.5877 89.3631 32.1678 89.3631 31.3878V31.3535C89.3631 30.4792 88.6689 30.1535 87.7002 30.1535H85.5318V32.5877H87.7002ZM84.7346 29.5449H87.6489C89.0117 29.5449 90.1602 30.0507 90.1602 31.3449V31.3791C90.1602 32.4421 89.2603 32.9734 88.4031 33.1277L90.6487 35.6734H89.6888L87.4945 33.1878H85.5318V35.6734H84.7346V29.5449Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M94.1455 30.1621H91.6256V29.5449H97.4626V30.1621H94.9425V35.6734H94.1455V30.1621Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M98.5768 33.8049H99.3567C99.4853 34.5592 100.06 35.142 101.697 35.142C103.008 35.142 103.745 34.6964 103.745 33.9506C103.745 33.2306 103.205 32.9992 101.525 32.8021C99.8367 32.605 98.8939 32.2022 98.8939 31.105C98.8939 30.1621 99.8797 29.4679 101.491 29.4679C103.085 29.4679 104.105 30.0336 104.268 31.1563H103.539C103.351 30.3593 102.682 30.0764 101.491 30.0764C100.197 30.0764 99.6396 30.4708 99.6396 31.0879C99.6396 31.6364 100.042 31.9535 101.757 32.1507C103.557 32.3563 104.517 32.7164 104.517 33.9248C104.517 34.9878 103.471 35.7506 101.697 35.7506C99.6396 35.7506 98.731 34.8849 98.5768 33.8049Z\" fill=\"white\"/>\\n<mask id=\"mask1_1710_418\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"99\" y=\"19\" width=\"6\" height=\"7\">\\n<path d=\"M99.0245 19.1742H104.835V25.4541H99.0245V19.1742Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask1_1710_418)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M101.256 21.8165C102.117 21.4476 102.439 21.0701 102.439 20.581C102.439 20.1093 102.102 19.7403 101.511 19.7403C100.964 19.7403 100.53 20.0493 100.53 20.6584C100.53 21.1215 100.844 21.482 101.256 21.8165ZM101.129 24.8621C101.847 24.8621 102.387 24.5789 102.753 24.1843L100.986 22.3741C100.26 22.6401 99.7284 23.0433 99.7284 23.7725C99.7284 24.4418 100.223 24.8621 101.129 24.8621ZM103.113 24.5534C102.664 25.0595 102.005 25.4541 101.114 25.4541C99.8557 25.4541 99.0245 24.8449 99.0245 23.8154C99.0245 22.8375 99.7809 22.3055 100.56 22.0139C100.155 21.6535 99.8857 21.2245 99.8857 20.6497C99.8857 19.706 100.657 19.1742 101.526 19.1742C102.454 19.1742 103.076 19.7747 103.076 20.5983C103.076 21.2074 102.596 21.7994 101.66 22.1683L103.15 23.6782L104.116 22.2283H104.775L103.547 24.0814L104.835 25.3941H103.929L103.113 24.5534Z\" fill=\"white\"/>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1710_418\">\\n<rect width=\"104.8\" height=\"17.251\" fill=\"white\" transform=\"translate(0.199951 18.8335)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4lvb32\",\"data-framer-name\":\"13\",layoutDependency:layoutDependency,layoutId:\"EN_2OMFx4\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1isuoew\",\"data-framer-name\":\"John Deere\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:54,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"huugEAW3B\",svg:'<svg width=\"64\" height=\"54\" viewBox=\"0 0 64 54\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M46.4257 9.61046C42.2513 7.60745 37.4963 6.47971 32.5266 6.47971C27.5612 6.47971 22.8019 7.60324 18.6276 9.65254C17.1674 13.1578 16.3721 17.0376 16.3721 21.0436C16.3721 25.0917 17.1632 28.9294 18.6276 32.481C22.8019 34.484 27.557 35.6538 32.5266 35.6538C37.4921 35.6538 42.2513 34.484 46.4257 32.481C47.8858 28.9757 48.7232 25.0959 48.7232 21.0436C48.719 17.0376 47.8858 13.1578 46.4257 9.61046ZM45.4242 31.6057C41.5822 33.4404 37.1175 34.4461 32.5308 34.4461C27.9441 34.4461 23.5173 33.4446 19.6375 31.6057C18.3414 28.3529 17.6345 24.7635 17.6345 21.0478C17.6345 17.3322 18.3456 13.7848 19.6375 10.4899C23.5089 8.69312 27.9357 7.64953 32.5266 7.64953C37.1175 7.64953 41.5402 8.69312 45.42 10.4899C46.716 13.789 47.465 17.3322 47.465 21.0478C47.4692 24.8014 46.7581 28.3487 45.4242 31.6057Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.02 17.6646C27.3509 19.0406 26.8965 20.5429 26.6861 22.2555C26.644 22.2555 26.3116 22.2976 26.3116 22.2976C24.8514 22.4238 23.3912 22.5501 21.9689 23.0887L22.0531 23.6315C24.3885 26.5098 27.9358 28.2603 27.9358 28.2603L27.2668 26.9685C27.0985 26.8422 26.5977 26.716 26.5977 26.716C25.0113 26.2153 23.8877 24.1281 23.7194 23.7956C25.0155 23.7956 26.1811 24.1702 27.2668 24.5489C28.02 24.7593 28.727 25.0076 29.4339 25.0917C30.6879 25.3021 31.9797 25.0917 33.1874 24.9234C34.1469 24.7972 35.0642 24.7972 35.9858 24.8813C36.112 25.0076 37.0714 26.1774 38.0309 26.6781C39.2007 27.263 42.5797 28.3066 42.748 28.3445C42.8322 28.3866 44.1241 29.7205 44.9614 31.2228C41.1195 32.9775 36.8232 33.8907 32.5268 33.8907C28.2304 33.8907 23.9298 32.9733 20.0921 31.2228C18.8381 27.97 18.1733 24.5447 18.1733 21.0394C18.1733 17.5762 18.8423 14.1551 20.0921 10.8981C23.9298 9.14757 28.2262 8.23022 32.5268 8.23022C36.8694 8.23022 41.1658 9.14757 44.9614 10.9023C46.2154 14.1551 46.8803 17.5804 46.8803 21.0436C46.8845 24.2122 46.3501 27.3598 45.2939 30.3517C44.082 28.2646 43.5812 27.6418 43.5812 27.6418C43.5391 27.6418 41.8686 26.7665 41.452 26.3878C41.1195 26.0974 40.9512 25.5125 40.7408 24.8434C40.4883 23.884 40.1601 22.7142 39.2386 21.7548L40.2821 21.3382C39.9918 19.3772 37.6521 18.1275 37.6143 18.1275L37.5722 18.1695C38.4895 19.2931 38.6579 20.2146 38.6579 20.7995C38.6579 21.0899 38.6158 21.3003 38.5737 21.3802C38.3212 21.254 36.6128 20.7112 32.6488 20.8795C32.106 20.8795 31.2728 20.8374 30.772 20.3787C30.4817 20.1263 30.3555 19.7097 30.3555 19.251C30.3555 17.875 30.9404 16.0403 31.0245 15.7878L32.026 15.914C33.28 15.245 33.7387 14.618 33.7808 14.538C32.7372 14.6643 31.3612 14.9125 31.3612 14.9125C31.4453 14.7021 31.6936 13.911 31.6936 13.0358C31.6936 12.0763 31.4032 11.0328 30.1913 10.4058L30.1072 10.4478C30.1493 10.4899 30.8183 11.239 30.8183 12.2447C30.8183 12.535 30.7763 12.8717 30.65 13.162C30.2334 13.0358 29.9809 12.9937 29.5223 12.9937C29.274 12.1605 28.5628 11.4914 27.6034 11.159L27.5613 11.2011C27.5613 11.2011 28.6049 11.9543 28.647 12.9979C28.1462 13.04 27.8559 13.1241 27.2289 13.2882C26.9385 12.8717 26.3536 12.535 25.5625 12.4551V12.5392C25.5625 12.5392 26.4799 12.8296 26.6482 13.5407C26.1054 13.7932 25.4363 14.1677 25.0618 14.5002L25.1039 14.5422C27.4393 13.667 29.6106 13.4566 30.1535 14.1256C30.2797 14.2519 30.3218 14.3781 30.3218 14.5422C30.3218 14.7063 30.2376 14.9588 30.0693 15.2113C28.9458 15.4638 27.191 15.9225 25.7729 16.4653L25.9833 17.0502C25.9833 17.0502 27.4014 17.3406 27.9443 17.4668C27.9358 17.4584 28.1462 17.5005 28.02 17.6646ZM2.07764 46.0139C2.07764 46.0139 2.83087 46.2874 3.68089 46.2874C4.59823 46.2874 5.14527 46.1486 5.46508 45.8288C5.71756 45.5763 5.83118 45.1429 5.81014 44.4822V40.1858H7.16091V44.6926C7.13566 46.683 6.18044 47.5288 3.93337 47.5288C2.83508 47.5288 2.07764 47.3479 2.07764 47.3479V46.0139ZM11.0912 41.4861C13.2415 41.4861 14.4997 42.6307 14.4997 44.5495C14.4997 45.9213 13.6076 47.5246 11.0912 47.5246C8.54955 47.5246 7.65746 45.9213 7.65746 44.5495C7.66166 42.6307 8.9409 41.4861 11.0912 41.4861ZM13.1699 44.4822C13.1699 43.3166 12.4167 42.6517 11.087 42.6517C9.75725 42.6517 8.98298 43.3166 8.98298 44.4822C8.98298 46.1065 10.3085 46.3379 11.087 46.3379C11.8655 46.3379 13.1699 46.1065 13.1699 44.4822ZM19.8733 41.625V43.9141H16.4185V41.625H15.093V47.3899H16.4185V45.0798H19.8733V47.3899H21.2241V41.625H19.8733ZM39.9581 46.1991V45.0798H43.0216V43.9141H39.9581V42.7948H43.9137V41.6292H38.6074V47.3942H43.9137V46.2033H39.9581V46.1991ZM45.9545 46.1991V45.0798H49.018V43.9141H45.9545V42.7948H49.9353V41.6292H44.629V47.3942H49.9353V46.2033H45.9545V46.1991ZM58.5323 46.1991V45.0798H61.5957V43.9141H58.5323V42.7948H62.5131V41.6292H57.2068V47.3942H62.5131V46.2033H58.5323V46.1991ZM34.0585 41.3725C35.7964 41.3725 36.8063 42.2393 36.8063 43.75C36.8063 45.8751 35.0895 46.1991 34.0585 46.1991H32.1607V41.3725H34.0585ZM34.0585 40.1816H30.831V47.3857H34.0585C37.0756 47.3857 38.1276 45.4627 38.1276 43.8384C38.1276 41.5576 36.5959 40.1816 34.0585 40.1816ZM55.0985 45.1934C56.1295 44.9409 56.4956 44.1624 56.4956 43.4765C56.4956 42.3109 55.7424 41.625 54.4379 41.625H50.6633V47.3857H51.9888V45.2817H53.5668L55.1701 47.3857H56.7944L55.0985 45.1934ZM51.9888 44.0951V42.7906H54.4379C54.8923 42.7906 55.1701 43.0431 55.1701 43.4302C55.1701 44.0025 54.7114 44.0951 54.4379 44.0951H51.9888ZM26.8291 47.3857L23.3533 43.4513V47.3857H22.0278V41.6208H23.3533L26.8291 45.5132V41.625H28.1547V47.3899L26.8291 47.3857Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-97zsog\",\"data-framer-name\":\"14\",layoutDependency:layoutDependency,layoutId:\"LOPDS8GCl\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ib8z84\",\"data-framer-name\":\"Stride\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:54,intrinsicWidth:91,layoutDependency:layoutDependency,layoutId:\"EdWy7gmXU\",svg:'<svg width=\"91\" height=\"54\" viewBox=\"0 0 91 54\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2091_12878)\">\\n<path d=\"M82.0013 31.7954C80.664 31.7954 79.0258 31.1345 78.7222 29.7153H90.432C90.432 24.7642 87.2087 22.4426 82.2018 22.4426C77.2359 22.4426 73.9321 24.4048 73.9321 28.9047C73.9321 33.4046 77.2359 35.1888 81.9992 35.1888C86.8712 35.1888 89.4752 33.9002 90.1742 30.8648H85.2119C84.4789 31.5553 83.8611 31.7954 82.0013 31.7954ZM82.1842 25.5253C83.5589 25.5253 84.8482 26.1227 85.4322 27.2828H78.7653C79.34 26.1227 80.8066 25.5253 82.182 25.5253H82.1842Z\" fill=\"white\"/>\\n<path d=\"M28.8099 19.1734H24.0897V22.6925H21.6113V26.7321H24.0897V30.7405C24.0897 33.4032 25.9749 34.9834 29.785 34.9834H34.0215V30.8881H30.6944C29.2604 30.8881 28.8099 30.4983 28.8099 29.3312V26.7321H34.025V22.6925H28.8099V19.1734Z\" fill=\"white\"/>\\n<path d=\"M40.2715 25.3566V22.6926H35.3564V34.9834H40.2715V28.8652C40.2715 28.2925 40.499 27.7433 40.9039 27.3384C41.3089 26.9334 41.8581 26.706 42.4307 26.706H48.3018V22.6926H44.1331C42.3192 22.6926 40.7827 23.7093 40.2715 25.3566Z\" fill=\"white\"/>\\n<path d=\"M62.372 22.4369C58.4073 22.4369 55.6875 25.0374 55.6875 28.8305C55.6875 32.6236 58.4073 35.227 62.372 35.227C65.3976 35.227 67.3464 33.8092 67.7736 32.4295V34.9827H72.7515V19.1734H67.7729V25.2337C67.7729 25.2337 66.8514 22.4369 62.372 22.4369ZM64.0906 31.1868C61.5798 31.1868 60.6873 30.165 60.6873 28.8277C60.6873 27.0738 62.211 26.4694 64.0906 26.4694C65.9702 26.4694 67.4947 27.0738 67.4947 28.8277C67.494 30.165 66.6008 31.1868 64.0899 31.1868H64.0906Z\" fill=\"white\"/>\\n<path d=\"M10.8745 35.227C4.82192 35.227 0.87207 34.3338 0.87207 29.7195H6.46145C6.46145 30.8676 8.01484 31.3294 11.1026 31.3294C14.7114 31.3294 15.4506 30.7574 15.4506 29.8974C15.4506 28.9795 14.6739 28.9202 11.0185 28.8058C3.70206 28.5664 1.23288 27.2863 1.23288 23.7312C1.23288 22.0323 2.04276 20.8044 3.70913 19.9755C5.31477 19.1797 7.74229 18.7751 10.9239 18.7751C14.1324 18.7751 16.4497 19.1861 18.0095 20.032C19.5989 20.8934 20.4716 22.187 20.4716 24.0623H14.8844C14.8844 22.9446 13.1064 22.6727 10.4685 22.6727C7.79666 22.6727 6.8032 23.042 6.8032 24.0348C6.8032 24.7967 7.38219 24.8115 11.0065 24.9626C17.2674 25.2351 21.021 25.6687 21.021 29.7555C21.021 34.2949 16.9652 35.227 10.8745 35.227Z\" fill=\"white\"/>\\n<path d=\"M54.4804 22.6926H49.564V34.9841H54.4804V22.6926Z\" fill=\"white\"/>\\n<path d=\"M54.4804 18.7751H49.564V21.4314H54.4804V18.7751Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2091_12878\">\\n<rect width=\"89.56\" height=\"16.4497\" fill=\"white\" transform=\"translate(0.87207 18.7751)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jnsuxv\",\"data-framer-name\":\"15\",layoutDependency:layoutDependency,layoutId:\"nXpIfBtqb\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-60znie\",\"data-framer-name\":\"Eagleview\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:54,intrinsicWidth:106,layoutDependency:layoutDependency,layoutId:\"Wz7QH7aZn\",svg:'<svg width=\"106\" height=\"54\" viewBox=\"0 0 106 54\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2091_13229)\">\\n<path d=\"M33.4483 27.1945C33.526 27.1945 33.5649 27.1556 33.6038 27.1167C33.6427 27.0778 33.6816 27 33.6427 26.9611C33.6038 26.3778 33.3316 25.8333 32.9427 25.4056C32.5149 24.9389 31.8538 24.7056 31.0372 24.7056C30.6872 24.7056 30.2983 24.7833 29.9872 24.9C29.676 25.0167 29.3649 25.2111 29.1316 25.4445C28.8983 25.6778 28.7038 25.95 28.5483 26.2611C28.4316 26.4945 28.3538 26.7278 28.3149 26.9611C28.3149 27.0389 28.3149 27.0778 28.3538 27.1167C28.3927 27.1556 28.4705 27.1945 28.5094 27.1945H33.4483ZM34.8483 27.5445V27.7778C34.8483 27.8556 34.8483 27.9722 34.8483 28.05H28.5094C28.4316 28.05 28.3927 28.0889 28.3538 28.1278C28.3149 28.1667 28.276 28.2445 28.3149 28.2833C28.3538 28.5945 28.4316 28.8667 28.5483 29.1389C28.7038 29.4889 28.8983 29.7611 29.1705 30.0333C29.4427 30.2667 29.7538 30.5 30.0649 30.6167C30.9205 30.9667 31.9316 30.8889 32.7483 30.4611C33.0983 30.2667 33.3705 29.9945 33.6038 29.7222C33.6427 29.6833 33.6816 29.6445 33.7594 29.6445C33.7983 29.6445 33.876 29.6445 33.9149 29.6833L34.4205 30.0722C34.4594 30.1111 34.4983 30.15 34.4983 30.2278C34.4983 30.3056 34.4983 30.3445 34.4594 30.3833C34.0705 30.85 33.6038 31.2 33.0205 31.4722C32.4372 31.7445 31.8149 31.8611 31.1927 31.8611C30.6483 31.8611 30.0649 31.7445 29.5594 31.55C29.0927 31.3556 28.626 31.0833 28.276 30.6945C27.926 30.3445 27.6149 29.8778 27.4205 29.4111C27.226 28.9056 27.1094 28.3611 27.1094 27.8167C27.1094 27.2722 27.226 26.7278 27.4205 26.2222C27.6149 25.7556 27.8872 25.3278 28.276 24.9389C29.0149 24.2 30.026 23.7722 31.1149 23.8111C31.6594 23.8111 32.2427 23.8889 32.7483 24.1222C33.2149 24.3167 33.6038 24.5889 33.9149 24.9389C34.226 25.2889 34.4594 25.7167 34.6149 26.1445C34.7705 26.5333 34.8483 27.0389 34.8483 27.5445ZM42.5872 27.7778C42.1205 27.7778 41.6538 27.7778 41.1483 27.8167C40.7205 27.8556 40.2538 27.9333 39.8649 28.05C39.5149 28.1278 39.2038 28.3222 38.8927 28.5556C38.6594 28.7889 38.5038 29.1 38.5427 29.4111C38.5427 29.6445 38.5816 29.8778 38.6983 30.1111C38.8149 30.3056 38.9316 30.4611 39.126 30.5778C39.3205 30.6945 39.5149 30.7722 39.7094 30.8111C39.9427 30.85 40.1372 30.8889 40.3705 30.8889C40.7594 30.8889 41.1094 30.8111 41.4594 30.6945C41.7705 30.5778 42.0427 30.3833 42.2372 30.15C42.4705 29.9167 42.626 29.6445 42.7427 29.3333C42.8594 29.0222 42.8983 28.7111 42.8983 28.3611V28.0111C42.8983 27.8945 42.8205 27.8167 42.7038 27.8167H42.5872V27.7778ZM42.8983 26.65C42.8983 25.9889 42.7038 25.4833 42.3538 25.1722C42.0038 24.8611 41.4594 24.6667 40.7983 24.6667C40.3316 24.6667 39.9038 24.7445 39.476 24.9C39.1649 25.0167 38.8538 25.2111 38.5816 25.4056C38.5038 25.4833 38.3483 25.4833 38.2705 25.3667L37.9205 24.9389C37.8427 24.8611 37.8427 24.7445 37.9205 24.6667C38.2705 24.3945 38.6594 24.1611 39.0483 24.0056C39.6316 23.7722 40.2538 23.6945 40.876 23.6945C41.2649 23.6945 41.6927 23.7333 42.0816 23.85C42.4316 23.9667 42.7816 24.1222 43.0538 24.3556C43.326 24.5889 43.5594 24.9 43.7149 25.2111C43.8705 25.6 43.9483 26.0278 43.9483 26.4556V29.8C43.9483 30.1111 43.9483 30.3833 43.9872 30.7333C43.9872 30.9278 44.026 31.1222 44.0649 31.3167C44.0649 31.3945 44.0649 31.4333 44.026 31.4722C43.9872 31.5111 43.9094 31.55 43.8705 31.55H43.2872C43.1705 31.55 43.0927 31.4722 43.0927 31.3945C43.0538 31.2389 43.0538 31.1222 43.0538 30.9667C43.0149 30.7333 43.0149 30.5389 43.0149 30.3445H42.976C42.6649 30.8111 42.2372 31.2 41.7705 31.4333C41.2649 31.6667 40.6816 31.7833 40.1372 31.7833C39.826 31.7833 39.5149 31.7445 39.2038 31.6667C38.8927 31.5889 38.5816 31.4333 38.3094 31.2778C38.0372 31.0833 37.8038 30.85 37.6483 30.5389C37.4538 30.1889 37.376 29.8389 37.376 29.45C37.376 28.8667 37.5316 28.4 37.8427 28.05C38.1927 27.7 38.6205 27.4278 39.0872 27.2722C39.6705 27.0778 40.2538 26.9611 40.876 26.9611C41.5372 26.9222 42.2372 26.8833 42.976 26.8833V26.65H42.8983ZM47.8372 27.6611C47.8372 28.05 47.9149 28.4389 48.0316 28.7889C48.1483 29.1389 48.3427 29.45 48.6149 29.7222C48.8872 29.9945 49.1983 30.2278 49.5483 30.3833C49.9372 30.5389 50.3649 30.6167 50.8316 30.6167C51.2594 30.6167 51.6483 30.5389 52.0372 30.4222C52.3872 30.3056 52.7372 30.0722 53.0094 29.8C53.2816 29.5278 53.5149 29.2167 53.6316 28.8667C53.7872 28.4778 53.8649 28.05 53.8649 27.6611C53.8649 26.4556 53.1649 25.4056 52.0372 24.9C51.6483 24.7445 51.2594 24.6667 50.8316 24.6667C50.4038 24.6667 49.976 24.7445 49.5872 24.9C49.2372 25.0556 48.926 25.2889 48.6538 25.5611C48.3816 25.8333 48.1872 26.1445 48.0705 26.4945C47.9149 26.8833 47.8372 27.2722 47.8372 27.6611ZM47.4872 33.3389C47.526 33.3 47.5649 33.2611 47.6427 33.2611C47.6816 33.2611 47.7594 33.3 47.7983 33.3389C48.1094 33.6889 48.4983 33.9611 48.9649 34.1556C49.9372 34.6222 51.1038 34.7 52.1149 34.3111C52.4649 34.1556 52.8149 33.9611 53.0872 33.65C53.3205 33.3778 53.5149 33.0278 53.6316 32.6778C53.7483 32.2889 53.7872 31.9 53.7872 31.5111V30.1111H53.7094C53.3983 30.6167 52.9316 30.9667 52.426 31.2389C51.8816 31.5111 51.3372 31.6278 50.7149 31.6278C50.1316 31.6278 49.5872 31.55 49.0427 31.3167C48.576 31.1222 48.1094 30.85 47.7594 30.5C47.4094 30.15 47.0983 29.7222 46.9427 29.2556C46.5538 28.2445 46.5538 27.1556 46.9427 26.1445C47.1372 25.6778 47.4094 25.25 47.7594 24.9C48.1094 24.55 48.576 24.2389 49.0427 24.0445C49.5872 23.85 50.1316 23.7333 50.7149 23.7333C51.2983 23.7333 51.8816 23.8889 52.3872 24.1222C52.9316 24.3556 53.3594 24.7445 53.6705 25.25H53.7094V24.1222C53.7094 24.0056 53.7872 23.9278 53.9038 23.9278H54.6427C54.7594 23.9278 54.8372 24.0056 54.8372 24.1222V31.5111C54.8372 31.9778 54.7594 32.4056 54.6427 32.8333C54.526 33.3 54.2927 33.7667 53.9816 34.1167C53.6316 34.5445 53.1649 34.8556 52.6594 35.0889C52.1149 35.3611 51.376 35.4778 50.5205 35.4778C49.8205 35.4778 49.0816 35.3222 48.4205 35.05C47.8372 34.8167 47.3316 34.4667 46.8649 34.0778C46.7872 34 46.7872 33.8833 46.8649 33.8056L47.4872 33.3389ZM58.8038 31.6278H58.0649C57.9483 31.6278 57.8705 31.55 57.8705 31.4333V19.4167C57.8705 19.3 57.9483 19.2222 58.0649 19.2222H58.8038C58.9205 19.2222 58.9983 19.3 58.9983 19.4167V31.3945C58.9983 31.4333 58.9594 31.5111 58.9205 31.55C58.9205 31.5889 58.8816 31.6278 58.8038 31.6278ZM68.1372 27.1945C68.2149 27.1945 68.2538 27.1556 68.2927 27.1167C68.3316 27.0778 68.3316 27 68.3316 26.9611C68.2927 26.3778 68.0205 25.8333 67.6316 25.4056C67.2038 24.9389 66.5427 24.7056 65.726 24.7056C65.376 24.7056 64.9872 24.7833 64.676 24.9C64.0538 25.1722 63.5094 25.6389 63.2372 26.2611C63.1205 26.4945 63.0427 26.7278 63.0038 26.9611C63.0038 27.0389 63.0038 27.0778 63.0427 27.1167C63.0816 27.1556 63.1594 27.1945 63.1983 27.1945H68.1372ZM69.5372 27.5445V27.7778C69.5372 27.8556 69.5372 27.9722 69.5372 28.05H63.1983C63.1205 28.05 63.0816 28.0889 63.0427 28.1278C63.0038 28.1667 62.9649 28.2445 63.0038 28.2833C63.0427 28.5945 63.1205 28.8667 63.2372 29.1389C63.3927 29.4889 63.5872 29.7611 63.8594 30.0333C64.1316 30.2667 64.4427 30.5 64.7538 30.6167C65.6094 30.9667 66.6205 30.8889 67.4372 30.4222C67.7872 30.2278 68.0594 29.9556 68.2927 29.6833C68.3316 29.6445 68.3705 29.6056 68.4483 29.6056C68.4872 29.6056 68.5649 29.6056 68.6038 29.6445L69.1094 30.0333C69.1483 30.0722 69.1872 30.1111 69.1872 30.1889C69.1872 30.2278 69.1872 30.3056 69.1483 30.3445C68.7594 30.8111 68.2927 31.1611 67.7094 31.4333C67.126 31.7056 66.5038 31.8222 65.8816 31.8222C65.3372 31.8222 64.7538 31.7056 64.2483 31.5111C63.7816 31.3167 63.3149 31.0445 62.9649 30.6556C62.6149 30.3056 62.3038 29.8389 62.1094 29.3722C61.9149 28.8667 61.7983 28.3222 61.7983 27.7778C61.7983 27.2333 61.9149 26.6889 62.1094 26.1833C62.3038 25.7167 62.576 25.2889 62.9649 24.9C63.7038 24.1611 64.7149 23.7333 65.8038 23.7722C66.3483 23.7722 66.9316 23.85 67.4372 24.0833C67.9038 24.2778 68.2927 24.55 68.6038 24.9C68.9149 25.25 69.1483 25.6778 69.3038 26.1056C69.4594 26.5333 69.5372 27.0389 69.5372 27.5445ZM75.3705 31.5889H74.3983C74.3205 31.5889 74.2427 31.55 74.2038 31.4722L71.1316 24.2C71.0927 24.1222 71.1316 24.0833 71.1705 24.0056C71.2094 23.9667 71.2872 23.9278 71.326 23.9278H72.1427C72.2205 23.9278 72.2983 23.9667 72.3372 24.0445L74.8649 30.4222H74.9038L77.4316 24.0445C77.4705 23.9667 77.5483 23.9278 77.626 23.9278H78.4038C78.4816 23.9278 78.5205 23.9667 78.5594 24.0056C78.5983 24.0445 78.5983 24.1222 78.5983 24.2L75.5649 31.4722C75.526 31.55 75.4483 31.6278 75.3705 31.5889ZM81.5538 31.5889H80.8149C80.6983 31.5889 80.6205 31.5111 80.6205 31.3945V24.1611C80.6205 24.0445 80.6983 23.9667 80.8149 23.9667H81.5538C81.6705 23.9667 81.7483 24.0445 81.7483 24.1611V31.4333C81.7872 31.5111 81.7094 31.6278 81.5538 31.5889ZM90.576 27.1945C90.6538 27.1945 90.6927 27.1556 90.7316 27.1167C90.7705 27.0778 90.8094 27 90.7705 26.9611C90.7316 26.3778 90.4594 25.8333 90.0705 25.4056C89.6427 24.9389 88.9816 24.7056 88.1649 24.7056C87.8149 24.7056 87.426 24.7833 87.1149 24.9C86.8038 25.0167 86.4927 25.2111 86.2594 25.4445C86.026 25.6778 85.8316 25.95 85.676 26.2611C85.5594 26.4945 85.4816 26.7278 85.4427 26.9611C85.4427 27.0389 85.4427 27.0778 85.4816 27.1167C85.5205 27.1556 85.5983 27.1945 85.6372 27.1945H90.576ZM91.976 27.5445V27.7778C91.976 27.8556 91.976 27.9722 91.976 28.05H85.6372C85.5594 28.05 85.5205 28.0889 85.4816 28.1278C85.4427 28.1667 85.4038 28.2445 85.4427 28.2833C85.4816 28.5945 85.5594 28.8667 85.676 29.1389C85.8316 29.4889 86.026 29.7611 86.2983 30.0333C86.5705 30.2667 86.8816 30.5 87.1927 30.6167C88.0483 30.9667 89.0594 30.8889 89.876 30.4222C90.226 30.2278 90.4983 29.9556 90.7316 29.6833C90.7705 29.6445 90.8094 29.6056 90.8872 29.6056C90.926 29.6056 91.0038 29.6056 91.0427 29.6445L91.5483 30.0333C91.5872 30.0722 91.626 30.1111 91.626 30.1889C91.626 30.2278 91.626 30.3056 91.5872 30.3445C91.1983 30.8111 90.7316 31.2 90.1872 31.4333C89.6038 31.7056 88.9816 31.8222 88.3594 31.8222C87.8149 31.8222 87.2316 31.7056 86.726 31.5111C86.2594 31.3167 85.7927 31.0445 85.4427 30.6556C85.0927 30.3056 84.7816 29.8389 84.5872 29.3722C84.3927 28.8667 84.276 28.3222 84.276 27.7778C84.276 27.2333 84.3927 26.6889 84.5872 26.1833C84.7816 25.7167 85.0538 25.2889 85.4427 24.9C86.1816 24.1611 87.1927 23.7333 88.2816 23.7722C88.826 23.7722 89.4094 23.85 89.9149 24.0833C90.3816 24.2778 90.7705 24.55 91.0816 24.9C91.3927 25.25 91.626 25.6778 91.7816 26.1056C91.8983 26.5333 91.976 27.0389 91.976 27.5445ZM105.432 24.2L103.059 31.4722C103.02 31.55 102.943 31.6278 102.865 31.6278H101.932C101.854 31.6278 101.776 31.5889 101.737 31.4722L99.676 25.4056H99.5983L97.576 31.4722C97.5372 31.55 97.4594 31.6278 97.3816 31.6278H96.4483C96.3705 31.6278 96.2927 31.5889 96.2538 31.4722L93.8816 24.2C93.8427 24.1222 93.8816 24.0833 93.9205 24.0056C93.9594 23.9667 94.0372 23.9278 94.076 23.9278H94.8538C94.9316 23.9278 95.0094 24.0056 95.0483 24.0833L96.9149 30.15H96.9538L99.0149 24.0445C99.0538 23.9667 99.1316 23.8889 99.2094 23.8889H100.026C100.104 23.8889 100.182 23.9278 100.22 24.0445L102.32 30.1111H102.359L104.187 24.0445C104.226 23.9667 104.304 23.8889 104.382 23.8889H105.159C105.237 23.8889 105.276 23.9278 105.315 23.9667C105.354 24.0056 105.432 24.1611 105.432 24.2Z\" fill=\"white\"/>\\n<path d=\"M50.637 35.5556C49.8981 35.5556 49.1981 35.4 48.4981 35.1278C47.9148 34.8945 47.3703 34.5445 46.9036 34.1167C46.787 34 46.787 33.8445 46.9036 33.7278L47.4092 33.1833C47.4481 33.1056 47.5648 33.1056 47.6425 33.1056C47.7203 33.1056 47.7981 33.1445 47.837 33.1833C48.1481 33.5333 48.537 33.8056 48.9648 34C49.4703 34.2722 50.0536 34.3889 50.637 34.3889C51.1036 34.3889 51.5703 34.3111 52.037 34.1556C52.387 34.0389 52.6981 33.8056 52.9703 33.5333C53.2036 33.2611 53.3981 32.95 53.4759 32.6C53.5925 32.25 53.6314 31.8611 53.6314 31.4722V30.2667C53.3203 30.6556 52.8925 31.0056 52.4259 31.2C51.8814 31.4722 51.2981 31.5889 50.6759 31.5889C50.0925 31.5889 49.5092 31.5111 48.9648 31.2778C48.4592 31.0833 48.0314 30.8111 47.6425 30.4611C47.2925 30.1111 46.9814 29.6833 46.787 29.2167C46.5925 28.7111 46.4759 28.1667 46.4759 27.6611C46.4759 27.1167 46.5925 26.6111 46.787 26.1056C46.9814 25.6389 47.2536 25.2111 47.6425 24.8222C48.0314 24.4333 48.4592 24.1611 48.9648 23.9667C49.5092 23.7333 50.0925 23.6556 50.6759 23.6556C51.2592 23.6556 51.8814 23.8111 52.387 24.0445C52.8536 24.2778 53.2814 24.5889 53.5925 25.0167V24.1222C53.5925 24.0445 53.6314 23.9667 53.6703 23.9278C53.7092 23.8889 53.787 23.85 53.8648 23.85H54.6036C54.7592 23.85 54.9148 23.9667 54.9148 24.1222V31.4333C54.9148 31.9 54.837 32.3278 54.7203 32.7556C54.6036 33.2222 54.3703 33.6889 54.0592 34.0778C53.7092 34.5056 53.2425 34.8556 52.737 35.0889C52.2703 35.4 51.5314 35.5556 50.637 35.5556ZM47.6814 33.3C47.6425 33.3 47.6036 33.3 47.6036 33.3389L47.0981 33.8833C47.0592 33.9222 47.0592 34 47.0981 34.0389C47.5259 34.4667 48.0703 34.7778 48.6148 35.0111C49.2759 35.2833 49.9759 35.4 50.6759 35.4C51.5314 35.4 52.2314 35.2833 52.7759 35.0111C53.2814 34.7778 53.7092 34.4667 54.0592 34.0778C54.3703 33.7278 54.5648 33.3 54.6814 32.8333C54.7981 32.4056 54.837 31.9778 54.837 31.55V24.2C54.837 24.1222 54.7981 24.0833 54.7203 24.0833H53.9814C53.9036 24.0833 53.8648 24.1222 53.8648 24.2V25.3278C53.8648 25.3667 53.8259 25.4056 53.787 25.4056H53.7481C53.7092 25.4056 53.7092 25.4056 53.6703 25.3667C53.3592 24.9 52.9314 24.5111 52.4259 24.2778C51.9203 24.0445 51.337 23.8889 50.7925 23.8889C50.2481 23.8889 49.6648 23.9667 49.1592 24.2C48.6925 24.3945 48.2648 24.6667 47.9148 25.0167C47.5648 25.3667 47.2925 25.7945 47.0981 26.2222C46.9036 26.6889 46.787 27.1945 46.8259 27.7C46.8259 28.2056 46.9036 28.75 47.0981 29.2167C47.2925 29.6833 47.5648 30.0722 47.9148 30.4222C48.2648 30.7722 48.6925 31.0445 49.1592 31.2C49.6648 31.3945 50.2481 31.5111 50.7925 31.4722C51.3759 31.4722 51.9203 31.3556 52.4648 31.0833C52.9703 30.85 53.3981 30.4611 53.7092 29.9945C53.7092 29.9556 53.7481 29.9556 53.787 29.9556H53.8259C53.8648 29.9556 53.9036 29.9945 53.9036 30.0333V31.4722C53.9036 31.8611 53.8648 32.2889 53.7481 32.6389C53.6314 32.9889 53.437 33.3389 53.2036 33.6111C52.9314 33.9222 52.5814 34.1167 52.2314 34.2722C51.1814 34.6611 50.0148 34.5833 49.0036 34.1167C48.5759 33.9222 48.1481 33.6111 47.837 33.2611C47.7203 33.3 47.6814 33.3 47.6814 33.3ZM40.137 31.8611C39.8259 31.8611 39.4759 31.8222 39.1648 31.7445C38.8536 31.6667 38.5425 31.5111 38.2703 31.3167C37.9981 31.1222 37.7648 30.85 37.6092 30.5778C37.4148 30.2278 37.337 29.8389 37.337 29.45C37.337 28.8278 37.4925 28.3611 37.8425 28.0111C38.1925 27.6611 38.6203 27.3889 39.1259 27.2333C39.7092 27.0389 40.2925 26.9222 40.9148 26.9222C41.5759 26.8833 42.237 26.8445 42.8981 26.8445V26.6889C42.8981 26.0667 42.7425 25.6 42.3925 25.2889C42.0425 24.9778 41.537 24.8222 40.8759 24.8222C40.4481 24.8222 40.0203 24.9 39.5925 25.0556C39.2814 25.1722 39.0092 25.3278 38.737 25.5611C38.6981 25.6 38.6203 25.6389 38.5425 25.6389C38.4648 25.6389 38.387 25.6 38.3481 25.5222L37.9592 25.0556C37.8425 24.9389 37.8814 24.7445 37.9981 24.6667C38.3481 24.3945 38.737 24.1611 39.1648 24.0056C39.7481 23.7722 40.3703 23.6945 40.9925 23.6945C41.4203 23.6945 41.8092 23.7333 42.1981 23.8889C42.5481 24.0056 42.8981 24.1611 43.2092 24.4333C43.5203 24.6667 43.7536 24.9778 43.8703 25.3278C44.0259 25.7167 44.1036 26.1445 44.1036 26.5722V29.9167C44.1036 30.1889 44.1036 30.5 44.1425 30.8111C44.1425 31.0056 44.1814 31.2 44.2203 31.3556C44.2203 31.4333 44.2203 31.5111 44.1425 31.5889C44.1036 31.6667 43.987 31.7056 43.9092 31.7056H43.3259C43.1703 31.7056 43.0536 31.5889 43.0148 31.4722C42.9759 31.3167 42.9759 31.2 42.9759 31.0445C42.9759 30.8889 42.937 30.7722 42.937 30.6167C42.6259 31.0056 42.237 31.3556 41.8092 31.5889C41.3036 31.7445 40.7203 31.8611 40.137 31.8611ZM40.837 24.6278C41.537 24.6278 42.0814 24.7833 42.4703 25.1333C42.8592 25.4833 43.0536 25.9889 43.0536 26.65V26.8833C43.0536 26.9222 43.0536 26.9222 43.0148 26.9611C43.0148 26.9611 42.9759 27 42.937 27C42.237 27 41.537 27.0389 40.8759 27.0778C40.2925 27.1167 39.7092 27.2333 39.1259 27.3889C38.6592 27.5445 38.2314 27.7778 37.9203 28.1278C37.6092 28.4389 37.4925 28.9056 37.4925 29.45C37.4925 29.8 37.5703 30.15 37.7259 30.5C37.8814 30.7722 38.1148 31.0056 38.3481 31.2C38.6203 31.3945 38.8925 31.5111 39.2036 31.5889C39.5148 31.6667 39.8259 31.7056 40.0981 31.7056C40.6425 31.7056 41.187 31.6278 41.6925 31.3945C42.1592 31.1222 42.587 30.7722 42.8981 30.3445C42.8981 30.3056 42.937 30.3056 42.9759 30.3056H43.0148C43.0536 30.3056 43.0925 30.3445 43.0925 30.3833C43.0925 30.5778 43.0925 30.8111 43.1314 31.0056C43.1314 31.1611 43.1703 31.3167 43.1703 31.4333C43.1703 31.4722 43.2481 31.55 43.287 31.55H43.8703C43.9092 31.55 43.9481 31.55 43.9481 31.5111C43.987 31.4722 43.987 31.4333 43.987 31.4333C43.9481 31.2778 43.9481 31.0833 43.9092 30.85C43.8703 30.5389 43.8703 30.2278 43.8703 29.9167V26.5722C43.8703 26.1833 43.7925 25.7556 43.637 25.4056C43.4814 25.0945 43.287 24.7833 43.0148 24.5889C42.7425 24.3556 42.4314 24.2 42.0814 24.0833C41.6925 23.9667 41.3036 23.9278 40.9148 23.9278C40.2925 23.9278 39.7092 24.0056 39.1259 24.2389C38.737 24.3945 38.3481 24.5889 37.9981 24.8611C37.9592 24.9 37.9592 24.9778 37.9981 25.0167L38.3481 25.4445C38.387 25.4833 38.387 25.4833 38.4259 25.4833C38.4648 25.4833 38.5036 25.4833 38.5036 25.4445C38.7759 25.2111 39.087 25.0556 39.3981 24.9C39.9425 24.7056 40.4092 24.6278 40.837 24.6278ZM88.2814 31.8611C87.6981 31.8611 87.1536 31.7445 86.6092 31.55C86.1036 31.3556 85.6759 31.0445 85.287 30.6945C84.8981 30.3056 84.6259 29.8778 84.4314 29.4111C84.1981 28.9056 84.1203 28.3611 84.1203 27.7778C84.1203 27.2333 84.237 26.6889 84.4314 26.1445C84.6259 25.6778 84.937 25.2111 85.287 24.8611C86.0259 24.1222 87.0759 23.6945 88.1648 23.6945C88.7481 23.6945 89.2925 23.7722 89.837 24.0056C90.3036 24.2 90.6925 24.4722 91.0425 24.8222C91.3536 25.1722 91.6259 25.6 91.7814 26.0278C91.937 26.4945 92.0148 27 92.0148 27.5056V27.7778C92.0148 27.8556 92.0148 27.9722 92.0148 28.05C92.0148 28.0889 91.9759 28.1278 91.937 28.1278H85.5981C85.5592 28.1278 85.5203 28.1278 85.5203 28.1667C85.4814 28.2056 85.4814 28.2445 85.4814 28.2445C85.5203 28.5167 85.5981 28.7889 85.7148 29.0611C85.8314 29.3722 86.0648 29.6833 86.2981 29.9167C86.5703 30.15 86.8425 30.3445 87.1925 30.5C88.0481 30.85 88.9814 30.7722 89.7981 30.3445C90.1092 30.15 90.4203 29.9167 90.6536 29.6056C90.6925 29.5278 90.7703 29.4889 90.8481 29.4889C90.9259 29.4889 91.0037 29.4889 91.0814 29.5667L91.587 29.9556C91.6648 29.9945 91.7036 30.0722 91.7036 30.15C91.7036 30.2278 91.7036 30.3056 91.6259 30.3445C91.237 30.8111 90.7314 31.1611 90.187 31.4333C89.5259 31.7445 88.9036 31.8611 88.2814 31.8611ZM88.1648 23.8889C87.1148 23.8889 86.1425 24.2778 85.4036 25.0167C85.0536 25.3667 84.7814 25.7945 84.587 26.2611C84.3925 26.7667 84.2759 27.2722 84.2759 27.8167C84.2759 28.3611 84.3925 28.8667 84.587 29.3722C84.7814 29.8389 85.0536 30.2667 85.4036 30.6167C85.7536 30.9667 86.1814 31.2389 86.6481 31.4333C87.1536 31.6278 87.6981 31.7445 88.2425 31.7445C88.8648 31.7445 89.487 31.6278 90.0314 31.3945C90.5759 31.1611 91.0425 30.7722 91.4314 30.3445C91.4703 30.3056 91.4703 30.3056 91.4703 30.2667C91.4703 30.2278 91.4314 30.1889 91.4314 30.1889L90.9259 29.8C90.887 29.7611 90.8481 29.7611 90.8481 29.7611C90.8092 29.7611 90.8092 29.7611 90.7703 29.8C90.537 30.1111 90.2259 30.3833 89.8759 30.5778C89.0592 31.0445 88.0092 31.1222 87.1148 30.7722C86.7648 30.6167 86.4536 30.4222 86.1814 30.15C85.9092 29.8778 85.7148 29.5667 85.5592 29.2556C85.4425 28.9833 85.3648 28.6722 85.3259 28.4C85.3259 28.3222 85.3259 28.2445 85.4036 28.1667C85.4425 28.0889 85.5203 28.0889 85.637 28.0889H91.8592C91.8592 28.0111 91.8592 27.9722 91.8592 27.8945V27.6611C91.8592 27.1556 91.7814 26.6889 91.6259 26.2222C91.4703 25.7945 91.237 25.4056 90.9259 25.0556C90.6148 24.7056 90.2259 24.4333 89.7592 24.2778C89.2536 23.9667 88.7092 23.85 88.1648 23.8889ZM65.8814 31.8611C65.2981 31.8611 64.7536 31.7445 64.2092 31.55C63.7036 31.3556 63.2759 31.0445 62.887 30.6945C62.4981 30.3056 62.2259 29.8778 62.0314 29.4111C61.7981 28.9056 61.7203 28.3611 61.7203 27.7778C61.7203 27.2333 61.837 26.6889 62.0314 26.1445C62.2259 25.6778 62.4981 25.2111 62.887 24.8611C63.6259 24.1222 64.6759 23.6945 65.7648 23.6945C66.3481 23.6945 66.8925 23.7722 67.437 24.0056C67.9036 24.2 68.2925 24.4722 68.6425 24.8222C68.9536 25.1722 69.2259 25.6 69.3814 26.0278C69.537 26.4945 69.6148 27 69.6148 27.5056V27.7778C69.6148 27.8556 69.6148 27.9722 69.6148 28.05C69.6148 28.0889 69.5759 28.1278 69.537 28.1278H63.237C63.1981 28.1278 63.1592 28.1278 63.1592 28.1667C63.1203 28.2056 63.1203 28.2445 63.1203 28.2445C63.1592 28.5167 63.237 28.7889 63.3536 29.0611C63.4703 29.3722 63.7036 29.6833 63.937 29.9167C64.2092 30.15 64.4814 30.3445 64.8314 30.5C65.687 30.85 66.6203 30.7722 67.437 30.3445C67.7481 30.15 68.0592 29.9167 68.2925 29.6056C68.3314 29.5278 68.4092 29.4889 68.487 29.4889C68.5648 29.4889 68.6425 29.4889 68.7203 29.5667L69.2259 29.9556C69.3036 29.9945 69.3425 30.0722 69.3425 30.15C69.3425 30.2278 69.3425 30.3056 69.2648 30.3445C68.8759 30.8111 68.3703 31.2 67.8259 31.4333C67.1259 31.7445 66.5036 31.8611 65.8814 31.8611ZM65.7648 23.8889C64.7148 23.8889 63.7425 24.2778 63.0036 25.0167C62.6536 25.3667 62.3814 25.7945 62.187 26.2611C61.9925 26.7667 61.8759 27.2722 61.8759 27.8167C61.8759 28.3611 61.9925 28.8667 62.187 29.3722C62.3814 29.8389 62.6536 30.2667 63.0036 30.6167C63.3536 30.9667 63.7814 31.2389 64.2481 31.4333C64.7537 31.6278 65.2981 31.7445 65.8425 31.7445C66.4648 31.7445 67.087 31.6278 67.6314 31.3945C68.1759 31.1611 68.6425 30.7722 69.0314 30.3445C69.0703 30.3056 69.0703 30.3056 69.0703 30.2667C69.0703 30.2278 69.0703 30.1889 69.0314 30.1889L68.5259 29.8C68.487 29.7611 68.4481 29.7611 68.4481 29.7611C68.4092 29.7611 68.4092 29.7611 68.3703 29.8C68.137 30.1111 67.8259 30.3833 67.4759 30.5778C66.6592 31.0445 65.6092 31.1222 64.7148 30.7722C64.3648 30.6167 64.0536 30.4222 63.7814 30.15C63.5092 29.8778 63.3148 29.5667 63.1592 29.2556C63.0425 28.9833 62.9648 28.6722 62.9259 28.4C62.9259 28.3222 62.9259 28.2445 63.0036 28.1667C63.0425 28.0889 63.1203 28.0889 63.237 28.0889H69.4592C69.4592 28.0111 69.4592 27.9722 69.4592 27.8945V27.6611C69.4592 27.1556 69.3814 26.6889 69.2259 26.2222C69.0703 25.7945 68.837 25.4056 68.5259 25.0556C68.2148 24.7056 67.8259 24.4333 67.3592 24.2778C66.8536 23.9667 66.3092 23.85 65.7648 23.8889ZM31.2314 31.8611C30.6481 31.8611 30.1036 31.7445 29.5592 31.55C29.0536 31.3556 28.6259 31.0445 28.237 30.6945C27.8481 30.3056 27.5759 29.8778 27.3814 29.4111C27.1481 28.9056 27.0703 28.3611 27.0703 27.7778C27.0703 27.2333 27.187 26.6889 27.3814 26.1445C27.5759 25.6778 27.887 25.2111 28.237 24.8611C28.587 24.5111 29.0536 24.2 29.5203 24.0056C30.0259 23.8111 30.5703 23.6945 31.1148 23.6945C31.6981 23.6945 32.2425 23.7722 32.787 24.0056C33.2536 24.2 33.6425 24.4722 33.9925 24.8222C34.3036 25.1722 34.5759 25.6 34.7314 26.0278C34.887 26.4945 34.9648 27 34.9648 27.5056V27.7389C34.9648 27.8167 34.9648 27.9333 34.9648 28.0111C34.9648 28.05 34.9259 28.0889 34.887 28.0889H28.587C28.5481 28.0889 28.5092 28.0889 28.5092 28.1278C28.4703 28.1667 28.4703 28.2056 28.4703 28.2056C28.5092 28.4778 28.587 28.75 28.7036 29.0222C28.8203 29.3333 29.0536 29.6445 29.287 29.8778C29.5592 30.1111 29.8314 30.3056 30.1814 30.4611C31.037 30.8111 31.9703 30.7333 32.787 30.2667C33.0981 30.0722 33.4092 29.8389 33.6425 29.5278C33.6814 29.45 33.7592 29.4111 33.837 29.4111C33.9148 29.4111 33.9925 29.4111 34.0703 29.4889L34.5759 29.8778C34.6536 29.9167 34.6925 29.9945 34.6925 30.0722C34.6925 30.15 34.6925 30.2278 34.6148 30.2667C34.2259 30.7333 33.7203 31.1222 33.1759 31.3556C32.5148 31.7445 31.8925 31.8611 31.2314 31.8611ZM31.1536 23.8889C30.1036 23.8889 29.1314 24.2778 28.3925 25.0167C28.0425 25.3667 27.7703 25.7945 27.5759 26.2611C27.3814 26.7667 27.2648 27.2722 27.2648 27.8167C27.2648 28.3611 27.3814 28.8667 27.5759 29.3722C27.7703 29.8389 28.0425 30.2667 28.3925 30.6167C28.7425 30.9667 29.1703 31.2389 29.637 31.4333C30.1425 31.6278 30.687 31.7445 31.2314 31.7445C31.8536 31.7445 32.437 31.6278 33.0203 31.3945C33.5648 31.1611 34.0314 30.7722 34.4203 30.3445C34.4592 30.3056 34.4592 30.3056 34.4592 30.2667C34.4592 30.2278 34.4203 30.1889 34.4203 30.1889L33.8759 29.7222C33.837 29.6833 33.7981 29.6833 33.7981 29.6833C33.7592 29.6833 33.7592 29.6833 33.7203 29.7222C33.487 30.0333 33.1759 30.3056 32.8259 30.5C31.9703 30.9667 30.9592 31.0445 30.0648 30.6945C29.7148 30.5389 29.4036 30.3445 29.1314 30.0722C28.8592 29.8 28.6648 29.4889 28.5092 29.1778C28.3925 28.9056 28.3148 28.5945 28.2759 28.3222C28.2759 28.2445 28.2759 28.1667 28.3536 28.0889C28.3925 28.0111 28.4703 28.0111 28.587 28.0111H34.8092C34.8092 27.9333 34.8092 27.8945 34.8092 27.8167V27.5833C34.8092 27.0778 34.7314 26.6111 34.5759 26.1445C34.4203 25.7167 34.187 25.3278 33.8759 24.9778C33.5648 24.6278 33.1759 24.3556 32.7092 24.2C32.2425 23.9667 31.6981 23.85 31.1536 23.8889ZM102.787 31.6667H101.854C101.737 31.6667 101.62 31.5889 101.581 31.4722L99.5981 25.6389L97.6536 31.4722C97.6148 31.5889 97.4981 31.6667 97.3814 31.6667H96.4481C96.3314 31.6667 96.2148 31.5889 96.1759 31.4722L93.7648 24.2778C93.7259 24.2 93.7648 24.0833 93.8036 24.0056C93.8425 23.9278 93.9592 23.8889 94.037 23.8889H94.8148C94.9314 23.8889 95.0481 23.9667 95.087 24.0833L96.8759 29.9167L98.8981 24.0833C98.937 23.9667 99.0536 23.8889 99.1703 23.8889H99.987C100.104 23.8889 100.22 23.9667 100.259 24.0833L102.281 29.9167L104.07 24.0833C104.109 23.9667 104.226 23.8889 104.343 23.8889H105.12C105.198 23.8889 105.315 23.9278 105.354 24.0056C105.393 24.0833 105.431 24.1611 105.393 24.2778L103.02 31.4722C103.02 31.5889 102.904 31.6667 102.787 31.6667ZM99.5592 25.3278C99.637 25.3278 99.6759 25.3667 99.6759 25.4056L101.737 31.4333C101.737 31.4722 101.815 31.5111 101.854 31.5111H102.787C102.826 31.5111 102.904 31.4722 102.904 31.4333L105.276 24.2389C105.276 24.2 105.276 24.1611 105.276 24.1222C105.237 24.0833 105.198 24.0833 105.159 24.0833H104.381C104.343 24.0833 104.265 24.1222 104.265 24.1611L102.437 30.1889C102.437 30.2278 102.398 30.2667 102.359 30.2667H102.32C102.281 30.2667 102.243 30.2278 102.243 30.2278L100.143 24.2C100.143 24.1611 100.065 24.1222 100.026 24.1222H99.2092C99.1703 24.1222 99.0925 24.1611 99.0925 24.2L97.0314 30.2278C97.0314 30.2667 96.9925 30.2667 96.9536 30.2667H96.9148C96.8759 30.2667 96.837 30.2278 96.837 30.1889L94.9703 24.1611C94.9703 24.1222 94.8925 24.0833 94.8536 24.0833H94.0759C94.037 24.0833 93.9981 24.0833 93.9592 24.1222C93.9203 24.1611 93.9203 24.2 93.9592 24.2389L96.3314 31.4333C96.3314 31.4722 96.4092 31.5111 96.4481 31.5111H97.3814C97.4203 31.5111 97.4981 31.4722 97.4981 31.4333L99.5203 25.4056C99.4425 25.3667 99.4814 25.3278 99.5592 25.3278ZM75.3703 31.6667H74.3981C74.2814 31.6667 74.1648 31.5889 74.1259 31.4722L71.0536 24.2778C71.0148 24.2 71.0148 24.0833 71.0925 24.0056C71.1314 23.9278 71.2481 23.8889 71.3259 23.8889H72.1425C72.2592 23.8889 72.3759 23.9667 72.4148 24.0833L74.8648 30.2278L77.3148 24.0833C77.3536 23.9667 77.4703 23.8889 77.587 23.8889H78.3648C78.4814 23.8889 78.5592 23.9278 78.5981 24.0056C78.637 24.0833 78.6759 24.2 78.637 24.2778L75.6036 31.4722C75.5648 31.5889 75.487 31.6667 75.3703 31.6667ZM71.3259 24.0445C71.287 24.0445 71.2481 24.0445 71.2092 24.0833C71.1703 24.1222 71.1703 24.1611 71.2092 24.2L74.2425 31.3945C74.2425 31.4333 74.3203 31.4722 74.3592 31.4722H75.3314C75.3703 31.4722 75.4092 31.4333 75.4481 31.3945L78.4814 24.2C78.4814 24.1611 78.4814 24.1222 78.4814 24.0833C78.4425 24.0445 78.4036 24.0445 78.3648 24.0445H77.587C77.5481 24.0445 77.5092 24.0833 77.4703 24.1222L74.9425 30.4222C74.9425 30.4611 74.9036 30.4611 74.8648 30.4611H74.8259C74.787 30.4611 74.7481 30.4222 74.7481 30.4222L72.2592 24.1222C72.2592 24.0833 72.1814 24.0445 72.1425 24.0445H71.3259ZM81.5536 31.6667H80.8148C80.737 31.6667 80.6592 31.6278 80.6203 31.5889C80.5814 31.55 80.5425 31.4722 80.5425 31.3945V24.2C80.5425 24.1222 80.5814 24.0445 80.6203 24.0056C80.6592 23.9667 80.737 23.9278 80.8148 23.9278H81.5536C81.7092 23.9278 81.8648 24.0445 81.8648 24.2V31.3945C81.8259 31.5111 81.7092 31.6667 81.5536 31.6667ZM80.8148 24.0445C80.737 24.0445 80.6981 24.0833 80.6981 24.1611V31.3556C80.6981 31.4333 80.737 31.4722 80.8148 31.4722H81.5536C81.6314 31.4722 81.6703 31.4333 81.6703 31.3556V24.2C81.6703 24.1222 81.6314 24.0833 81.5536 24.0833L80.8148 24.0445ZM58.8425 31.6667H58.1036C57.9481 31.6667 57.7925 31.55 57.7925 31.3945V19.4945C57.7925 19.3389 57.9092 19.2222 58.1036 19.2222H58.8425C58.9981 19.2222 59.1536 19.3389 59.1536 19.4945V31.3556C59.1148 31.5111 58.9981 31.6667 58.8425 31.6667ZM58.1036 19.3778C58.0259 19.3778 57.987 19.4167 57.987 19.4945V31.3556C57.987 31.4333 58.0259 31.4722 58.1036 31.4722H58.8425C58.9203 31.4722 58.9592 31.4333 58.9592 31.3556V19.4945C58.9592 19.4167 58.9203 19.3778 58.8425 19.3778H58.1036ZM40.4481 30.9667C40.2148 30.9667 39.9814 30.9278 39.7481 30.8889C39.5148 30.85 39.3203 30.7722 39.1259 30.6167C38.9314 30.5 38.7759 30.3445 38.6592 30.15C38.5425 29.9167 38.4648 29.6833 38.5036 29.4111C38.5036 29.0611 38.6203 28.7111 38.8925 28.4778C39.1648 28.2445 39.5148 28.05 39.8648 27.9722C40.2925 27.8556 40.7203 27.7778 41.187 27.7389C41.6536 27.7 42.1592 27.7 42.6259 27.7H42.7425C42.8981 27.7 43.0536 27.8167 43.0536 27.9722V28.3222C43.0536 28.6722 43.0148 28.9833 42.8981 29.2945C42.7814 29.6056 42.6259 29.8778 42.3925 30.1111C42.1592 30.3445 41.887 30.5389 41.5759 30.6945C41.187 30.8889 40.837 30.9667 40.4481 30.9667ZM42.6259 27.8556C42.1592 27.8556 41.6925 27.8556 41.2259 27.8945C40.7981 27.9333 40.3703 28.0111 39.9425 28.1278C39.5925 28.2056 39.2814 28.4 39.0092 28.5945C38.7759 28.7889 38.6592 29.1 38.6592 29.3722C38.6592 29.6056 38.6981 29.8 38.8148 29.9945C38.8925 30.15 39.0481 30.3056 39.2036 30.4222C39.3592 30.5389 39.5536 30.6167 39.787 30.6556C39.9814 30.6945 40.2148 30.7333 40.4481 30.7333C40.7981 30.7333 41.1481 30.6556 41.4981 30.5389C41.7703 30.4222 42.0425 30.2278 42.2759 29.9945C42.4703 29.7611 42.6259 29.4889 42.7425 29.2167C42.8592 28.9056 42.8981 28.5945 42.8981 28.2833V27.9333C42.8981 27.8556 42.8592 27.8167 42.7814 27.8167L42.6259 27.8556ZM50.8703 30.7333C50.4425 30.7333 49.9759 30.6556 49.587 30.5C49.237 30.3445 48.887 30.1111 48.6148 29.8389C48.3425 29.5667 48.1481 29.2167 48.0314 28.8667C47.7592 28.1278 47.7592 27.2722 48.0314 26.5333C48.1481 26.1833 48.3814 25.8333 48.6148 25.5611C48.887 25.2889 49.1981 25.0556 49.587 24.9C50.0148 24.7445 50.4425 24.6278 50.8703 24.6667C51.2981 24.6667 51.7259 24.7445 52.1148 24.9C53.2425 25.4056 53.9814 26.4945 53.9814 27.7C53.9814 28.1278 53.9036 28.5556 53.7481 28.9445C53.5925 29.2945 53.3981 29.6445 53.087 29.9167C52.8148 30.1889 52.4648 30.3833 52.1148 30.5389C51.7259 30.6556 51.2981 30.7333 50.8703 30.7333ZM50.8703 24.7833C50.4425 24.7833 50.0148 24.8611 49.6259 25.0167C49.2759 25.1722 48.9648 25.3667 48.7314 25.6389C48.4981 25.9111 48.3036 26.2222 48.187 26.5333C47.9148 27.2333 47.9148 28.05 48.187 28.75C48.3036 29.1 48.4981 29.4111 48.7314 29.6445C48.9648 29.9167 49.2759 30.1111 49.6259 30.2667C50.0148 30.4222 50.4425 30.5 50.8703 30.5C51.2592 30.5 51.687 30.4222 52.037 30.3056C52.387 30.1889 52.6981 29.9556 52.9703 29.7222C53.2425 29.45 53.437 29.1389 53.5925 28.8278C53.7481 28.4389 53.8259 28.05 53.8259 27.6611C53.8259 26.9222 53.5148 26.1833 53.0092 25.6389C52.737 25.3667 52.4259 25.1722 52.0759 25.0167C51.687 24.8611 51.2981 24.7833 50.8703 24.7833ZM90.537 27.2722H85.637C85.5592 27.2722 85.4814 27.2333 85.4036 27.1556C85.3648 27.0778 85.3259 27 85.3259 26.9222C85.3648 26.6889 85.4425 26.4167 85.5592 26.2222C85.8703 25.6 86.3759 25.0945 87.037 24.8222C87.387 24.6667 87.7759 24.6278 88.1259 24.6278C88.9814 24.6278 89.6425 24.8611 90.0703 25.3667C90.4981 25.7945 90.7314 26.3778 90.7703 26.9611C90.7703 27.0389 90.7703 27.1167 90.6925 27.1945C90.7314 27.2333 90.6148 27.2722 90.537 27.2722ZM88.1648 24.7833C87.8148 24.7833 87.4648 24.8611 87.1536 24.9778C86.8425 25.0945 86.5703 25.2889 86.337 25.5222C86.1036 25.7556 85.9092 25.9889 85.7536 26.3C85.637 26.4945 85.5592 26.7278 85.5203 26.9611C85.5203 27 85.5203 27.0389 85.5592 27.0778C85.5981 27.1167 85.5981 27.1167 85.637 27.1167H90.537C90.5759 27.1167 90.6148 27.1167 90.6148 27.0778C90.6536 27.0389 90.6536 27 90.6536 27C90.6148 26.4556 90.3814 25.9111 89.9925 25.4833C89.5648 25.0167 88.9425 24.7833 88.1648 24.7833ZM68.137 27.2722H63.237C63.1592 27.2722 63.0814 27.2333 63.0036 27.1556C62.9648 27.0778 62.9259 27 62.9259 26.9222C62.9648 26.6889 63.0425 26.4167 63.1592 26.2222C63.3148 25.9111 63.5092 25.6389 63.7814 25.4056C64.0536 25.1722 64.3259 24.9778 64.6759 24.8222C65.0259 24.6667 65.4148 24.6278 65.7648 24.6278C66.6203 24.6278 67.2814 24.8611 67.7092 25.3667C68.137 25.7945 68.3703 26.3778 68.4092 26.9611C68.4092 27.0389 68.4092 27.1167 68.3314 27.1945C68.3314 27.2333 68.2537 27.2722 68.137 27.2722ZM65.7648 24.7833C65.4148 24.7833 65.0648 24.8611 64.7536 24.9778C64.4425 25.0945 64.1703 25.2889 63.937 25.5222C63.7036 25.7556 63.5092 25.9889 63.3536 26.3C63.237 26.4945 63.1592 26.7278 63.1203 26.9611C63.1203 27 63.1203 27.0389 63.1592 27.0778C63.1981 27.1167 63.1981 27.1167 63.237 27.1167H68.137C68.1759 27.1167 68.2148 27.1167 68.2148 27.0778C68.2536 27.0389 68.2536 27 68.2536 27C68.2148 26.4556 67.9814 25.9111 67.5925 25.4833C67.1648 25.0167 66.5425 24.7833 65.7648 24.7833ZM33.5259 27.2722H28.6259C28.5481 27.2722 28.4703 27.2333 28.3925 27.1556C28.3536 27.0778 28.3148 27 28.3148 26.9222C28.3536 26.6889 28.4314 26.4167 28.5481 26.2222C28.7036 25.9111 28.8981 25.6389 29.1703 25.4056C29.4425 25.1722 29.7148 24.9778 30.0648 24.8222C30.4148 24.6667 30.8036 24.6278 31.1536 24.6278C32.0092 24.6278 32.6703 24.8611 33.0981 25.3667C33.5259 25.7945 33.7592 26.3778 33.7981 26.9611C33.7981 27.0389 33.7981 27.1167 33.7203 27.1945C33.6814 27.2333 33.6036 27.2722 33.5259 27.2722ZM31.1536 24.7833C30.8036 24.7833 30.4536 24.8611 30.1425 24.9778C29.8314 25.0945 29.5592 25.2889 29.3259 25.5222C29.0925 25.7556 28.8981 25.9889 28.7425 26.3C28.6259 26.4945 28.5481 26.7278 28.5092 26.9611C28.5092 27 28.5092 27.0389 28.5481 27.0778C28.587 27.1167 28.587 27.1167 28.6259 27.1167H33.5259C33.5648 27.1167 33.6036 27.1167 33.6036 27.0778C33.6425 27.0389 33.6425 27 33.6425 26.9611C33.6036 26.4167 33.3703 25.8722 32.9814 25.4445C32.5536 25.0167 31.9314 24.7833 31.1536 24.7833Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.09277 18.0555H11.5539C11.5928 18.0555 11.6317 18.0555 11.6706 18.0944C11.7094 18.1333 11.7094 18.1722 11.7094 18.2111V21.3611C11.7094 21.4389 11.6317 21.5167 11.5539 21.5167H8.09277\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.587196 18.0555H8.90942V21.5555H0.587196C0.509418 21.5555 0.431641 21.4778 0.431641 21.4V18.2111C0.431641 18.1333 0.509418 18.0555 0.587196 18.0555Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.09277 32.4445H11.5539C11.5928 32.4445 11.6317 32.4445 11.6706 32.4833C11.7094 32.5222 11.7094 32.5611 11.7094 32.6V35.75C11.7094 35.8278 11.6317 35.9056 11.5539 35.9056H8.09277\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.587196 32.4445H8.90942V35.9445H0.587196C0.509418 35.9445 0.431641 35.8667 0.431641 35.7889V32.6389C0.431641 32.5222 0.509418 32.4445 0.587196 32.4445Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.84277 25.0555H11.5539C11.6317 25.0555 11.7094 25.1333 11.7094 25.2111V28.3611C11.7094 28.4 11.7094 28.4389 11.6706 28.4778C11.6317 28.5167 11.5928 28.5555 11.5539 28.5555H2.84277\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.587196 25.0555H4.47608V28.5555H0.587196C0.509418 28.5555 0.431641 28.4778 0.431641 28.4V25.25C0.431641 25.1333 0.509418 25.0555 0.587196 25.0555Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.8708 18.0555H19.0985C19.0208 18.0555 18.9819 18.0944 18.943 18.1333L12.1763 35.75C12.0985 35.8667 12.1763 35.9444 12.293 35.9444H15.9486C16.0263 35.9444 16.0652 35.9055 16.1041 35.8667L23.0263 18.2889C23.0652 18.25 23.0652 18.1722 23.0263 18.1333C22.9874 18.0944 22.9485 18.0555 22.8708 18.0555Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.8708 18.0555H19.0985C19.0208 18.0555 18.9819 18.0944 18.943 18.1333L12.1763 35.75C12.0985 35.8667 12.1763 35.9444 12.293 35.9444H15.9486C16.0263 35.9444 16.0652 35.9055 16.1041 35.8667L23.0263 18.2889C23.0652 18.25 23.0652 18.1722 23.0263 18.1333C22.9874 18.0944 22.9485 18.0555 22.8708 18.0555Z\" fill=\"url(#paint0_linear_2091_13229)\"/>\\n</g>\\n<defs>\\n<linearGradient id=\"paint0_linear_2091_13229\" x1=\"17.5865\" y1=\"18.0554\" x2=\"17.5865\" y2=\"35.9443\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"0.17\" stop-color=\"white\"/>\\n<stop offset=\"0.54\" stop-color=\"white\" stop-opacity=\"0.43\"/>\\n<stop offset=\"0.84\" stop-color=\"white\" stop-opacity=\"0\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_2091_13229\">\\n<rect width=\"105\" height=\"17.8889\" fill=\"white\" transform=\"translate(0.431641 18.0555)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11jqy1t\",\"data-framer-name\":\"16\",layoutDependency:layoutDependency,layoutId:\"ETXP2ow9m\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1lz568q\",\"data-framer-name\":\"ADP\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:54,intrinsicWidth:66,layoutDependency:layoutDependency,layoutId:\"rtb0Ep_uu\",svg:'<svg width=\"66\" height=\"54\" viewBox=\"0 0 66 54\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2091_13263)\">\\n<mask id=\"mask0_2091_13263\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"-83\" y=\"-52\" width=\"253\" height=\"158\">\\n<path d=\"M169.031 105.736H-82.9956V-51.657H169.031V105.736Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_2091_13263)\">\\n<mask id=\"mask1_2091_13263\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"-58\" y=\"-15\" width=\"183\" height=\"84\">\\n<path d=\"M124.026 68.2456H-57.6445V-14.2494H124.026V68.2456Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask1_2091_13263)\">\\n<path d=\"M57.6341 39.2609V38.6002H58.1296C58.4599 38.6002 58.5425 38.6828 58.5425 38.9305C58.5425 39.1783 58.4599 39.3434 58.047 39.3434H57.6341V39.2609ZM58.047 39.6737C58.2121 39.6737 58.2947 39.6737 58.4599 39.7563C58.5425 39.9215 58.5425 40.0866 58.625 40.3344C58.625 40.4995 58.7076 40.6647 58.7076 40.8298H59.2857C59.2031 40.5821 59.2031 40.3344 59.1205 40.004C59.0379 39.6737 59.0379 39.5086 58.625 39.5086C58.9554 39.426 59.2031 39.1783 59.2031 38.848C59.2031 38.2699 58.7076 38.1047 58.2122 38.1047H57.3038V40.8298H57.7167V39.6737H58.047ZM58.1296 41.8207C59.4508 41.8207 60.4418 40.8298 60.4418 39.5086C60.4418 38.2699 59.4508 37.1964 58.1296 37.1964C56.8084 37.1964 55.8174 38.2699 55.8174 39.5086C55.8174 40.8298 56.8909 41.8207 58.1296 41.8207ZM58.1296 41.4904C57.0561 41.4904 56.2303 40.6647 56.2303 39.5912C56.2303 38.5177 57.0561 37.6919 58.1296 37.6919C59.2031 37.6919 60.0289 38.5177 60.0289 39.5912C60.0289 40.5821 59.2031 41.4904 58.1296 41.4904Z\" fill=\"white\"/>\\n<path d=\"M54.2488 18.5339H50.5328V22.2499H54.2488C55.1571 22.2499 55.8177 22.9931 55.8177 23.8188C55.8177 24.7272 55.0745 25.3878 54.2488 25.3878H50.5328V29.1038H54.2488C57.2216 29.1038 59.5337 26.7091 59.5337 23.8188C59.5337 20.846 57.139 18.5339 54.2488 18.5339ZM33.0263 38.1873C37.4855 38.1873 41.2841 35.5449 43.1008 31.8289H47.8077V38.1873H50.4502V31.8289H54.1662C58.5428 31.8289 62.0936 28.278 62.0936 23.9014C62.0936 19.5248 58.5428 15.974 54.1662 15.974H47.8903V25.553H44.0917C43.3485 20.1854 38.6416 15.974 33.0263 15.974H19.9791L7.01437 38.2699H10.1523L13.8683 31.9114H27.2459V38.2699H33.0263V38.1873ZM65.8922 23.8188C65.8922 30.2599 60.6898 35.4623 54.2488 35.4623V41.8207H44.1743V36.8661C41.4492 39.9215 37.4855 41.8207 33.1089 41.8207H23.5299V35.4623H16.0153L12.2994 41.8207H0.490723L17.832 12.0928H33.0263C37.4029 12.0928 41.3667 13.9921 44.0917 17.0475V12.0928H54.1662C60.6898 12.0928 65.8922 17.3778 65.8922 23.8188ZM23.4473 18.5339V25.4704H17.5017L15.3547 29.1864H27.1633V18.5339H23.4473ZM41.5318 26.9568C41.5318 31.6637 37.7332 35.4623 33.0263 35.4623H29.8058V31.7463H33.0263C35.6688 31.7463 37.8158 29.5993 37.8158 26.9568C37.8158 24.3143 35.6688 22.1673 33.0263 22.1673H29.8058V18.4513H33.0263C37.7332 18.5339 41.5318 22.3324 41.5318 26.9568Z\" fill=\"white\"/>\\n<path d=\"M54.2488 18.5339H50.5328V22.2499H54.2488C55.1571 22.2499 55.8177 22.9931 55.8177 23.8188C55.8177 24.7272 55.0745 25.3878 54.2488 25.3878H50.5328V29.1038H54.2488C57.2216 29.1038 59.5337 26.7091 59.5337 23.8188C59.5337 20.846 57.139 18.5339 54.2488 18.5339ZM33.0263 38.1873C37.4855 38.1873 41.2841 35.5449 43.1008 31.8289H47.8077V38.1873H50.4502V31.8289H54.1662C58.5428 31.8289 62.0936 28.278 62.0936 23.9014C62.0936 19.5248 58.5428 15.974 54.1662 15.974H47.8903V25.553H44.0917C43.3485 20.1854 38.6416 15.974 33.0263 15.974H19.9791L7.01437 38.2699H10.1523L13.8683 31.9114H27.2459V38.2699H33.0263V38.1873ZM65.8922 23.8188C65.8922 30.2599 60.6898 35.4623 54.2488 35.4623V41.8207H44.1743V36.8661C41.4492 39.9215 37.4855 41.8207 33.1089 41.8207H23.5299V35.4623H16.0153L12.2994 41.8207H0.490723L17.832 12.0928H33.0263C37.4029 12.0928 41.3667 13.9921 44.0917 17.0475V12.0928H54.1662C60.6898 12.0928 65.8922 17.3778 65.8922 23.8188ZM23.4473 18.5339V25.4704H17.5017L15.3547 29.1864H27.1633V18.5339H23.4473ZM41.5318 26.9568C41.5318 31.6637 37.7332 35.4623 33.0263 35.4623H29.8058V31.7463H33.0263C35.6688 31.7463 37.8158 29.5993 37.8158 26.9568C37.8158 24.3143 35.6688 22.1673 33.0263 22.1673H29.8058V18.4513H33.0263C37.7332 18.5339 41.5318 22.3324 41.5318 26.9568Z\" fill=\"white\"/>\\n<path d=\"M54.2488 18.5339H50.5328V22.2499H54.2488C55.1571 22.2499 55.8177 22.9931 55.8177 23.8188C55.8177 24.7272 55.0745 25.3878 54.2488 25.3878H50.5328V29.1038H54.2488C57.2216 29.1038 59.5337 26.7091 59.5337 23.8188C59.5337 20.846 57.139 18.5339 54.2488 18.5339ZM33.0263 38.1873C37.4855 38.1873 41.2841 35.5449 43.1008 31.8289H47.8077V38.1873H50.4502V31.8289H54.1662C58.5428 31.8289 62.0936 28.278 62.0936 23.9014C62.0936 19.5248 58.5428 15.974 54.1662 15.974H47.8903V25.553H44.0917C43.3485 20.1854 38.6416 15.974 33.0263 15.974H19.9791L7.01437 38.2699H10.1523L13.8683 31.9114H27.2459V38.2699H33.0263V38.1873ZM65.8922 23.8188C65.8922 30.2599 60.6898 35.4623 54.2488 35.4623V41.8207H44.1743V36.8661C41.4492 39.9215 37.4855 41.8207 33.1089 41.8207H23.5299V35.4623H16.0153L12.2994 41.8207H0.490723L17.832 12.0928H33.0263C37.4029 12.0928 41.3667 13.9921 44.0917 17.0475V12.0928H54.1662C60.6898 12.0928 65.8922 17.3778 65.8922 23.8188ZM23.4473 18.5339V25.4704H17.5017L15.3547 29.1864H27.1633V18.5339H23.4473ZM41.5318 26.9568C41.5318 31.6637 37.7332 35.4623 33.0263 35.4623H29.8058V31.7463H33.0263C35.6688 31.7463 37.8158 29.5993 37.8158 26.9568C37.8158 24.3143 35.6688 22.1673 33.0263 22.1673H29.8058V18.4513H33.0263C37.7332 18.5339 41.5318 22.3324 41.5318 26.9568Z\" fill=\"white\"/>\\n</g>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2091_13263\">\\n<rect width=\"65.4971\" height=\"29.7416\" fill=\"white\" transform=\"translate(0.431641 12.1292)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fduhlt\",\"data-framer-name\":\"17\",layoutDependency:layoutDependency,layoutId:\"NrhScwFvR\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-vh40t8\",\"data-framer-name\":\"Royal Caribbean\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:54,intrinsicWidth:123,layoutDependency:layoutDependency,layoutId:\"Ot8QcbquL\",svg:'<svg width=\"123\" height=\"54\" viewBox=\"0 0 123 54\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2091_13059)\">\\n<path d=\"M36.9008 34.188C36.9008 31.3935 38.7988 29.326 41.4801 29.326C42.7319 29.326 43.6446 29.6894 44.3068 30.1094V32.6454H44.2826C43.588 32.0639 42.7077 31.6358 41.7789 31.6358C40.4625 31.6358 39.5256 32.6696 39.5256 34.1557C39.5256 35.7548 40.5029 36.7078 41.8112 36.7078C42.8289 36.7078 43.7092 36.2959 44.428 35.7548L44.4764 35.779L44.1938 38.2988C43.483 38.7107 42.6108 39.0176 41.359 39.0176C38.8553 39.0176 36.9089 37.1601 36.9089 34.1799M68.3825 29.4875H70.9104V38.8722H68.3825V29.4875ZM77.8076 38.8722H73.7532V29.4875H77.7591C79.8509 29.4875 80.9977 30.4728 80.9977 31.975C80.9977 32.8392 80.5455 33.5499 79.7055 34.0022C80.6585 34.3979 81.3046 35.1087 81.3046 36.1828C81.3127 37.9031 79.8267 38.8722 77.8076 38.8722ZM76.1519 33.3157H77.3876C78.1629 33.3157 78.6152 32.928 78.6152 32.2981C78.6152 31.6681 78.1629 31.3693 77.4441 31.3693H76.1519V33.3157ZM77.5249 37.0147C78.3487 37.0147 78.8413 36.627 78.8413 35.9809C78.8413 35.2863 78.3487 34.9552 77.4926 34.9552H76.1681V37.0147H77.5249ZM87.5961 38.8722H83.5418V29.4875H87.5477C89.6394 29.4875 90.7863 30.4728 90.7863 31.975C90.7863 32.8392 90.334 33.5499 89.4941 34.0022C90.4471 34.3979 91.0932 35.1087 91.0932 36.1828C91.0932 37.9031 89.6152 38.8722 87.5961 38.8722ZM85.9405 33.3157H87.1761C87.9515 33.3157 88.4037 32.928 88.4037 32.2981C88.4037 31.6681 87.9515 31.3693 87.2327 31.3693H85.9405V33.3157ZM87.3134 37.0147C88.1372 37.0147 88.6299 36.627 88.6299 35.9809C88.6299 35.2863 88.1372 34.9552 87.2811 34.9552H85.9566V37.0147H87.3134ZM93.193 29.4875H99.4199L99.7591 31.6197H95.7048V33.2026H99.113V35.0844H95.7048V36.7482H99.7914L99.4522 38.8803H93.185V29.4875H93.193ZM113.19 29.4875H115.815L119.603 34.4383L119.578 29.4875H122.042V38.8965H119.99L115.613 33.2107L115.637 38.8722H113.174L113.19 29.4875ZM66.3957 38.8722L63.5932 35.5448C64.7319 35.0521 65.4427 34.083 65.4427 32.7181C65.4427 30.5374 63.9082 29.4794 61.5499 29.4794H58.0689V38.8642H60.6049V35.9163H60.9845L63.3913 38.8642H66.3957V38.8722ZM60.5726 34.0991V31.5228H61.4933C62.4221 31.5228 62.9632 31.9589 62.9632 32.7746C62.9632 33.5903 62.406 34.0991 61.4691 34.0991H60.5726ZM104.371 37.1681L103.773 38.8722H101.181L104.766 29.4633H107.73L111.316 38.8722H108.724L108.126 37.1681H104.371ZM107.52 35.1894L106.261 31.6439L105.001 35.1894H107.52ZM49.1446 37.1681L48.5469 38.8722H45.9544L49.5484 29.4633H52.5124L56.0983 38.8722H53.5058L52.9082 37.1681H49.1446ZM52.2943 35.1894L51.0344 31.6439L49.7745 35.1894H52.2943ZM50.9375 24.9809C48.1673 24.9809 46.2694 22.8811 46.2694 20.1109C46.2694 17.3407 48.2158 15.2085 50.9537 15.2085C53.6916 15.2085 55.6218 17.3084 55.6218 20.0786C55.6218 22.8488 53.6916 24.9809 50.9375 24.9809ZM50.9294 17.4699C49.7341 17.4699 48.87 18.5117 48.87 20.0866C48.87 21.6615 49.718 22.7276 50.9618 22.7276C52.2055 22.7276 53.0374 21.6938 53.0374 20.1109C53.0293 18.5279 52.149 17.4699 50.9294 17.4699ZM62.0264 21.1608V24.7952H59.4985V21.1689L56.2356 15.4023H59.1108L60.8311 18.8186L62.5513 15.4023H65.2811L62.0264 21.1608ZM76.7092 15.4023H79.2452V22.5419H83.3156L82.9603 24.7871H76.7092V15.4023ZM45.381 24.7952L42.5785 21.4677C43.7173 20.975 44.428 20.0059 44.428 18.641C44.428 16.4604 42.8935 15.4023 40.5352 15.4023H37.0543V24.7871H39.5902V21.8392H39.9698L42.3766 24.7871H45.381V24.7952ZM39.5579 20.022V17.4457H40.4786C41.4074 17.4457 41.9485 17.8818 41.9485 18.6975C41.9485 19.5132 41.3993 20.022 40.4544 20.022H39.5579ZM67.9625 23.091L67.3648 24.7952H64.7723L68.3663 15.3781H71.3303L74.9082 24.7952H72.3237L71.7261 23.091H67.9625ZM71.1123 21.1043L69.8443 17.5587L68.5844 21.1043H71.1123ZM1.86557 20.9347L0.928711 11.2673L6.64677 15.3943L4.61961 17.6476L7.834 19.8605L12.6637 17.7041L10.798 15.3054L15.7488 10.5L20.6996 15.3054L18.834 17.7041L23.6637 19.8605L26.878 17.6476L24.8509 15.3943L30.5689 11.2673L29.6321 20.9427H1.86557V20.9347ZM2.03517 22.6791L2.34207 25.8935H12.6475V37.0308H7.63209C6.51755 37.0308 5.54839 36.1667 5.54839 35.1652C5.54839 34.1637 6.61447 33.2915 7.78554 32.6211L2.64898 29.0595L3.59391 38.8722L15.7569 43.5L27.9199 38.8722L28.8648 29.0675L23.7283 32.6292C24.8993 33.2996 25.9654 34.1718 25.9654 35.1733C25.9654 36.1747 24.9963 37.0389 23.8817 37.0389H18.8744V25.9016H29.1717L29.4867 22.6872H2.03517V22.6791Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2091_13059\">\\n<rect width=\"121.113\" height=\"33\" fill=\"white\" transform=\"translate(0.928711 10.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14d5jad\",\"data-framer-name\":\"18\",layoutDependency:layoutDependency,layoutId:\"ZOmDNWm_R\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ee0ubb\",\"data-framer-name\":\"Wells Fargo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:54,intrinsicWidth:72,layoutDependency:layoutDependency,layoutId:\"nBasf6sNn\",svg:'<svg width=\"72\" height=\"54\" viewBox=\"0 0 72 54\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M68.3189 37.5537C68.3189 34.0065 66.8531 31.9544 64.156 31.9544C61.4589 31.9544 59.9931 34.0065 59.9931 37.5537C59.9931 41.101 61.4296 43.1531 64.156 43.1531C66.8824 43.1238 68.3189 41.101 68.3189 37.5537ZM71.6023 37.5537C71.6023 41.8925 68.4948 44.9707 64.1853 44.9707C59.8759 44.9707 56.7684 41.9218 56.7684 37.5537C56.7684 33.215 59.9052 30.1368 64.1853 30.1368C68.4948 30.1368 71.6023 33.215 71.6023 37.5537ZM49.1755 38.1987C49.1755 38.6091 49.2342 38.8437 49.3807 39.1661H51.7553V42.7134C50.9638 43.0358 50.2016 43.1824 49.4101 43.1824C46.5371 43.1824 45.042 41.1303 45.042 37.5831C45.042 34.0358 46.5371 31.9837 49.2635 31.9837C51.0811 31.9837 52.1365 32.8925 52.7521 34.4463L52.9573 35.0033H54.3938V31.4267C52.6055 30.5765 50.9931 30.1954 49.1169 30.1954C44.7195 30.1954 41.7586 33.127 41.7586 37.6124C41.7586 42.127 44.6316 45 49.1169 45C50.9052 45 52.7228 44.5016 54.7163 43.5342V37.2899H49.4101C49.2342 37.5537 49.1755 37.8176 49.1755 38.1987ZM37.0094 34.5635C37.0094 33.0977 36.1006 32.3355 34.3124 32.3355H31.9671V36.8208H34.3124C36.1006 36.8208 37.0094 36 37.0094 34.5635ZM21.384 38.6384L19.4198 33.3616L17.4557 38.6384H21.384ZM40.9084 42.9772C41.0257 43.1824 41.0843 43.4463 41.0843 43.798C41.0843 44.1498 41.0257 44.3844 40.9084 44.6189C40.4687 44.6775 39.9117 44.7068 39.3547 44.7068C37.4198 44.7068 36.4817 43.9153 36.2472 42.0391L36.1593 41.3355C35.9247 39.3127 35.2505 38.5505 33.0518 38.5505H31.9671V42.8013H33.8726V44.5309H21.2961V42.8013H22.9378L22.029 40.3094H16.84L15.9312 42.8013H17.6023V44.5309H12.3254V42.8013H13.7325L18.6283 30.5472H21.2961L26.2798 42.8013H29.0355V32.3062H27.3352V30.5765H35.3384C38.1821 30.5765 40.0583 31.9837 40.0583 34.2704C40.0583 36.5277 38.2114 37.7296 36.3938 37.8176V37.8762C38.2114 38.0228 38.9443 39.0489 39.1202 40.6026L39.2081 41.3355C39.3254 42.5081 39.5599 43.0065 40.498 43.0065C40.6446 43.0065 40.7619 43.0065 40.9084 42.9772ZM10.4785 32.3062C11.827 32.3062 12.2667 32.8925 12.7065 34.5635L12.8531 35.0912H14.2895V30.5472H2.24069V32.2769H3.94102V42.772H2.24069V44.5016H8.89541V42.772H6.90193V38.6971H11.0062C11.1527 38.3453 11.2114 38.1108 11.2114 37.7003C11.2114 37.3192 11.1527 37.0847 11.0062 36.7329H6.90193V32.2476L10.4785 32.3062ZM71.1332 19.4658C71.1332 17.2671 69.7847 15.7427 67.2928 15.1857L64.7423 14.5994C63.2765 14.2476 62.6609 13.6906 62.6609 12.6938C62.6609 11.5212 63.599 10.7883 65.4459 10.7883C67.2928 10.7883 68.3482 11.4625 68.7879 13.0163L68.9638 13.6906H70.4003V10.2313C68.7879 9.41042 67.0583 9 65.3286 9C61.928 9 59.7293 10.6417 59.7293 13.2801C59.7293 15.3322 61.0192 16.8274 63.4524 17.355L66.0029 17.9121C67.6153 18.2638 68.2309 18.9088 68.2309 19.9642C68.2309 21.2541 67.2635 21.987 65.2993 21.987C63.0713 21.987 61.9573 21.1075 61.4589 19.4365L61.1951 18.5863H59.7586V22.5147C61.5762 23.4235 63.3058 23.8046 65.6511 23.8046C68.9345 23.7752 71.1332 22.1042 71.1332 19.4658ZM58.3514 18.5863H56.915L56.7684 19.2899C56.358 21.0782 55.8009 21.6352 54.4817 21.6352H51.6967V11.1401H53.6022V9.41042H47.0355V11.1401H48.7358V21.6352H47.0355V23.3648H58.3514V18.5863ZM45.7749 18.5863H44.3384L44.1918 19.2899C43.7814 21.0782 43.2244 21.6352 41.9052 21.6352H39.1202V11.1401H41.0257V9.41042H34.4589V11.1401H36.1593V21.6352H34.4589V23.3648H45.7749V18.5863ZM5.14297 23.3648L1.62505 11.1401H0.0419922V9.41042H6.55014V11.1401H4.67391L7.01919 19.5537L9.80421 9.38111H12.6772L15.5208 19.5537L17.8075 11.1108H15.8433V9.38111H32.7879V13.9251H31.3514L31.2049 13.3974C30.7651 11.7264 30.2961 11.1401 28.9768 11.1401H25.6641V15.3616H29.6804C29.827 15.7134 29.8856 15.9479 29.8856 16.329C29.8856 16.7394 29.827 16.9739 29.6804 17.3257H25.6641V21.6645H29.1234C30.4133 21.6645 30.9996 21.1075 31.4101 19.3192L31.5567 18.6156H32.9931V23.3941H21.0029V21.6645H22.7032V11.1401H19.9475L16.4589 23.3648H13.6739L10.8303 13.2215L7.92799 23.3648H5.14297Z\" fill=\"#FEFEFE\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-g73lpg\",\"data-framer-name\":\"19\",layoutDependency:layoutDependency,layoutId:\"vOMhukUQC\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-epyfwo\",\"data-framer-name\":\"New York Life\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:54,intrinsicWidth:41,layoutDependency:layoutDependency,layoutId:\"Iehdl3b0Z\",svg:'<svg width=\"41\" height=\"54\" viewBox=\"0 0 41 54\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<mask id=\"mask0_2091_13127\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"7\" width=\"41\" height=\"40\">\\n<path d=\"M0.602539 7V47H40.4021V7\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_2091_13127)\">\\n<path d=\"M40.3847 8.96078C40.3847 7.88017 39.5045 7 38.4239 7H2.56332C1.48271 7 0.602539 7.88017 0.602539 8.96078V45.0305C0.602539 46.1111 1.48271 46.9913 2.56332 46.9913H38.4413C39.5219 46.9913 40.4021 46.1111 40.4021 45.0305L40.3847 8.96078ZM33.8487 40.9259C33.8487 40.9259 33.7964 41.5708 33.4827 41.5534C33.4827 41.5534 33.3781 41.6928 30.5285 41.5185C30.5285 41.5185 29.901 41.3617 27.6352 41.5011C27.6352 41.5011 28.1407 41.3791 28.2278 40.0806C28.2278 40.0806 28.3672 36.4031 28.2975 32.3072C28.2975 32.3072 28.3237 31.7059 27.8967 31.6623C27.8967 31.6623 27.4958 31.7146 27.2605 31.3486C27.2605 31.3486 26.0056 28.8214 25.2038 26.7821C25.108 26.5468 25.0296 26.3203 24.9511 26.1024C24.9511 26.1024 24.7594 25.8584 25.1428 25.9281C25.1428 25.9281 26.0143 25.9455 26.511 25.4401C26.511 25.4401 27.2605 24.7081 27.0339 23.7756C27.0339 23.7756 26.9991 22.9477 26.145 22.7211C26.145 22.7211 25.4304 22.4771 24.3062 22.7037C24.3062 22.7037 23.9054 22.756 23.8879 23.244V26.7821V30.878C23.8879 30.878 23.7659 31.6972 24.7245 31.6275H26.023C26.023 31.6275 26.4587 31.5577 26.3193 31.9325L26.1276 32.8649C26.1276 32.8649 26.0927 32.7168 25.6047 32.6819C25.6047 32.6819 25.1341 32.5163 22.9642 32.6383C22.9642 32.6383 22.4587 32.6209 22.4413 32.9346V35.9063H24.6287C24.6287 35.9063 25.962 35.9412 26.1537 35.8366L25.8749 37.2571C25.8749 37.2571 25.7006 37.0828 25.2648 37.1002C25.2648 37.1002 24.6025 36.9608 22.4239 37.0654L22.4587 40.2898C22.4587 40.2898 22.4413 41.3965 22.9642 41.5185C22.9642 41.5185 21.8226 41.3617 20.1319 41.5185C20.1319 41.5185 20.7071 41.3268 20.7768 40.4815C20.7768 40.4815 21.0383 36.6471 20.9337 33.1089C20.9337 33.1089 21.0208 31.6449 20.4282 31.4706H21.3346C21.3346 31.4706 22.0317 31.5926 22.1712 30.0153C22.1712 30.0153 22.3106 28.5773 22.3193 26.7734C22.328 25.78 22.2932 24.6645 22.1886 23.6362C22.1886 23.6362 22.206 22.0414 21.169 21.9368L17.596 21.9194C17.596 21.9194 18.9991 22.3377 19.6962 23.2004C19.6962 23.2004 20.7071 24.3159 20.6984 26.4248C20.6984 26.4248 20.7071 26.5468 20.7158 26.7734C20.742 27.5403 20.6984 29.5447 19.7049 30.573C19.7049 30.573 19.4435 31.1656 17.8139 31.5752C17.8139 31.5752 17.0993 31.854 17.1167 32.9782C17.1167 32.9782 17.0296 36.4815 17.1167 40.7516C17.1167 40.7516 17.1167 41.2745 17.7442 41.5359C17.7442 41.5359 16.6374 41.3094 14.6069 41.4662C14.6069 41.4662 15.0601 41.4314 15.1995 40.7865C15.1995 40.7865 15.4784 40.1068 15.4958 36.4292C15.4958 36.4292 15.4958 34.7124 15.4958 32.9608C15.4958 32.9608 15.5132 31.732 14.7812 31.5577C14.7812 31.5577 13.4479 31.3486 12.8204 30.5991C12.8204 30.5991 11.9141 29.9194 11.8792 27.2004C11.8792 27.2004 11.8618 27.0436 11.8531 26.7647C11.8357 26.1285 11.8879 24.8649 12.376 23.854C12.376 23.854 12.9686 22.3464 14.8248 21.9978C14.8248 21.9978 14.1537 20.7865 9.77901 14.1721V20.9869C9.77901 20.9869 9.84001 21.719 10.6418 21.7887H12.6025C12.6025 21.7887 12.2365 21.8758 9.71801 26.2854C9.71801 26.2854 9.596 26.4858 9.43914 26.7734C9.1777 27.2614 8.8204 28.0022 8.85526 28.4728V30.7647C8.85526 30.7647 8.85526 31.3573 9.70929 31.4793H11.3738C10.4326 31.549 10.4587 32.3333 10.4587 32.3333C10.267 35.8366 10.4065 40.0632 10.4065 40.0632C10.3716 40.5338 11.1036 40.5861 11.1036 40.5861C11.1036 40.5861 12.6984 40.6732 13.2561 40.5599C13.2561 40.5599 13.8662 40.4902 14.1886 39.976L13.9794 41.1612C13.9794 41.1612 13.9533 41.4314 13.5437 41.5185C13.5437 41.5185 13.3084 41.658 11.6352 41.4837C11.6352 41.4837 10.0056 41.3617 8.16681 41.4662C8.16681 41.4662 8.88141 41.2397 8.86398 39.8017C8.86398 39.8017 8.91626 36.7865 8.86398 33.0741C8.86398 33.0741 8.82912 31.6013 7.8618 31.6536L6.51975 31.671C6.51975 31.671 7.35635 31.427 7.39121 30.512V28.3769C7.39121 28.3769 7.47836 27.7059 6.97291 26.7821C6.92934 26.7037 6.87705 26.6078 6.81605 26.5207L5.535 24.7516C5.535 24.7516 3.43478 21.9717 2.25831 21.8148H4.65483C4.65483 21.8148 5.43914 21.7974 6.92934 24.098L8.48925 26.3028L10.206 23.2702C10.206 23.2702 10.816 21.9717 9.8923 21.8845H7.58293C7.58293 21.8845 8.4021 21.8845 8.45439 21.0479C8.45439 21.0479 8.71583 16.6558 8.50668 13.5011C8.50668 13.5011 8.52411 12.3943 8.05352 12.0806H10.9642C10.9642 12.0806 10.8945 12.6732 11.7311 14.024L15.5132 20.0458V13.5882C15.5132 13.5882 15.5655 12.1503 14.9206 12.0458C14.9206 12.0458 16.0187 12.1329 21.9359 12.0632C21.9359 12.0632 22.3019 11.9586 22.5633 12.7603C22.5633 12.7603 23.1472 14.6688 25.0383 18.3813C25.0383 18.3813 25.8313 16.281 26.8335 12.8649C26.8335 12.8649 27.0513 12.1678 26.7028 12.0283C26.7028 12.0283 27.5219 12.1678 28.7681 12.0283C28.7681 12.0283 28.6984 12.342 29.6744 14.8606C29.6744 14.8606 30.0056 15.6972 31.2866 18.8519C31.2866 18.8519 32.1407 16.6993 33.1254 13.3007C33.1254 13.3007 33.5611 12.3159 33.0034 12.1068C33.0034 12.1068 33.6309 12.2113 35.0862 12.0893C35.0862 12.0893 34.7028 12.2549 31.6004 21.7974H32.4195C32.4195 21.7974 32.0622 21.841 32.0274 22.5033C32.0274 22.5033 32.0274 23.9499 32.0274 26.8083C32.0274 27.9935 32.0274 29.4227 32.0274 31.0959C32.0274 31.0959 32.0099 31.732 32.6025 31.671H33.4217C33.4217 31.671 33.9969 31.6449 33.9097 31.8627L33.6831 32.9521C33.6831 32.9521 33.5437 32.6993 33.0557 32.6993C33.0557 32.6993 32.6025 32.5773 30.5023 32.6296C30.5023 32.6296 29.9882 32.6035 29.9969 33.0392V35.7407C32.3498 35.7582 31.9664 35.7582 31.9664 35.7582C33.352 35.793 33.4566 35.7059 33.4566 35.7059L33.23 37.0479C33.23 37.0479 33.0906 36.9085 32.5851 36.8911C32.5851 36.8911 32.1145 36.8039 29.9969 36.8649V39.915C29.9969 39.915 30.0143 40.4205 30.694 40.4553C30.694 40.4553 31.3215 40.6296 32.5851 40.4728C32.5851 40.4728 33.8661 40.5512 34.1276 39.732L33.8487 40.9259ZM36.3237 31.6449C35.9402 31.6972 35.6265 31.244 35.6265 31.244C32.3324 26.146 32.1581 26.1198 32.1581 26.1198C34.3629 23.5142 35.6614 22.0763 35.6614 22.0763C35.9577 21.7451 36.498 21.7625 36.498 21.7625H37.8923C37.474 21.9194 36.7158 22.7473 36.7158 22.7473C35.3651 24.0458 33.9359 25.7277 33.9359 25.7277C37.4827 31.3312 38.3019 31.6275 38.3019 31.6275H36.3237V31.6449Z\" fill=\"white\"/>\\n<path d=\"M21.1255 13.8235C21.1255 13.8235 20.8467 13.0218 20.0362 13.0566C20.0362 13.0566 19.7051 12.9695 17.814 13.0566C17.814 13.0566 17.1691 13.0566 17.204 13.9107V16.0806C17.204 16.0806 18.2933 16.1329 19.9665 16.0458C19.9665 16.0458 20.2628 16.0283 20.5591 15.9237L20.3848 17.3442C20.3848 17.3442 20.3325 17.1176 17.3521 17.2222C17.3521 17.2222 17.2476 17.2222 17.2127 17.3268C17.2127 17.3268 17.1604 18.5643 17.2127 20.1242C17.2127 20.1242 17.2998 20.7778 18.1016 20.7865C18.1016 20.7865 20.8292 20.8562 21.4131 20.5425C21.4131 20.5425 21.6746 20.4989 22.0406 19.8453C22.0406 19.8453 22.0493 20.0632 21.8663 21.8061H24.0449C24.0449 21.8061 24.3151 21.7712 24.3151 21.5272C24.3151 21.5272 24.4371 21.2658 23.9316 19.9847C23.9316 19.9847 23.0166 17.5534 21.1255 13.8235Z\" fill=\"white\"/>\\n<path d=\"M16.3589 22.5817C14.799 22.4771 14.0931 23.6884 14.0931 23.6884C13.5441 24.4902 13.579 26.3813 13.579 26.3813C13.4744 28.8823 14.0844 29.8758 14.0844 29.8758C14.8339 31.2091 16.0452 31.1917 16.0452 31.1917C17.884 31.244 18.4678 29.8409 18.4678 29.8409C19.0256 28.6035 18.9297 26.3813 18.9297 26.3813C18.8861 24.5076 18.3197 23.6884 18.3197 23.6884C17.6661 22.5033 16.3589 22.5817 16.3589 22.5817Z\" fill=\"white\"/>\\n<path d=\"M30.1453 31.61C30.3283 31.61 30.3196 31.1307 30.3196 31.1307C30.5462 26.9128 30.337 23.2353 30.337 23.2353C30.215 21.8497 29.7531 21.7625 29.7531 21.7625H30.5026C30.4677 21.3791 30.3457 21.1002 30.3457 21.1002C28.7422 16.4292 27.7836 14.3638 27.7836 14.3638C26.4677 18.0588 25.6224 21.0566 25.6224 21.0566C25.544 21.3791 25.4917 21.7974 25.4917 21.7974C27.2433 21.7625 27.6268 22.0588 27.6268 22.0588C28.69 22.5033 28.751 23.8105 28.751 23.8105C28.7858 25.0392 28.0712 25.5447 28.0712 25.5447C27.4961 26.085 26.5985 26.1895 26.5985 26.1895C27.8446 28.9521 29.0298 30.6688 29.0298 30.6688C29.7531 31.8017 30.1453 31.61 30.1453 31.61Z\" fill=\"white\"/>\\n</g>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-e20hu8\",\"data-framer-name\":\"20\",layoutDependency:layoutDependency,layoutId:\"FVrIAKUyq\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:54,intrinsicWidth:41,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/5XI3Wr9Nl4HICBcmIR6UMcSPIE.svg\"},className:\"framer-1qyu4m9\",\"data-framer-name\":\"Travis County\",layoutDependency:layoutDependency,layoutId:\"P0Vjalu3e\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-w6cgcu\",\"data-framer-name\":\"21\",layoutDependency:layoutDependency,layoutId:\"jgtALeHzk\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18xtfai\",\"data-framer-name\":\"Jackson Healthcare\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:54,intrinsicWidth:107,layoutDependency:layoutDependency,layoutId:\"O26Dnxp3N\",svg:'<svg width=\"107\" height=\"54\" viewBox=\"0 0 107 54\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2091_13195)\">\\n<path d=\"M7.3931 23.9475V30.9387C7.3931 33.6466 5.86684 34.8775 3.79901 34.8775C2.17428 34.8775 1.0419 34.0897 0.401855 33.2035V33.0558L1.53424 32.0219H1.68194C2.02658 32.5142 2.66663 33.2035 3.70054 33.2035C4.73446 33.2035 5.52221 32.465 5.52221 31.1357V23.9475H7.3931Z\" fill=\"white\"/>\\n<path d=\"M21.1784 34.5328L21.1292 34.6805H19.3075L18.3721 32.5142H13.0548L12.0701 34.6805H10.2977L10.1992 34.5328L15.2211 23.9475H16.2058L21.1784 34.5328ZM17.732 31.1357L15.7134 26.5569L13.6948 31.1357H17.732Z\" fill=\"white\"/>\\n<path d=\"M23.2959 29.314C23.2959 26.1138 25.8068 23.7505 29.0071 23.7505C30.878 23.7505 32.4534 24.5875 33.4874 25.8676V26.0153L32.3057 26.9508H32.158C31.4195 26.0153 30.2871 25.4245 29.0071 25.4245C26.8408 25.4245 25.1668 27.0492 25.1668 29.3632C25.1668 31.6772 26.8408 33.302 29.0071 33.302C30.2871 33.302 31.4195 32.7112 32.158 31.7757H32.3057L33.4874 32.7112V32.8589C32.4534 34.0405 30.878 34.8775 29.0071 34.8775C25.8068 34.8775 23.2959 32.5142 23.2959 29.314Z\" fill=\"white\"/>\\n<path d=\"M45.7466 34.5328L45.6481 34.6805H43.6295L39.8385 29.954L38.8046 31.0864V34.7298H36.9829V23.9475H38.8046V28.9201L43.531 23.9475H45.5989L45.6974 24.0952L41.217 28.8217L45.7466 34.5328Z\" fill=\"white\"/>\\n<path d=\"M47.7158 32.8096V32.6619L48.7005 31.628H48.8482C49.636 32.6127 50.8668 33.2527 51.9992 33.2527C53.3777 33.2527 54.1655 32.6127 54.1655 31.7757C54.1655 30.4956 52.7869 30.3479 51.1622 29.7571C49.8821 29.314 48.2574 28.5755 48.2574 26.7046C48.2574 24.9321 49.7837 23.7013 51.9992 23.7013C53.6732 23.7013 55.0517 24.3906 55.7902 25.326V25.523L54.8055 26.5569H54.6578C54.067 25.8676 53.1808 25.2768 52.0484 25.2768C50.916 25.2768 50.1283 25.8184 50.1283 26.6553C50.1283 27.5416 51.0145 27.8862 52.0484 28.2801C53.8701 28.9201 56.0364 29.4125 56.0364 31.8249C56.0364 33.7451 54.3624 34.9267 52.0977 34.9267C50.3252 34.8774 48.6513 34.1389 47.7158 32.8096Z\" fill=\"white\"/>\\n<path d=\"M58.9902 29.314C58.9902 26.1138 61.5012 23.7505 64.7506 23.7505C68.0001 23.7505 70.511 26.1138 70.511 29.314C70.511 32.5142 68.0493 34.8775 64.7506 34.8775C61.4519 34.8775 58.9902 32.5142 58.9902 29.314ZM68.6894 29.314C68.6894 27.0492 66.9662 25.3753 64.7506 25.3753C62.5351 25.3753 60.8611 27 60.8611 29.314C60.8611 31.628 62.5843 33.2527 64.7506 33.2527C66.9169 33.2527 68.6894 31.5788 68.6894 29.314Z\" fill=\"white\"/>\\n<path d=\"M83.3612 23.9475V34.8282H82.3273L76.0746 27.2462V34.6805H74.2529V23.9475H75.2868L81.5396 31.4803V23.9475H83.3612Z\" fill=\"white\"/>\\n<path d=\"M95.0789 24.8829C91.5833 17.1039 85.1336 13.4114 83.2135 12.4759C82.7704 12.279 82.3273 12.082 81.9334 11.9343C79.1271 10.4573 76.9115 9.91574 76.5177 9.91574C76.4192 9.91574 76.3699 9.96498 76.3207 10.0142L76.2715 10.1127L76.3207 10.1619C76.3699 10.2604 76.4192 10.2604 76.9608 10.4573C77.7485 10.7035 79.3732 11.1958 81.6872 12.1805C85.626 14.1991 90.9433 18.0394 94.2419 25.2768C98.4761 34.6313 96.0636 42.8041 94.9312 46.7429C94.7343 47.4322 94.5866 48.023 94.4881 48.4661C94.4389 48.7615 94.685 48.8107 95.522 49.0569C95.8667 49.1553 96.359 49.303 96.9498 49.5H96.9991C97.0483 49.5 97.1468 49.4507 97.196 49.4015C97.5899 48.7122 100.79 37.5361 95.0789 24.8829Z\" fill=\"white\"/>\\n<path d=\"M106.748 44.5274C106.699 44.4289 106.649 44.4289 106.108 44.2319C105.32 43.9365 103.695 43.395 101.48 42.3611C97.5904 40.244 92.4208 36.1576 89.3683 28.8217C85.4788 19.3195 88.1374 11.2451 89.4175 7.30635C89.6144 6.61707 89.8114 6.07549 89.9591 5.63239C90.0083 5.33698 89.7621 5.23851 88.9744 4.99234C88.6297 4.89387 88.1374 4.74617 87.5466 4.5H87.4974C87.3989 4.5 87.3497 4.54923 87.3004 4.59847C86.8081 5.23851 83.2632 16.267 88.482 29.1663C91.6823 37.093 98.0335 40.9825 99.9044 42.0164C100.347 42.2133 100.741 42.4103 101.135 42.6072C103.892 44.1827 106.059 44.7735 106.502 44.8228C106.6 44.8228 106.649 44.7735 106.699 44.7243L106.748 44.6258V44.5274Z\" fill=\"white\"/>\\n<path d=\"M48.0115 39.7024H48.5039V43.198H48.0115V41.6718H46.0421V43.198H45.5498V39.7024H46.0421V41.1794H48.0115V39.7024Z\" fill=\"white\"/>\\n<path d=\"M50.0298 39.7024H51.9992V40.1455H50.5221V41.2287H51.9499V41.6718H50.5221V42.7549H52.0484V43.198H50.0298V39.7024Z\" fill=\"white\"/>\\n<path d=\"M54.4117 39.6531H54.7563L56.3318 43.1488H55.8395L55.3964 42.1148H53.9193L53.4762 43.1488H52.9839L54.4117 39.6531ZM55.1502 41.6717L54.6086 40.3916L54.067 41.6717H55.1502Z\" fill=\"white\"/>\\n<path d=\"M57.4644 39.7024H57.9567V42.7057H59.5322V43.1488H57.4644V39.7024Z\" fill=\"white\"/>\\n<path d=\"M59.877 39.7024H62.7818V40.1455H61.5509V43.198H61.0586V40.1455H59.877V39.7024Z\" fill=\"white\"/>\\n<path d=\"M66.4739 39.7024H66.9663V43.198H66.4739V41.6718H64.5045V43.198H64.0122V39.7024H64.5045V41.1794H66.4739V39.7024Z\" fill=\"white\"/>\\n<path d=\"M71.4957 42.361V42.9026C71.1511 43.0995 70.708 43.198 70.2156 43.198C69.8218 43.198 69.4771 43.0995 69.2309 42.9518C68.9848 42.8041 68.7386 42.558 68.5909 42.3118C68.4432 42.0164 68.3447 41.721 68.3447 41.4256C68.3447 40.9332 68.5417 40.4901 68.8863 40.1455C69.2309 39.8008 69.674 39.6531 70.2156 39.6531C70.5603 39.6531 71.0034 39.7516 71.4465 39.9485V40.4901C71.0526 40.2439 70.6587 40.1455 70.2649 40.1455C69.871 40.1455 69.5263 40.2932 69.2802 40.5393C69.034 40.7855 68.8863 41.0809 68.8863 41.4748C68.8863 41.8687 69.034 42.1641 69.2802 42.4102C69.5263 42.6564 69.871 42.7549 70.2649 42.7549C70.6587 42.7549 71.0526 42.6072 71.4957 42.361Z\" fill=\"white\"/>\\n<path d=\"M74.0562 39.6531H74.4008L75.9763 43.1488H75.484L75.0409 42.1148H73.5639L73.1208 43.1488H72.6284L74.0562 39.6531ZM74.7947 41.6717L74.2531 40.3916L73.7116 41.6717H74.7947Z\" fill=\"white\"/>\\n<path d=\"M77.1089 43.1488V39.6531H77.9951C78.3397 39.6531 78.6351 39.7516 78.8321 39.8993C79.029 40.0962 79.1275 40.2932 79.1275 40.5886C79.1275 40.7855 79.0783 40.9825 78.9798 41.1302C78.8813 41.2779 78.7336 41.3763 78.5367 41.4748C78.6351 41.524 78.7336 41.6225 78.8813 41.7702C79.029 41.9179 79.1275 42.1148 79.3244 42.4102C79.4229 42.6072 79.5214 42.7549 79.6198 42.8534L79.8168 43.0995H79.226L79.0783 42.8534L79.029 42.8041L78.9305 42.6564L78.7828 42.4102L78.6351 42.1148C78.5367 41.9671 78.4382 41.8687 78.3397 41.7702C78.2413 41.6717 78.192 41.6225 78.0936 41.5733C78.0443 41.524 77.8966 41.524 77.7489 41.524H77.6012V43.0503H77.1089V43.1488ZM77.7489 40.0962H77.6012V41.1794H77.7982C78.0443 41.1794 78.2413 41.1794 78.3397 41.1302C78.4382 41.0809 78.4874 41.0317 78.5367 40.9332C78.5859 40.8348 78.6351 40.7363 78.6351 40.6378C78.6351 40.5394 78.5859 40.4409 78.5367 40.3424C78.4874 40.2439 78.389 40.1947 78.2905 40.1455C78.192 40.1455 77.9951 40.0962 77.7489 40.0962Z\" fill=\"white\"/>\\n<path d=\"M80.9487 39.7024H82.9181V40.1455H81.4411V41.2287H82.8689V41.6718H81.4411V42.7549H82.9673V43.198H80.9487V39.7024Z\" fill=\"white\"/>\\n<path d=\"M83.8047 39.7024C83.8047 39.3577 84.0509 39.1116 84.3955 39.1116C84.7401 39.1116 84.9863 39.407 84.9863 39.7024C84.9863 40.047 84.7401 40.2932 84.3955 40.2932C84.0509 40.2932 83.8047 39.9978 83.8047 39.7024ZM84.9371 39.7024C84.9371 39.407 84.6909 39.1608 84.3955 39.1608C84.1001 39.1608 83.8539 39.407 83.8539 39.7024C83.8539 39.9978 84.1001 40.244 84.3955 40.244C84.6909 40.244 84.9371 39.9978 84.9371 39.7024ZM84.1493 39.3577H84.4447C84.5432 39.3577 84.5924 39.407 84.6417 39.407C84.6909 39.4562 84.6909 39.5054 84.6909 39.5547C84.6909 39.6531 84.6417 39.7024 84.5432 39.7516L84.6909 39.9978H84.5432L84.3955 39.8008H84.297V39.9978H84.1493V39.3577ZM84.4447 39.6531C84.494 39.6531 84.5432 39.6039 84.5432 39.5547C84.5432 39.5054 84.494 39.4562 84.4447 39.4562H84.297V39.6531H84.4447Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2091_13195\">\\n<rect width=\"106.346\" height=\"45\" fill=\"white\" transform=\"translate(0.401855 4.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m0ebah\",\"data-framer-name\":\"22\",layoutDependency:layoutDependency,layoutId:\"hMmtpdyXB\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-rv9c1r\",\"data-framer-name\":\"Locum Tenens\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:54,intrinsicWidth:168,layoutDependency:layoutDependency,layoutId:\"TI0jKogXp\",svg:'<svg width=\"168\" height=\"54\" viewBox=\"0 0 168 54\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M32.9629 17.2554H35.5025V28.1271H39.1835V30.5526H32.9629V17.2554Z\" fill=\"white\"/>\\n<path d=\"M44.5196 20.4798C45.4613 20.4798 46.3173 20.708 47.1163 21.1646C47.9438 21.6212 48.5716 22.2489 49.0281 23.0479C49.4847 23.8469 49.713 24.7029 49.713 25.616C49.713 26.5291 49.4847 27.4137 49.0281 28.2127C48.5716 29.0117 47.9438 29.6394 47.1448 30.096C46.3459 30.5526 45.4898 30.7808 44.5196 30.7808C43.1214 30.7808 41.923 30.2957 40.9242 29.2685C39.9255 28.2698 39.4404 27.0713 39.4404 25.616C39.4404 24.1608 40.0111 22.7911 41.124 21.7924C42.1227 20.9078 43.2641 20.4512 44.5196 20.4512M44.5767 22.7911C43.8063 22.7911 43.1785 23.0764 42.6649 23.5901C42.1512 24.1322 41.8944 24.8171 41.8944 25.616C41.8944 26.415 42.1512 27.1569 42.6363 27.6705C43.15 28.2127 43.7777 28.4695 44.5482 28.4695C45.3186 28.4695 45.9464 28.1842 46.46 27.6705C46.9736 27.1569 47.2304 26.4435 47.2304 25.616C47.2304 24.7885 46.9736 24.1037 46.4885 23.5615C46.0034 23.0479 45.3471 22.7911 44.5767 22.7911Z\" fill=\"white\"/>\\n<path d=\"M60.4419 22.7055L58.3874 23.8183C58.0164 23.4189 57.6169 23.1335 57.246 22.9908C56.875 22.8196 56.4185 22.7626 55.9048 22.7626C54.9632 22.7626 54.2498 23.0479 53.6506 23.5901C53.0799 24.1322 52.7945 24.8456 52.7945 25.7016C52.7945 26.5577 53.0799 27.214 53.6221 27.7276C54.1642 28.2698 54.8776 28.498 55.7907 28.498C56.7038 28.498 57.7311 28.1271 58.3588 27.3852L60.2992 28.6978C59.2434 30.0675 57.7596 30.7523 55.8478 30.7523C53.9359 30.7523 52.766 30.2387 51.7958 29.2114C50.8256 28.1842 50.312 26.9857 50.312 25.616C50.312 24.2464 50.5403 23.7898 51.0254 22.9908C51.5105 22.1919 52.1668 21.5641 52.9943 21.1075C53.8503 20.651 54.792 20.4227 55.8478 20.4227C56.9036 20.4227 57.7025 20.6224 58.473 20.9934C59.2434 21.4214 59.8712 21.9921 60.3563 22.6769\" fill=\"white\"/>\\n<path d=\"M61.7261 20.7081H64.2371V25.4163C64.2371 26.358 64.2942 26.9572 64.4369 27.3281C64.551 27.6706 64.7793 27.9559 65.0361 28.1557C65.3215 28.3554 65.6639 28.4695 66.0634 28.4695C66.4629 28.4695 66.8053 28.3839 67.0906 28.1842C67.376 27.9844 67.5757 27.6991 67.7184 27.3281C67.804 27.0428 67.8896 26.4436 67.8896 25.5305V20.7366H70.3436V24.9027C70.3436 26.6148 70.2294 27.7847 69.9441 28.4125C69.6017 29.1829 69.1166 29.7821 68.4888 30.1816C67.8611 30.6096 67.0335 30.8094 66.0348 30.8094C65.0361 30.8094 64.0945 30.5811 63.4382 30.096C62.7533 29.6109 62.2968 28.9546 62.04 28.07C61.8402 27.4708 61.7546 26.3865 61.7546 24.8171V20.7081\" fill=\"white\"/>\\n<path d=\"M71.885 20.7081H74.339V21.8495C74.767 21.3929 75.2235 21.0505 75.7372 20.8222C76.2508 20.5939 76.8215 20.4798 77.4207 20.4798C78.02 20.4798 78.5907 20.6225 79.0758 20.9364C79.5608 21.2502 79.9603 21.6783 80.2742 22.249C80.6452 21.6783 81.1303 21.2502 81.701 20.9364C82.2717 20.6225 82.8994 20.4798 83.5842 20.4798C84.2691 20.4798 84.8968 20.651 85.439 20.9649C85.9812 21.2788 86.3521 21.7068 86.5804 22.2204C86.8087 22.7626 86.9228 23.5901 86.9228 24.76V30.524H84.4403V25.559C84.4403 24.4461 84.2976 23.6757 84.0123 23.3047C83.7269 22.9053 83.3274 22.7055 82.7567 22.7055C82.186 22.7055 81.9578 22.8197 81.6153 23.0765C81.2729 23.3047 81.0447 23.6472 80.8734 24.0752C80.7022 24.5032 80.6452 25.188 80.6452 26.1297V30.5526H78.1626V25.7873C78.1626 24.9027 78.1056 24.2749 77.9629 23.8754C77.8488 23.476 77.649 23.1906 77.3637 22.9909C77.1069 22.7911 76.793 22.7055 76.422 22.7055C76.0511 22.7055 75.6516 22.8197 75.3092 23.0765C74.9667 23.3047 74.7099 23.6757 74.5673 24.1037C74.396 24.5317 74.3104 25.2451 74.3104 26.1868V30.5526H71.8564V20.7081\" fill=\"white\"/>\\n<path d=\"M87.293 17.2554H94.655V19.7664H92.2295V30.5526H89.6614V19.7664H87.293V17.2554Z\" fill=\"white\"/>\\n<path d=\"M105.042 26.3294H97.1091C97.2233 27.0142 97.5371 27.5849 98.0222 27.9844C98.5073 28.4124 99.1636 28.5837 99.9341 28.5837C100.705 28.5837 101.646 28.2698 102.302 27.6135L104.385 28.5837C103.872 29.3256 103.244 29.8677 102.531 30.2101C101.817 30.5526 100.933 30.7523 99.9626 30.7523C98.4217 30.7523 97.1662 30.2672 96.196 29.297C95.2258 28.3268 94.7407 27.0998 94.7407 25.6446C94.7407 24.1893 95.2258 22.9052 96.196 21.9065C97.1662 20.9078 98.3646 20.4227 99.8199 20.4227C101.275 20.4227 102.616 20.9078 103.587 21.9065C104.557 22.9052 105.042 24.1893 105.042 25.8158V26.3294ZM102.559 24.389C102.388 23.8469 102.074 23.3903 101.589 23.0479C101.104 22.7055 100.562 22.5343 99.9341 22.5343C99.3063 22.5343 98.65 22.734 98.1364 23.105C97.8225 23.3332 97.5086 23.7613 97.2233 24.3605L102.559 24.389Z\" fill=\"white\"/>\\n<path d=\"M106.097 20.708H108.551V21.7068C109.122 21.2502 109.635 20.9078 110.064 20.7366C110.52 20.5654 110.977 20.4512 111.462 20.4512C112.432 20.4512 113.259 20.7937 113.944 21.4785C114.515 22.0492 114.8 22.9052 114.8 24.0466V30.524H112.375V26.2153C112.375 25.0453 112.318 24.2749 112.204 23.8754C112.089 23.5045 111.918 23.1906 111.661 22.9908C111.405 22.7911 111.091 22.6769 110.691 22.6769C110.292 22.6769 109.75 22.8482 109.407 23.162C109.065 23.5045 108.808 23.961 108.665 24.5317C108.608 24.8456 108.551 25.5019 108.551 26.5006V30.4384H106.097V20.651\" fill=\"white\"/>\\n<path d=\"M126.1 26.3294H118.167C118.282 27.0142 118.596 27.5849 119.081 27.9844C119.566 28.4124 120.222 28.5837 120.992 28.5837C121.763 28.5837 122.705 28.2698 123.361 27.6135L125.444 28.5837C124.93 29.3256 124.302 29.8677 123.589 30.2101C122.876 30.5526 121.991 30.7523 121.021 30.7523C119.48 30.7523 118.225 30.2672 117.254 29.297C116.284 28.3268 115.828 27.1284 115.828 25.6731C115.828 24.2178 116.313 22.9338 117.283 21.935C118.253 20.9363 119.452 20.4512 120.907 20.4512C122.362 20.4512 123.703 20.9363 124.673 21.935C125.644 22.9338 126.129 24.2178 126.129 25.8443V26.3009M123.646 24.389C123.475 23.8469 123.161 23.3903 122.676 23.0479C122.191 22.7055 121.649 22.5343 121.021 22.5343C120.393 22.5343 119.737 22.734 119.223 23.105C118.909 23.3332 118.596 23.7613 118.31 24.3605L123.646 24.389Z\" fill=\"white\"/>\\n<path d=\"M127.185 20.708H129.639V21.7068C130.209 21.2502 130.723 20.9078 131.151 20.7366C131.608 20.5654 132.064 20.4512 132.549 20.4512C133.52 20.4512 134.347 20.7937 135.032 21.4785C135.603 22.0492 135.888 22.9052 135.888 24.0466V30.524H133.462V26.2153C133.462 25.0453 133.405 24.2749 133.291 23.8754C133.177 23.4759 133.006 23.1906 132.749 22.9908C132.492 22.7911 132.178 22.6769 131.779 22.6769C131.379 22.6769 130.837 22.8482 130.495 23.162C130.152 23.5045 129.896 23.961 129.753 24.5317C129.696 24.8456 129.639 25.5019 129.639 26.5006V30.4384H127.156V20.651\" fill=\"white\"/>\\n<path d=\"M143.365 22.0777L141.824 23.5901C141.196 22.9908 140.625 22.6484 140.14 22.6484C139.655 22.6484 139.655 22.7055 139.484 22.8196C139.313 22.9338 139.256 23.0764 139.256 23.2476C139.256 23.4189 139.313 23.5045 139.398 23.6186C139.484 23.7327 139.741 23.8754 140.14 24.0752L141.025 24.5317C141.995 24.9883 142.623 25.4734 142.994 25.9585C143.336 26.4435 143.536 27.0142 143.536 27.6705C143.536 28.3268 143.222 29.2685 142.566 29.8392C141.938 30.4099 141.053 30.7238 139.997 30.7238C138.942 30.7238 137.429 30.1531 136.573 29.0402L138.086 27.3852C138.371 27.7276 138.713 27.9844 139.113 28.2127C139.484 28.4124 139.855 28.5266 140.14 28.5266C140.425 28.5266 140.739 28.441 140.911 28.2983C141.11 28.1271 141.224 27.9559 141.224 27.7561C141.224 27.3852 140.882 27.0142 140.14 26.6433L139.313 26.2153C137.715 25.4163 136.916 24.4176 136.916 23.2191C136.916 22.0206 137.23 21.7924 137.8 21.2502C138.399 20.708 139.17 20.4227 140.112 20.4227C141.053 20.4227 141.367 20.5654 141.909 20.8507C142.48 21.1646 142.936 21.5926 143.365 22.0777Z\" fill=\"white\"/>\\n<path d=\"M144.82 29.4682C144.991 29.4682 145.134 29.5253 145.248 29.6395C145.362 29.7536 145.419 29.8963 145.419 30.0675C145.419 30.2387 145.362 30.3814 145.248 30.4955C145.134 30.6096 144.991 30.6667 144.82 30.6667C144.649 30.6667 144.506 30.6096 144.392 30.4955C144.278 30.3814 144.221 30.2387 144.221 30.0675C144.221 29.8963 144.278 29.7536 144.392 29.6395C144.506 29.5253 144.649 29.4682 144.82 29.4682ZM151.469 26.3579L150.926 26.7004C150.47 26.0726 149.814 25.7587 149.015 25.7587C148.216 25.7587 147.816 25.9585 147.417 26.3865C146.989 26.8145 146.789 27.2996 146.789 27.8988C146.789 28.4981 146.874 28.6407 147.074 28.9832C147.274 29.3256 147.531 29.5824 147.873 29.7536C148.216 29.9533 148.587 30.0389 149.015 30.0389C149.785 30.0389 150.413 29.7251 150.926 29.0973L151.469 29.4397C151.212 29.8107 150.869 30.1245 150.441 30.3243C150.013 30.524 149.528 30.6382 148.986 30.6382C148.159 30.6382 147.445 30.3528 146.903 29.8392C146.361 29.297 146.075 28.6407 146.075 27.8988C146.075 27.1569 146.19 26.9001 146.446 26.4721C146.703 26.0441 147.046 25.7016 147.502 25.4448C147.959 25.2166 148.472 25.0739 149.015 25.0739C149.557 25.0739 149.699 25.131 150.013 25.2451C150.327 25.3592 150.613 25.4734 150.841 25.6731C151.069 25.8158 151.269 26.0441 151.44 26.3009M154.779 25.1024C155.606 25.1024 156.262 25.3878 156.805 25.987C157.29 26.5292 157.546 27.1855 157.546 27.8988C157.546 28.6122 157.29 29.297 156.776 29.8392C156.262 30.4099 155.578 30.6667 154.807 30.6667C154.037 30.6667 153.323 30.3814 152.81 29.8392C152.296 29.2685 152.039 28.6407 152.039 27.8988C152.039 27.1569 152.268 26.5292 152.781 25.987C153.323 25.3878 153.98 25.1024 154.779 25.1024ZM154.779 25.7587C154.208 25.7587 153.723 25.9585 153.323 26.3865C152.924 26.8145 152.724 27.3281 152.724 27.8988C152.724 28.4695 152.81 28.6407 153.009 28.9832C153.209 29.3256 153.437 29.5824 153.751 29.7536C154.065 29.9248 154.408 30.0389 154.779 30.0389C155.15 30.0389 155.492 29.9533 155.806 29.7536C156.12 29.5824 156.377 29.3256 156.548 28.9832C156.747 28.6407 156.833 28.2983 156.833 27.8988C156.833 27.2996 156.633 26.786 156.234 26.3865C155.834 25.9585 155.349 25.7587 154.779 25.7587ZM158.317 25.2451H159.002V26.1582C159.23 25.8158 159.487 25.559 159.744 25.4163C160.086 25.2166 160.457 25.1024 160.828 25.1024C161.199 25.1024 161.313 25.1595 161.57 25.2451C161.798 25.3307 161.998 25.4734 162.141 25.6446C162.283 25.8158 162.426 26.0441 162.512 26.3579C162.74 25.9299 163.025 25.616 163.368 25.4163C163.71 25.2166 164.081 25.1024 164.452 25.1024C164.823 25.1024 165.137 25.188 165.422 25.3878C165.707 25.5875 165.907 25.8443 166.05 26.1582C166.164 26.5006 166.25 26.9857 166.25 27.642V30.5526H165.565V27.642C165.565 27.0713 165.508 26.6718 165.451 26.4721C165.394 26.2723 165.222 26.1011 165.023 25.9585C164.823 25.8443 164.595 25.7587 164.309 25.7587C164.024 25.7587 163.681 25.8443 163.425 26.0441C163.139 26.2438 162.94 26.5006 162.825 26.8145C162.711 27.1284 162.626 27.6706 162.626 28.441V30.524H161.941V27.7847C161.941 27.1569 161.884 26.7004 161.827 26.5006C161.741 26.2723 161.598 26.0726 161.399 25.9585C161.199 25.8158 160.971 25.7587 160.685 25.7587C160.4 25.7587 160.086 25.8443 159.801 26.0441C159.515 26.2438 159.316 26.5006 159.201 26.8145C159.087 27.1284 159.002 27.642 159.002 28.2983V30.5526H158.317V25.2451Z\" fill=\"white\"/>\\n<path d=\"M22.4054 14.3448L20.6362 12.5756C20.5791 12.5185 20.5221 12.5185 20.465 12.5756L7.19631 25.8443L5.54129 24.1893L5.42715 24.0751L3.88627 22.5343C3.82921 22.4772 3.68653 22.4772 3.62946 22.5343L1.97444 24.1893C1.91737 24.2463 1.91737 24.389 1.97444 24.4461L3.51532 25.987L3.62946 26.1011L6.31173 28.7834L7.16778 29.6394C7.22485 29.6965 7.28192 29.6965 7.33899 29.6394H7.36752C7.36752 29.6109 7.36752 29.6109 7.36752 29.5824L10.8488 26.1011L10.9629 25.987L12.3326 24.6173L12.5038 24.4461L13.8164 23.1335L13.9876 22.9623L15.4714 21.4785L22.4054 14.5445C22.4624 14.4874 22.4624 14.4304 22.4054 14.3733V14.3448Z\" fill=\"white\"/>\\n<path d=\"M24.0879 33.2349L15.927 25.0739C15.927 25.0739 15.8699 25.0454 15.8414 25.0454C15.8128 25.0454 15.7843 25.0454 15.7557 25.0739L8.993 31.8367C8.93593 31.8937 8.93593 31.9508 8.993 32.0079L10.7622 33.777C10.8192 33.8341 10.8763 33.8341 10.9334 33.777L15.8414 28.869L22.1475 35.1752C22.2046 35.2323 22.2617 35.2323 22.3188 35.1752L24.0879 33.4061C24.145 33.349 24.145 33.2919 24.0879 33.2349Z\" fill=\"white\"/>\\n<path d=\"M27.8554 29.4968L21.4921 23.1336L26.4001 18.2256C26.4572 18.1685 26.4572 18.1114 26.4001 18.0544L24.6309 16.2852C24.5739 16.2281 24.5168 16.2281 24.4597 16.2852L17.697 23.048C17.697 23.048 17.6685 23.105 17.6685 23.1336C17.6685 23.1336 17.6685 23.1906 17.697 23.2192L25.915 31.4372C25.9721 31.4943 26.0292 31.4943 26.0862 31.4372L27.8554 29.668C27.9125 29.611 27.9125 29.5539 27.8554 29.4968Z\" fill=\"white\"/>\\n<path d=\"M32.9338 36.4308H33.4189V38.5709H34.2464L35.5875 36.4308H36.1297L34.6459 38.7706L36.2153 41.3673H35.6446L34.2179 38.9989H33.3904V41.3673H32.9053L32.9338 36.4308Z\" fill=\"white\"/>\\n<path d=\"M37.1577 36.4308H37.6428L40.1539 39.9976C40.3251 40.2544 40.5534 40.6539 40.5534 40.6539C40.5534 40.6539 40.5248 40.2544 40.5248 39.9976V36.4308H41.0099V41.3673H40.5248L38.0138 37.8004C37.8426 37.5436 37.6143 37.1441 37.6143 37.1441C37.6143 37.1441 37.6428 37.5436 37.6428 37.8004V41.3673H37.1577V36.4308Z\" fill=\"white\"/>\\n<path d=\"M44.6053 36.3451C46.0035 36.3451 47.1164 37.458 47.1164 38.8562C47.1164 40.2544 46.0035 41.4528 44.6053 41.4528C43.2071 41.4528 42.0942 40.3114 42.0942 38.8562C42.0942 37.4009 43.2071 36.3451 44.6053 36.3451ZM44.6053 40.9963C45.7182 40.9963 46.6027 40.0546 46.6027 38.8562C46.6027 37.6577 45.6896 36.7731 44.6053 36.7731C43.521 36.7731 42.6079 37.6577 42.6079 38.8562C42.6079 40.0546 43.4924 40.9963 44.6053 40.9963Z\" fill=\"white\"/>\\n<path d=\"M50.7406 37.1441C50.7406 37.1441 50.655 37.5721 50.5694 37.886L49.6277 41.3673H49.057L47.7729 36.4308H48.2866L49.2282 40.2544C49.2853 40.5112 49.3424 40.768 49.3424 40.768C49.3424 40.768 49.3709 40.4827 49.4565 40.2544L50.4838 36.4308H50.9403L51.9676 40.2544C52.0246 40.5112 52.0817 40.768 52.0817 40.768C52.0817 40.768 52.1388 40.4827 52.1958 40.2544L53.1946 36.4308H53.7082L52.3956 41.3673H51.8249L50.8832 37.886C50.7976 37.5721 50.712 37.1441 50.712 37.1441H50.7406Z\" fill=\"white\"/>\\n<path d=\"M56.6177 36.4308H58.3012C59.0717 36.4308 59.6424 36.9158 59.6424 37.6863C59.6424 38.4567 59.3855 38.5709 59.0146 38.7706C59.5282 38.9133 59.8421 39.3984 59.8421 39.9976C59.8421 40.8822 59.1858 41.3958 58.3583 41.3958H56.6177V36.4593V36.4308ZM58.3012 38.5709C58.7863 38.5709 59.1287 38.2284 59.1287 37.7148C59.1287 37.2012 58.8149 36.8588 58.2727 36.8588H57.0742V38.5709H58.2727H58.3012ZM58.3583 40.9393C58.9575 40.9393 59.3285 40.5683 59.3285 39.9691C59.3285 39.3698 58.929 38.9989 58.3583 38.9989H57.1028V40.9393H58.3583Z\" fill=\"white\"/>\\n<path d=\"M61.0127 36.4308H63.8091V36.8588H61.4978V38.6565H63.3811V39.0845H61.4978V40.9107H63.9232V41.3387H61.0127V36.4308Z\" fill=\"white\"/>\\n<path d=\"M66.1202 36.8588H64.3511V36.4308H68.3745V36.8588H66.6053V41.3673H66.1202V36.8588Z\" fill=\"white\"/>\\n<path d=\"M70.4005 36.8588H68.6313V36.4308H72.6548V36.8588H70.8856V41.3673H70.4005V36.8588Z\" fill=\"white\"/>\\n<path d=\"M73.4248 36.4308H76.2212V36.8588H73.9099V38.6565H75.7932V39.0845H73.9099V40.9107H76.3354V41.3387H73.4248V36.4308Z\" fill=\"white\"/>\\n<path d=\"M77.4487 36.4308H78.904C79.4176 36.4308 79.6459 36.4878 79.8457 36.5734C80.3022 36.7732 80.5876 37.2583 80.5876 37.8575C80.5876 38.4567 80.2166 39.0274 79.6459 39.1986C79.6459 39.1986 79.703 39.2842 79.7601 39.3984L80.8444 41.3958H80.3022L79.1894 39.3128H77.9338V41.3958H77.4487V36.4308ZM79.1038 38.8562C79.703 38.8562 80.0739 38.4567 80.0739 37.8575C80.0739 37.2583 79.9027 37.1441 79.6174 37.0015C79.4747 36.9158 79.3035 36.8873 78.904 36.8873H77.9053V38.8847H79.0752L79.1038 38.8562Z\" fill=\"white\"/>\\n<path d=\"M83.7544 36.4308H86.5508V36.8588H84.2395V38.6565H86.1228V39.0845H84.2395V40.9107H86.6649V41.3387H83.7544V36.4308Z\" fill=\"white\"/>\\n<path d=\"M88.8057 38.7991L87.3789 36.4308H87.9496L88.8057 37.886C88.9484 38.1428 89.1196 38.4567 89.1196 38.4567C89.1196 38.4567 89.2622 38.1428 89.4049 37.886L90.2895 36.4308H90.8602L89.4049 38.7991L90.9743 41.3673H90.4036L89.3764 39.6552C89.2337 39.3984 89.0625 39.113 89.0625 39.113C89.0625 39.113 88.9198 39.3984 88.7486 39.6552L87.7499 41.3673H87.1792L88.7486 38.7991H88.8057Z\" fill=\"white\"/>\\n<path d=\"M91.9155 36.4308H93.6276C94.5122 36.4308 95.14 37.0015 95.14 37.9146C95.14 38.8277 94.5122 39.4269 93.6276 39.4269H92.4006V41.3673H91.9155V36.4308ZM93.5705 38.9989C94.2268 38.9989 94.6549 38.5994 94.6549 37.9146C94.6549 37.2297 94.2268 36.8588 93.5705 36.8588H92.4006V38.9989H93.5705Z\" fill=\"white\"/>\\n<path d=\"M96.1104 36.4308H98.9068V36.8588H96.5954V38.6565H98.4787V39.0845H96.5954V40.9107H99.0209V41.3387H96.1104V36.4308Z\" fill=\"white\"/>\\n<path d=\"M100.134 36.4308H101.589C102.103 36.4308 102.331 36.4878 102.531 36.5734C102.987 36.7732 103.273 37.2583 103.273 37.8575C103.273 38.4567 102.902 39.0274 102.331 39.1986C102.331 39.1986 102.388 39.2842 102.445 39.3984L103.529 41.3958H102.987L101.874 39.3128H100.619V41.3958H100.134V36.4308ZM101.789 38.8562C102.388 38.8562 102.759 38.4567 102.759 37.8575C102.759 37.2583 102.588 37.1441 102.302 37.0015C102.16 36.9158 101.989 36.8873 101.589 36.8873H100.59V38.8847H101.76L101.789 38.8562Z\" fill=\"white\"/>\\n<path d=\"M104.556 36.4308H105.041V41.3673H104.556V36.4308Z\" fill=\"white\"/>\\n<path d=\"M106.469 36.4308H109.265V36.8588H106.954V38.6565H108.837V39.0845H106.954V40.9107H109.379V41.3387H106.469V36.4308Z\" fill=\"white\"/>\\n<path d=\"M110.463 36.4308H110.948L113.46 39.9976C113.631 40.2544 113.859 40.6539 113.859 40.6539C113.859 40.6539 113.83 40.2544 113.83 39.9976V36.4308H114.316V41.3673H113.83L111.319 37.8004C111.148 37.5436 110.92 37.1441 110.92 37.1441C110.92 37.1441 110.948 37.5436 110.948 37.8004V41.3673H110.463V36.4308Z\" fill=\"white\"/>\\n<path d=\"M117.911 36.3451C119.081 36.3451 119.68 36.9729 119.68 36.9729L119.423 37.3438C119.423 37.3438 118.853 36.8016 117.911 36.8016C116.969 36.8016 115.914 37.7148 115.914 38.8562C115.914 39.9975 116.741 40.9963 117.911 40.9963C119.081 40.9963 119.509 40.34 119.509 40.34L119.794 40.6824C119.794 40.6824 119.109 41.4528 117.911 41.4528C116.713 41.4528 115.4 40.3114 115.4 38.8562C115.4 37.4009 116.456 36.3451 117.911 36.3451Z\" fill=\"white\"/>\\n<path d=\"M120.878 36.4308H123.675V36.8588H121.364V38.6565H123.247V39.0845H121.364V40.9107H123.789V41.3387H120.878V36.4308Z\" fill=\"white\"/>\\n<path d=\"M124.76 40.8251H125.302V41.3958H124.76V40.8251Z\" fill=\"white\"/>\\n<path d=\"M128.44 40.4541C128.44 40.4541 128.954 40.9963 129.724 40.9963C130.495 40.9963 130.694 40.6824 130.694 40.1403C130.694 38.8847 128.24 39.1986 128.24 37.6863C128.24 36.1739 128.868 36.3451 129.781 36.3451C130.694 36.3451 131.094 36.8302 131.094 36.8302L130.866 37.2297C130.866 37.2297 130.438 36.8017 129.781 36.8017C129.125 36.8017 128.754 37.2297 128.754 37.6577C128.754 38.8277 131.208 38.4852 131.208 40.1117C131.208 41.7382 130.637 41.4529 129.724 41.4529C128.811 41.4529 128.155 40.8251 128.155 40.8251L128.44 40.4541Z\" fill=\"white\"/>\\n<path d=\"M132.292 36.4308H132.778V41.3673H132.292V36.4308Z\" fill=\"white\"/>\\n<path d=\"M134.204 36.4308H134.689L137.2 39.9976C137.371 40.2544 137.6 40.6539 137.6 40.6539C137.6 40.6539 137.571 40.2544 137.571 39.9976V36.4308H138.056V41.3673H137.571L135.06 37.8004C134.889 37.5436 134.661 37.1441 134.661 37.1441C134.661 37.1441 134.689 37.5436 134.689 37.8004V41.3673H134.204V36.4308Z\" fill=\"white\"/>\\n<path d=\"M141.652 36.3451C142.822 36.3451 143.421 36.9729 143.421 36.9729L143.165 37.3438C143.165 37.3438 142.594 36.8016 141.652 36.8016C140.711 36.8016 139.655 37.7148 139.655 38.8562C139.655 39.9975 140.482 40.9963 141.652 40.9963C142.822 40.9963 143.25 40.34 143.25 40.34L143.535 40.6824C143.535 40.6824 142.851 41.4528 141.652 41.4528C140.454 41.4528 139.141 40.3114 139.141 38.8562C139.141 37.4009 140.197 36.3451 141.652 36.3451Z\" fill=\"white\"/>\\n<path d=\"M144.62 36.4308H147.416V36.8588H145.105V38.6565H146.988V39.0845H145.105V40.9107H147.53V41.3387H144.62V36.4308Z\" fill=\"white\"/>\\n<path d=\"M150.212 40.9392H151.325V37.3153C151.325 37.1726 151.325 37.03 151.325 37.03C151.325 37.03 151.268 37.1441 151.068 37.3153L150.554 37.8289L150.24 37.515L151.353 36.4022H151.81V40.9107H152.894V41.3387H150.212V40.9392Z\" fill=\"white\"/>\\n<path d=\"M153.722 41.2531L153.893 40.8251C153.893 40.8251 154.207 40.9963 154.606 40.9963C155.633 40.9963 156.176 39.969 156.261 39.0274C156.004 39.3698 155.519 39.5981 155.006 39.5981C154.093 39.5981 153.465 38.9418 153.465 38.0001C153.465 37.0585 154.15 36.3451 155.006 36.3451C155.862 36.3451 156.803 37.3153 156.803 38.6564C156.803 39.9975 156.176 41.4528 154.635 41.4528C153.094 41.4528 153.722 41.2531 153.722 41.2531ZM156.261 38.314C156.261 37.6577 155.748 36.8016 155.006 36.8016C154.264 36.8016 153.95 37.3153 153.95 38.0001C153.95 38.6849 154.406 39.17 155.063 39.17C155.719 39.17 156.261 38.7135 156.261 38.314Z\" fill=\"white\"/>\\n<path d=\"M157.888 41.2531L158.059 40.8251C158.059 40.8251 158.373 40.9963 158.772 40.9963C159.8 40.9963 160.342 39.969 160.427 39.0274C160.17 39.3698 159.685 39.5981 159.172 39.5981C158.259 39.5981 157.631 38.9418 157.631 38.0001C157.631 37.0585 158.316 36.3451 159.172 36.3451C160.028 36.3451 160.969 37.3153 160.969 38.6564C160.969 39.9975 160.342 41.4528 158.801 41.4528C157.26 41.4528 157.888 41.2531 157.888 41.2531ZM160.456 38.314C160.456 37.6577 159.942 36.8016 159.2 36.8016C158.458 36.8016 158.144 37.3153 158.144 38.0001C158.144 38.6849 158.601 39.17 159.257 39.17C159.914 39.17 160.456 38.7135 160.456 38.314Z\" fill=\"white\"/>\\n<path d=\"M162.111 40.4256C162.111 40.4256 162.482 40.9963 163.224 40.9963C163.966 40.9963 164.451 40.5112 164.451 39.8264C164.451 39.1415 163.909 38.6564 163.196 38.6564C162.482 38.6564 162.282 38.9133 162.282 38.9133L161.969 38.7991L162.225 36.4022H164.622V36.8302H162.653L162.511 38.0857C162.511 38.257 162.454 38.3711 162.454 38.3711C162.454 38.3711 162.767 38.1713 163.196 38.1713C164.194 38.1713 164.908 38.8847 164.908 39.7693C164.908 40.6539 164.166 41.3958 163.196 41.3958C162.225 41.3958 161.74 40.6824 161.74 40.6824L162.054 40.34L162.111 40.4256Z\" fill=\"white\"/>\\n<path d=\"M165.849 40.8251H166.391V41.3958H165.849V40.8251Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})],speed:15,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0hbU6.framer-1dqu76i, .framer-0hbU6 .framer-1dqu76i { display: block; }\",\".framer-0hbU6.framer-14416gt { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1320px; overflow: visible; padding: 24px 64px 24px 64px; position: relative; width: 1200px; }\",\".framer-0hbU6 .framer-1siv1jp { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-0hbU6 .framer-14naksf-container { flex: 1 0 0px; height: 56px; position: relative; width: 1px; }\",\".framer-0hbU6 .framer-qgthrr, .framer-0hbU6 .framer-zll2rq, .framer-0hbU6 .framer-kgwynp, .framer-0hbU6 .framer-nc25h7, .framer-0hbU6 .framer-e4sum7, .framer-0hbU6 .framer-4lvb32, .framer-0hbU6 .framer-97zsog, .framer-0hbU6 .framer-1jnsuxv, .framer-0hbU6 .framer-11jqy1t, .framer-0hbU6 .framer-1fduhlt, .framer-0hbU6 .framer-14d5jad, .framer-0hbU6 .framer-g73lpg, .framer-0hbU6 .framer-e20hu8, .framer-0hbU6 .framer-w6cgcu, .framer-0hbU6 .framer-1m0ebah { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 54px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-0hbU6 .framer-1guplo { flex: none; height: 55px; position: relative; width: 70px; }\",\".framer-0hbU6 .framer-187krf4, .framer-0hbU6 .framer-19sydzd, .framer-0hbU6 .framer-z38az3 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 55px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-0hbU6 .framer-1f15gnz { flex: none; height: 55px; position: relative; width: 33px; }\",\".framer-0hbU6 .framer-cauwmd { flex: none; height: 55px; position: relative; width: 39px; }\",\".framer-0hbU6 .framer-zxapd6 { flex: none; height: 55px; position: relative; width: 71px; }\",\".framer-0hbU6 .framer-vpsd2e, .framer-0hbU6 .framer-m9flxd { flex: none; height: 55px; position: relative; width: 69px; }\",\".framer-0hbU6 .framer-2gv660 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 54px; justify-content: center; min-width: 33px; padding: 0px; position: relative; width: min-content; }\",\".framer-0hbU6 .framer-hsv9pe { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 55px; justify-content: center; overflow: hidden; padding: 7px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-0hbU6 .framer-18p616o { flex: none; height: 55px; position: relative; width: 91px; }\",\".framer-0hbU6 .framer-1ijupdr { flex: none; height: 44px; position: relative; width: 38px; }\",\".framer-0hbU6 .framer-1osxc5f { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 55px; justify-content: center; overflow: hidden; padding: 3px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-0hbU6 .framer-1rtbge3 { flex: none; height: 55px; position: relative; width: 74px; }\",\".framer-0hbU6 .framer-ah89j5 { flex: none; height: 55px; position: relative; width: 23px; }\",\".framer-0hbU6 .framer-inekwb { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 54px; justify-content: center; overflow: hidden; padding: 0px 0px 2px 0px; position: relative; width: min-content; }\",\".framer-0hbU6 .framer-1py2yi5 { flex: none; height: 44px; position: relative; width: 84px; }\",\".framer-0hbU6 .framer-1isuoew { flex: none; height: 34px; position: relative; width: 40px; }\",\".framer-0hbU6 .framer-ib8z84 { flex: none; height: 34px; position: relative; width: 57px; }\",\".framer-0hbU6 .framer-60znie { flex: none; height: 54px; position: relative; width: 106px; }\",\".framer-0hbU6 .framer-1lz568q { flex: none; height: 32px; position: relative; width: 39px; }\",\".framer-0hbU6 .framer-vh40t8 { flex: none; height: 34px; position: relative; width: 77px; }\",\".framer-0hbU6 .framer-ee0ubb { flex: none; height: 34px; position: relative; width: 45px; }\",\".framer-0hbU6 .framer-epyfwo { flex: none; height: 44px; position: relative; width: 33px; }\",\".framer-0hbU6 .framer-1qyu4m9 { flex: none; height: 54px; position: relative; width: 41px; }\",\".framer-0hbU6 .framer-18xtfai { flex: none; height: 34px; position: relative; width: 67px; }\",\".framer-0hbU6 .framer-rv9c1r { flex: none; height: 38px; position: relative; width: 118px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0hbU6.framer-14416gt, .framer-0hbU6 .framer-qgthrr, .framer-0hbU6 .framer-187krf4, .framer-0hbU6 .framer-19sydzd, .framer-0hbU6 .framer-zll2rq, .framer-0hbU6 .framer-kgwynp, .framer-0hbU6 .framer-2gv660, .framer-0hbU6 .framer-hsv9pe, .framer-0hbU6 .framer-nc25h7, .framer-0hbU6 .framer-1osxc5f, .framer-0hbU6 .framer-e4sum7, .framer-0hbU6 .framer-z38az3, .framer-0hbU6 .framer-inekwb, .framer-0hbU6 .framer-4lvb32, .framer-0hbU6 .framer-97zsog, .framer-0hbU6 .framer-1jnsuxv, .framer-0hbU6 .framer-11jqy1t, .framer-0hbU6 .framer-1fduhlt, .framer-0hbU6 .framer-14d5jad, .framer-0hbU6 .framer-g73lpg, .framer-0hbU6 .framer-e20hu8, .framer-0hbU6 .framer-w6cgcu, .framer-0hbU6 .framer-1m0ebah { gap: 0px; } .framer-0hbU6.framer-14416gt > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-0hbU6.framer-14416gt > :first-child, .framer-0hbU6 .framer-qgthrr > :first-child, .framer-0hbU6 .framer-187krf4 > :first-child, .framer-0hbU6 .framer-19sydzd > :first-child, .framer-0hbU6 .framer-zll2rq > :first-child, .framer-0hbU6 .framer-kgwynp > :first-child, .framer-0hbU6 .framer-hsv9pe > :first-child, .framer-0hbU6 .framer-nc25h7 > :first-child, .framer-0hbU6 .framer-1osxc5f > :first-child, .framer-0hbU6 .framer-e4sum7 > :first-child, .framer-0hbU6 .framer-z38az3 > :first-child, .framer-0hbU6 .framer-inekwb > :first-child, .framer-0hbU6 .framer-4lvb32 > :first-child, .framer-0hbU6 .framer-97zsog > :first-child, .framer-0hbU6 .framer-1jnsuxv > :first-child, .framer-0hbU6 .framer-11jqy1t > :first-child, .framer-0hbU6 .framer-1fduhlt > :first-child, .framer-0hbU6 .framer-14d5jad > :first-child, .framer-0hbU6 .framer-g73lpg > :first-child, .framer-0hbU6 .framer-e20hu8 > :first-child, .framer-0hbU6 .framer-w6cgcu > :first-child, .framer-0hbU6 .framer-1m0ebah > :first-child { margin-left: 0px; } .framer-0hbU6.framer-14416gt > :last-child, .framer-0hbU6 .framer-qgthrr > :last-child, .framer-0hbU6 .framer-187krf4 > :last-child, .framer-0hbU6 .framer-19sydzd > :last-child, .framer-0hbU6 .framer-zll2rq > :last-child, .framer-0hbU6 .framer-kgwynp > :last-child, .framer-0hbU6 .framer-hsv9pe > :last-child, .framer-0hbU6 .framer-nc25h7 > :last-child, .framer-0hbU6 .framer-1osxc5f > :last-child, .framer-0hbU6 .framer-e4sum7 > :last-child, .framer-0hbU6 .framer-z38az3 > :last-child, .framer-0hbU6 .framer-inekwb > :last-child, .framer-0hbU6 .framer-4lvb32 > :last-child, .framer-0hbU6 .framer-97zsog > :last-child, .framer-0hbU6 .framer-1jnsuxv > :last-child, .framer-0hbU6 .framer-11jqy1t > :last-child, .framer-0hbU6 .framer-1fduhlt > :last-child, .framer-0hbU6 .framer-14d5jad > :last-child, .framer-0hbU6 .framer-g73lpg > :last-child, .framer-0hbU6 .framer-e20hu8 > :last-child, .framer-0hbU6 .framer-w6cgcu > :last-child, .framer-0hbU6 .framer-1m0ebah > :last-child { margin-right: 0px; } .framer-0hbU6 .framer-qgthrr > *, .framer-0hbU6 .framer-187krf4 > *, .framer-0hbU6 .framer-19sydzd > *, .framer-0hbU6 .framer-zll2rq > *, .framer-0hbU6 .framer-kgwynp > *, .framer-0hbU6 .framer-hsv9pe > *, .framer-0hbU6 .framer-nc25h7 > *, .framer-0hbU6 .framer-1osxc5f > *, .framer-0hbU6 .framer-e4sum7 > *, .framer-0hbU6 .framer-z38az3 > *, .framer-0hbU6 .framer-inekwb > *, .framer-0hbU6 .framer-4lvb32 > *, .framer-0hbU6 .framer-97zsog > *, .framer-0hbU6 .framer-1jnsuxv > *, .framer-0hbU6 .framer-11jqy1t > *, .framer-0hbU6 .framer-1fduhlt > *, .framer-0hbU6 .framer-14d5jad > *, .framer-0hbU6 .framer-g73lpg > *, .framer-0hbU6 .framer-e20hu8 > *, .framer-0hbU6 .framer-w6cgcu > *, .framer-0hbU6 .framer-1m0ebah > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-0hbU6 .framer-2gv660 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0hbU6 .framer-2gv660 > :first-child { margin-top: 0px; } .framer-0hbU6 .framer-2gv660 > :last-child { margin-bottom: 0px; } }\",\".framer-0hbU6.framer-v-dl3gbn.framer-14416gt { flex-direction: column; gap: 8px; padding: 20px 20px 24px 20px; width: 320px; }\",\".framer-0hbU6.framer-v-dl3gbn .framer-14naksf-container { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0hbU6.framer-v-dl3gbn.framer-14416gt { gap: 0px; } .framer-0hbU6.framer-v-dl3gbn.framer-14416gt > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-0hbU6.framer-v-dl3gbn.framer-14416gt > :first-child { margin-top: 0px; } .framer-0hbU6.framer-v-dl3gbn.framer-14416gt > :last-child { margin-bottom: 0px; } }\",'.framer-0hbU6[data-border=\"true\"]::after, .framer-0hbU6 [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 104\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]},\"qFaRAcbgG\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1320px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBJbi2e1kF=withCSS(Component,css,\"framer-0hbU6\");export default FramerBJbi2e1kF;FramerBJbi2e1kF.displayName=\"Components/Logo Ticker\";FramerBJbi2e1kF.defaultProps={height:104,width:1200};addPropertyControls(FramerBJbi2e1kF,{variant:{options:[\"T7tBA0E2H\",\"qFaRAcbgG\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerBJbi2e1kF,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\",weight:\"600\"}]},...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBJbi2e1kF\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"104\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]},\\\"qFaRAcbgG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1320px\\\",null,null]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BJbi2e1kF.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(!document.hidden);useEffect(()=>{const onVisibilityChange=()=>setIsVisible(!document.hidden);document.addEventListener(\"visibilitychange\",onVisibilityChange,false);return()=>{document.removeEventListener(\"visibilitychange\",onVisibilityChange);};},[]);return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,memo,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js\";function awaitRefCallback(element,controller){let refCallbackResolve;// we need to listen to the ref setter, so let's override `current` - we can do that, because we don't use React's `useRef` hook for those refs.\nlet current=element.current;Object.defineProperty(element,\"current\",{get(){return current;},set(node){current=node;if(node===null){// React calls with null when the element is unmounted\n// we abort here so that the promise isn't left around in case the ref is never set\ncontroller.abort();return;}refCallbackResolve?.(node);},configurable:true});// no need to create a promise if current already exists\nif(current)return current;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",reject);}).catch(()=>{});return refCallbackPromise;}// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots=[],startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover,playOffscreen}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];// when the slots change, generate new array\n},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */let dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(!parentRef.current)return;const firstChild=childrenRef[0].current;const lastChild=childrenRef[1].current;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=firstChild?isHorizontal?firstChild.offsetLeft:firstChild.offsetTop:0;const end=lastChild?isHorizontal?lastChild.offsetLeft+lastChild.offsetWidth:lastChild.offsetTop+lastChild.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=firstChild?isHorizontal?firstChild.offsetWidth:firstChild.offsetHeight:0;const itemWidth=firstChild?firstChild.offsetWidth:0;const itemHeight=firstChild?firstChild.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength});},[]);const scheduleMeasure=useCallback(async()=>{const controller=new AbortController;/**\n         * The elements in the set are refs of children. If they're wrapped in Suspense, they could mount later than the parent.\n         * Thus, we wait for each ref to be set step by step if required.\n         */const[firstChild,lastChild]=childrenRef;if(!isCanvas&&(!firstChild.current||!lastChild.current))try{await Promise.all([awaitRefCallback(firstChild,controller),awaitRefCallback(lastChild,controller)]);}catch{controller.abort();}frame.read(measure,false,true);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{scheduleMeasure();},[itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */const initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();startTransition(()=>setIsResizing(true));}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>startTransition(()=>setIsResizing(false)),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots?.length;const childrenSize=isCanvas?0:size?.children;const itemWithGap=size?.item+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);if(isCanvas){if(currentItem!==startFrom){setCurrentItem(startFrom);}}/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*(size?.itemWidth+gap):-startFrom*(size?.itemHeight+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if(size?.children===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover&&(playOffscreen||isVisible)){timeoutRef.current=setTimeout(()=>{startTransition(()=>setCurrentItem(item=>item+1));switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=(delta,transition=false)=>{if(!isInverted){if(transition)startTransition(()=>setCurrentItem(item=>item+delta));else setCurrentItem(item=>item+delta);}else{if(transition)startTransition(()=>setCurrentItem(item=>item-delta));else setCurrentItem(item=>item-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){startTransition(()=>setCurrentItem(item=>item+goto));}else{startTransition(()=>setCurrentItem(item=>item-gotoInverted));}};/**\n     * Drag\n     */const handleDragStart=()=>{startTransition(()=>setIsDragging(true));};const handleDragEnd=(event,{offset,velocity})=>{startTransition(()=>setIsDragging(false));const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne,true);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne,true);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta,true);}if(isHalfOfPrev){setDelta(-itemDelta,true);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */const columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{let ref;if(index===0){if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}}return /*#__PURE__*/_jsx(Slide,{ref:ref,slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots?.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<filteredSlots?.length;i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:size?.item!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();startTransition(()=>setIsMouseDown(true));},onMouseUp:()=>startTransition(()=>setIsMouseDown(false)),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1,true),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1,true),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true,playOffscreen:false},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover},playOffscreen:{type:ControlType.Boolean,title:\"Offscreen\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.playOffscreen}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/memo(/*#__PURE__*/forwardRef(function Component(props,ref){const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;const fallbackRef=useRef();/**\n         * Unique offsets + scroll range [0, 1, 1, 0]\n         */const childOffset=(size?.item+gap)*childCounter;const scrollRange=[-size?.item,0,size?.parent-size?.item+gap,size?.parent].map(val=>val-childOffset);/**\n         * Effects\n         */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.on(\"change\",newValue=>{const node=ref?.current??fallbackRef.current;node?.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);const key=slideKey+\"child\";return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",id:key,children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref??fallbackRef,key,style:{...child.props?.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined})})});}));const Dot=/*#__PURE__*/memo(function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;const top=!isHorizontal&&index>0?inlinePadding:padding;const bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;const right=isHorizontal&&index!==total-1?inlinePadding:padding;const left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});});/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ControlType,cx,getFontsFromSharedStyle,PathVariablesContext,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ServiceArea from\"https://framerusercontent.com/modules/MbcjCdhUdpl2BI5T0Mrv/bTeHEMHn4Wxs9DdxQVka/q1QP0noBw.js\";import Testimonial from\"https://framerusercontent.com/modules/yio13c2UtfU2TpvEQUnF/wxNc24VRkKTXynuUXE9l/sY9CaDDfE.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/94NNtAYFmWNAnQDGW28K/e2mWUXBMLL4a38zEWZOd/iiMyCFcoA.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/rqGwVENpbFV39DkXY5oF/lKzY9EJsGH49qwXjpL5u/Reg_Wljsu.js\";const cycleOrder=[\"qaBHUDVYm\",\"rRfsKr9Ge\",\"LT9xy2Jfk\",\"sZHrXH0J2\",\"aPxETmxpk\",\"kPrhcjZul\",\"pDDJU32XE\",\"JBERSrSDY\",\"teLW7eloT\",\"xeB3b5v9j\",\"uLrVLIXhF\",\"NduCWutdt\",\"CqLxyhBDk\",\"mY280zu1z\",\"QhGd6RbNQ\"];const serializationHash=\"framer-P2mPb\";const variantClassNames={aPxETmxpk:\"framer-v-16a9hz3\",CqLxyhBDk:\"framer-v-1m30l4a\",JBERSrSDY:\"framer-v-tne7d0\",kPrhcjZul:\"framer-v-1sp8buc\",LT9xy2Jfk:\"framer-v-zetsku\",mY280zu1z:\"framer-v-etlw9d\",NduCWutdt:\"framer-v-1mgur5x\",pDDJU32XE:\"framer-v-z5ipu7\",qaBHUDVYm:\"framer-v-fkyg81\",QhGd6RbNQ:\"framer-v-14ucuqw\",rRfsKr9Ge:\"framer-v-i45y2i\",sZHrXH0J2:\"framer-v-lz3vof\",teLW7eloT:\"framer-v-17u7pzw\",uLrVLIXhF:\"framer-v-1l0vsmh\",xeB3b5v9j:\"framer-v-xr5pyn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.5,0,.2,1],type:\"tween\"};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};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 query=(prequery,{GTGq2d2Vx})=>prequery({from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"}});const query1=(prequery,{GTGq2d2Vx})=>prequery({from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"}});const query2=(prequery,{GTGq2d2Vx})=>prequery({from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"}});const query3=(prequery,{GTGq2d2Vx})=>prequery({from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"}});const query4=(prequery,{GTGq2d2Vx})=>prequery({from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:4},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"},operator:\"or\",right:{left:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop 1\":\"qaBHUDVYm\",\"Desktop 2\":\"rRfsKr9Ge\",\"Desktop 3\":\"LT9xy2Jfk\",\"Desktop 4\":\"sZHrXH0J2\",\"Desktop 5\":\"aPxETmxpk\",\"Mobile 1\":\"uLrVLIXhF\",\"Mobile 2\":\"NduCWutdt\",\"Mobile 3\":\"CqLxyhBDk\",\"Mobile 4\":\"mY280zu1z\",\"Mobile 5\":\"QhGd6RbNQ\",\"Tablet 1\":\"kPrhcjZul\",\"Tablet 2\":\"pDDJU32XE\",\"Tablet 3\":\"JBERSrSDY\",\"Tablet 4\":\"teLW7eloT\",\"Tablet 5\":\"xeB3b5v9j\"};const getProps=({click,height,id,serviceAreaReference,width,...props})=>{return{...props,GTGq2d2Vx:serviceAreaReference??props.GTGq2d2Vx??\"Eo3cvywCC\",HVq0MnyxF:click??props.HVq0MnyxF,variant:humanReadableVariantMap[props.variant]??props.variant??\"qaBHUDVYm\"};};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,HVq0MnyxF,GTGq2d2Vx,bucvYkBsMPveOd2C9B,mMko8iDUkPveOd2C9B,D8Qvvp1oZPveOd2C9B,idPveOd2C9B,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qaBHUDVYm\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap180deny=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(HVq0MnyxF){const res=await HVq0MnyxF(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-fkyg81\",className,classNames),\"data-framer-name\":\"Desktop 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"qaBHUDVYm\",onTap:onTap180deny,ref:refBinding,style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32,...style},...addPropertyOverrides({aPxETmxpk:{\"data-framer-name\":\"Desktop 5\"},CqLxyhBDk:{\"data-framer-name\":\"Mobile 3\"},JBERSrSDY:{\"data-framer-name\":\"Tablet 3\"},kPrhcjZul:{\"data-framer-name\":\"Tablet 1\"},LT9xy2Jfk:{\"data-framer-name\":\"Desktop 3\"},mY280zu1z:{\"data-framer-name\":\"Mobile 4\"},NduCWutdt:{\"data-framer-name\":\"Mobile 2\"},pDDJU32XE:{\"data-framer-name\":\"Tablet 2\"},QhGd6RbNQ:{\"data-framer-name\":\"Mobile 5\"},rRfsKr9Ge:{\"data-framer-name\":\"Desktop 2\"},sZHrXH0J2:{\"data-framer-name\":\"Desktop 4\"},teLW7eloT:{\"data-framer-name\":\"Tablet 4\"},uLrVLIXhF:{\"data-framer-name\":\"Mobile 1\"},xeB3b5v9j:{\"data-framer-name\":\"Tablet 5\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6ohwsb\",\"data-framer-name\":\"Testimonial\",layoutDependency:layoutDependency,layoutId:\"PveOd2C9B\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"}},...addPropertyOverrides({aPxETmxpk:{query:{from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:4},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"},operator:\"or\",right:{left:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}},CqLxyhBDk:{query:{from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"}}},JBERSrSDY:{query:{from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"}}},LT9xy2Jfk:{query:{from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"}}},mY280zu1z:{query:{from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"}}},NduCWutdt:{query:{from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"}}},pDDJU32XE:{query:{from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"}}},QhGd6RbNQ:{query:{from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:4},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"},operator:\"or\",right:{left:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}},rRfsKr9Ge:{query:{from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"}}},sZHrXH0J2:{query:{from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"}}},teLW7eloT:{query:{from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"}}},xeB3b5v9j:{query:{from:{constraint:{left:{collection:\"PveOd2C9B\",name:\"njuFGEhh3\",type:\"Identifier\"},operator:\"==\",right:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PveOd2C9B\",data:Testimonial,type:\"Collection\"},right:{alias:\"njuFGEhh3\",data:ServiceArea,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:4},select:[{collection:\"PveOd2C9B\",name:\"bucvYkBsM\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"mMko8iDUk\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"D8Qvvp1oZ\",type:\"Identifier\"},{collection:\"PveOd2C9B\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:GTGq2d2Vx},type:\"BinaryOperation\"},operator:\"or\",right:{left:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"njuFGEhh3\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}}},baseVariant,gestureVariant),children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({bucvYkBsM:bucvYkBsMPveOd2C9B,D8Qvvp1oZ:D8Qvvp1oZPveOd2C9B,id:idPveOd2C9B,mMko8iDUk:mMko8iDUkPveOd2C9B},index)=>{bucvYkBsMPveOd2C9B??=\"\";mMko8iDUkPveOd2C9B??=\"\";D8Qvvp1oZPveOd2C9B??=\"\";const textContent=prefix(mMko8iDUkPveOd2C9B,\"\u2014 \");return /*#__PURE__*/_jsx(LayoutGroup,{id:`PveOd2C9B-${idPveOd2C9B}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{D8Qvvp1oZ:D8Qvvp1oZPveOd2C9B},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qae1on\",layoutDependency:layoutDependency,layoutId:\"U3a5hJ3vz\",children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pcklo8\",\"data-border\":true,\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"dfEYTJz03\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgba(8, 23, 102, 0.1)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 4px 8px -2px rgba(0, 0, 0, 0.03999999910593033), 0px 2px 4px -2px rgba(0, 0, 0, 0.07999999821186066)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8i6j9\",\"data-framer-name\":\"Alignment\",layoutDependency:layoutDependency,layoutId:\"cCB1Wf7b7\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9)))\"},children:'\"The audits ensured full compliance, improved usability, and increased satisfaction.\"'})}),className:\"framer-5fr2a1\",fonts:[\"CUSTOM;Georgia Italic\"],layoutDependency:layoutDependency,layoutId:\"nVOzp6U46\",style:{\"--extracted-a0htzi\":\"var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:bucvYkBsMPveOd2C9B,variants:{CqLxyhBDk:{\"--extracted-r6o4lv\":\"var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9))\"},JBERSrSDY:{\"--extracted-r6o4lv\":\"var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9))\"},mY280zu1z:{\"--extracted-r6o4lv\":\"var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9))\"},NduCWutdt:{\"--extracted-r6o4lv\":\"var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9))\"},pDDJU32XE:{\"--extracted-r6o4lv\":\"var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9))\"},QhGd6RbNQ:{\"--extracted-r6o4lv\":\"var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9))\"},teLW7eloT:{\"--extracted-r6o4lv\":\"var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9))\"},xeB3b5v9j:{\"--extracted-r6o4lv\":\"var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CqLxyhBDk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9)))\"},children:'\"The research-driven redesign transformed our app, boosting engagement, retention, and brand impact!\"'})})},JBERSrSDY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9)))\"},children:'\"The research-driven redesign transformed our app, boosting engagement, retention, and brand impact!\"'})})},kPrhcjZul:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9)))\"},children:'\"The audits ensured full compliance, improved usability, and increased satisfaction.\"'})})},mY280zu1z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9)))\"},children:'\"The research guided modernization, unlocking opportunities and driving adoption.\"'})})},NduCWutdt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9)))\"},children:'\"The audits ensured complete compliance, enhanced usability, and boosted satisfaction.\"'})})},pDDJU32XE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9)))\"},children:'\"The audits ensured complete compliance, enhanced usability, and boosted satisfaction.\"'})})},QhGd6RbNQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9)))\"},children:\"\u201CThe evaluation gave us invaluable insights that transformed our portal!\u201D\"})})},teLW7eloT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9)))\"},children:'\"The research guided modernization, unlocking opportunities and driving adoption.\"'})})},uLrVLIXhF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9)))\"},children:'\"The audits ensured full compliance, improved usability, and increased satisfaction.\"'})})},xeB3b5v9j:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9)))\"},children:\"\u201CThe evaluation gave us invaluable insights that transformed our portal!\u201D\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1f1b2p1\",\"data-styles-preset\":\"Reg_Wljsu\",children:\"Content\"})}),className:\"framer-1n90207\",\"data-framer-name\":\"\u201COnspring\u2019s flexibility allows us to add new applications and workflows seamlessly. It\u2019s the ideal platform for any company looking to build a future-proof compliance and risk management program.\u201D\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QbilYCO3B\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:bucvYkBsMPveOd2C9B,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({CqLxyhBDk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bw64z4\",\"data-styles-preset\":\"iiMyCFcoA\",children:\"Content\"})}),verticalAlignment:\"top\"},mY280zu1z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bw64z4\",\"data-styles-preset\":\"iiMyCFcoA\",children:\"Content\"})}),verticalAlignment:\"top\"},NduCWutdt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bw64z4\",\"data-styles-preset\":\"iiMyCFcoA\",children:\"Content\"})}),verticalAlignment:\"top\"},QhGd6RbNQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bw64z4\",\"data-styles-preset\":\"iiMyCFcoA\",children:\"Content\"})}),verticalAlignment:\"top\"},uLrVLIXhF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bw64z4\",\"data-styles-preset\":\"iiMyCFcoA\",children:\"Content\"})}),verticalAlignment:\"top\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19crbi1\",\"data-framer-name\":\"Author Alignment\",layoutDependency:layoutDependency,layoutId:\"O93nhkjH4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9)))\"},children:\"\u2014 Agency Director\"})}),className:\"framer-cbxxvw\",\"data-framer-name\":\"#Author\",fonts:[\"CUSTOM;Georgia Italic\"],layoutDependency:layoutDependency,layoutId:\"b8LFMYChF\",style:{\"--extracted-r6o4lv\":\"var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9))\",\"--framer-paragraph-spacing\":\"0px\"},text:textContent,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({CqLxyhBDk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9)))\"},children:\"\u2014 Agency Director\"})})},mY280zu1z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9)))\"},children:\"\u2014 VP, Marketing\"})})},NduCWutdt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9)))\"},children:\"\u2014 Agency Director\"})})},QhGd6RbNQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9)))\"},children:\"\u2014 Director of IT\"})})},uLrVLIXhF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e4cb3af8-d710-4543-bc59-db6bc7087752, rgba(3, 9, 38, 0.9)))\"},children:\"\u2014 Agency Director\"})})}},baseVariant,gestureVariant)})})]})})})})},idPveOd2C9B);})})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-P2mPb.framer-8edop8, .framer-P2mPb .framer-8edop8 { display: block; }\",\".framer-P2mPb.framer-fkyg81 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 810px; }\",\".framer-P2mPb .framer-6ohwsb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-P2mPb .framer-1qae1on { 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; padding: 0px; position: relative; width: 100%; }\",\".framer-P2mPb .framer-pcklo8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 48px 48px 48px; position: relative; width: 1px; }\",\".framer-P2mPb .framer-8i6j9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-P2mPb .framer-5fr2a1, .framer-P2mPb .framer-cbxxvw { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-P2mPb .framer-1n90207 { --framer-text-wrap-override: none; flex: none; height: 99px; max-width: 810px; min-height: 96px; position: relative; width: 100%; }\",\".framer-P2mPb .framer-19crbi1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-P2mPb.framer-fkyg81, .framer-P2mPb .framer-6ohwsb, .framer-P2mPb .framer-1qae1on, .framer-P2mPb .framer-pcklo8, .framer-P2mPb .framer-8i6j9, .framer-P2mPb .framer-19crbi1 { gap: 0px; } .framer-P2mPb.framer-fkyg81 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-P2mPb.framer-fkyg81 > :first-child, .framer-P2mPb .framer-6ohwsb > :first-child, .framer-P2mPb .framer-pcklo8 > :first-child { margin-top: 0px; } .framer-P2mPb.framer-fkyg81 > :last-child, .framer-P2mPb .framer-6ohwsb > :last-child, .framer-P2mPb .framer-pcklo8 > :last-child { margin-bottom: 0px; } .framer-P2mPb .framer-6ohwsb > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-P2mPb .framer-1qae1on > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-P2mPb .framer-1qae1on > :first-child, .framer-P2mPb .framer-8i6j9 > :first-child, .framer-P2mPb .framer-19crbi1 > :first-child { margin-left: 0px; } .framer-P2mPb .framer-1qae1on > :last-child, .framer-P2mPb .framer-8i6j9 > :last-child, .framer-P2mPb .framer-19crbi1 > :last-child { margin-right: 0px; } .framer-P2mPb .framer-pcklo8 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-P2mPb .framer-8i6j9 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-P2mPb .framer-19crbi1 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-P2mPb.framer-v-1sp8buc.framer-fkyg81, .framer-P2mPb.framer-v-z5ipu7.framer-fkyg81, .framer-P2mPb.framer-v-tne7d0.framer-fkyg81, .framer-P2mPb.framer-v-17u7pzw.framer-fkyg81, .framer-P2mPb.framer-v-xr5pyn.framer-fkyg81 { width: 680px; }\",\".framer-P2mPb.framer-v-1sp8buc .framer-pcklo8, .framer-P2mPb.framer-v-z5ipu7 .framer-pcklo8, .framer-P2mPb.framer-v-tne7d0 .framer-pcklo8, .framer-P2mPb.framer-v-17u7pzw .framer-pcklo8, .framer-P2mPb.framer-v-xr5pyn .framer-pcklo8 { padding: 32px 40px 40px 40px; }\",\".framer-P2mPb.framer-v-1l0vsmh.framer-fkyg81, .framer-P2mPb.framer-v-1mgur5x.framer-fkyg81 { min-height: 330px; width: 320px; }\",\".framer-P2mPb.framer-v-1l0vsmh .framer-1qae1on, .framer-P2mPb.framer-v-1mgur5x .framer-1qae1on { height: 330px; }\",\".framer-P2mPb.framer-v-1l0vsmh .framer-pcklo8, .framer-P2mPb.framer-v-1mgur5x .framer-pcklo8, .framer-P2mPb.framer-v-1m30l4a .framer-pcklo8, .framer-P2mPb.framer-v-etlw9d .framer-pcklo8 { height: 100%; padding: 24px 20px 32px 20px; }\",\".framer-P2mPb.framer-v-1l0vsmh .framer-8i6j9 { flex-direction: column; height: 96px; }\",\".framer-P2mPb.framer-v-1l0vsmh .framer-5fr2a1 { flex: none; width: 100%; }\",\".framer-P2mPb.framer-v-1l0vsmh .framer-1n90207, .framer-P2mPb.framer-v-1mgur5x .framer-1n90207, .framer-P2mPb.framer-v-1m30l4a .framer-6ohwsb, .framer-P2mPb.framer-v-1m30l4a .framer-1qae1on, .framer-P2mPb.framer-v-1m30l4a .framer-1n90207, .framer-P2mPb.framer-v-etlw9d .framer-6ohwsb, .framer-P2mPb.framer-v-etlw9d .framer-1qae1on, .framer-P2mPb.framer-v-etlw9d .framer-1n90207, .framer-P2mPb.framer-v-14ucuqw .framer-6ohwsb, .framer-P2mPb.framer-v-14ucuqw .framer-1qae1on, .framer-P2mPb.framer-v-14ucuqw .framer-1n90207 { flex: 1 0 0px; height: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-P2mPb.framer-v-1l0vsmh .framer-8i6j9 { gap: 0px; } .framer-P2mPb.framer-v-1l0vsmh .framer-8i6j9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-P2mPb.framer-v-1l0vsmh .framer-8i6j9 > :first-child { margin-top: 0px; } .framer-P2mPb.framer-v-1l0vsmh .framer-8i6j9 > :last-child { margin-bottom: 0px; } }\",\".framer-P2mPb.framer-v-1mgur5x .framer-8i6j9, .framer-P2mPb.framer-v-1m30l4a .framer-8i6j9, .framer-P2mPb.framer-v-etlw9d .framer-8i6j9, .framer-P2mPb.framer-v-14ucuqw .framer-8i6j9 { height: 96px; }\",\".framer-P2mPb.framer-v-1m30l4a.framer-fkyg81, .framer-P2mPb.framer-v-etlw9d.framer-fkyg81, .framer-P2mPb.framer-v-14ucuqw.framer-fkyg81 { height: 330px; min-height: 330px; width: 320px; }\",\".framer-P2mPb.framer-v-14ucuqw .framer-pcklo8 { height: 100%; padding: 20px 20px 32px 20px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-P2mPb[data-border=\"true\"]::after, .framer-P2mPb [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 314\n * @framerIntrinsicWidth 810\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"rRfsKr9Ge\":{\"layout\":[\"fixed\",\"auto\"]},\"LT9xy2Jfk\":{\"layout\":[\"fixed\",\"auto\"]},\"sZHrXH0J2\":{\"layout\":[\"fixed\",\"auto\"]},\"aPxETmxpk\":{\"layout\":[\"fixed\",\"auto\"]},\"kPrhcjZul\":{\"layout\":[\"fixed\",\"auto\"]},\"pDDJU32XE\":{\"layout\":[\"fixed\",\"auto\"]},\"JBERSrSDY\":{\"layout\":[\"fixed\",\"auto\"]},\"teLW7eloT\":{\"layout\":[\"fixed\",\"auto\"]},\"xeB3b5v9j\":{\"layout\":[\"fixed\",\"auto\"]},\"uLrVLIXhF\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"330px\",null]},\"NduCWutdt\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"330px\",null]},\"CqLxyhBDk\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"330px\",null]},\"mY280zu1z\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"330px\",null]},\"QhGd6RbNQ\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"330px\",null]}}}\n * @framerVariables {\"HVq0MnyxF\":\"click\",\"GTGq2d2Vx\":\"serviceAreaReference\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerTf7JjTn76=withCSS(Component,css,\"framer-P2mPb\");export default FramerTf7JjTn76;FramerTf7JjTn76.displayName=\"Card/Testimonial\";FramerTf7JjTn76.defaultProps={height:314,width:810};addPropertyControls(FramerTf7JjTn76,{variant:{options:[\"qaBHUDVYm\",\"rRfsKr9Ge\",\"LT9xy2Jfk\",\"sZHrXH0J2\",\"aPxETmxpk\",\"kPrhcjZul\",\"pDDJU32XE\",\"JBERSrSDY\",\"teLW7eloT\",\"xeB3b5v9j\",\"uLrVLIXhF\",\"NduCWutdt\",\"CqLxyhBDk\",\"mY280zu1z\",\"QhGd6RbNQ\"],optionTitles:[\"Desktop 1\",\"Desktop 2\",\"Desktop 3\",\"Desktop 4\",\"Desktop 5\",\"Tablet 1\",\"Tablet 2\",\"Tablet 3\",\"Tablet 4\",\"Tablet 5\",\"Mobile 1\",\"Mobile 2\",\"Mobile 3\",\"Mobile 4\",\"Mobile 5\"],title:\"Variant\",type:ControlType.Enum},HVq0MnyxF:{title:\"Click\",type:ControlType.EventHandler},GTGq2d2Vx:{dataIdentifier:\"local-module:collection/q1QP0noBw:default\",defaultValue:\"Eo3cvywCC\",title:\"Service Area Reference\",type:ControlType.CollectionReference}});addFonts(FramerTf7JjTn76,[{explicitInter:true,fonts:[{family:\"Georgia Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/gThwqDnIo5cLQoNHhgranLcUw.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTf7JjTn76\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"HVq0MnyxF\\\":\\\"click\\\",\\\"GTGq2d2Vx\\\":\\\"serviceAreaReference\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"810\",\"framerIntrinsicHeight\":\"314\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rRfsKr9Ge\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LT9xy2Jfk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sZHrXH0J2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aPxETmxpk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kPrhcjZul\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pDDJU32XE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JBERSrSDY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"teLW7eloT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xeB3b5v9j\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uLrVLIXhF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"330px\\\",null]},\\\"NduCWutdt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"330px\\\",null]},\\\"CqLxyhBDk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"330px\\\",null]},\\\"mY280zu1z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"330px\\\",null]},\\\"QhGd6RbNQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"330px\\\",null]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Tf7JjTn76.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/bJnHw5VokAqNKlg6Rp7L/SlideShow.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/gU4WLvPSau0zfeddodxq/zKIKp65lKxm2DEdThll0/ai4F0TwxE.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/0huQTtUpaSN39m5IYgXd/KIv2RqphU9c7CavtA80v/bBZ3Qr_tg.js\";import CardTestimonial from\"https://framerusercontent.com/modules/1iNMEpn2kT7Skt4ErXPG/bAo4JXcJWhrpRlRhTWRa/Tf7JjTn76.js\";const CardTestimonialFonts=getFonts(CardTestimonial);const SlideshowFonts=getFonts(Slideshow);const CardTestimonialControls=getPropertyControls(CardTestimonial);const cycleOrder=[\"Esu4rAmrV\",\"l3VsAxYq0\",\"sQdgaKkrf\"];const serializationHash=\"framer-TGGgb\";const variantClassNames={Esu4rAmrV:\"framer-v-kq81ns\",l3VsAxYq0:\"framer-v-1ep0pz6\",sQdgaKkrf:\"framer-v-gim4wu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.5,0,.2,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Desktop 1\":\"qaBHUDVYm\",\"Desktop 2\":\"rRfsKr9Ge\",\"Desktop 3\":\"LT9xy2Jfk\",\"Desktop 4\":\"sZHrXH0J2\",\"Desktop 5\":\"aPxETmxpk\",\"Mobile 1\":\"uLrVLIXhF\",\"Mobile 2\":\"NduCWutdt\",\"Mobile 3\":\"CqLxyhBDk\",\"Mobile 4\":\"mY280zu1z\",\"Mobile 5\":\"QhGd6RbNQ\",\"Tablet 1\":\"kPrhcjZul\",\"Tablet 2\":\"pDDJU32XE\",\"Tablet 3\":\"JBERSrSDY\",\"Tablet 4\":\"teLW7eloT\",\"Tablet 5\":\"xeB3b5v9j\"};const humanReadableVariantMap={Desktop:\"Esu4rAmrV\",Mobile:\"sQdgaKkrf\",Tablet:\"l3VsAxYq0\"};const getProps=({card1,card2,card3,card4,card5,cardGap,height,id,numberItems,primaryTextColor,serviceAreaReference,subheadColor,width,...props})=>{return{...props,DckOfjMkI:numberItems??props.DckOfjMkI??1,EBmwQcnHo:humanReadableEnumMap[card3]??card3??props.EBmwQcnHo??\"LT9xy2Jfk\",FfeU_kY5A:cardGap??props.FfeU_kY5A??64,jnN70HFxl:humanReadableEnumMap[card2]??card2??props.jnN70HFxl??\"rRfsKr9Ge\",JXZwwBR4a:serviceAreaReference??props.JXZwwBR4a??\"Eo3cvywCC\",LTze5rm_x:subheadColor??props.LTze5rm_x??\"var(--token-f65b7b9b-d334-4f00-a6de-a804fa41bb2d, rgb(87, 255, 132))\",nUqGhArhN:humanReadableEnumMap[card1]??card1??props.nUqGhArhN??\"qaBHUDVYm\",Odtgx_Y1s:humanReadableEnumMap[card5]??card5??props.Odtgx_Y1s??\"aPxETmxpk\",s2uc0DDIv:humanReadableEnumMap[card4]??card4??props.s2uc0DDIv??\"sZHrXH0J2\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Esu4rAmrV\",VxIxoiAtA:primaryTextColor??props.VxIxoiAtA??\"var(--token-2d0103be-ea57-4c92-8ee6-b0b3604f23c2, rgb(255, 255, 255))\"};};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,VxIxoiAtA,LTze5rm_x,JXZwwBR4a,nUqGhArhN,jnN70HFxl,EBmwQcnHo,s2uc0DDIv,Odtgx_Y1s,FfeU_kY5A,DckOfjMkI,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Esu4rAmrV\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-kq81ns\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"Esu4rAmrV\",ref:refBinding,style:{...style},...addPropertyOverrides({l3VsAxYq0:{\"data-framer-name\":\"Tablet\"},sQdgaKkrf:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rncxdj\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"OcTN15YAU\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m3db6q\",\"data-framer-name\":\"Overline + H2\",layoutDependency:layoutDependency,layoutId:\"JbEat6Y47\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ievu1p\",\"data-styles-preset\":\"ai4F0TwxE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-LTze5rm_x-UAw0fg57w))\"},children:\"From Our Clients\"})}),className:\"framer-166f4th\",\"data-framer-name\":\"Overline\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CIhKkTCWQ\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-LTze5rm_x-UAw0fg57w)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-LTze5rm_x-UAw0fg57w\":LTze5rm_x},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{className:\"framer-styles-preset-1e9huy9\",\"data-styles-preset\":\"bBZ3Qr_tg\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--variable-reference-VxIxoiAtA-UAw0fg57w))\"},children:[\"20 Years of \",/*#__PURE__*/_jsx(motion.em,{children:\"Outcome-Driven\"}),\" Success\"]})}),className:\"framer-1lqvkyi\",\"data-framer-name\":\"H2\",fonts:[\"Inter\",\"Inter-Italic\"],layoutDependency:layoutDependency,layoutId:\"X5oPs4CXV\",style:{\"--extracted-1of0zx5\":\"var(--variable-reference-VxIxoiAtA-UAw0fg57w)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-VxIxoiAtA-UAw0fg57w\":VxIxoiAtA},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tg12au\",\"data-framer-name\":\"Padding\",layoutDependency:layoutDependency,layoutId:\"nm39F9YSC\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wd37gb-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Qbe_roUNJ-container\",nodeId:\"Qbe_roUNJ\",rendersWithMotion:true,scopeId:\"UAw0fg57w\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(8, 24, 104, 0.3)\",arrowGap:10,arrowPadding:-100,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:72,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:56,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"right\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:FfeU_kY5A,height:\"100%\",id:\"Qbe_roUNJ\",intervalControl:1.5,itemAmount:DckOfjMkI,layoutId:\"Qbe_roUNJ\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"var(--token-02b838be-4f88-47c3-8999-ef3dc06f4361, rgba(6, 18, 77, 0.45))\",dotsBlur:0,dotsFill:\"var(--token-c1f6b4cd-19dd-4978-9abe-76fcc33773ae, rgb(255, 255, 255))\",dotsGap:24,dotsInset:-72,dotSize:12,dotsOpacity:.5,dotsPadding:16,dotsRadius:56,showProgressDots:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:314,width:\"810px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-igwluq-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"nSkyQT6ZI-container\",nodeId:\"nSkyQT6ZI\",rendersWithMotion:true,scopeId:\"UAw0fg57w\",children:/*#__PURE__*/_jsx(CardTestimonial,{GTGq2d2Vx:JXZwwBR4a,height:\"100%\",id:\"nSkyQT6ZI\",layoutId:\"nSkyQT6ZI\",variant:nUqGhArhN,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:314,width:\"810px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11db0o0-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"NzcGEAfZO-container\",nodeId:\"NzcGEAfZO\",rendersWithMotion:true,scopeId:\"UAw0fg57w\",children:/*#__PURE__*/_jsx(CardTestimonial,{GTGq2d2Vx:JXZwwBR4a,height:\"100%\",id:\"NzcGEAfZO\",layoutId:\"NzcGEAfZO\",variant:jnN70HFxl,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:314,width:\"810px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-175e2xg-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"B1nPEBZDd-container\",nodeId:\"B1nPEBZDd\",rendersWithMotion:true,scopeId:\"UAw0fg57w\",children:/*#__PURE__*/_jsx(CardTestimonial,{GTGq2d2Vx:JXZwwBR4a,height:\"100%\",id:\"B1nPEBZDd\",layoutId:\"B1nPEBZDd\",variant:EBmwQcnHo,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:314,width:\"810px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16ha9to-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Ee_iJHIQt-container\",nodeId:\"Ee_iJHIQt\",rendersWithMotion:true,scopeId:\"UAw0fg57w\",children:/*#__PURE__*/_jsx(CardTestimonial,{GTGq2d2Vx:JXZwwBR4a,height:\"100%\",id:\"Ee_iJHIQt\",layoutId:\"Ee_iJHIQt\",variant:s2uc0DDIv,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:314,width:\"810px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-l9i60w-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"CTPKYqrqW-container\",nodeId:\"CTPKYqrqW\",rendersWithMotion:true,scopeId:\"UAw0fg57w\",children:/*#__PURE__*/_jsx(CardTestimonial,{GTGq2d2Vx:JXZwwBR4a,height:\"100%\",id:\"CTPKYqrqW\",layoutId:\"CTPKYqrqW\",variant:Odtgx_Y1s,width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.4,ease:[.5,0,.2,1],type:\"tween\"},width:\"100%\",...addPropertyOverrides({l3VsAxYq0:{arrowOptions:{arrowFill:\"rgba(6, 17, 76, 0.3)\",arrowGap:10,arrowPadding:-40,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:72,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:56,showMouseControls:true}},sQdgaKkrf:{arrowOptions:{arrowFill:\"rgba(6, 17, 76, 0.3)\",arrowGap:10,arrowPadding:-32,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:72,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:56,showMouseControls:false},gap:32,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"var(--token-02b838be-4f88-47c3-8999-ef3dc06f4361, rgba(6, 18, 77, 0.45))\",dotsBlur:0,dotsFill:\"var(--token-c1f6b4cd-19dd-4978-9abe-76fcc33773ae, rgb(255, 255, 255))\",dotsGap:24,dotsInset:-96,dotSize:12,dotsOpacity:.5,dotsPadding:16,dotsRadius:56,showProgressDots:true}}},baseVariant,gestureVariant)})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TGGgb.framer-1g9az7r, .framer-TGGgb .framer-1g9az7r { display: block; }\",\".framer-TGGgb.framer-kq81ns { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-TGGgb .framer-rncxdj { 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; overflow: visible; padding: 0px 0px 32px 0px; position: relative; width: 100%; }\",\".framer-TGGgb .framer-m3db6q { 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-TGGgb .framer-166f4th, .framer-TGGgb .framer-1lqvkyi { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-TGGgb .framer-1tg12au { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1080px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-TGGgb .framer-wd37gb-container { flex: none; height: 288px; position: relative; width: 75%; }\",\".framer-TGGgb .framer-igwluq-container, .framer-TGGgb .framer-11db0o0-container, .framer-TGGgb .framer-175e2xg-container, .framer-TGGgb .framer-16ha9to-container, .framer-TGGgb .framer-l9i60w-container { height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TGGgb.framer-kq81ns, .framer-TGGgb .framer-rncxdj, .framer-TGGgb .framer-m3db6q, .framer-TGGgb .framer-1tg12au { gap: 0px; } .framer-TGGgb.framer-kq81ns > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-TGGgb.framer-kq81ns > :first-child, .framer-TGGgb .framer-rncxdj > :first-child, .framer-TGGgb .framer-m3db6q > :first-child { margin-top: 0px; } .framer-TGGgb.framer-kq81ns > :last-child, .framer-TGGgb .framer-rncxdj > :last-child, .framer-TGGgb .framer-m3db6q > :last-child { margin-bottom: 0px; } .framer-TGGgb .framer-rncxdj > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-TGGgb .framer-m3db6q > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-TGGgb .framer-1tg12au > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-TGGgb .framer-1tg12au > :first-child { margin-left: 0px; } .framer-TGGgb .framer-1tg12au > :last-child { margin-right: 0px; } }\",\".framer-TGGgb.framer-v-1ep0pz6.framer-kq81ns { width: 810px; }\",\".framer-TGGgb.framer-v-1ep0pz6 .framer-rncxdj { gap: 32px; }\",\".framer-TGGgb.framer-v-1ep0pz6 .framer-wd37gb-container { flex: 1 0 0px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TGGgb.framer-v-1ep0pz6 .framer-rncxdj { gap: 0px; } .framer-TGGgb.framer-v-1ep0pz6 .framer-rncxdj > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-TGGgb.framer-v-1ep0pz6 .framer-rncxdj > :first-child { margin-top: 0px; } .framer-TGGgb.framer-v-1ep0pz6 .framer-rncxdj > :last-child { margin-bottom: 0px; } }\",\".framer-TGGgb.framer-v-gim4wu.framer-kq81ns { width: 320px; }\",\".framer-TGGgb.framer-v-gim4wu .framer-rncxdj { gap: 32px; justify-content: center; }\",\".framer-TGGgb.framer-v-gim4wu .framer-1tg12au { padding: 0px 0px 32px 0px; }\",\".framer-TGGgb.framer-v-gim4wu .framer-wd37gb-container { flex: 1 0 0px; height: 320px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TGGgb.framer-v-gim4wu .framer-rncxdj { gap: 0px; } .framer-TGGgb.framer-v-gim4wu .framer-rncxdj > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-TGGgb.framer-v-gim4wu .framer-rncxdj > :first-child { margin-top: 0px; } .framer-TGGgb.framer-v-gim4wu .framer-rncxdj > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 475.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"l3VsAxYq0\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"sQdgaKkrf\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]}}}\n * @framerVariables {\"VxIxoiAtA\":\"primaryTextColor\",\"LTze5rm_x\":\"subheadColor\",\"JXZwwBR4a\":\"serviceAreaReference\",\"nUqGhArhN\":\"card1\",\"jnN70HFxl\":\"card2\",\"EBmwQcnHo\":\"card3\",\"s2uc0DDIv\":\"card4\",\"Odtgx_Y1s\":\"card5\",\"FfeU_kY5A\":\"cardGap\",\"DckOfjMkI\":\"numberItems\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUAw0fg57w=withCSS(Component,css,\"framer-TGGgb\");export default FramerUAw0fg57w;FramerUAw0fg57w.displayName=\"Section/Testimonial\";FramerUAw0fg57w.defaultProps={height:475.5,width:1200};addPropertyControls(FramerUAw0fg57w,{variant:{options:[\"Esu4rAmrV\",\"l3VsAxYq0\",\"sQdgaKkrf\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},VxIxoiAtA:{defaultValue:'var(--token-2d0103be-ea57-4c92-8ee6-b0b3604f23c2, rgb(255, 255, 255)) /* {\"name\":\"text.primary.dark\"} */',title:\"Primary Text Color\",type:ControlType.Color},LTze5rm_x:{defaultValue:'var(--token-f65b7b9b-d334-4f00-a6de-a804fa41bb2d, rgb(87, 255, 132)) /* {\"name\":\"text.brand.green.light\"} */',title:\"Subhead Color\",type:ControlType.Color},JXZwwBR4a:{dataIdentifier:\"local-module:collection/q1QP0noBw:default\",defaultValue:\"Eo3cvywCC\",title:\"Service Area Reference\",type:ControlType.CollectionReference},nUqGhArhN:CardTestimonialControls?.[\"variant\"]&&{...CardTestimonialControls[\"variant\"],defaultValue:\"qaBHUDVYm\",description:undefined,hidden:undefined,title:\"Card 1\"},jnN70HFxl:CardTestimonialControls?.[\"variant\"]&&{...CardTestimonialControls[\"variant\"],defaultValue:\"rRfsKr9Ge\",description:undefined,hidden:undefined,title:\"Card 2\"},EBmwQcnHo:CardTestimonialControls?.[\"variant\"]&&{...CardTestimonialControls[\"variant\"],defaultValue:\"LT9xy2Jfk\",description:undefined,hidden:undefined,title:\"Card 3\"},s2uc0DDIv:CardTestimonialControls?.[\"variant\"]&&{...CardTestimonialControls[\"variant\"],defaultValue:\"sZHrXH0J2\",description:undefined,hidden:undefined,title:\"Card 4\"},Odtgx_Y1s:CardTestimonialControls?.[\"variant\"]&&{...CardTestimonialControls[\"variant\"],defaultValue:\"aPxETmxpk\",description:undefined,hidden:undefined,title:\"Card 5\"},FfeU_kY5A:{defaultValue:64,displayStepper:true,min:0,title:\"Card Gap\",type:ControlType.Number},DckOfjMkI:{defaultValue:1,displayStepper:true,max:10,min:1,title:\"Number Items\",type:ControlType.Number}});addFonts(FramerUAw0fg57w,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]},...CardTestimonialFonts,...SlideshowFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUAw0fg57w\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"VxIxoiAtA\\\":\\\"primaryTextColor\\\",\\\"LTze5rm_x\\\":\\\"subheadColor\\\",\\\"JXZwwBR4a\\\":\\\"serviceAreaReference\\\",\\\"nUqGhArhN\\\":\\\"card1\\\",\\\"jnN70HFxl\\\":\\\"card2\\\",\\\"EBmwQcnHo\\\":\\\"card3\\\",\\\"s2uc0DDIv\\\":\\\"card4\\\",\\\"Odtgx_Y1s\\\":\\\"card5\\\",\\\"FfeU_kY5A\\\":\\\"cardGap\\\",\\\"DckOfjMkI\\\":\\\"numberItems\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"475.5\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"l3VsAxYq0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"sQdgaKkrf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (06534cb)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-PE0hN .framer-styles-preset-bnem54:not(.rich-text-wrapper), .framer-PE0hN .framer-styles-preset-bnem54.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-879074fc-d05f-4638-8cb4-334377a92b44, rgba(255, 255, 255, 0.78)); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-PE0hN\";\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\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "t", "r", "n", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "c", "i", "h", "e", "u", "d", "f", "l", "g", "glide", "a", "o", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "t", "createGeneratorEasing", "t", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "t", "dispatchViewEvent", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "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", "currentTarget", "RenderTarget", "isCanvas", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "fe", "frame", "resize", "contentSize", "child", "index", "ref", "p", "LayoutGroup", "q", "isInView", "useInView", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "ue", "playOrPause", "hidden", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "TickerFonts", "getFonts", "Ticker", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "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", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "SVG", "Image2", "css", "FramerBJbi2e1kF", "withCSS", "BJbi2e1kF_default", "addPropertyControls", "ControlType", "addFonts", "isBrowser", "usePageVisibility", "isVisible", "setIsVisible", "ye", "ue", "onVisibilityChange", "awaitRefCallback", "element", "controller", "refCallbackResolve", "current", "node", "resolve", "reject", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "playOffscreen", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "firstChild", "lastChild", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "scheduleMeasure", "frame", "fe", "initialResize", "ue", "resize", "contentSize", "Z", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "item", "setDelta", "delta", "transition", "setPage", "index", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "X", "Y", "slideKey", "width", "height", "numChildren", "effects", "isLast", "fallbackRef", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "visibility", "mix", "key", "LayoutGroup", "q", "selectedOpacity", "total", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "prefix", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "serviceAreaReference", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "HVq0MnyxF", "GTGq2d2Vx", "bucvYkBsMPveOd2C9B", "mMko8iDUkPveOd2C9B", "D8Qvvp1oZPveOd2C9B", "idPveOd2C9B", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap180deny", "args", "scopingClassNames", "cx", "serializationHash", "p", "LayoutGroup", "Transition", "transition1", "addPropertyOverrides", "ChildrenCanSuspend", "sY9CaDDfE_default", "q1QP0noBw_default", "collection", "paginationInfo", "loadMore", "l", "index", "textContent", "prefix", "PathVariablesContext", "u", "RichText2", "css", "FramerTf7JjTn76", "withCSS", "Tf7JjTn76_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "CardTestimonialFonts", "getFonts", "Tf7JjTn76_default", "SlideshowFonts", "Slideshow", "CardTestimonialControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "card1", "card2", "card3", "card4", "card5", "cardGap", "height", "id", "numberItems", "primaryTextColor", "serviceAreaReference", "subheadColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "VxIxoiAtA", "LTze5rm_x", "JXZwwBR4a", "nUqGhArhN", "jnN70HFxl", "EBmwQcnHo", "s2uc0DDIv", "Odtgx_Y1s", "FfeU_kY5A", "DckOfjMkI", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerUAw0fg57w", "withCSS", "UAw0fg57w_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className"]
}
