{"version":3,"file":"ohPWl5uT5It0ibMZZLLMHRZCEWtoP381EuUlpMtrudw.BeCgVS1U.mjs","names":["t","e","t","n","o","r","u","a","s","e","i","e","t","r","n","o","n","e","t","t","n","r","a","e","s","o","i","u","l","p","M","e","t","n","o","i","s","r","a","l","u","j","x","V","q","se","re","ae","props","size","i","fonts","css","className","fonts","css","className","fonts","css","className","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","toResponsiveImage","transition1","Transition","Variants","humanReadableVariantMap","getProps","props","createLayoutDependency","Component","Image","className","css","fonts","css","className","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","props","createLayoutDependency","Component","className","css","addPropertyOverrides","MotionDivWithFX","enabledGestures","cycleOrder","serializationHash","variantClassNames","transition1","transition2","animation","_","t","Transition","Variants","humanReadableVariantMap","getProps","props","createLayoutDependency","Component","className","css","serializationHash","variantClassNames","transition1","transition2","animation","Transition","Variants","humanReadableVariantMap","getProps","props","createLayoutDependency","Component","className","css","FAQCard","serializationHash","variantClassNames","transition1","getProps","props","Component","className","css","fonts","css","className","fonts","css","className","fonts","css","className","fonts","css","className","fonts","css","className","CTAButton","OurServicesCard","Image","SubmitButton","FAQGroup","SecondaryButton","BlogCardComponent","LoadMore","Footer","NavigationBar","props","metadata","className","PropertyOverrides","_Fragment","FormPlainTextInput","Articles","bcm4A3bHeRfVE1CBwf","BkZYhMJdiRfVE1CBwf","FXBSJCmqZRfVE1CBwf","idRfVE1CBwf","KZXcpAga3RfVE1CBwf","YRyzqj26CRfVE1CBwf","css"],"sources":["https:/ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js","https:/ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js","https:/ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js","https:/ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js","https:/ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js","https:/ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js","https:/ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js","https:/framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js","https:/framerusercontent.com/modules/tWMcQJ6siEkYaFIFYXD7/0P43WBKw61ITLIzaIFbP/ha8lujyMb.js","https:/framerusercontent.com/modules/1ZNPDRVUQjV3P6DKGViW/eqKPCEzD0JR2GkN4JqUu/quz10_wWN.js","https:/framerusercontent.com/modules/rkf26XfAbuzXDsDt55GO/hJvoCWMtFtbD4Pa0sNUa/u4HucJ1bM.js","https:/framerusercontent.com/modules/2HKToHWvjU7fCC5DTwLC/uG6CJ3mrQu7q4MJ3SzZK/h1xg7dn6y.js","https:/framerusercontent.com/modules/oulqf8eBH0WLE2OW2SBK/QB2AiVoF7XKgl8n8KJMw/U19MQ_90r.js","https:/framerusercontent.com/modules/hZVWW2Llz5CHj9jRUXch/6wIlxV8WvXv8E64QLJc0/t9prgE_bQ.js","https:/framerusercontent.com/modules/TdAMR0JA7S7V24nWyFI0/tHTR3qRMqYsn1zKJLAsh/VOhhe67kp.js","https:/framerusercontent.com/modules/Z6TZPLbNpgDkIcjHB1Kw/g1aRmOOz8bXqfCXqdpQd/TEX9Kx919.js","https:/framerusercontent.com/modules/rBPsYoJWx4wiuVKZnvyV/z4gPsMUud7RxWhaXEQ9K/zD21vZzYj.js","https:/framerusercontent.com/modules/oa0nOfodC3AwKYiqJufX/H1Spb2pu4cKsRFP9YlXS/h0Dcs45r5.js","https:/framerusercontent.com/modules/wPlMLCW0rN3Jq0PnQ5y2/GZacdhMlij2THhEVx8Wg/iuune2OLO.js","https:/framerusercontent.com/modules/eu9bQb3zQEP9GNpo8n7c/UEiu0hpLq8UVfJkTPQao/JsY3wlsny.js","https:/framerusercontent.com/modules/oc9RySkjXQLsNAqcNvlZ/ivb4Z9R6QWKlpCsmZocn/Jwk6I_62a.js","https:/framerusercontent.com/modules/Rwk5VDwrhckdeorbhOM8/y1tbOAV9INeLiXqh6a28/TVMpyDvi8.js","https:/framerusercontent.com/modules/dlZZmUCxBRZmMRugO2cx/JtLE8GNxqbE0KlHWSIn1/augiA20Il.js"],"sourcesContent":["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map","import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map","import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map","var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map","var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map","import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map","import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map","import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,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:\"✨\"}),/*#__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 (6e662ac)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://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:\"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-HVaEt .framer-styles-preset-cmwvtu:not(.rich-text-wrapper), .framer-HVaEt .framer-styles-preset-cmwvtu.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 14px; --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: 0px; --framer-line-height: 24px; --framer-paragraph-spacing: 12px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-HVaEt .framer-styles-preset-cmwvtu:not(.rich-text-wrapper), .framer-HVaEt .framer-styles-preset-cmwvtu.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 14px; --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: 0px; --framer-line-height: 24px; --framer-paragraph-spacing: 12px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-HVaEt .framer-styles-preset-cmwvtu:not(.rich-text-wrapper), .framer-HVaEt .framer-styles-preset-cmwvtu.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 14px; --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: 0px; --framer-line-height: 24px; --framer-paragraph-spacing: 12px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }'];export const className=\"framer-HVaEt\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (402ce05)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://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:\"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-UNC7t .framer-styles-preset-1dg4m2z:not(.rich-text-wrapper), .framer-UNC7t .framer-styles-preset-1dg4m2z.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 12px; --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: -0.02em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-UNC7t .framer-styles-preset-1dg4m2z:not(.rich-text-wrapper), .framer-UNC7t .framer-styles-preset-1dg4m2z.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 12px; --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: -0.02em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-UNC7t .framer-styles-preset-1dg4m2z:not(.rich-text-wrapper), .framer-UNC7t .framer-styles-preset-1dg4m2z.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 12px; --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: -0.02em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-UNC7t\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (3266cfb)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-SemiBold\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-SemiBoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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/vxBnBhH8768IFAXAb4Qf6wQHKs.woff2\",weight:\"600\"},{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/zSsEuoJdh8mcFVk976C05ZfQr8.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/b8ezwLrN7h2AUoPEENcsTMVJ0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/mvNEIBLyHbscgHtwfsByjXUz3XY.woff2\",weight:\"600\"},{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/6FI2EneKzM3qBy5foOZXey7coCA.woff2\",weight:\"600\"},{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/qrVgiXNd6RuQjETYQiVQ9nqCk.woff2\",weight:\"600\"},{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/NHHeAKJVP0ZWHk5YZnQQChIsBM.woff2\",weight:\"600\"}]}];export const css=['.framer-Ucviz .framer-styles-preset-albchb:not(.rich-text-wrapper), .framer-Ucviz .framer-styles-preset-albchb.rich-text-wrapper h4 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 24px; --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: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.03em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-Ucviz .framer-styles-preset-albchb:not(.rich-text-wrapper), .framer-Ucviz .framer-styles-preset-albchb.rich-text-wrapper h4 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 19px; --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: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.03em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Ucviz .framer-styles-preset-albchb:not(.rich-text-wrapper), .framer-Ucviz .framer-styles-preset-albchb.rich-text-wrapper h4 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.03em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }'];export const className=\"framer-Ucviz\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (9e04080)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/8XIZkKuNTIAP802YFSJv/MQg9FrYFGbCaatN4YTSD/c2izetwR5.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/tWMcQJ6siEkYaFIFYXD7/0P43WBKw61ITLIzaIFbP/ha8lujyMb.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/1ZNPDRVUQjV3P6DKGViW/eqKPCEzD0JR2GkN4JqUu/quz10_wWN.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/sTB6WD9FlMOVyVjAeavc/ZwGUdzCRFfHMHhPq3jVq/sxDqja_aM.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/rkf26XfAbuzXDsDt55GO/hJvoCWMtFtbD4Pa0sNUa/u4HucJ1bM.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/NY7ByD7fCVV89zCvlrda/1ZIjYR1yiKfR3lFHmQo7/umgma7bQn.js\";const cycleOrder=[\"FfirnIFDb\",\"eI0Lqi87u\",\"CNk_RT2B2\"];const serializationHash=\"framer-DUric\";const variantClassNames={CNk_RT2B2:\"framer-v-1smc4li\",eI0Lqi87u:\"framer-v-xdcxrn\",FfirnIFDb:\"framer-v-gbfb1p\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"FfirnIFDb\",\"Variant 2\":\"eI0Lqi87u\",\"Variant 3\":\"CNk_RT2B2\"};const getProps=({height,id,image,text2,title,width,...props})=>{return{...props,Pi60BsNUq:image??props.Pi60BsNUq??{alt:\"\",pixelHeight:1008,pixelWidth:1514,src:\"https://framerusercontent.com/images/urf1GoABM3fskLcIWcLaCb3wooI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/urf1GoABM3fskLcIWcLaCb3wooI.png?scale-down-to=512 512w,https://framerusercontent.com/images/urf1GoABM3fskLcIWcLaCb3wooI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/urf1GoABM3fskLcIWcLaCb3wooI.png 1514w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"FfirnIFDb\",yqVVjUksB:text2??props.yqVVjUksB??\"We perform remote and on-site inspections to find hidden issues.\",YRUAybe8e:title??props.YRUAybe8e??\"Solar System Diagnostics\"};};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,Pi60BsNUq,YRUAybe8e,yqVVjUksB,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FfirnIFDb\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.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(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:1008,pixelWidth:1514,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(Pi60BsNUq)},className:cx(scopingClassNames,\"framer-gbfb1p\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"FfirnIFDb\",ref:refBinding,style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({CNk_RT2B2:{\"data-framer-name\":\"Variant 3\"},eI0Lqi87u:{\"data-framer-name\":\"Variant 2\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:1008,pixelWidth:1514,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(Pi60BsNUq),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-107jvpo\",\"data-framer-name\":\"Text and supporting text\",layoutDependency:layoutDependency,layoutId:\"MDNbiKfi2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-albchb\",\"data-styles-preset\":\"u4HucJ1bM\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(255, 255, 255))\"},children:\"Solar System Diagnostics\"})}),className:\"framer-1998c29\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BK3hO0ogp\",style:{\"--extracted-1eung3n\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:YRUAybe8e,variants:{CNk_RT2B2:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},eI0Lqi87u:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CNk_RT2B2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qf0kpq\",\"data-styles-preset\":\"c2izetwR5\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Solar System Diagnostics\"})})},eI0Lqi87u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1dugvar\",\"data-styles-preset\":\"sxDqja_aM\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"Solar System Diagnostics\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-cmwvtu\",\"data-styles-preset\":\"ha8lujyMb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"We perform remote and on-site inspections to find hidden issues.\"})}),className:\"framer-xi6v9u\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"y9Wil6mC0\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:yqVVjUksB,variants:{eI0Lqi87u:{\"--extracted-1w1cjl5\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CNk_RT2B2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dg4m2z\",\"data-styles-preset\":\"quz10_wWN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"We perform remote and on-site inspections to find hidden issues.\"})})},eI0Lqi87u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(255, 255, 255))\"},children:\"We perform remote and on-site inspections to find hidden issues.\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DUric.framer-1t95q2q, .framer-DUric .framer-1t95q2q { display: block; }\",\".framer-DUric.framer-gbfb1p { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 350px; justify-content: flex-end; overflow: hidden; padding: 80px 20px 56px 20px; position: relative; width: 384px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DUric .framer-107jvpo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DUric .framer-1998c29, .framer-DUric .framer-xi6v9u { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-DUric.framer-v-xdcxrn.framer-gbfb1p { height: 400px; padding: 80px 32px 56px 32px; width: 450px; }\",\".framer-DUric.framer-v-1smc4li.framer-gbfb1p { aspect-ratio: 1.0971428571428572 / 1; height: var(--framer-aspect-ratio-supported, 293px); justify-content: center; padding: 120px 20px 56px 20px; width: 321px; }\",\".framer-DUric.framer-v-1smc4li .framer-107jvpo { gap: 12px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 350\n * @framerIntrinsicWidth 384\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"eI0Lqi87u\":{\"layout\":[\"fixed\",\"fixed\"]},\"CNk_RT2B2\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Pi60BsNUq\":\"image\",\"YRUAybe8e\":\"title\",\"yqVVjUksB\":\"text2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerh1xg7dn6y=withCSS(Component,css,\"framer-DUric\");export default Framerh1xg7dn6y;Framerh1xg7dn6y.displayName=\"Our Services Card\";Framerh1xg7dn6y.defaultProps={height:350,width:384};addPropertyControls(Framerh1xg7dn6y,{variant:{options:[\"FfirnIFDb\",\"eI0Lqi87u\",\"CNk_RT2B2\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},Pi60BsNUq:{__defaultAssetReference:\"data:framer/asset-reference,urf1GoABM3fskLcIWcLaCb3wooI.png?originalFilename=image+34.png&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,urf1GoABM3fskLcIWcLaCb3wooI.png?originalFilename=image+34.png&preferredSize=auto\"},title:\"Image\",type:ControlType.ResponsiveImage},YRUAybe8e:{defaultValue:\"Solar System Diagnostics\",displayTextArea:false,title:\"Title\",type:ControlType.String},yqVVjUksB:{defaultValue:\"We perform remote and on-site inspections to find hidden issues.\",displayTextArea:false,title:\"Text 2\",type:ControlType.String}});addFonts(Framerh1xg7dn6y,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerh1xg7dn6y\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eI0Lqi87u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CNk_RT2B2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"Pi60BsNUq\\\":\\\"image\\\",\\\"YRUAybe8e\\\":\\\"title\\\",\\\"yqVVjUksB\\\":\\\"text2\\\"}\",\"framerIntrinsicWidth\":\"384\",\"framerIntrinsicHeight\":\"350\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (3266cfb)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"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-pProv .framer-styles-preset-en500z:not(.rich-text-wrapper), .framer-pProv .framer-styles-preset-en500z.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-pProv .framer-styles-preset-en500z:not(.rich-text-wrapper), .framer-pProv .framer-styles-preset-en500z.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 13px; --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: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-pProv .framer-styles-preset-en500z:not(.rich-text-wrapper), .framer-pProv .framer-styles-preset-en500z.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 10px; --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: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-pProv\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (8f9ffef)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/tWMcQJ6siEkYaFIFYXD7/0P43WBKw61ITLIzaIFbP/ha8lujyMb.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/oulqf8eBH0WLE2OW2SBK/QB2AiVoF7XKgl8n8KJMw/U19MQ_90r.js\";const cycleOrder=[\"UblSgNy33\",\"affHeYMSz\",\"iXYWAnkIw\"];const serializationHash=\"framer-ydLpR\";const variantClassNames={affHeYMSz:\"framer-v-1oyo4l0\",iXYWAnkIw:\"framer-v-1l7kv4i\",UblSgNy33:\"framer-v-1k7ylcg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"UblSgNy33\",Mobile:\"iXYWAnkIw\",Tablet:\"affHeYMSz\"};const getProps=({height,id,title,width,...props})=>{return{...props,N6OtMGq_v:title??props.N6OtMGq_v??\"Contact Us\",variant:humanReadableVariantMap[props.variant]??props.variant??\"UblSgNy33\"};};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,N6OtMGq_v,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UblSgNy33\",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.button,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1k7ylcg\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"UblSgNy33\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-875a7076-6560-42d5-a5d2-f80767f2f105, rgb(254, 254, 254))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:60,borderBottomRightRadius:60,borderTopLeftRadius:60,borderTopRightRadius:60,...style},...addPropertyOverrides({affHeYMSz:{\"data-framer-name\":\"Tablet\"},iXYWAnkIw:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-en500z\",\"data-styles-preset\":\"U19MQ_90r\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Contact Us\"})}),className:\"framer-j7tpbq\",\"data-framer-name\":\"Contact Us\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UblSgNy33ZMYWRP2Ss\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:N6OtMGq_v,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({iXYWAnkIw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-cmwvtu\",\"data-styles-preset\":\"ha8lujyMb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Contact Us\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ydLpR.framer-105e4ud, .framer-ydLpR .framer-105e4ud { display: block; }\",\".framer-ydLpR.framer-1k7ylcg { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 16px 32px 16px 32px; position: relative; width: min-content; }\",\".framer-ydLpR .framer-j7tpbq { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ydLpR.framer-v-1oyo4l0.framer-1k7ylcg { width: 130px; }\",\".framer-ydLpR.framer-v-1l7kv4i.framer-1k7ylcg { width: 99px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-ydLpR[data-border=\"true\"]::after, .framer-ydLpR [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 53\n * @framerIntrinsicWidth 146\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"affHeYMSz\":{\"layout\":[\"fixed\",\"auto\"]},\"iXYWAnkIw\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"N6OtMGq_v\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framert9prgE_bQ=withCSS(Component,css,\"framer-ydLpR\");export default Framert9prgE_bQ;Framert9prgE_bQ.displayName=\"Secondary Button\";Framert9prgE_bQ.defaultProps={height:53,width:146};addPropertyControls(Framert9prgE_bQ,{variant:{options:[\"UblSgNy33\",\"affHeYMSz\",\"iXYWAnkIw\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},N6OtMGq_v:{defaultValue:\"Contact Us\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(Framert9prgE_bQ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framert9prgE_bQ\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"53\",\"framerIntrinsicWidth\":\"146\",\"framerVariables\":\"{\\\"N6OtMGq_v\\\":\\\"title\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"affHeYMSz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iXYWAnkIw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (8f9ffef)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/8XIZkKuNTIAP802YFSJv/MQg9FrYFGbCaatN4YTSD/c2izetwR5.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/0OrQLttGM1T62xZZje1P/fTYTZGQBU9gzlCBpQlC6/Q5xNeigcT.js\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={dlSNf4G8q:{hover:true}};const cycleOrder=[\"dlSNf4G8q\",\"DPBk080pF\",\"IS8reNM35\",\"OQj4mvx0q\",\"Cnh6_yHHh\"];const serializationHash=\"framer-fOCy5\";const variantClassNames={Cnh6_yHHh:\"framer-v-11qgpqy\",dlSNf4G8q:\"framer-v-1olzonl\",DPBk080pF:\"framer-v-x7mszu\",IS8reNM35:\"framer-v-18r9i7j\",OQj4mvx0q:\"framer-v-1we5y2l\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"dlSNf4G8q\",Disabled:\"IS8reNM35\",Error:\"Cnh6_yHHh\",Loading:\"DPBk080pF\",Success:\"OQj4mvx0q\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"dlSNf4G8q\"};};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:\"dlSNf4G8q\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapylpco3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"DPBk080pF\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"DPBk080pF\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"DPBk080pF\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1olzonl\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"dlSNf4G8q\",onTap:onTapylpco3,ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-ae4142cc-c527-40ec-9731-37eb2f7e4725, rgb(244, 176, 0))\",borderBottomLeftRadius:60,borderBottomRightRadius:60,borderTopLeftRadius:60,borderTopRightRadius:60,opacity:1,...style},variants:{\"dlSNf4G8q-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0.85)\",opacity:1},Cnh6_yHHh:{backgroundColor:\"rgba(255, 34, 68, 0.15)\",opacity:1},IS8reNM35:{opacity:.5},OQj4mvx0q:{opacity:1}},...addPropertyOverrides({\"dlSNf4G8q-hover\":{\"data-border\":true,\"data-framer-name\":undefined},Cnh6_yHHh:{\"data-framer-name\":\"Error\"},DPBk080pF:{\"data-framer-name\":\"Loading\"},IS8reNM35:{\"data-framer-name\":\"Disabled\"},OQj4mvx0q:{\"data-framer-name\":\"Success\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-nkv2in\",\"data-styles-preset\":\"Q5xNeigcT\",children:\"Submit\"})}),className:\"framer-12idz6t\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jt1QQiShA\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{Cnh6_yHHh:{\"--extracted-r6o4lv\":\"rgb(214, 34, 34)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Cnh6_yHHh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qf0kpq\",\"data-styles-preset\":\"c2izetwR5\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(214, 34, 34))\"},children:\"Something went wrong\"})})},OQj4mvx0q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-nkv2in\",\"data-styles-preset\":\"Q5xNeigcT\",children:\"Thank you\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c87uzu\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"NXzCYnQkL\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1triai5\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"c5SL0I0mU\",style:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(0, 0, 0, 0) 7.208614864864882deg, rgb(0, 0, 0) 342deg)\",mask:\"none\",WebkitMask:\"none\"},variants:{DPBk080pF:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mlhgv9\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"VZyin5gQZ\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fOCy5.framer-1hjw8gw, .framer-fOCy5 .framer-1hjw8gw { display: block; }\",\".framer-fOCy5.framer-1olzonl { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-width: 200px; overflow: visible; padding: 16px 32px 16px 32px; position: relative; width: min-content; }\",\".framer-fOCy5 .framer-12idz6t { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-fOCy5 .framer-1c87uzu { aspect-ratio: 1 / 1; flex: none; gap: 10px; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-fOCy5 .framer-1triai5 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-fOCy5 .framer-mlhgv9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\".framer-fOCy5.framer-v-x7mszu .framer-1triai5 { overflow: hidden; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-fOCy5[data-border=\"true\"]::after, .framer-fOCy5 [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 59\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"200px\",null,null,null]},\"DPBk080pF\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"200px\",null,null,null]},\"IS8reNM35\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"200px\",null,null,null]},\"OQj4mvx0q\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"200px\",null,null,null]},\"Cnh6_yHHh\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"200px\",null,null,null]},\"ApOqTR2Tg\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"200px\",null,null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerVOhhe67kp=withCSS(Component,css,\"framer-fOCy5\");export default FramerVOhhe67kp;FramerVOhhe67kp.displayName=\"Submit Button\";FramerVOhhe67kp.defaultProps={height:59,width:200};addPropertyControls(FramerVOhhe67kp,{variant:{options:[\"dlSNf4G8q\",\"DPBk080pF\",\"IS8reNM35\",\"OQj4mvx0q\",\"Cnh6_yHHh\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerVOhhe67kp,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVOhhe67kp\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"200\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"59\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"200px\\\",null,null,null]},\\\"DPBk080pF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"200px\\\",null,null,null]},\\\"IS8reNM35\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"200px\\\",null,null,null]},\\\"OQj4mvx0q\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"200px\\\",null,null,null]},\\\"Cnh6_yHHh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"200px\\\",null,null,null]},\\\"ApOqTR2Tg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"200px\\\",null,null,null]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VOhhe67kp.map","// Generated by Framer (a9443c1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentPresetsProvider,ControlType,cx,getFontsFromComponentPreset,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as componentPresets from\"https://framerusercontent.com/modules/1eYpBYvDAeMjXZB9Hyvw/TtKKlVVFKFx206QwhFLB/componentPresets.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/2yu4RLvP0cOqPpETrGrE/qcwdzcP26wI0nZYe9n9o/aXvQBhn2E.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/tWMcQJ6siEkYaFIFYXD7/0P43WBKw61ITLIzaIFbP/ha8lujyMb.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/0JyuCkWbqnNDdvnhtz5e/gEaUXrK5aPRG5W04xVwF/hbmE_YJti.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/abmyooWSdO7mTDIkmf10/ZroOzrDRrcJrImeDZskX/kcm2ycmJ5.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/0OrQLttGM1T62xZZje1P/fTYTZGQBU9gzlCBpQlC6/Q5xNeigcT.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/DFY4dUxPF1ySitxy7FBB/9daHkgKf7eWchgVduqNl/qe6bYtK_E.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/QDBjT2NxskyVq7W57GAd/0ZQr3YjLlAf5VMzKwmcJ/VtXwQZ6V6.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/kOxdT3u2JTHtbw181N7t/hfc2hQxOjM6m01Rm6KWo/XVlHx1j7T.js\";const enabledGestures={CceVQfl0X:{hover:true},RyZaVVhtj:{hover:true}};const cycleOrder=[\"RyZaVVhtj\",\"CceVQfl0X\"];const serializationHash=\"framer-O5jnA\";const variantClassNames={CceVQfl0X:\"framer-v-1bnf2un\",RyZaVVhtj:\"framer-v-1okhnpw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.02,skewX:0,skewY:0,transition:transition2};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={Default:\"RyZaVVhtj\",Opened:\"CceVQfl0X\"};const getProps=({answer,background,height,id,question,width,...props})=>{return{...props,em6e9F7wN:background??props.em6e9F7wN??\"var(--token-3eec1626-9e53-4873-8b58-5351e0ae78c0, rgb(250, 250, 250))\",s3VKfj3yv:answer??props.s3VKfj3yv??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"BrightSites offers a comprehensive range of digital services, including website design and development, SEO optimization, e-commerce solutions, branding, mobile app development, and ongoing website maintenance. Our goal is to provide a full suite of services that help businesses establish and grow their online presence, tailored to meet your specific needs.\"})}),variant:humanReadableVariantMap[props.variant]??props.variant??\"RyZaVVhtj\",ZKFErlNJp:question??props.ZKFErlNJp??\"What services does BrightSites offer?\"};};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,ZKFErlNJp,em6e9F7wN,s3VKfj3yv,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"RyZaVVhtj\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapforfhw=activeVariantCallback(async(...args)=>{setVariant(\"CceVQfl0X\");});const onTap1mbtbl0=activeVariantCallback(async(...args)=>{setVariant(\"RyZaVVhtj\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"CceVQfl0X-hover\")return true;if(baseVariant===\"CceVQfl0X\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1okhnpw\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"RyZaVVhtj\",ref:refBinding,style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,...style},variants:{CceVQfl0X:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},...addPropertyOverrides({\"CceVQfl0X-hover\":{\"data-framer-name\":undefined},\"RyZaVVhtj-hover\":{\"data-framer-name\":undefined},CceVQfl0X:{\"data-framer-name\":\"Opened\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rdev2t\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"G1x0DAf2a\",onTap:onTapforfhw,style:{backgroundColor:em6e9F7wN,borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"none\"},variants:{\"CceVQfl0X-hover\":{boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.02)\"},\"RyZaVVhtj-hover\":{boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.02)\"}},whileHover:animation,...addPropertyOverrides({CceVQfl0X:{onTap:onTap1mbtbl0}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h9rsf\",layoutDependency:layoutDependency,layoutId:\"ioRS11Nmh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-nkv2in\",\"data-styles-preset\":\"Q5xNeigcT\",children:\"What services does BrightSites offer?\"})}),className:\"framer-eicekg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KRldeE17Y\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ZKFErlNJp,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ddkrpa\",\"data-framer-name\":\"Menu icon\",layoutDependency:layoutDependency,layoutId:\"dVKh6TKpT\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wxbaa3\",\"data-framer-name\":\"MenuLine\",layoutDependency:layoutDependency,layoutId:\"bwzI0Wbme\",style:{backgroundColor:\"var(--token-39aa31da-f79c-4d4e-9666-7974102aa33b, rgb(0, 21, 43))\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1,rotate:90},variants:{CceVQfl0X:{rotate:0}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mh8cc4\",\"data-framer-name\":\"MenuLine\",layoutDependency:layoutDependency,layoutId:\"kvKgqBIPM\",style:{backgroundColor:\"var(--token-39aa31da-f79c-4d4e-9666-7974102aa33b, rgb(0, 21, 43))\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1}})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"LIlHqrN9E\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:s3VKfj3yv,className:\"framer-1padg57\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pqZcXoTqU\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},stylesPresetsClassNames:{a:\"framer-styles-preset-lqxt2p\",blockquote:\"framer-styles-preset-3uwvt5\",code:\"framer-styles-preset-896e63\",h6:\"framer-styles-preset-11bky4j\",img:\"framer-styles-preset-1lxz64u\",p:\"framer-styles-preset-cmwvtu\",table:\"framer-styles-preset-d48g1x\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-O5jnA.framer-hv1m0p, .framer-O5jnA .framer-hv1m0p { display: block; }\",\".framer-O5jnA.framer-1okhnpw { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 720px; }\",\".framer-O5jnA .framer-1rdev2t { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-O5jnA .framer-1h9rsf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-O5jnA .framer-eicekg { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-O5jnA .framer-ddkrpa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-O5jnA .framer-1wxbaa3, .framer-O5jnA .framer-1mh8cc4 { flex: none; height: 1px; left: calc(50.00000000000002% - 18px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 1px / 2); width: 18px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-O5jnA .framer-1padg57 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-O5jnA.framer-v-1bnf2un .framer-1mh8cc4 { left: calc(50.00000000000002% - 1px / 2); width: 1px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 73\n * @framerIntrinsicWidth 720\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"CceVQfl0X\":{\"layout\":[\"fixed\",\"auto\"]},\"ZfQREv22Z\":{\"layout\":[\"fixed\",\"auto\"]},\"P3OcAxhrM\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ZKFErlNJp\":\"question\",\"em6e9F7wN\":\"background\",\"s3VKfj3yv\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerTEX9Kx919=withCSS(Component,css,\"framer-O5jnA\");export default FramerTEX9Kx919;FramerTEX9Kx919.displayName=\"FAQ/Card\";FramerTEX9Kx919.defaultProps={height:73,width:720};addPropertyControls(FramerTEX9Kx919,{variant:{options:[\"RyZaVVhtj\",\"CceVQfl0X\"],optionTitles:[\"Default\",\"Opened\"],title:\"Variant\",type:ControlType.Enum},ZKFErlNJp:{defaultValue:\"What services does BrightSites offer?\",displayTextArea:false,title:\"Question\",type:ControlType.String},em6e9F7wN:{defaultValue:'var(--token-3eec1626-9e53-4873-8b58-5351e0ae78c0, rgb(250, 250, 250)) /* {\"name\":\"Light/98\"} */',title:\"Background\",type:ControlType.Color},s3VKfj3yv:{defaultValue:\"<p>BrightSites offers a comprehensive range of digital services, including website design and development, SEO optimization, e-commerce solutions, branding, mobile app development, and ongoing website maintenance. Our goal is to provide a full suite of services that help businesses establish and grow their online presence, tailored to meet your specific needs.</p>\",title:\"Answer\",type:ControlType.RichText}});addFonts(FramerTEX9Kx919,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...componentPresets.fonts?.[\"LIlHqrN9E\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"LIlHqrN9E\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTEX9Kx919\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"73\",\"framerVariables\":\"{\\\"ZKFErlNJp\\\":\\\"question\\\",\\\"em6e9F7wN\\\":\\\"background\\\",\\\"s3VKfj3yv\\\":\\\"answer\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"720\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CceVQfl0X\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZfQREv22Z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"P3OcAxhrM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (d74aa50)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import FAQCard from\"https://framerusercontent.com/modules/Z6TZPLbNpgDkIcjHB1Kw/g1aRmOOz8bXqfCXqdpQd/TEX9Kx919.js\";const FAQCardFonts=getFonts(FAQCard);const serializationHash=\"framer-h8zjf\";const variantClassNames={cnbEl0dq0:\"framer-v-menu92\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"cnbEl0dq0\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-menu92\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"cnbEl0dq0\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||645)-0-558)/2+0+0),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-upi3nj-container\",layoutDependency:layoutDependency,layoutId:\"zCzQVUywr-container\",nodeId:\"zCzQVUywr\",rendersWithMotion:true,scopeId:\"zD21vZzYj\",children:/*#__PURE__*/_jsx(FAQCard,{em6e9F7wN:\"var(--token-2cc8f546-739d-4f6e-b466-c81e53e9ec39, rgb(247, 247, 249))\",height:\"100%\",id:\"zCzQVUywr\",layoutId:\"zCzQVUywr\",s3VKfj3yv:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"All solar systems come with a monitoring account to track your energy production. You can use it to check if your solar panels are working correctly. If you think your monitoring isn’t working, Sunny Energy RX can help.\\xa0\"})}),style:{width:\"100%\"},variant:\"CceVQfl0X\",width:\"100%\",ZKFErlNJp:\"How to check if my solar panels are working properly? \"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||645)-0-558)/2+73+24),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bpbw32-container\",layoutDependency:layoutDependency,layoutId:\"Ib7uv79ih-container\",nodeId:\"Ib7uv79ih\",rendersWithMotion:true,scopeId:\"zD21vZzYj\",children:/*#__PURE__*/_jsx(FAQCard,{em6e9F7wN:\"var(--token-2cc8f546-739d-4f6e-b466-c81e53e9ec39, rgb(247, 247, 249))\",height:\"100%\",id:\"Ib7uv79ih\",layoutId:\"Ib7uv79ih\",s3VKfj3yv:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Yes. Your equipment manufacturers warranties cover repairs performed by an authorized company. Sunny Energy RX is authorized by most solar equipment manufacturers. So, whether you have our annual subscription or just need a one-time repair, we can help you.\\xa0\"})}),style:{width:\"100%\"},variant:\"RyZaVVhtj\",width:\"100%\",ZKFErlNJp:\"My solar installer is no longer in business; can Sunny Energy RX help us? \"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||645)-0-558)/2+146+48),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11xtks3-container\",layoutDependency:layoutDependency,layoutId:\"Z7Y05eRNk-container\",nodeId:\"Z7Y05eRNk\",rendersWithMotion:true,scopeId:\"zD21vZzYj\",children:/*#__PURE__*/_jsx(FAQCard,{em6e9F7wN:\"var(--token-2cc8f546-739d-4f6e-b466-c81e53e9ec39, rgb(247, 247, 249))\",height:\"100%\",id:\"Z7Y05eRNk\",layoutId:\"Z7Y05eRNk\",s3VKfj3yv:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Yes. Sunny Energy RX can take over solar maintenance even if you have an “orphaned solar system” installed by a company no longer in business. For a one-time transfer fee, we’ll import your system data and monitoring account to handle future repairs. \"})}),style:{width:\"100%\"},variant:\"RyZaVVhtj\",width:\"100%\",ZKFErlNJp:\"Can Sunny Energy RX take over my solar maintenance?  \"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||645)-0-558)/2+219+72),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17x690f-container\",layoutDependency:layoutDependency,layoutId:\"jcUXdilZz-container\",nodeId:\"jcUXdilZz\",rendersWithMotion:true,scopeId:\"zD21vZzYj\",children:/*#__PURE__*/_jsx(FAQCard,{em6e9F7wN:\"var(--token-2cc8f546-739d-4f6e-b466-c81e53e9ec39, rgb(247, 247, 249))\",height:\"100%\",id:\"jcUXdilZz\",layoutId:\"jcUXdilZz\",s3VKfj3yv:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Yes. The solar system carries 10–25-year manufacturer’s warranties covering repair and replacement of damaged parts. However, labor isn’t included. Sunny Energy RX is familiar with all manufacturers to help you get the most out of your warranty.\\xa0\"})}),style:{width:\"100%\"},variant:\"RyZaVVhtj\",width:\"100%\",ZKFErlNJp:\"Are repair costs covered by my warranty?  \"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||645)-0-558)/2+292+96),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12snkmf-container\",layoutDependency:layoutDependency,layoutId:\"X_aYcRIS9-container\",nodeId:\"X_aYcRIS9\",rendersWithMotion:true,scopeId:\"zD21vZzYj\",children:/*#__PURE__*/_jsx(FAQCard,{em6e9F7wN:\"var(--token-2cc8f546-739d-4f6e-b466-c81e53e9ec39, rgb(247, 247, 249))\",height:\"100%\",id:\"X_aYcRIS9\",layoutId:\"X_aYcRIS9\",s3VKfj3yv:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Solar panels need cleaning about once per year to avoid energy loss of 5-10%.\\xa0 Airborne dust, rainfall, and panel tilt affect the cleaning frequency.\\xa0 If you wait too long, dirt caked on the surface is more difficult to clean.\"})}),style:{width:\"100%\"},variant:\"RyZaVVhtj\",width:\"100%\",ZKFErlNJp:\"How often should solar panels be cleaned?  \"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:73,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||645)-0-558)/2+365+120),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19bbo8r-container\",layoutDependency:layoutDependency,layoutId:\"TQtEeglf_-container\",nodeId:\"TQtEeglf_\",rendersWithMotion:true,scopeId:\"zD21vZzYj\",children:/*#__PURE__*/_jsx(FAQCard,{em6e9F7wN:\"var(--token-2cc8f546-739d-4f6e-b466-c81e53e9ec39, rgb(247, 247, 249))\",height:\"100%\",id:\"TQtEeglf_\",layoutId:\"TQtEeglf_\",s3VKfj3yv:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Yes. Sunny Energy RX offers annual active monitoring subscriptions and priority maintenance subscriptions with free remote system troubleshooting. If you choose a subscription, we provide remote screening to catch issues early on.\"})}),style:{width:\"100%\"},variant:\"RyZaVVhtj\",width:\"100%\",ZKFErlNJp:\"Does Sunny Energy RX offer any monitoring services? \"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-h8zjf.framer-1iz5q42, .framer-h8zjf .framer-1iz5q42 { display: block; }\",\".framer-h8zjf.framer-menu92 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 720px; }\",\".framer-h8zjf .framer-upi3nj-container, .framer-h8zjf .framer-1bpbw32-container, .framer-h8zjf .framer-11xtks3-container, .framer-h8zjf .framer-17x690f-container, .framer-h8zjf .framer-12snkmf-container, .framer-h8zjf .framer-19bbo8r-container { flex: none; height: auto; position: relative; width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 645\n * @framerIntrinsicWidth 720\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerzD21vZzYj=withCSS(Component,css,\"framer-h8zjf\");export default FramerzD21vZzYj;FramerzD21vZzYj.displayName=\"FAQ/Group\";FramerzD21vZzYj.defaultProps={height:645,width:720};addFonts(FramerzD21vZzYj,[{explicitInter:true,fonts:[]},...FAQCardFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzD21vZzYj\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"720\",\"framerIntrinsicHeight\":\"645\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (8f9ffef)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-SemiBold\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-SemiBoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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/vxBnBhH8768IFAXAb4Qf6wQHKs.woff2\",weight:\"600\"},{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/zSsEuoJdh8mcFVk976C05ZfQr8.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/b8ezwLrN7h2AUoPEENcsTMVJ0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/mvNEIBLyHbscgHtwfsByjXUz3XY.woff2\",weight:\"600\"},{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/6FI2EneKzM3qBy5foOZXey7coCA.woff2\",weight:\"600\"},{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/qrVgiXNd6RuQjETYQiVQ9nqCk.woff2\",weight:\"600\"},{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/NHHeAKJVP0ZWHk5YZnQQChIsBM.woff2\",weight:\"600\"}]}];export const css=['.framer-pt3fz .framer-styles-preset-lde4o9:not(.rich-text-wrapper), .framer-pt3fz .framer-styles-preset-lde4o9.rich-text-wrapper h1 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 36px; --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: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.02em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-pt3fz .framer-styles-preset-lde4o9:not(.rich-text-wrapper), .framer-pt3fz .framer-styles-preset-lde4o9.rich-text-wrapper h1 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 29px; --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: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.02em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-pt3fz .framer-styles-preset-lde4o9:not(.rich-text-wrapper), .framer-pt3fz .framer-styles-preset-lde4o9.rich-text-wrapper h1 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 36px; --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: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.02em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }'];export const className=\"framer-pt3fz\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (3266cfb)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://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:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://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\"}]}];export const css=['.framer-CgVyr .framer-styles-preset-1bqu7pm:not(.rich-text-wrapper), .framer-CgVyr .framer-styles-preset-1bqu7pm.rich-text-wrapper h1 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 36px; --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: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.03em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-CgVyr .framer-styles-preset-1bqu7pm:not(.rich-text-wrapper), .framer-CgVyr .framer-styles-preset-1bqu7pm.rich-text-wrapper h1 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 32px; --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: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.03em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-CgVyr .framer-styles-preset-1bqu7pm:not(.rich-text-wrapper), .framer-CgVyr .framer-styles-preset-1bqu7pm.rich-text-wrapper h1 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 26px; --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: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.03em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }'];export const className=\"framer-CgVyr\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (402ce05)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"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-f5Bj1 .framer-styles-preset-1uynxxr:not(.rich-text-wrapper), .framer-f5Bj1 .framer-styles-preset-1uynxxr.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 14px; --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: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-f5Bj1 .framer-styles-preset-1uynxxr:not(.rich-text-wrapper), .framer-f5Bj1 .framer-styles-preset-1uynxxr.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 14px; --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: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-f5Bj1 .framer-styles-preset-1uynxxr:not(.rich-text-wrapper), .framer-f5Bj1 .framer-styles-preset-1uynxxr.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 14px; --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: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }'];export const className=\"framer-f5Bj1\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (3266cfb)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"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/khkJkwSL66WFg8SX6Wa726c.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/0E7IMbDzcGABpBwwqNEt60wU0w.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/NTJ0nQgIF0gcDelS14zQ9NR9Q.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/QrcNhgEPfRl0LS8qz5Ln8olanl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JEXmejW8mXOYMtt0hyRg811kHac.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/ksvR4VsLksjpSwnC2fPgHRNMw.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/uy9s0iWuxiNnVt8EpTI3gzohpwo.woff2\",weight:\"500\"}]}];export const css=['.framer-TRLut .framer-styles-preset-1uvw6p2:not(.rich-text-wrapper), .framer-TRLut .framer-styles-preset-1uvw6p2.rich-text-wrapper h4 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 24px; --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: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.03em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-TRLut .framer-styles-preset-1uvw6p2:not(.rich-text-wrapper), .framer-TRLut .framer-styles-preset-1uvw6p2.rich-text-wrapper h4 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 19px; --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: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.03em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-TRLut .framer-styles-preset-1uvw6p2:not(.rich-text-wrapper), .framer-TRLut .framer-styles-preset-1uvw6p2.rich-text-wrapper h4 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.03em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }'];export const className=\"framer-TRLut\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (bf2ee14)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-SemiBold\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-SemiBoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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/vxBnBhH8768IFAXAb4Qf6wQHKs.woff2\",weight:\"600\"},{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/zSsEuoJdh8mcFVk976C05ZfQr8.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/b8ezwLrN7h2AUoPEENcsTMVJ0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/mvNEIBLyHbscgHtwfsByjXUz3XY.woff2\",weight:\"600\"},{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/6FI2EneKzM3qBy5foOZXey7coCA.woff2\",weight:\"600\"},{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/qrVgiXNd6RuQjETYQiVQ9nqCk.woff2\",weight:\"600\"},{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/NHHeAKJVP0ZWHk5YZnQQChIsBM.woff2\",weight:\"600\"}]}];export const css=['.framer-Buw7F .framer-styles-preset-kjisiu:not(.rich-text-wrapper), .framer-Buw7F .framer-styles-preset-kjisiu.rich-text-wrapper h5 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 20px; --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: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.03em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1727px) and (min-width: 1440px) { .framer-Buw7F .framer-styles-preset-kjisiu:not(.rich-text-wrapper), .framer-Buw7F .framer-styles-preset-kjisiu.rich-text-wrapper h5 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 20px; --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: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.03em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-Buw7F .framer-styles-preset-kjisiu:not(.rich-text-wrapper), .framer-Buw7F .framer-styles-preset-kjisiu.rich-text-wrapper h5 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 20px; --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: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.03em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 720px) { .framer-Buw7F .framer-styles-preset-kjisiu:not(.rich-text-wrapper), .framer-Buw7F .framer-styles-preset-kjisiu.rich-text-wrapper h5 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 20px; --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: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.03em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 719px) and (min-width: 0px) { .framer-Buw7F .framer-styles-preset-kjisiu:not(.rich-text-wrapper), .framer-Buw7F .framer-styles-preset-kjisiu.rich-text-wrapper h5 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 20px; --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: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.03em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-Buw7F\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (84a2f33)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,FormBooleanInput,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLoadMorePaginatedQuery,useLocaleInfo,useMetadata,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";import OurServicesCard from\"#framer/local/canvasComponent/h1xg7dn6y/h1xg7dn6y.js\";import Footer from\"#framer/local/canvasComponent/L_7CMxvOt/L_7CMxvOt.js\";import NavigationBar from\"#framer/local/canvasComponent/qKKuJW5Uf/qKKuJW5Uf.js\";import SecondaryButton from\"#framer/local/canvasComponent/t9prgE_bQ/t9prgE_bQ.js\";import BlogCardComponent from\"#framer/local/canvasComponent/UiqcRfvF6/UiqcRfvF6.js\";import CTAButton from\"#framer/local/canvasComponent/vbLfL0btP/vbLfL0btP.js\";import SubmitButton from\"#framer/local/canvasComponent/VOhhe67kp/VOhhe67kp.js\";import LoadMore from\"#framer/local/canvasComponent/WebznQ8ng/WebznQ8ng.js\";import FAQGroup from\"#framer/local/canvasComponent/zD21vZzYj/zD21vZzYj.js\";import Articles from\"#framer/local/collection/gg4M2wrTR/gg4M2wrTR.js\";import*as sharedStyle from\"#framer/local/css/D0wh4BCGe/D0wh4BCGe.js\";import*as sharedStyle16 from\"#framer/local/css/eBBCT_0K_/eBBCT_0K_.js\";import*as sharedStyle8 from\"#framer/local/css/fkA_RpGib/fkA_RpGib.js\";import*as sharedStyle5 from\"#framer/local/css/fVxIbzJnK/fVxIbzJnK.js\";import*as sharedStyle1 from\"#framer/local/css/h0Dcs45r5/h0Dcs45r5.js\";import*as sharedStyle10 from\"#framer/local/css/ha8lujyMb/ha8lujyMb.js\";import*as sharedStyle7 from\"#framer/local/css/iuune2OLO/iuune2OLO.js\";import*as sharedStyle12 from\"#framer/local/css/jNjaVdR56/jNjaVdR56.js\";import*as sharedStyle17 from\"#framer/local/css/JsY3wlsny/JsY3wlsny.js\";import*as sharedStyle3 from\"#framer/local/css/Jwk6I_62a/Jwk6I_62a.js\";import*as sharedStyle6 from\"#framer/local/css/MqrZi9SLF/MqrZi9SLF.js\";import*as sharedStyle15 from\"#framer/local/css/quz10_wWN/quz10_wWN.js\";import*as sharedStyle9 from\"#framer/local/css/TqfX5OlV5/TqfX5OlV5.js\";import*as sharedStyle13 from\"#framer/local/css/TVMpyDvi8/TVMpyDvi8.js\";import*as sharedStyle14 from\"#framer/local/css/U19MQ_90r/U19MQ_90r.js\";import*as sharedStyle11 from\"#framer/local/css/u4HucJ1bM/u4HucJ1bM.js\";import*as sharedStyle2 from\"#framer/local/css/umgma7bQn/umgma7bQn.js\";import*as sharedStyle4 from\"#framer/local/css/VZuHEfGkP/VZuHEfGkP.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const CTAButtonFonts=getFonts(CTAButton);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const TickerFonts=getFonts(Ticker);const OurServicesCardFonts=getFonts(OurServicesCard);const RichTextWithFX=withFX(RichText);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const SubmitButtonFonts=getFonts(SubmitButton);const FAQGroupFonts=getFonts(FAQGroup);const SecondaryButtonFonts=getFonts(SecondaryButton);const BlogCardComponentFonts=getFonts(BlogCardComponent);const LoadMoreFonts=getFonts(LoadMore);const FooterFonts=getFonts(Footer);const NavigationBarFonts=getFonts(NavigationBar);const breakpoints={j1nfoaOUM:\"(max-width: 389px)\",lJHAuUfXP:\"(min-width: 1200px) and (max-width: 1439px)\",Po9trwOU3:\"(min-width: 1728px)\",Vgnq8XUvZ:\"(min-width: 390px) and (max-width: 809px)\",WQLkyLRf1:\"(min-width: 1440px) and (max-width: 1727px)\",z4kZHrWjn:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-qLmiR\";const variantClassNames={j1nfoaOUM:\"framer-v-avpb4i\",lJHAuUfXP:\"framer-v-1l2ly01\",Po9trwOU3:\"framer-v-lmigz4\",Vgnq8XUvZ:\"framer-v-29t5a2\",WQLkyLRf1:\"framer-v-72rtr7\",z4kZHrWjn:\"framer-v-1dkc8jy\"};const transition1={damping:40,delay:0,mass:1,stiffness:140,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition2={damping:40,delay:.2,mass:1,stiffness:140,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={damping:40,delay:.4,mass:1,stiffness:140,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition4={damping:60,delay:0,mass:1.2,stiffness:300,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-100,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:80};const transition5={damping:60,delay:.2,mass:1.2,stiffness:300,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const loaderVariants=(repeaterState,variants,currentVariant)=>{if(repeaterState.currentPage>=repeaterState.totalPages)return variants.disabled??currentVariant;if(repeaterState.isLoading)return variants.loading??currentVariant;return currentVariant;};const QueryData=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"RfVE1CBwf\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop \":\"Po9trwOU3\",\"Desktop 3\":\"lJHAuUfXP\",\"Phone \":\"Vgnq8XUvZ\",Desktop:\"WQLkyLRf1\",mini:\"j1nfoaOUM\",Tablet:\"z4kZHrWjn\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,BkZYhMJdiRfVE1CBwf,bcm4A3bHeRfVE1CBwf,KZXcpAga3RfVE1CBwf,FXBSJCmqZRfVE1CBwf,YRyzqj26CRfVE1CBwf,idRfVE1CBwf,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const Wld3NDzSj1b86s49=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{loadMore();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className,sharedStyle14.className,sharedStyle15.className,sharedStyle16.className,sharedStyle17.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const elementId=useRouteElementId(\"RWsFEYE9x\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"Vou0FvIAK\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"uUg1S_Jne\");const ref3=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"z4kZHrWjn\",\"Vgnq8XUvZ\",\"j1nfoaOUM\"].includes(baseVariant))return false;return true;};const elementId3=useRouteElementId(\"GUgVpN5_4\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"HzjwjF32O\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"Ke9rHs9Nb\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"BdhbeZonq\");const ref7=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if([\"Vgnq8XUvZ\",\"j1nfoaOUM\"].includes(baseVariant))return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{background:{alt:\"Technician performing solar panel repair on a rooftop array\",fit:\"fill\",pixelHeight:1784,pixelWidth:1754,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/okJou3DeXrKWODecysAaLzX2vE.png\",srcSet:\"https://framerusercontent.com/images/okJou3DeXrKWODecysAaLzX2vE.png?scale-down-to=1024 1006w,https://framerusercontent.com/images/okJou3DeXrKWODecysAaLzX2vE.png 1754w\"}},Vgnq8XUvZ:{background:{alt:\"Technician performing solar panel repair on a rooftop array\",fit:\"fill\",pixelHeight:1784,pixelWidth:1754,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/okJou3DeXrKWODecysAaLzX2vE.png\",srcSet:\"https://framerusercontent.com/images/okJou3DeXrKWODecysAaLzX2vE.png?scale-down-to=1024 1006w,https://framerusercontent.com/images/okJou3DeXrKWODecysAaLzX2vE.png 1754w\"}},z4kZHrWjn:{background:{alt:\"Technician performing solar panel repair on a rooftop array\",fit:\"fill\",pixelHeight:1784,pixelWidth:2e3,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/Bp8GSr9mlbH3KJpMEFNXe7dCzo.png\",srcSet:\"https://framerusercontent.com/images/Bp8GSr9mlbH3KJpMEFNXe7dCzo.png?scale-down-to=512 512w,https://framerusercontent.com/images/Bp8GSr9mlbH3KJpMEFNXe7dCzo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Bp8GSr9mlbH3KJpMEFNXe7dCzo.png 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Technician performing solar panel repair on a rooftop array\",fit:\"fill\",pixelHeight:1784,pixelWidth:2880,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/Uo2fTDPaGwP910bDu0C1M58uYpw.webp\",srcSet:\"https://framerusercontent.com/images/Uo2fTDPaGwP910bDu0C1M58uYpw.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Uo2fTDPaGwP910bDu0C1M58uYpw.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Uo2fTDPaGwP910bDu0C1M58uYpw.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/Uo2fTDPaGwP910bDu0C1M58uYpw.webp 2880w\"},className:\"framer-191ganc\",\"data-framer-name\":\"Header / 26 /\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-4p7lya\",\"data-framer-name\":\"Overlay\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10f7qwv\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2jdo5v\",\"data-framer-name\":\"Section Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Experienced Technical Services for All Solar Systems\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Experienced Technical Services for All Solar Systems\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1bj57bs\",\"data-styles-preset\":\"D0wh4BCGe\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Experienced Technical Services for All Solar Systems\"})}),className:\"framer-fiivad\",\"data-framer-appear-id\":\"fiivad\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Po9trwOU3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"We help homeowners protect their solar investment with reliable solar panel repair and maintenance services, even if we didn’t install them\"})})},z4kZHrWjn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1uvw6p2\",\"data-styles-preset\":\"Jwk6I_62a\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"We help homeowners protect their solar investment with reliable solar panel repair and maintenance services, even if we didn’t install them.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"We help homeowners protect their solar investment with reliable solar panel repair and maintenance services, even if we didn’t install them.\"})}),className:\"framer-nx91dz\",\"data-framer-appear-id\":\"nx91dz\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-i6betf-container\",\"data-framer-appear-id\":\"i6betf\",initial:animation1,nodeId:\"i7fO_fXKj\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{WK3PMYzjP:resolvedLinks[5]},lJHAuUfXP:{WK3PMYzjP:resolvedLinks[4]},Po9trwOU3:{WK3PMYzjP:resolvedLinks[1]},Vgnq8XUvZ:{WK3PMYzjP:resolvedLinks[3]},z4kZHrWjn:{WK3PMYzjP:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(CTAButton,{dJFUek0A2:\"var(--token-ae4142cc-c527-40ec-9731-37eb2f7e4725, rgb(244, 176, 0))\",height:\"100%\",id:\"i7fO_fXKj\",K8dLJYC9A:\"Get a Quote\",layoutId:\"i7fO_fXKj\",variant:\"oxDDUDHSc\",Vy8fmz_PC:\"var(--token-b8da359b-62ca-40ce-882a-6c9c71392071, rgb(0, 0, 0))\",width:\"100%\",WK3PMYzjP:resolvedLinks[0]})})})})})]})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-acb90g\",\"data-framer-name\":\"Technical Expertise\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fazi3j\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Technical Expertise\"})})},lJHAuUfXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14hbvb9\",\"data-styles-preset\":\"VZuHEfGkP\",style:{\"--framer-text-alignment\":\"center\"},children:\"Technical Expertise\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Technical Expertise\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1bj57bs\",\"data-styles-preset\":\"D0wh4BCGe\",style:{\"--framer-text-alignment\":\"center\"},children:\"Technical Expertise\"})}),className:\"framer-vgdavh\",\"data-framer-name\":\"Technical Expertise\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kfwv5q-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"zMBhYpomY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Po9trwOU3:{style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"}},z4kZHrWjn:{style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:80,height:\"100%\",hoverFactor:1,id:\"zMBhYpomY\",layoutId:\"zMBhYpomY\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:118,pixelWidth:499,src:\"https://framerusercontent.com/images/o3BKQ65LaFFcXz2RbE0aVTyOHYk.png\"},className:\"framer-ta1886\",\"data-framer-name\":\"image 30\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:182,pixelWidth:380,src:\"https://framerusercontent.com/images/G0TMD1DWim1UmM1u1N9h25exUs.png\"},className:\"framer-1nm8obf\",\"data-framer-name\":\"image 29\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:541,pixelWidth:2048,sizes:\"155px\",src:\"https://framerusercontent.com/images/7E1OKUH0PWm2GoaqrUTHl8IFzY.png\",srcSet:\"https://framerusercontent.com/images/7E1OKUH0PWm2GoaqrUTHl8IFzY.png?scale-down-to=512 512w,https://framerusercontent.com/images/7E1OKUH0PWm2GoaqrUTHl8IFzY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7E1OKUH0PWm2GoaqrUTHl8IFzY.png 2048w\"},className:\"framer-14q30ak\",\"data-framer-name\":\"image 28\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:603,pixelWidth:2560,sizes:\"174px\",src:\"https://framerusercontent.com/images/3uLbNntgI1CVQ8WzHyvOiIclJRs.png\",srcSet:\"https://framerusercontent.com/images/3uLbNntgI1CVQ8WzHyvOiIclJRs.png?scale-down-to=512 512w,https://framerusercontent.com/images/3uLbNntgI1CVQ8WzHyvOiIclJRs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3uLbNntgI1CVQ8WzHyvOiIclJRs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/3uLbNntgI1CVQ8WzHyvOiIclJRs.png 2560w\"},className:\"framer-1bmihay\",\"data-framer-name\":\"image 27\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:221,pixelWidth:812,sizes:\"151px\",src:\"https://framerusercontent.com/images/qNp7MSWw3l8WBsS8TP96fNcwlfc.png\",srcSet:\"https://framerusercontent.com/images/qNp7MSWw3l8WBsS8TP96fNcwlfc.png?scale-down-to=512 512w,https://framerusercontent.com/images/qNp7MSWw3l8WBsS8TP96fNcwlfc.png 812w\"},className:\"framer-4e5c3g\",\"data-framer-name\":\"image 26\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1622,pixelWidth:2560,sizes:\"65px\",src:\"https://framerusercontent.com/images/swYnaKqO34S68M1z3Q0MKRQTzU.png\",srcSet:\"https://framerusercontent.com/images/swYnaKqO34S68M1z3Q0MKRQTzU.png?scale-down-to=512 512w,https://framerusercontent.com/images/swYnaKqO34S68M1z3Q0MKRQTzU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/swYnaKqO34S68M1z3Q0MKRQTzU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/swYnaKqO34S68M1z3Q0MKRQTzU.png 2560w\"},className:\"framer-ht04p2\",\"data-framer-name\":\"image 24\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:100,pixelWidth:448,src:\"https://framerusercontent.com/images/l4lKUukhGZaBcUnq2gEbmejwE.png\"},className:\"framer-1alzy8c\",\"data-framer-name\":\"image 23\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:250,pixelWidth:500,src:\"https://framerusercontent.com/images/ZyXw8waKLbCeONnkOR55RF4O4g.png\"},className:\"framer-16y6ec0\",\"data-framer-name\":\"image 22\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:456,pixelWidth:2560,sizes:\"230px\",src:\"https://framerusercontent.com/images/T1yhXs16tkTcPx2bczX2f93SE.png\",srcSet:\"https://framerusercontent.com/images/T1yhXs16tkTcPx2bczX2f93SE.png?scale-down-to=512 512w,https://framerusercontent.com/images/T1yhXs16tkTcPx2bczX2f93SE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/T1yhXs16tkTcPx2bczX2f93SE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/T1yhXs16tkTcPx2bczX2f93SE.png 2560w\"},className:\"framer-1qzga4d\",\"data-framer-name\":\"image 21\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:400,pixelWidth:800,sizes:\"82px\",src:\"https://framerusercontent.com/images/rQp06JFbAckBIql476VwKE3Kc.png\",srcSet:\"https://framerusercontent.com/images/rQp06JFbAckBIql476VwKE3Kc.png?scale-down-to=512 512w,https://framerusercontent.com/images/rQp06JFbAckBIql476VwKE3Kc.png 800w\"},className:\"framer-1mzd9xj\",\"data-framer-name\":\"image 20\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:275,pixelWidth:925,sizes:\"138px\",src:\"https://framerusercontent.com/images/5EHP1e7k6c1OZlNDzRSdCZMfVfg.png\",srcSet:\"https://framerusercontent.com/images/5EHP1e7k6c1OZlNDzRSdCZMfVfg.png?scale-down-to=512 512w,https://framerusercontent.com/images/5EHP1e7k6c1OZlNDzRSdCZMfVfg.png 925w\"},className:\"framer-1ttuzem\",\"data-framer-name\":\"image 19\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:321,pixelWidth:1584,positionX:\"center\",positionY:\"center\",sizes:\"173px\",src:\"https://framerusercontent.com/images/Eie79ah5k4mRl3xwxmTnTozUo.png\",srcSet:\"https://framerusercontent.com/images/Eie79ah5k4mRl3xwxmTnTozUo.png?scale-down-to=512 512w,https://framerusercontent.com/images/Eie79ah5k4mRl3xwxmTnTozUo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Eie79ah5k4mRl3xwxmTnTozUo.png 1584w\"},className:\"framer-16desg3\",\"data-framer-name\":\"image 30\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:451,pixelWidth:1180,positionX:\"center\",positionY:\"center\",sizes:\"174px\",src:\"https://framerusercontent.com/images/nv4pFaoB95VcpY8merNVf2FHEjY.png\",srcSet:\"https://framerusercontent.com/images/nv4pFaoB95VcpY8merNVf2FHEjY.png?scale-down-to=512 512w,https://framerusercontent.com/images/nv4pFaoB95VcpY8merNVf2FHEjY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nv4pFaoB95VcpY8merNVf2FHEjY.png 1180w\"},className:\"framer-67fekm\",\"data-framer-name\":\"image 29\"})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jq99rl\",\"data-framer-name\":\"About Us\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sx4mkr\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{background:{alt:\"Neighborhood rooftops with solar panels and ‘Thank You Sunny Energy’ chalk art\",fit:\"fill\",pixelHeight:440,pixelWidth:390,src:\"https://framerusercontent.com/images/qyNDbRAuHPHK3RRffTNiEoapE0.webp\"}},lJHAuUfXP:{background:{alt:\"Neighborhood rooftops with solar panels and ‘Thank You Sunny Energy’ chalk art\",fit:\"fill\",pixelHeight:605,pixelWidth:650,positionX:\"37.9%\",positionY:\"44.7%\",sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px) / 2, 1px)`,src:\"https://framerusercontent.com/images/jUBOHAXtKGNJt7wL9EF7n9gS14.webp\",srcSet:\"https://framerusercontent.com/images/jUBOHAXtKGNJt7wL9EF7n9gS14.webp?scale-down-to=512 512w,https://framerusercontent.com/images/jUBOHAXtKGNJt7wL9EF7n9gS14.webp 650w\"}},Po9trwOU3:{background:{alt:\"Neighborhood rooftops with solar panels and ‘Thank You Sunny Energy’ chalk art\",fit:\"fill\",pixelHeight:627,pixelWidth:632,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1400px) - 64px) / 2, 1px)`,src:\"https://framerusercontent.com/images/eOZFYAB213mLi2MB5DBLAnk28g.webp\",srcSet:\"https://framerusercontent.com/images/eOZFYAB213mLi2MB5DBLAnk28g.webp?scale-down-to=512 512w,https://framerusercontent.com/images/eOZFYAB213mLi2MB5DBLAnk28g.webp 632w\"}},Vgnq8XUvZ:{background:{alt:\"Neighborhood rooftops with solar panels and ‘Thank You Sunny Energy’ chalk art\",fit:\"fill\",pixelHeight:440,pixelWidth:390,src:\"https://framerusercontent.com/images/qyNDbRAuHPHK3RRffTNiEoapE0.webp\"}},z4kZHrWjn:{background:{alt:\"Neighborhood rooftops with solar panels and ‘Thank You Sunny Energy’ chalk art\",fit:\"fill\",pixelHeight:825,pixelWidth:810,sizes:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,src:\"https://framerusercontent.com/images/SpE8i8O8cU1UHZJwgY4kI3yvFc.webp\",srcSet:\"https://framerusercontent.com/images/SpE8i8O8cU1UHZJwgY4kI3yvFc.webp 810w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Neighborhood rooftops with solar panels and ‘Thank You Sunny Energy’ chalk art\",fit:\"fill\",pixelHeight:605,pixelWidth:650,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px) / 2, 1px)`,src:\"https://framerusercontent.com/images/jUBOHAXtKGNJt7wL9EF7n9gS14.webp\",srcSet:\"https://framerusercontent.com/images/jUBOHAXtKGNJt7wL9EF7n9gS14.webp?scale-down-to=512 512w,https://framerusercontent.com/images/jUBOHAXtKGNJt7wL9EF7n9gS14.webp 650w\"},className:\"framer-x5he4w\",\"data-framer-name\":\"image 15\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dgdf9o\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-879qby\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"left\"},children:\"One of the Top Solar Panel Repair & Maintenance Experts in Arizona\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"left\"},children:\"One of the Top Solar Panel Repair & Maintenance Experts in Arizona\"})})},z4kZHrWjn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14hbvb9\",\"data-styles-preset\":\"VZuHEfGkP\",style:{\"--framer-text-alignment\":\"left\"},children:\"One of the Top Solar Panel Repair & Maintenance Experts in Arizona\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14hbvb9\",\"data-styles-preset\":\"VZuHEfGkP\",children:\"One of the Top Solar Panel Repair & Maintenance Experts in Arizona\"})}),className:\"framer-1h4syzi\",\"data-framer-name\":\"One of the Top Solar Panel Repair & Maintenance Experts in Arizona\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1351obp\",\"data-framer-name\":\"Frame 1000005457\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Since 2008, we’ve seen over 1,000 solar installers launch their business in Arizona, but today only about 30 still serve homeowners. As a result, many families are left with no one to call when their major investment stops paying off. This drove us to start Sunny Energy RX, a company solely devoted to keeping solar panels running no matter who installed them.\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Since 2008, we’ve seen over 1,000 solar installers launch their business in Arizona, but today only about 30 still serve homeowners. As a result, many families are left with no one to call when their major investment stops paying off. This drove us to start Sunny Energy RX, a company solely devoted to keeping solar panels running no matter who installed them.\"})})},z4kZHrWjn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-alignment\":\"left\"},children:\"Since 2008, we’ve seen over 1,000 solar installers launch their business in Arizona, but today only about 30 still serve homeowners. As a result, many families are left with no one to call when their major investment stops paying off. This drove us to start Sunny Energy RX, a company solely devoted to keeping solar panels running no matter who installed them.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",children:\"Since 2008, we’ve seen over 1,000 solar installers launch their business in Arizona, but today only about 30 still serve homeowners. As a result, many families are left with no one to call when their major investment stops paying off. This drove us to start Sunny Energy RX, a company solely devoted to keeping solar panels running no matter who installed them.\"})}),className:\"framer-ropkq5\",\"data-framer-name\":\"Since 2008, we’ve seen over 1,000 solar installers launch their business in Arizona, but today only about 30 still serve homeowners. As a result, many families are left with no one to call when their major investment stops paying back. This drove us to start Eunny Energy RX, a company solely devoted to keeping solar panels running no matter who installed them.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Our team brings over 17 years of experience in manufacturing, installing, financing, and fixing solar systems across Arizona. We hold NABCEP certifications, so our technicians are taught to perform every task to NABCEP’s highest standards. We don’t treat solar service as a side job—it’s all we do.\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-alignment\":\"left\"},children:\"Our team brings over 17 years of experience in manufacturing, installing, financing, and fixing solar systems across Arizona. We hold NABCEP certifications, so our technicians are taught to perform every task to NABCEP’s highest standards. We don’t treat solar service as a side job—it’s all we do.\"})})},z4kZHrWjn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-alignment\":\"left\"},children:\"Our team brings over 17 years of experience in manufacturing, installing, financing, and fixing solar systems across Arizona. We hold NABCEP certifications, so our technicians are taught to perform every task to NABCEP’s highest standards. We don’t treat solar service as a side job—it’s all we do.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",children:\"Our team brings over 17 years of experience in manufacturing, installing, financing, and fixing solar systems across Arizona. We hold NABCEP certifications, so our technicians are taught to perform every task to NABCEP’s highest standards. We don’t treat solar service as a side job—it’s all we do.\"})}),className:\"framer-6uhirv\",\"data-framer-name\":\"Our team brings over 17 years of experience in manufacturing, installing, financing, and fixing solar systems across Arizona. We’re trained and certified on all major equipment, and every technician meets the NABCEP high standards. We don’t treat solar panel service as a side job—it’s all we do.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-b2ul2m\",\"data-framer-name\":\"Our Numbers\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mq0s4u\",\"data-framer-name\":\"Frame 427319618\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qen59g\",\"data-framer-name\":\"Frame 427319614\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-6b0t0z\",\"data-framer-name\":\"Frame 1000005463\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"40\" height=\"40\" rx=\"20\" fill=\"#003366\"/>\\n<path d=\"M28.5 17.0022C28.5008 15.6119 28.1503 14.2439 27.4809 13.0254C26.8116 11.8068 25.8451 10.7771 24.6713 10.0321C23.4975 9.28697 22.1544 8.85062 20.7668 8.76352C19.3793 8.67642 17.9922 8.94141 16.7344 9.53387C15.4766 10.1263 14.389 11.027 13.5725 12.1523C12.756 13.2776 12.2372 14.591 12.0641 15.9705C11.8911 17.35 12.0695 18.7509 12.5828 20.043C13.096 21.3351 13.9275 22.4765 15 23.3613V30.5022C14.9999 30.6301 15.0325 30.7559 15.0948 30.8677C15.157 30.9794 15.2468 31.0734 15.3556 31.1407C15.4644 31.2079 15.5886 31.2463 15.7163 31.252C15.8441 31.2577 15.9712 31.2307 16.0856 31.1735L20.25 29.096L24.4153 31.1782C24.5197 31.2281 24.6342 31.2535 24.75 31.2522C24.9489 31.2522 25.1397 31.1732 25.2803 31.0325C25.421 30.8919 25.5 30.7011 25.5 30.5022V23.3613C26.4384 22.5884 27.194 21.6174 27.7127 20.518C28.2314 19.4185 28.5003 18.2179 28.5 17.0022ZM13.5 17.0022C13.5 15.6672 13.8959 14.3621 14.6376 13.2521C15.3793 12.1421 16.4335 11.2769 17.6669 10.766C18.9003 10.2551 20.2575 10.1215 21.5669 10.3819C22.8762 10.6424 24.079 11.2852 25.023 12.2292C25.967 13.1732 26.6099 14.376 26.8703 15.6854C27.1308 16.9947 26.9971 18.3519 26.4862 19.5853C25.9753 20.8187 25.1101 21.8729 24.0001 22.6146C22.8901 23.3563 21.585 23.7522 20.25 23.7522C18.4604 23.7502 16.7447 23.0384 15.4792 21.773C14.2138 20.5076 13.502 18.7918 13.5 17.0022ZM24 29.2891L20.5847 27.5819C20.4805 27.5298 20.3656 27.5026 20.2491 27.5026C20.1325 27.5026 20.0176 27.5298 19.9134 27.5819L16.5 29.2891V24.3494C17.661 24.9428 18.9462 25.2522 20.25 25.2522C21.5538 25.2522 22.839 24.9428 24 24.3494V29.2891ZM20.25 22.2522C21.2884 22.2522 22.3034 21.9443 23.1667 21.3674C24.0301 20.7906 24.703 19.9706 25.1004 19.0113C25.4977 18.052 25.6017 16.9964 25.3991 15.978C25.1966 14.9596 24.6965 14.0241 23.9623 13.2899C23.2281 12.5557 22.2926 12.0557 21.2742 11.8531C20.2558 11.6505 19.2002 11.7545 18.2409 12.1518C17.2816 12.5492 16.4617 13.2221 15.8848 14.0855C15.3079 14.9488 15 15.9639 15 17.0022C15.0015 18.3941 15.5551 19.7286 16.5393 20.7129C17.5236 21.6971 18.8581 22.2507 20.25 22.2522ZM20.25 13.2522C20.9917 13.2522 21.7167 13.4721 22.3334 13.8842C22.9501 14.2963 23.4307 14.8819 23.7146 15.5672C23.9984 16.2524 24.0726 17.0064 23.9279 17.7338C23.7833 18.4612 23.4261 19.1294 22.9017 19.6539C22.3772 20.1783 21.709 20.5355 20.9816 20.6802C20.2542 20.8249 19.5002 20.7506 18.8149 20.4668C18.1297 20.1829 17.544 19.7023 17.132 19.0856C16.7199 18.4689 16.5 17.7439 16.5 17.0022C16.5 16.0077 16.8951 15.0538 17.5984 14.3506C18.3016 13.6473 19.2554 13.2522 20.25 13.2522Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1od1yzu\",\"data-framer-name\":\"Frame 427319723\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1bqu7pm\",\"data-styles-preset\":\"iuune2OLO\",style:{\"--framer-text-alignment\":\"center\"},children:\"2008\"})})},Po9trwOU3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-f5zjmq\",\"data-styles-preset\":\"MqrZi9SLF\",children:\"2008\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1bqu7pm\",\"data-styles-preset\":\"iuune2OLO\",style:{\"--framer-text-alignment\":\"center\"},children:\"2008\"})})},z4kZHrWjn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1bqu7pm\",\"data-styles-preset\":\"iuune2OLO\",children:\"2008\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",children:\"2008\"})}),className:\"framer-1m0cehn\",\"data-framer-name\":\"2008\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-alignment\":\"center\"},children:\"Experienced in Solar Since\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-alignment\":\"center\"},children:\"Experienced in Solar Since\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",children:\"Experienced in Solar Since\"})}),className:\"framer-8mjnaz\",\"data-framer-name\":\"Experienced in Solar Since\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lsu57s\",\"data-framer-name\":\"Frame 427319615\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1hzvso7\",\"data-framer-name\":\"Frame 1000005464\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:41,svg:'<svg width=\"41\" height=\"40\" viewBox=\"0 0 41 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.0691833\" width=\"40\" height=\"40\" rx=\"20\" fill=\"#003366\"/>\\n<path d=\"M30.8192 27.001H29.3192V16.501C29.3192 16.1032 29.1611 15.7216 28.8798 15.4403C28.5985 15.159 28.217 15.001 27.8192 15.001H21.8192V10.501C21.8194 10.2293 21.7458 9.96277 21.6063 9.72969C21.4668 9.49662 21.2666 9.3058 21.0272 9.17759C20.7877 9.04939 20.5179 8.98861 20.2466 9.00176C19.9753 9.0149 19.7126 9.10147 19.4867 9.25223L11.9867 14.251C11.7809 14.3882 11.6123 14.5743 11.4959 14.7925C11.3794 15.0107 11.3187 15.2543 11.3192 15.5016V27.001H9.81918C9.62027 27.001 9.42951 27.08 9.28885 27.2206C9.1482 27.3613 9.06918 27.5521 9.06918 27.751C9.06918 27.9499 9.1482 28.1407 9.28885 28.2813C9.42951 28.422 9.62027 28.501 9.81918 28.501H30.8192C31.0181 28.501 31.2089 28.422 31.3495 28.2813C31.4902 28.1407 31.5692 27.9499 31.5692 27.751C31.5692 27.5521 31.4902 27.3613 31.3495 27.2206C31.2089 27.08 31.0181 27.001 30.8192 27.001ZM27.8192 16.501V27.001H21.8192V16.501H27.8192ZM12.8192 15.5016L20.3192 10.501V27.001H12.8192V15.5016ZM18.8192 18.001V19.501C18.8192 19.6999 18.7402 19.8907 18.5995 20.0313C18.4589 20.172 18.2681 20.251 18.0692 20.251C17.8703 20.251 17.6795 20.172 17.5389 20.0313C17.3982 19.8907 17.3192 19.6999 17.3192 19.501V18.001C17.3192 17.8021 17.3982 17.6113 17.5389 17.4706C17.6795 17.33 17.8703 17.251 18.0692 17.251C18.2681 17.251 18.4589 17.33 18.5995 17.4706C18.7402 17.6113 18.8192 17.8021 18.8192 18.001ZM15.8192 18.001V19.501C15.8192 19.6999 15.7402 19.8907 15.5995 20.0313C15.4589 20.172 15.2681 20.251 15.0692 20.251C14.8703 20.251 14.6795 20.172 14.5389 20.0313C14.3982 19.8907 14.3192 19.6999 14.3192 19.501V18.001C14.3192 17.8021 14.3982 17.6113 14.5389 17.4706C14.6795 17.33 14.8703 17.251 15.0692 17.251C15.2681 17.251 15.4589 17.33 15.5995 17.4706C15.7402 17.6113 15.8192 17.8021 15.8192 18.001ZM15.8192 23.251V24.751C15.8192 24.9499 15.7402 25.1407 15.5995 25.2813C15.4589 25.422 15.2681 25.501 15.0692 25.501C14.8703 25.501 14.6795 25.422 14.5389 25.2813C14.3982 25.1407 14.3192 24.9499 14.3192 24.751V23.251C14.3192 23.0521 14.3982 22.8613 14.5389 22.7206C14.6795 22.58 14.8703 22.501 15.0692 22.501C15.2681 22.501 15.4589 22.58 15.5995 22.7206C15.7402 22.8613 15.8192 23.0521 15.8192 23.251ZM18.8192 23.251V24.751C18.8192 24.9499 18.7402 25.1407 18.5995 25.2813C18.4589 25.422 18.2681 25.501 18.0692 25.501C17.8703 25.501 17.6795 25.422 17.5389 25.2813C17.3982 25.1407 17.3192 24.9499 17.3192 24.751V23.251C17.3192 23.0521 17.3982 22.8613 17.5389 22.7206C17.6795 22.58 17.8703 22.501 18.0692 22.501C18.2681 22.501 18.4589 22.58 18.5995 22.7206C18.7402 22.8613 18.8192 23.0521 18.8192 23.251Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jaeb0p\",\"data-framer-name\":\"Frame 427319724\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1bqu7pm\",\"data-styles-preset\":\"iuune2OLO\",style:{\"--framer-text-alignment\":\"center\"},children:\"17+\"})})},Po9trwOU3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-f5zjmq\",\"data-styles-preset\":\"MqrZi9SLF\",children:\"17+\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1bqu7pm\",\"data-styles-preset\":\"iuune2OLO\",style:{\"--framer-text-alignment\":\"center\"},children:\"17+\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1bqu7pm\",\"data-styles-preset\":\"iuune2OLO\",children:\"17+\"})}),className:\"framer-6y0o8w\",\"data-framer-name\":\"17+\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-alignment\":\"center\"},children:\"Years of Solar Expertise\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-alignment\":\"center\"},children:\"Years of Solar Expertise\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",children:\"Years of Solar Expertise\"})}),className:\"framer-qb49we\",\"data-framer-name\":\"Years of combined Solar Expertise\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13rxkaq\",\"data-framer-name\":\"Frame 427319616\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-u1h5wa\",\"data-framer-name\":\"Frame 1000005465\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:41,svg:'<svg width=\"41\" height=\"40\" viewBox=\"0 0 41 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.138367\" width=\"40\" height=\"40\" rx=\"20\" fill=\"#003366\"/>\\n<path d=\"M10.6419 18C10.6419 17.8011 10.7209 17.6103 10.8616 17.4697C11.0022 17.329 11.193 17.25 11.3919 17.25H12.8919C13.0908 17.25 13.2816 17.329 13.4222 17.4697C13.5629 17.6103 13.6419 17.8011 13.6419 18C13.6419 18.1989 13.5629 18.3897 13.4222 18.5303C13.2816 18.671 13.0908 18.75 12.8919 18.75H11.3919C11.193 18.75 11.0022 18.671 10.8616 18.5303C10.7209 18.3897 10.6419 18.1989 10.6419 18ZM14.3384 13.7578C14.4792 13.8985 14.6701 13.9776 14.8691 13.9776C15.0681 13.9776 15.259 13.8985 15.3997 13.7578C15.5404 13.6171 15.6195 13.4262 15.6195 13.2272C15.6195 13.0282 15.5404 12.8373 15.3997 12.6966L14.3384 11.6362C14.1967 11.5015 14.0078 11.4275 13.8123 11.43C13.6167 11.4325 13.4298 11.5114 13.2915 11.6497C13.1532 11.788 13.0744 11.9748 13.0719 12.1704C13.0694 12.366 13.1434 12.5548 13.2781 12.6966L14.3384 13.7578ZM19.6419 12C19.8408 12 20.0316 11.921 20.1722 11.7803C20.3129 11.6397 20.3919 11.4489 20.3919 11.25V9.75C20.3919 9.55109 20.3129 9.36032 20.1722 9.21967C20.0316 9.07902 19.8408 9 19.6419 9C19.443 9 19.2522 9.07902 19.1116 9.21967C18.9709 9.36032 18.8919 9.55109 18.8919 9.75V11.25C18.8919 11.4489 18.9709 11.6397 19.1116 11.7803C19.2522 11.921 19.443 12 19.6419 12ZM24.4147 13.9772C24.5132 13.9773 24.6108 13.9579 24.7018 13.9203C24.7929 13.8826 24.8756 13.8274 24.9453 13.7578L26.0056 12.6966C26.1404 12.5548 26.2143 12.366 26.2118 12.1704C26.2093 11.9748 26.1305 11.788 25.9922 11.6497C25.8539 11.5114 25.6671 11.4325 25.4715 11.43C25.2759 11.4275 25.0871 11.5015 24.9453 11.6362L23.8841 12.6966C23.7791 12.8015 23.7075 12.9351 23.6786 13.0807C23.6496 13.2263 23.6644 13.3772 23.7212 13.5143C23.778 13.6514 23.8743 13.7686 23.9977 13.851C24.1212 13.9334 24.2663 13.9773 24.4147 13.9772ZM25.6419 18C25.6419 18.1989 25.7209 18.3897 25.8616 18.5303C26.0022 18.671 26.193 18.75 26.3919 18.75H27.8919C28.0908 18.75 28.2816 18.671 28.4222 18.5303C28.5629 18.3897 28.6419 18.1989 28.6419 18C28.6419 17.8011 28.5629 17.6103 28.4222 17.4697C28.2816 17.329 28.0908 17.25 27.8919 17.25H26.3919C26.193 17.25 26.0022 17.329 25.8616 17.4697C25.7209 17.6103 25.6419 17.8011 25.6419 18ZM15.8919 18.75C16.0908 18.75 16.2816 18.671 16.4222 18.5303C16.5629 18.3897 16.6419 18.1989 16.6419 18C16.6419 17.2043 16.958 16.4413 17.5206 15.8787C18.0832 15.3161 18.8462 15 19.6419 15C20.4375 15 21.2006 15.3161 21.7632 15.8787C22.3258 16.4413 22.6419 17.2043 22.6419 18C22.6419 18.1989 22.7209 18.3897 22.8616 18.5303C23.0022 18.671 23.193 18.75 23.3919 18.75C23.5908 18.75 23.7816 18.671 23.9222 18.5303C24.0629 18.3897 24.1419 18.1989 24.1419 18C24.1419 16.8065 23.6678 15.6619 22.8239 14.818C21.98 13.9741 20.8354 13.5 19.6419 13.5C18.4484 13.5 17.3038 13.9741 16.4599 14.818C15.616 15.6619 15.1419 16.8065 15.1419 18C15.1419 18.1989 15.2209 18.3897 15.3616 18.5303C15.5022 18.671 15.693 18.75 15.8919 18.75ZM30.0397 28.875C29.974 28.9888 29.8796 29.0833 29.7659 29.1491C29.6522 29.2149 29.5232 29.2497 29.3919 29.25H9.89189C9.76049 29.2506 9.63123 29.2167 9.51706 29.1516C9.40289 29.0866 9.30782 28.9927 9.24136 28.8793C9.1749 28.766 9.13939 28.6371 9.13839 28.5057C9.13738 28.3743 9.17092 28.245 9.23564 28.1306L13.0503 21.3806C13.116 21.2646 13.2114 21.1681 13.3268 21.1012C13.4421 21.0343 13.5732 20.9994 13.7066 21H25.5763C25.7096 20.9994 25.8407 21.0343 25.9561 21.1012C26.0714 21.1681 26.1668 21.2646 26.2325 21.3806L30.0472 28.1306C30.1108 28.2446 30.1436 28.3733 30.1423 28.5038C30.141 28.6344 30.1056 28.7623 30.0397 28.875ZM25.1394 22.5H22.8547L23.1809 24H25.9869L25.1394 22.5ZM21.6463 24L21.32 22.5H17.9638L17.6375 24H21.6463ZM17.3113 25.5L16.8228 27.75H22.4609L21.9725 25.5H17.3113ZM13.2969 24H16.1028L16.4291 22.5H14.1444L13.2969 24ZM11.1772 27.75H15.2872L15.7766 25.5H12.4494L11.1772 27.75ZM28.1066 27.75L26.8344 25.5H23.5072L23.9966 27.75H28.1066Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-122evg3\",\"data-framer-name\":\"Frame 427319725\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1bqu7pm\",\"data-styles-preset\":\"iuune2OLO\",style:{\"--framer-text-alignment\":\"center\"},children:\"10K+\"})})},Po9trwOU3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-f5zjmq\",\"data-styles-preset\":\"MqrZi9SLF\",children:\"10K+\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1bqu7pm\",\"data-styles-preset\":\"iuune2OLO\",style:{\"--framer-text-alignment\":\"center\"},children:\"10K+\"})})},z4kZHrWjn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1bqu7pm\",\"data-styles-preset\":\"iuune2OLO\",children:\"10K+\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",children:\"10K+\"})}),className:\"framer-17q1haw\",\"data-framer-name\":\"5,000+\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-alignment\":\"center\"},children:\"Installations Across North America\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-alignment\":\"center\"},children:\"Installations Across North America\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",children:\"Installations Across North America\"})}),className:\"framer-19pafds\",\"data-framer-name\":\"Solar Installations in Arizona\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-c9yfg3\",\"data-framer-name\":\"How We Help\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ecfueh\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pqjh4w\",\"data-framer-name\":\"Frame 12\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Are You Experiencing These \"}),/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Solar Panel Issues?\\xa0\"})]})},lJHAuUfXP:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1bj57bs\",\"data-styles-preset\":\"D0wh4BCGe\",style:{\"--framer-text-alignment\":\"center\"},children:\"Are You Experiencing These \"}),/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1bj57bs\",\"data-styles-preset\":\"D0wh4BCGe\",style:{\"--framer-text-alignment\":\"center\"},children:\"Solar Panel Issues?\\xa0\"})]})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Are You Experiencing These \"}),/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Solar Panel Issues?\\xa0\"})]})},z4kZHrWjn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14hbvb9\",\"data-styles-preset\":\"VZuHEfGkP\",style:{\"--framer-text-alignment\":\"center\"},children:\"Are You Experiencing These Solar Panel Issues?\\xa0\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14hbvb9\",\"data-styles-preset\":\"VZuHEfGkP\",style:{\"--framer-text-alignment\":\"center\"},children:\"Are You Experiencing These \"}),/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14hbvb9\",\"data-styles-preset\":\"VZuHEfGkP\",style:{\"--framer-text-alignment\":\"center\"},children:\"Solar Panel Issues?\\xa0\"})]}),className:\"framer-1ygbilx\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-i1fexi-container\",nodeId:\"POBIiJa3X\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{WK3PMYzjP:resolvedLinks1[5]},lJHAuUfXP:{WK3PMYzjP:resolvedLinks1[4]},Po9trwOU3:{WK3PMYzjP:resolvedLinks1[1]},Vgnq8XUvZ:{WK3PMYzjP:resolvedLinks1[3]},z4kZHrWjn:{WK3PMYzjP:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(CTAButton,{dJFUek0A2:\"var(--token-ae4142cc-c527-40ec-9731-37eb2f7e4725, rgb(244, 176, 0))\",height:\"100%\",id:\"POBIiJa3X\",K8dLJYC9A:\"Get Expert Support Today\",layoutId:\"POBIiJa3X\",variant:\"oxDDUDHSc\",Vy8fmz_PC:\"rgb(0, 0, 0)\",width:\"100%\",WK3PMYzjP:resolvedLinks1[0]})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cw2zkb\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iqgwkh\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rtrez0\",\"data-framer-name\":\"Frame 427319565\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-186t71v\",\"data-framer-name\":\"Frame 427319556\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-4pl79e\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.5306 9.53063L13.0603 12L15.5306 14.4694C15.6003 14.5391 15.6556 14.6218 15.6933 14.7128C15.731 14.8039 15.7504 14.9015 15.7504 15C15.7504 15.0985 15.731 15.1961 15.6933 15.2872C15.6556 15.3782 15.6003 15.4609 15.5306 15.5306C15.4609 15.6003 15.3782 15.6556 15.2872 15.6933C15.1961 15.731 15.0986 15.7504 15 15.7504C14.9015 15.7504 14.8039 15.731 14.7128 15.6933C14.6218 15.6556 14.5391 15.6003 14.4694 15.5306L12 13.0603L9.53063 15.5306C9.46095 15.6003 9.37822 15.6556 9.28718 15.6933C9.19613 15.731 9.09855 15.7504 9 15.7504C8.90146 15.7504 8.80388 15.731 8.71283 15.6933C8.62179 15.6556 8.53906 15.6003 8.46938 15.5306C8.3997 15.4609 8.34442 15.3782 8.30671 15.2872C8.269 15.1961 8.24959 15.0985 8.24959 15C8.24959 14.9015 8.269 14.8039 8.30671 14.7128C8.34442 14.6218 8.3997 14.5391 8.46938 14.4694L10.9397 12L8.46938 9.53063C8.32865 9.38989 8.24959 9.19902 8.24959 9C8.24959 8.80098 8.32865 8.61011 8.46938 8.46937C8.61011 8.32864 8.80098 8.24958 9 8.24958C9.19903 8.24958 9.3899 8.32864 9.53063 8.46937L12 10.9397L14.4694 8.46937C14.5391 8.39969 14.6218 8.34442 14.7128 8.3067C14.8039 8.26899 14.9015 8.24958 15 8.24958C15.0986 8.24958 15.1961 8.26899 15.2872 8.3067C15.3782 8.34442 15.4609 8.39969 15.5306 8.46937C15.6003 8.53906 15.6556 8.62178 15.6933 8.71283C15.731 8.80387 15.7504 8.90145 15.7504 9C15.7504 9.09855 15.731 9.19613 15.6933 9.28717C15.6556 9.37822 15.6003 9.46094 15.5306 9.53063ZM21.75 12C21.75 13.9284 21.1782 15.8134 20.1068 17.4168C19.0355 19.0202 17.5127 20.2699 15.7312 21.0078C13.9496 21.7458 11.9892 21.9389 10.0979 21.5627C8.20656 21.1865 6.46928 20.2579 5.10571 18.8943C3.74215 17.5307 2.81355 15.7934 2.43735 13.9021C2.06114 12.0108 2.25422 10.0504 2.99218 8.26884C3.73013 6.48726 4.97982 4.96451 6.58319 3.89317C8.18657 2.82183 10.0716 2.25 12 2.25C14.585 2.25273 17.0634 3.28084 18.8913 5.10872C20.7192 6.93661 21.7473 9.41498 21.75 12ZM20.25 12C20.25 10.3683 19.7661 8.77325 18.8596 7.41655C17.9531 6.05984 16.6646 5.00242 15.1571 4.37799C13.6497 3.75357 11.9909 3.59019 10.3905 3.90852C8.79017 4.22685 7.32016 5.01259 6.16637 6.16637C5.01259 7.32015 4.22685 8.79016 3.90853 10.3905C3.5902 11.9908 3.75358 13.6496 4.378 15.1571C5.00242 16.6646 6.05984 17.9531 7.41655 18.8596C8.77326 19.7661 10.3683 20.25 12 20.25C14.1873 20.2475 16.2843 19.3775 17.8309 17.8309C19.3775 16.2843 20.2475 14.1873 20.25 12Z\" fill=\"#F72020\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",children:\"No/low energy production or savings\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",children:\"No/low energy production or savings\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1rfpg5a\",\"data-styles-preset\":\"fkA_RpGib\",children:\"No/low energy production or savings\"})}),className:\"framer-14h9w33\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nbf7wx\",\"data-framer-name\":\"Frame 427319557\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-4iheyc\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.5306 9.53063L13.0603 12L15.5306 14.4694C15.6003 14.5391 15.6556 14.6218 15.6933 14.7128C15.731 14.8039 15.7504 14.9015 15.7504 15C15.7504 15.0985 15.731 15.1961 15.6933 15.2872C15.6556 15.3782 15.6003 15.4609 15.5306 15.5306C15.4609 15.6003 15.3782 15.6556 15.2872 15.6933C15.1961 15.731 15.0986 15.7504 15 15.7504C14.9015 15.7504 14.8039 15.731 14.7128 15.6933C14.6218 15.6556 14.5391 15.6003 14.4694 15.5306L12 13.0603L9.53063 15.5306C9.46095 15.6003 9.37822 15.6556 9.28718 15.6933C9.19613 15.731 9.09855 15.7504 9 15.7504C8.90146 15.7504 8.80388 15.731 8.71283 15.6933C8.62179 15.6556 8.53906 15.6003 8.46938 15.5306C8.3997 15.4609 8.34442 15.3782 8.30671 15.2872C8.269 15.1961 8.24959 15.0985 8.24959 15C8.24959 14.9015 8.269 14.8039 8.30671 14.7128C8.34442 14.6218 8.3997 14.5391 8.46938 14.4694L10.9397 12L8.46938 9.53063C8.32865 9.38989 8.24959 9.19902 8.24959 9C8.24959 8.80098 8.32865 8.61011 8.46938 8.46937C8.61011 8.32864 8.80098 8.24958 9 8.24958C9.19903 8.24958 9.3899 8.32864 9.53063 8.46937L12 10.9397L14.4694 8.46937C14.5391 8.39969 14.6218 8.34442 14.7128 8.3067C14.8039 8.26899 14.9015 8.24958 15 8.24958C15.0986 8.24958 15.1961 8.26899 15.2872 8.3067C15.3782 8.34442 15.4609 8.39969 15.5306 8.46937C15.6003 8.53906 15.6556 8.62178 15.6933 8.71283C15.731 8.80387 15.7504 8.90145 15.7504 9C15.7504 9.09855 15.731 9.19613 15.6933 9.28717C15.6556 9.37822 15.6003 9.46094 15.5306 9.53063ZM21.75 12C21.75 13.9284 21.1782 15.8134 20.1068 17.4168C19.0355 19.0202 17.5127 20.2699 15.7312 21.0078C13.9496 21.7458 11.9892 21.9389 10.0979 21.5627C8.20656 21.1865 6.46928 20.2579 5.10571 18.8943C3.74215 17.5307 2.81355 15.7934 2.43735 13.9021C2.06114 12.0108 2.25422 10.0504 2.99218 8.26884C3.73013 6.48726 4.97982 4.96451 6.58319 3.89317C8.18657 2.82183 10.0716 2.25 12 2.25C14.585 2.25273 17.0634 3.28084 18.8913 5.10872C20.7192 6.93661 21.7473 9.41498 21.75 12ZM20.25 12C20.25 10.3683 19.7661 8.77325 18.8596 7.41655C17.9531 6.05984 16.6646 5.00242 15.1571 4.37799C13.6497 3.75357 11.9909 3.59019 10.3905 3.90852C8.79017 4.22685 7.32016 5.01259 6.16637 6.16637C5.01259 7.32015 4.22685 8.79016 3.90853 10.3905C3.5902 11.9908 3.75358 13.6496 4.378 15.1571C5.00242 16.6646 6.05984 17.9531 7.41655 18.8596C8.77326 19.7661 10.3683 20.25 12 20.25C14.1873 20.2475 16.2843 19.3775 17.8309 17.8309C19.3775 16.2843 20.2475 14.1873 20.25 12Z\" fill=\"#F72020\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",children:\"Loss of monitoring communication\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",children:\"Loss of monitoring communication\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1rfpg5a\",\"data-styles-preset\":\"fkA_RpGib\",children:\"Loss of monitoring communication\"})}),className:\"framer-1a8frag\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wcilc5\",\"data-framer-name\":\"Frame 427319558\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1madhf\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.5306 9.53063L13.0603 12L15.5306 14.4694C15.6003 14.5391 15.6556 14.6218 15.6933 14.7128C15.731 14.8039 15.7504 14.9015 15.7504 15C15.7504 15.0985 15.731 15.1961 15.6933 15.2872C15.6556 15.3782 15.6003 15.4609 15.5306 15.5306C15.4609 15.6003 15.3782 15.6556 15.2872 15.6933C15.1961 15.731 15.0986 15.7504 15 15.7504C14.9015 15.7504 14.8039 15.731 14.7128 15.6933C14.6218 15.6556 14.5391 15.6003 14.4694 15.5306L12 13.0603L9.53063 15.5306C9.46095 15.6003 9.37822 15.6556 9.28718 15.6933C9.19613 15.731 9.09855 15.7504 9 15.7504C8.90146 15.7504 8.80388 15.731 8.71283 15.6933C8.62179 15.6556 8.53906 15.6003 8.46938 15.5306C8.3997 15.4609 8.34442 15.3782 8.30671 15.2872C8.269 15.1961 8.24959 15.0985 8.24959 15C8.24959 14.9015 8.269 14.8039 8.30671 14.7128C8.34442 14.6218 8.3997 14.5391 8.46938 14.4694L10.9397 12L8.46938 9.53063C8.32865 9.38989 8.24959 9.19902 8.24959 9C8.24959 8.80098 8.32865 8.61011 8.46938 8.46937C8.61011 8.32864 8.80098 8.24958 9 8.24958C9.19903 8.24958 9.3899 8.32864 9.53063 8.46937L12 10.9397L14.4694 8.46937C14.5391 8.39969 14.6218 8.34442 14.7128 8.3067C14.8039 8.26899 14.9015 8.24958 15 8.24958C15.0986 8.24958 15.1961 8.26899 15.2872 8.3067C15.3782 8.34442 15.4609 8.39969 15.5306 8.46937C15.6003 8.53906 15.6556 8.62178 15.6933 8.71283C15.731 8.80387 15.7504 8.90145 15.7504 9C15.7504 9.09855 15.731 9.19613 15.6933 9.28717C15.6556 9.37822 15.6003 9.46094 15.5306 9.53063ZM21.75 12C21.75 13.9284 21.1782 15.8134 20.1068 17.4168C19.0355 19.0202 17.5127 20.2699 15.7312 21.0078C13.9496 21.7458 11.9892 21.9389 10.0979 21.5627C8.20656 21.1865 6.46928 20.2579 5.10571 18.8943C3.74215 17.5307 2.81355 15.7934 2.43735 13.9021C2.06114 12.0108 2.25422 10.0504 2.99218 8.26884C3.73013 6.48726 4.97982 4.96451 6.58319 3.89317C8.18657 2.82183 10.0716 2.25 12 2.25C14.585 2.25273 17.0634 3.28084 18.8913 5.10872C20.7192 6.93661 21.7473 9.41498 21.75 12ZM20.25 12C20.25 10.3683 19.7661 8.77325 18.8596 7.41655C17.9531 6.05984 16.6646 5.00242 15.1571 4.37799C13.6497 3.75357 11.9909 3.59019 10.3905 3.90852C8.79017 4.22685 7.32016 5.01259 6.16637 6.16637C5.01259 7.32015 4.22685 8.79016 3.90853 10.3905C3.5902 11.9908 3.75358 13.6496 4.378 15.1571C5.00242 16.6646 6.05984 17.9531 7.41655 18.8596C8.77326 19.7661 10.3683 20.25 12 20.25C14.1873 20.2475 16.2843 19.3775 17.8309 17.8309C19.3775 16.2843 20.2475 14.1873 20.25 12Z\" fill=\"#F72020\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",children:\"Inverter performance issues\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",children:\"Inverter performance issues\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1rfpg5a\",\"data-styles-preset\":\"fkA_RpGib\",children:\"Inverter performance issues\"})}),className:\"framer-pp7zpl\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i8i7bz\",\"data-framer-name\":\"Frame 427319559\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1r43mg8\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.5306 9.53063L13.0603 12L15.5306 14.4694C15.6003 14.5391 15.6556 14.6218 15.6933 14.7128C15.731 14.8039 15.7504 14.9015 15.7504 15C15.7504 15.0985 15.731 15.1961 15.6933 15.2872C15.6556 15.3782 15.6003 15.4609 15.5306 15.5306C15.4609 15.6003 15.3782 15.6556 15.2872 15.6933C15.1961 15.731 15.0986 15.7504 15 15.7504C14.9015 15.7504 14.8039 15.731 14.7128 15.6933C14.6218 15.6556 14.5391 15.6003 14.4694 15.5306L12 13.0603L9.53063 15.5306C9.46095 15.6003 9.37822 15.6556 9.28718 15.6933C9.19613 15.731 9.09855 15.7504 9 15.7504C8.90146 15.7504 8.80388 15.731 8.71283 15.6933C8.62179 15.6556 8.53906 15.6003 8.46938 15.5306C8.3997 15.4609 8.34442 15.3782 8.30671 15.2872C8.269 15.1961 8.24959 15.0985 8.24959 15C8.24959 14.9015 8.269 14.8039 8.30671 14.7128C8.34442 14.6218 8.3997 14.5391 8.46938 14.4694L10.9397 12L8.46938 9.53063C8.32865 9.38989 8.24959 9.19902 8.24959 9C8.24959 8.80098 8.32865 8.61011 8.46938 8.46937C8.61011 8.32864 8.80098 8.24958 9 8.24958C9.19903 8.24958 9.3899 8.32864 9.53063 8.46937L12 10.9397L14.4694 8.46937C14.5391 8.39969 14.6218 8.34442 14.7128 8.3067C14.8039 8.26899 14.9015 8.24958 15 8.24958C15.0986 8.24958 15.1961 8.26899 15.2872 8.3067C15.3782 8.34442 15.4609 8.39969 15.5306 8.46937C15.6003 8.53906 15.6556 8.62178 15.6933 8.71283C15.731 8.80387 15.7504 8.90145 15.7504 9C15.7504 9.09855 15.731 9.19613 15.6933 9.28717C15.6556 9.37822 15.6003 9.46094 15.5306 9.53063ZM21.75 12C21.75 13.9284 21.1782 15.8134 20.1068 17.4168C19.0355 19.0202 17.5127 20.2699 15.7312 21.0078C13.9496 21.7458 11.9892 21.9389 10.0979 21.5627C8.20656 21.1865 6.46928 20.2579 5.10571 18.8943C3.74215 17.5307 2.81355 15.7934 2.43735 13.9021C2.06114 12.0108 2.25422 10.0504 2.99218 8.26884C3.73013 6.48726 4.97982 4.96451 6.58319 3.89317C8.18657 2.82183 10.0716 2.25 12 2.25C14.585 2.25273 17.0634 3.28084 18.8913 5.10872C20.7192 6.93661 21.7473 9.41498 21.75 12ZM20.25 12C20.25 10.3683 19.7661 8.77325 18.8596 7.41655C17.9531 6.05984 16.6646 5.00242 15.1571 4.37799C13.6497 3.75357 11.9909 3.59019 10.3905 3.90852C8.79017 4.22685 7.32016 5.01259 6.16637 6.16637C5.01259 7.32015 4.22685 8.79016 3.90853 10.3905C3.5902 11.9908 3.75358 13.6496 4.378 15.1571C5.00242 16.6646 6.05984 17.9531 7.41655 18.8596C8.77326 19.7661 10.3683 20.25 12 20.25C14.1873 20.2475 16.2843 19.3775 17.8309 17.8309C19.3775 16.2843 20.2475 14.1873 20.25 12Z\" fill=\"#F72020\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",children:\"Loose components or safety issues\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",children:\"Loose components or safety issues\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1rfpg5a\",\"data-styles-preset\":\"fkA_RpGib\",children:\"Loose components or safety issues\"})}),className:\"framer-lqflp0\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-36grbj\",\"data-framer-name\":\"Frame 427319556\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fyfl9i\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1wzi5op\",\"data-framer-name\":\"Frame\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 15.531 9.531 L 13.06 12 L 15.531 14.469 C 15.6 14.539 15.656 14.622 15.693 14.713 C 15.731 14.804 15.75 14.901 15.75 15 C 15.75 15.098 15.731 15.196 15.693 15.287 C 15.656 15.378 15.6 15.461 15.531 15.531 C 15.461 15.6 15.378 15.656 15.287 15.693 C 15.196 15.731 15.099 15.75 15 15.75 C 14.902 15.75 14.804 15.731 14.713 15.693 C 14.622 15.656 14.539 15.6 14.469 15.531 L 12 13.06 L 9.531 15.531 C 9.461 15.6 9.378 15.656 9.287 15.693 C 9.196 15.731 9.099 15.75 9 15.75 C 8.901 15.75 8.804 15.731 8.713 15.693 C 8.622 15.656 8.539 15.6 8.469 15.531 C 8.4 15.461 8.344 15.378 8.307 15.287 C 8.269 15.196 8.25 15.098 8.25 15 C 8.25 14.901 8.269 14.804 8.307 14.713 C 8.344 14.622 8.4 14.539 8.469 14.469 L 10.94 12 L 8.469 9.531 C 8.329 9.39 8.25 9.199 8.25 9 C 8.25 8.801 8.329 8.61 8.469 8.469 C 8.61 8.329 8.801 8.25 9 8.25 C 9.199 8.25 9.39 8.329 9.531 8.469 L 12 10.94 L 14.469 8.469 C 14.539 8.4 14.622 8.344 14.713 8.307 C 14.804 8.269 14.902 8.25 15 8.25 C 15.099 8.25 15.196 8.269 15.287 8.307 C 15.378 8.344 15.461 8.4 15.531 8.469 C 15.6 8.539 15.656 8.622 15.693 8.713 C 15.731 8.804 15.75 8.901 15.75 9 C 15.75 9.099 15.731 9.196 15.693 9.287 C 15.656 9.378 15.6 9.461 15.531 9.531 Z M 21.75 12 C 21.75 13.928 21.178 15.813 20.107 17.417 C 19.035 19.02 17.513 20.27 15.731 21.008 C 13.95 21.746 11.989 21.939 10.098 21.563 C 8.207 21.186 6.469 20.258 5.106 18.894 C 3.742 17.531 2.814 15.793 2.437 13.902 C 2.061 12.011 2.254 10.05 2.992 8.269 C 3.73 6.487 4.98 4.965 6.583 3.893 C 8.187 2.822 10.072 2.25 12 2.25 C 14.585 2.253 17.063 3.281 18.891 5.109 C 20.719 6.937 21.747 9.415 21.75 12 Z M 20.25 12 C 20.25 10.368 19.766 8.773 18.86 7.417 C 17.953 6.06 16.665 5.002 15.157 4.378 C 13.65 3.754 11.991 3.59 10.39 3.909 C 8.79 4.227 7.32 5.013 6.166 6.166 C 5.013 7.32 4.227 8.79 3.909 10.391 C 3.59 11.991 3.754 13.65 4.378 15.157 C 5.002 16.665 6.06 17.953 7.417 18.86 C 8.773 19.766 10.368 20.25 12 20.25 C 14.187 20.248 16.284 19.378 17.831 17.831 C 19.377 16.284 20.247 14.187 20.25 12 Z\" fill=\"rgb(247,32,32)\"></path></svg>',svgContentId:11267006543,withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",children:\"Critter problems under or on top of your solar panels\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",children:\"Critter problems under or on top of your solar panels\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1rfpg5a\",\"data-styles-preset\":\"fkA_RpGib\",children:\"Critter problems under or on top of your solar panels\"})}),className:\"framer-rcdalq\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Po9trwOU3:{background:{alt:\"Solar panel repair crew fitting panels on metal roof\",fit:\"fill\",pixelHeight:409,pixelWidth:616,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 32px) / 2, 1px)`,src:\"https://framerusercontent.com/images/QqAMCTN8RfyY1AR1roQbX2ut3u8.webp\",srcSet:\"https://framerusercontent.com/images/QqAMCTN8RfyY1AR1roQbX2ut3u8.webp?scale-down-to=512 512w,https://framerusercontent.com/images/QqAMCTN8RfyY1AR1roQbX2ut3u8.webp 616w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Solar panel repair crew fitting panels on metal roof\",fit:\"fill\",pixelHeight:2005,pixelWidth:3015,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 32px) / 2, 1px)`,src:\"https://framerusercontent.com/images/byctEEDSqJdwlRrb1x8Z9WHNZA.jpg\",srcSet:\"https://framerusercontent.com/images/byctEEDSqJdwlRrb1x8Z9WHNZA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/byctEEDSqJdwlRrb1x8Z9WHNZA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/byctEEDSqJdwlRrb1x8Z9WHNZA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/byctEEDSqJdwlRrb1x8Z9WHNZA.jpg 3015w\"},className:\"framer-1gm21fl hidden-1dkc8jy hidden-29t5a2 hidden-avpb4i\",\"data-framer-name\":\"Image\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wkon0d\",\"data-framer-name\":\"Frame 4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{background:{alt:\"Technician unpacking toolbox for solar repair and monitoring in a field array\",fit:\"fill\",pixelHeight:2731,pixelWidth:4096,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg\",srcSet:\"https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg 4096w\"}},Po9trwOU3:{background:{alt:\"Technician unpacking toolbox for solar repair and monitoring in a field array\",fit:\"fill\",pixelHeight:800,pixelWidth:1136,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 32px) / 2, 1px) - 80px)`,src:\"https://framerusercontent.com/images/fgwoOcmamG02138gBbgys4CQdMA.webp\",srcSet:\"https://framerusercontent.com/images/fgwoOcmamG02138gBbgys4CQdMA.webp?scale-down-to=512 512w,https://framerusercontent.com/images/fgwoOcmamG02138gBbgys4CQdMA.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/fgwoOcmamG02138gBbgys4CQdMA.webp 1136w\"}},Vgnq8XUvZ:{background:{alt:\"Technician unpacking toolbox for solar repair and monitoring in a field array\",fit:\"fill\",pixelHeight:2731,pixelWidth:4096,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px) - 32px)`,src:\"https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg\",srcSet:\"https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg 4096w\"}},z4kZHrWjn:{background:{alt:\"Technician unpacking toolbox for solar repair and monitoring in a field array\",fit:\"fill\",pixelHeight:2731,pixelWidth:4096,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) - 80px)`,src:\"https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg\",srcSet:\"https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg 4096w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Technician unpacking toolbox for solar repair and monitoring in a field array\",fit:\"fill\",pixelHeight:2731,pixelWidth:4096,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 32px) / 2, 1px) - 80px)`,src:\"https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg\",srcSet:\"https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yyD3RQWIc0vbcdS8bFcRFOE8M.jpg 4096w\"},className:\"framer-aubjd7\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-885gtd\",\"data-framer-name\":\"Frame 5\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-uh7vgn\",\"data-framer-name\":\"Frame 3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",children:\"Here’s How We Help\"})}),className:\"framer-11rbogn\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lovgut\",\"data-framer-name\":\"Frame 2\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-yo093k\",\"data-framer-name\":\"Section Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",children:\"At Sunny Energy RX, we help with all solar-related issues, from solar repair and maintenance to solar panel bird proofing. We will perform a thorough diagnosis of your solar system and help you secure the manufacturer-warranty support you deserve. We have 17 years of hands-on experience with nearly all solar equipment installed in Arizona.\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",children:\"At Sunny Energy RX, we help with all solar-related issues, from solar repair and maintenance to solar panel bird proofing. We will perform a thorough diagnosis of your solar system and help you secure the manufacturer-warranty support you deserve. We have 17 years of hands-on experience with nearly all solar equipment installed in Arizona.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",children:\"At Sunny Energy RX, we help with all solar-related issues, from solar repair and maintenance to solar panel bird proofing. We will perform a thorough diagnosis of your solar system and help you secure the manufacturer-warranty support you deserve. We have 17 years of hands-on experience with nearly all solar equipment installed in Arizona.\"})}),className:\"framer-14rbqoa\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sramju\",\"data-framer-name\":\"Our Services\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jyjems\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kwurzb\",\"data-framer-name\":\"Heading and supporting text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Solar Services We Offer\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Solar Services We Offer\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14hbvb9\",\"data-styles-preset\":\"VZuHEfGkP\",style:{\"--framer-text-alignment\":\"center\"},children:\"Solar Services We Offer\"})}),className:\"framer-12i7x5y\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-alignment\":\"center\"},children:\"Comprehensive solar repair, maintenance, warranty support, and active monitoring solutions.\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-alignment\":\"center\"},children:\"Comprehensive solar repair, maintenance, warranty support, and active monitoring solutions.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-17ike8p\",\"data-styles-preset\":\"TqfX5OlV5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Comprehensive solar repair, maintenance, warranty support, and active monitoring solutions.\"})}),className:\"framer-kxz5co\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ddfaxk-container\",nodeId:\"c9KsUYlpU\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{variant:\"acoWSFs89\",WK3PMYzjP:resolvedLinks2[5]},lJHAuUfXP:{WK3PMYzjP:resolvedLinks2[4]},Po9trwOU3:{WK3PMYzjP:resolvedLinks2[1]},Vgnq8XUvZ:{variant:\"acoWSFs89\",WK3PMYzjP:resolvedLinks2[3]},z4kZHrWjn:{WK3PMYzjP:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(CTAButton,{dJFUek0A2:\"var(--token-ae4142cc-c527-40ec-9731-37eb2f7e4725, rgb(244, 176, 0))\",height:\"100%\",id:\"c9KsUYlpU\",K8dLJYC9A:\"Get Expert Support Today\",layoutId:\"c9KsUYlpU\",variant:\"oxDDUDHSc\",Vy8fmz_PC:\"rgb(0, 0, 0)\",width:\"100%\",WK3PMYzjP:resolvedLinks2[0]})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jqk3v9\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},Po9trwOU3:{width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1400px) - 48px) / 3, 50px)`},Vgnq8XUvZ:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},z4kZHrWjn:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 730px) - 48px) / 3, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 48px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10s2zj-container\",nodeId:\"wY8TOENf0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{variant:\"CNk_RT2B2\"},Po9trwOU3:{Pi60BsNUq:addImageAlt({pixelHeight:504,pixelWidth:757,src:\"https://framerusercontent.com/images/IAhX9YDkivN9VE9HmGxgEjQxDOM.webp\",srcSet:\"https://framerusercontent.com/images/IAhX9YDkivN9VE9HmGxgEjQxDOM.webp?scale-down-to=512 512w,https://framerusercontent.com/images/IAhX9YDkivN9VE9HmGxgEjQxDOM.webp 757w\"},\"\"),variant:\"eI0Lqi87u\"},Vgnq8XUvZ:{variant:\"CNk_RT2B2\"},z4kZHrWjn:{variant:\"CNk_RT2B2\"}},children:/*#__PURE__*/_jsx(OurServicesCard,{height:\"100%\",id:\"wY8TOENf0\",layoutId:\"wY8TOENf0\",style:{width:\"100%\"},variant:\"FfirnIFDb\",width:\"100%\",yqVVjUksB:\"We perform remote and on-site inspections to find hidden issues.\",YRUAybe8e:\"Solar System Diagnostics\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},Po9trwOU3:{width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1400px) - 48px) / 3, 50px)`},Vgnq8XUvZ:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},z4kZHrWjn:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 730px) - 48px) / 3, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 48px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rdzq4e-container\",nodeId:\"BFQySsREM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{variant:\"CNk_RT2B2\"},Po9trwOU3:{Pi60BsNUq:addImageAlt({pixelHeight:562,pixelWidth:632,src:\"https://framerusercontent.com/images/6HhYL9DN8y7Pg9P01BTvDkpkfU.webp\",srcSet:\"https://framerusercontent.com/images/6HhYL9DN8y7Pg9P01BTvDkpkfU.webp?scale-down-to=512 512w,https://framerusercontent.com/images/6HhYL9DN8y7Pg9P01BTvDkpkfU.webp 632w\"},\"\"),variant:\"eI0Lqi87u\"},Vgnq8XUvZ:{variant:\"CNk_RT2B2\"},z4kZHrWjn:{variant:\"CNk_RT2B2\"}},children:/*#__PURE__*/_jsx(OurServicesCard,{height:\"100%\",id:\"BFQySsREM\",layoutId:\"BFQySsREM\",Pi60BsNUq:addImageAlt({pixelHeight:1124,pixelWidth:1264,src:\"https://framerusercontent.com/images/JL5DvU5eKwUy6Umg6LxSiCUSU.png\",srcSet:\"https://framerusercontent.com/images/JL5DvU5eKwUy6Umg6LxSiCUSU.png?scale-down-to=512 512w,https://framerusercontent.com/images/JL5DvU5eKwUy6Umg6LxSiCUSU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JL5DvU5eKwUy6Umg6LxSiCUSU.png 1264w\"},\"Roof-mounted solar modules are being replaced by a professional solar repair team\"),style:{width:\"100%\"},variant:\"FfirnIFDb\",width:\"100%\",yqVVjUksB:\"We replace defective solar panels under warranty by trained techs.\",YRUAybe8e:\"Solar Panel Replacement\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},Po9trwOU3:{width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1400px) - 48px) / 3, 50px)`},Vgnq8XUvZ:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},z4kZHrWjn:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 730px) - 48px) / 3, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 48px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uof0ld-container\",nodeId:\"rFnyobCnL\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{variant:\"CNk_RT2B2\"},Po9trwOU3:{Pi60BsNUq:addImageAlt({pixelHeight:760,pixelWidth:810,src:\"https://framerusercontent.com/images/JUcLP1TYof6E1sY0Gm3BgjMoQ9Q.webp\",srcSet:\"https://framerusercontent.com/images/JUcLP1TYof6E1sY0Gm3BgjMoQ9Q.webp?scale-down-to=512 512w,https://framerusercontent.com/images/JUcLP1TYof6E1sY0Gm3BgjMoQ9Q.webp 810w\"},\"\"),variant:\"eI0Lqi87u\"},Vgnq8XUvZ:{variant:\"CNk_RT2B2\"},z4kZHrWjn:{variant:\"CNk_RT2B2\"}},children:/*#__PURE__*/_jsx(OurServicesCard,{height:\"100%\",id:\"rFnyobCnL\",layoutId:\"rFnyobCnL\",Pi60BsNUq:addImageAlt({pixelHeight:760,pixelWidth:810,src:\"https://framerusercontent.com/images/rEfrPoNza3ddgTyJinxVHhvcKU.png\",srcSet:\"https://framerusercontent.com/images/rEfrPoNza3ddgTyJinxVHhvcKU.png?scale-down-to=512 512w,https://framerusercontent.com/images/rEfrPoNza3ddgTyJinxVHhvcKU.png 810w\"},\"Worker replacing inverter components for solar repair service\"),style:{width:\"100%\"},variant:\"FfirnIFDb\",width:\"100%\",yqVVjUksB:\"We run inverter diagnostics and replace components under warranty.\",YRUAybe8e:\"Solar Inverter Replacement\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},Po9trwOU3:{width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1400px) - 48px) / 3, 50px)`},Vgnq8XUvZ:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},z4kZHrWjn:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 730px) - 48px) / 3, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 48px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-191ea0s-container\",nodeId:\"MEn8KoGUB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{variant:\"CNk_RT2B2\"},Po9trwOU3:{Pi60BsNUq:addImageAlt({pixelHeight:882,pixelWidth:1326,src:\"https://framerusercontent.com/images/6hTAdjDtyv6RNbf6CpXDu1uToQc.webp\",srcSet:\"https://framerusercontent.com/images/6hTAdjDtyv6RNbf6CpXDu1uToQc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/6hTAdjDtyv6RNbf6CpXDu1uToQc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/6hTAdjDtyv6RNbf6CpXDu1uToQc.webp 1326w\"},\"\"),variant:\"eI0Lqi87u\"},Vgnq8XUvZ:{variant:\"CNk_RT2B2\"},z4kZHrWjn:{variant:\"CNk_RT2B2\"}},children:/*#__PURE__*/_jsx(OurServicesCard,{height:\"100%\",id:\"MEn8KoGUB\",layoutId:\"MEn8KoGUB\",Pi60BsNUq:addImageAlt({pixelHeight:697,pixelWidth:1122,src:\"https://framerusercontent.com/images/PFVv4DvuSjYcLPf19pRz1H0HcMQ.png\",srcSet:\"https://framerusercontent.com/images/PFVv4DvuSjYcLPf19pRz1H0HcMQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/PFVv4DvuSjYcLPf19pRz1H0HcMQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PFVv4DvuSjYcLPf19pRz1H0HcMQ.png 1122w\"},\"Technician inspecting solar panel for performance troubleshooting\"),style:{width:\"100%\"},variant:\"FfirnIFDb\",width:\"100%\",yqVVjUksB:\"We identify hidden issues secretly impacting output and fix them.\",YRUAybe8e:\"Performance Troubleshooting\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},Po9trwOU3:{width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1400px) - 48px) / 3, 50px)`},Vgnq8XUvZ:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},z4kZHrWjn:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 730px) - 48px) / 3, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 48px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bwq6fq-container\",nodeId:\"Gs3iwGS05\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{variant:\"CNk_RT2B2\"},Po9trwOU3:{Pi60BsNUq:addImageAlt({pixelHeight:890,pixelWidth:1335,src:\"https://framerusercontent.com/images/jgbPyRyiTVaSf8QsFXmenRiDg.webp\",srcSet:\"https://framerusercontent.com/images/jgbPyRyiTVaSf8QsFXmenRiDg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/jgbPyRyiTVaSf8QsFXmenRiDg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/jgbPyRyiTVaSf8QsFXmenRiDg.webp 1335w\"},\"\"),variant:\"eI0Lqi87u\"},Vgnq8XUvZ:{variant:\"CNk_RT2B2\"},z4kZHrWjn:{variant:\"CNk_RT2B2\"}},children:/*#__PURE__*/_jsx(OurServicesCard,{height:\"100%\",id:\"Gs3iwGS05\",layoutId:\"Gs3iwGS05\",Pi60BsNUq:addImageAlt({pixelHeight:890,pixelWidth:1335,src:\"https://framerusercontent.com/images/D6s8Wx2cA0md3qVgUKtD4zs.png\",srcSet:\"https://framerusercontent.com/images/D6s8Wx2cA0md3qVgUKtD4zs.png?scale-down-to=512 512w,https://framerusercontent.com/images/D6s8Wx2cA0md3qVgUKtD4zs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/D6s8Wx2cA0md3qVgUKtD4zs.png 1335w\"},\"Worker processing solar warranty assistance to reduce repair costs\"),style:{width:\"100%\"},variant:\"FfirnIFDb\",width:\"100%\",yqVVjUksB:\"We handle warranty claims and paperwork to keep repair costs down.\",YRUAybe8e:\"Warranty Claim Assistance\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},Po9trwOU3:{width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1400px) - 48px) / 3, 50px)`},Vgnq8XUvZ:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},z4kZHrWjn:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 730px) - 48px) / 3, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 48px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gk005o-container\",nodeId:\"At0IGHqlq\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{variant:\"CNk_RT2B2\"},Po9trwOU3:{Pi60BsNUq:addImageAlt({pixelHeight:836,pixelWidth:1253,src:\"https://framerusercontent.com/images/mhQmBdDzDEXMSVcXicPYdLR5Lg.webp\",srcSet:\"https://framerusercontent.com/images/mhQmBdDzDEXMSVcXicPYdLR5Lg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/mhQmBdDzDEXMSVcXicPYdLR5Lg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/mhQmBdDzDEXMSVcXicPYdLR5Lg.webp 1253w\"},\"\"),variant:\"eI0Lqi87u\"},Vgnq8XUvZ:{variant:\"CNk_RT2B2\"},z4kZHrWjn:{variant:\"CNk_RT2B2\"}},children:/*#__PURE__*/_jsx(OurServicesCard,{height:\"100%\",id:\"At0IGHqlq\",layoutId:\"At0IGHqlq\",Pi60BsNUq:addImageAlt({pixelHeight:836,pixelWidth:1253,src:\"https://framerusercontent.com/images/MpzfE7scOdUzvnCwt0mUj6xn4o.png\",srcSet:\"https://framerusercontent.com/images/MpzfE7scOdUzvnCwt0mUj6xn4o.png?scale-down-to=512 512w,https://framerusercontent.com/images/MpzfE7scOdUzvnCwt0mUj6xn4o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MpzfE7scOdUzvnCwt0mUj6xn4o.png 1253w\"},\"Solar maintenance professional reviewing performance\"),style:{width:\"100%\"},variant:\"FfirnIFDb\",width:\"100%\",yqVVjUksB:\"We monitor data and maintain solar panels to prevent costly fixes.\",YRUAybe8e:\"Solar Panel Monitoring & Maintenance\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},Po9trwOU3:{width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1400px) - 48px) / 3, 50px)`},Vgnq8XUvZ:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},z4kZHrWjn:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 730px) - 48px) / 3, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 48px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ng1xpu-container\",nodeId:\"AuhaX8Pfb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{variant:\"CNk_RT2B2\"},Po9trwOU3:{Pi60BsNUq:addImageAlt({pixelHeight:882,pixelWidth:1594,src:\"https://framerusercontent.com/images/tJWHkA4rDhlI3H0HryUVu8cHu8.webp\",srcSet:\"https://framerusercontent.com/images/tJWHkA4rDhlI3H0HryUVu8cHu8.webp?scale-down-to=512 512w,https://framerusercontent.com/images/tJWHkA4rDhlI3H0HryUVu8cHu8.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/tJWHkA4rDhlI3H0HryUVu8cHu8.webp 1594w\"},\"\"),variant:\"eI0Lqi87u\"},Vgnq8XUvZ:{variant:\"CNk_RT2B2\"},z4kZHrWjn:{variant:\"CNk_RT2B2\"}},children:/*#__PURE__*/_jsx(OurServicesCard,{height:\"100%\",id:\"AuhaX8Pfb\",layoutId:\"AuhaX8Pfb\",Pi60BsNUq:addImageAlt({pixelHeight:882,pixelWidth:1594,src:\"https://framerusercontent.com/images/pckQGK9BFpMfDE7AEpHSI6UMBNE.png\",srcSet:\"https://framerusercontent.com/images/pckQGK9BFpMfDE7AEpHSI6UMBNE.png?scale-down-to=512 512w,https://framerusercontent.com/images/pckQGK9BFpMfDE7AEpHSI6UMBNE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pckQGK9BFpMfDE7AEpHSI6UMBNE.png 1594w\"},\"Technicians safely removing solar panels for roof repair and reinstallation service\"),style:{width:\"100%\"},variant:\"FfirnIFDb\",width:\"100%\",yqVVjUksB:\"We remove and remount panels safely for roof or home maintenance.\",YRUAybe8e:\"Solar Panel Removal & Reinstallation\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},Po9trwOU3:{width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1400px) - 48px) / 3, 50px)`},Vgnq8XUvZ:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},z4kZHrWjn:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 730px) - 48px) / 3, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 48px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ghfno8-container\",nodeId:\"UnOdQCJBG\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{variant:\"CNk_RT2B2\"},Po9trwOU3:{Pi60BsNUq:addImageAlt({pixelHeight:866,pixelWidth:1155,src:\"https://framerusercontent.com/images/HqPny2dwmOHbXyg9LwcZPKXrA.webp\",srcSet:\"https://framerusercontent.com/images/HqPny2dwmOHbXyg9LwcZPKXrA.webp?scale-down-to=512 512w,https://framerusercontent.com/images/HqPny2dwmOHbXyg9LwcZPKXrA.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/HqPny2dwmOHbXyg9LwcZPKXrA.webp 1155w\"},\"\"),variant:\"eI0Lqi87u\"},Vgnq8XUvZ:{variant:\"CNk_RT2B2\"},z4kZHrWjn:{variant:\"CNk_RT2B2\"}},children:/*#__PURE__*/_jsx(OurServicesCard,{height:\"100%\",id:\"UnOdQCJBG\",layoutId:\"UnOdQCJBG\",Pi60BsNUq:addImageAlt({pixelHeight:866,pixelWidth:1155,src:\"https://framerusercontent.com/images/HczsZ6XBbqPc19I2R1fOqaXd0.png\",srcSet:\"https://framerusercontent.com/images/HczsZ6XBbqPc19I2R1fOqaXd0.png?scale-down-to=512 512w,https://framerusercontent.com/images/HczsZ6XBbqPc19I2R1fOqaXd0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HczsZ6XBbqPc19I2R1fOqaXd0.png 1155w\"},\"Solar panel bird proofing mesh protecting rooftop modules\"),style:{width:\"100%\"},variant:\"FfirnIFDb\",width:\"100%\",yqVVjUksB:\"We remove nests and install critter guards to protect your panels.\",YRUAybe8e:\"Solar Panel Bird Proofing\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},Po9trwOU3:{width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1400px) - 48px) / 3, 50px)`},Vgnq8XUvZ:{width:`min((${componentViewport?.width||\"100vw\"} - 40px) * 0.8875, 1200px)`},z4kZHrWjn:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 730px) - 48px) / 3, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:350,width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 48px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g8v4yf-container\",nodeId:\"zc3kTzpDA\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{variant:\"CNk_RT2B2\"},Po9trwOU3:{Pi60BsNUq:addImageAlt({pixelHeight:868,pixelWidth:1310,src:\"https://framerusercontent.com/images/jSFBvGUal9oUMhrXfBhzeUkfMEE.webp\",srcSet:\"https://framerusercontent.com/images/jSFBvGUal9oUMhrXfBhzeUkfMEE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/jSFBvGUal9oUMhrXfBhzeUkfMEE.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/jSFBvGUal9oUMhrXfBhzeUkfMEE.webp 1310w\"},\"\"),variant:\"eI0Lqi87u\"},Vgnq8XUvZ:{variant:\"CNk_RT2B2\"},z4kZHrWjn:{variant:\"CNk_RT2B2\"}},children:/*#__PURE__*/_jsx(OurServicesCard,{height:\"100%\",id:\"zc3kTzpDA\",layoutId:\"zc3kTzpDA\",Pi60BsNUq:addImageAlt({pixelHeight:868,pixelWidth:1310,src:\"https://framerusercontent.com/images/8BHckb0USr0zmu4ovH3k4vY64mU.png\",srcSet:\"https://framerusercontent.com/images/8BHckb0USr0zmu4ovH3k4vY64mU.png?scale-down-to=512 512w,https://framerusercontent.com/images/8BHckb0USr0zmu4ovH3k4vY64mU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8BHckb0USr0zmu4ovH3k4vY64mU.png 1310w\"},\"Technician performing solar panel cleaning to restore peak output\"),style:{width:\"100%\"},variant:\"FfirnIFDb\",width:\"100%\",yqVVjUksB:\"We clean solar panels, remove dust & debris to restore peak output.\",YRUAybe8e:\"Solar Panel Cleaning\"})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z6lvrf\",\"data-framer-name\":\"Solar Monitoring\",id:elementId4,ref:ref5,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k9m4yf\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1egk2y4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Let’s Talk About Solar System Monitoring\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Let’s Talk About Solar System Monitoring\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14hbvb9\",\"data-styles-preset\":\"VZuHEfGkP\",style:{\"--framer-text-alignment\":\"center\"},children:\"Let’s Talk About Solar System Monitoring\"})}),className:\"framer-ujj5o9\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ayk5oj\",\"data-framer-name\":\"Content Stack\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lwwq5l\",\"data-framer-name\":\"Accordion Block\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1niaspf\",\"data-framer-name\":\"Text Wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s0oex4\",\"data-framer-name\":\"Text Block\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-color\":\"var(--token-b8da359b-62ca-40ce-882a-6c9c71392071, rgb(0, 0, 0))\"},children:\"Wouldn’t it be great if your solar company actually monitored the condition of your solar system? \"})}),className:\"framer-1rltllc\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-color\":\"var(--token-b8da359b-62ca-40ce-882a-6c9c71392071, rgb(0, 0, 0))\"},children:\"What if they also contacted you to alert you that there may be a problem with your solar system before you lose months of valuable energy production and utility bill savings?\"})}),className:\"framer-2umdtx\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-color\":\"var(--token-b8da359b-62ca-40ce-882a-6c9c71392071, rgb(0, 0, 0))\"},children:\"That’s what we do. Nearly all home solar systems installed since 2008 have remote monitoring capability. And if it’s not working, we can fix it.\"})}),className:\"framer-rf2dd0\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-color\":\"var(--token-b8da359b-62ca-40ce-882a-6c9c71392071, rgb(0, 0, 0))\"},children:\"We’ll use your system’s data to verify reasonable system performance throughout the year. And if something does not look right, we’ll contact you so that you can decide what steps you want to take to fix it.\"})}),className:\"framer-2nfewj\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-color\":\"var(--token-b8da359b-62ca-40ce-882a-6c9c71392071, rgb(0, 0, 0))\"},children:\"At Sunny Energy RX, our Monitoring Assurance Service helps you get the most out of your investment in solar.\"})}),className:\"framer-1k8i28z\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qjbciw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{background:{alt:\"Solar System Monitoring Service by Sunny Energy RX\",fit:\"fill\",intrinsicHeight:1908,intrinsicWidth:1398,pixelHeight:1024,pixelWidth:1133,sizes:`calc((${componentViewport?.width||\"100vw\"} - 40px) * 0.9314)`,src:\"https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png\",srcSet:\"https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png 1133w\"}},lJHAuUfXP:{background:{alt:\"Solar System Monitoring Service by Sunny Energy RX\",fit:\"fill\",intrinsicHeight:1908,intrinsicWidth:1398,pixelHeight:980,pixelWidth:1133,sizes:`calc((max(${componentViewport?.width||\"100vw\"}, 1px) - 128px) / 2.127)`,src:\"https://framerusercontent.com/images/bNI4ia8G4yXBiVGGmWUIKQtKECE.png\",srcSet:\"https://framerusercontent.com/images/bNI4ia8G4yXBiVGGmWUIKQtKECE.png?scale-down-to=512 512w,https://framerusercontent.com/images/bNI4ia8G4yXBiVGGmWUIKQtKECE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bNI4ia8G4yXBiVGGmWUIKQtKECE.png 1133w\"}},Po9trwOU3:{background:{alt:\"Solar System Monitoring Service by Sunny Energy RX\",fit:\"fill\",intrinsicHeight:1908,intrinsicWidth:1398,pixelHeight:1024,pixelWidth:1133,sizes:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px) - 128px, 1400px) * 0.4402)`,src:\"https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png\",srcSet:\"https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png 1133w\"}},Vgnq8XUvZ:{background:{alt:\"Solar System Monitoring Service by Sunny Energy RX\",fit:\"fill\",intrinsicHeight:1908,intrinsicWidth:1398,pixelHeight:1024,pixelWidth:1133,sizes:`calc((max(${componentViewport?.width||\"100vw\"}, 1px) - 40px) * 0.9314)`,src:\"https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png\",srcSet:\"https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png 1133w\"}},z4kZHrWjn:{background:{alt:\"Solar System Monitoring Service by Sunny Energy RX\",fit:\"fill\",intrinsicHeight:1908,intrinsicWidth:1398,pixelHeight:1024,pixelWidth:1133,sizes:`calc((max(${componentViewport?.width||\"100vw\"}, 1px) - 128px) * 0.88)`,src:\"https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png\",srcSet:\"https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png 1133w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Solar System Monitoring Service by Sunny Energy RX\",fit:\"fill\",intrinsicHeight:1908,intrinsicWidth:1398,pixelHeight:1024,pixelWidth:1133,sizes:`calc((max(${componentViewport?.width||\"100vw\"}, 1px) - 128px) * 0.4291)`,src:\"https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png\",srcSet:\"https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OX92dM8fjhS7jjiafN2vs0WU.png 1133w\"},className:\"framer-1uabu8a\",\"data-framer-name\":\"Image\",style:{transformPerspective:1200}})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bzuwbi\",\"data-framer-name\":\"About Card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10cs1lb\",\"data-framer-name\":\"Icon Wrap\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cmwvtu\",\"data-styles-preset\":\"ha8lujyMb\",style:{\"--framer-text-color\":\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255))\"},children:\"Monitoring Assurance\"})})},lJHAuUfXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-color\":\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255))\"},children:\"Monitoring Assurance\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-cmwvtu\",\"data-styles-preset\":\"ha8lujyMb\",style:{\"--framer-text-color\":\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255))\"},children:\"Monitoring Assurance\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1rfpg5a\",\"data-styles-preset\":\"fkA_RpGib\",style:{\"--framer-text-color\":\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255))\"},children:\"Monitoring Assurance\"})}),className:\"framer-pt2xq7\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bo5f1i\",\"data-framer-name\":\"Text Block\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16p9lqw\",\"data-styles-preset\":\"jNjaVdR56\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Sunny Energy RX\"})})},lJHAuUfXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-kjisiu\",\"data-styles-preset\":\"TVMpyDvi8\",style:{\"--framer-text-color\":\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255))\"},children:\"Sunny Energy RX\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16p9lqw\",\"data-styles-preset\":\"jNjaVdR56\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Sunny Energy RX\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-albchb\",\"data-styles-preset\":\"u4HucJ1bM\",style:{\"--framer-text-color\":\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255))\"},children:\"Sunny Energy RX\"})}),className:\"framer-nfoo02\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mrygn9\",\"data-framer-name\":\"Text Block\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dg4m2z\",\"data-styles-preset\":\"quz10_wWN\",style:{\"--framer-text-color\":\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255))\"},children:\"17 Years\"})})},lJHAuUfXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-knkxdd\",\"data-styles-preset\":\"eBBCT_0K_\",style:{\"--framer-text-color\":\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255))\"},children:\"17 Years\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dg4m2z\",\"data-styles-preset\":\"quz10_wWN\",style:{\"--framer-text-color\":\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255))\"},children:\"17 Years\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-en500z\",\"data-styles-preset\":\"U19MQ_90r\",style:{\"--framer-text-color\":\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255))\"},children:\"17 Years\"})}),className:\"framer-4xabq7\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dg4m2z\",\"data-styles-preset\":\"quz10_wWN\",style:{\"--framer-text-color\":\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255))\"},children:\"of Solar Expertise\"})})},lJHAuUfXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-knkxdd\",\"data-styles-preset\":\"eBBCT_0K_\",style:{\"--framer-text-color\":\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255))\"},children:\"of Solar Expertise\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dg4m2z\",\"data-styles-preset\":\"quz10_wWN\",style:{\"--framer-text-color\":\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255))\"},children:\"of Solar Expertise\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-en500z\",\"data-styles-preset\":\"U19MQ_90r\",style:{\"--framer-text-color\":\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255))\"},children:\"of Solar Expertise\"})}),className:\"framer-1us1xpq\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qrmpez\",\"data-framer-name\":\"Image 3\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1syealz\",\"data-framer-name\":\"Finalised Iteration\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nn9n89\",\"data-framer-name\":\"Frame 1984079143\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-color\":\"var(--token-875a7076-6560-42d5-a5d2-f80767f2f105, rgb(254, 254, 254))\"},children:\"Wondering how much solar could cut your bills?\"})}),fonts:[\"Inter\"]},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-color\":\"var(--token-875a7076-6560-42d5-a5d2-f80767f2f105, rgb(254, 254, 254))\"},children:\"Wondering how much solar could cut your bills?\"})}),fonts:[\"Inter\"]},z4kZHrWjn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14hbvb9\",\"data-styles-preset\":\"VZuHEfGkP\",style:{\"--framer-text-color\":\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255))\"},children:\"Wondering how much solar could cut your bills?\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"64px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Wondering how much solar could cut your bills?\"})}),className:\"framer-1i14l33\",\"data-framer-name\":\"Wondering how much solar could cut your bills?\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-color\":\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255))\"},children:\"Our Solar Quote Tool helps you find your solar savings in seconds.\"})}),fonts:[\"Inter\"]},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-color\":\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255))\"},children:\"Our Solar Quote Tool helps you find your solar savings in seconds.\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Our Solar Quote Tool helps you find your solar savings in seconds.\"})}),className:\"framer-1x5f1ba\",\"data-framer-name\":\"Our Solar Quote Tool helps you find your solar savings in seconds.\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gabv7m-container\",nodeId:\"Ut3WrLW2A\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{variant:\"acoWSFs89\"},Vgnq8XUvZ:{variant:\"acoWSFs89\"}},children:/*#__PURE__*/_jsx(CTAButton,{dJFUek0A2:\"var(--token-ae4142cc-c527-40ec-9731-37eb2f7e4725, rgb(244, 176, 0))\",height:\"100%\",id:\"Ut3WrLW2A\",K8dLJYC9A:\"Calculate your savings\",layoutId:\"Ut3WrLW2A\",variant:\"oxDDUDHSc\",Vy8fmz_PC:\"rgb(0, 0, 0)\",width:\"100%\",WK3PMYzjP:\"https://quote.sunnyenergysolar.com/\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{background:{alt:\"\",fit:\"fill\",pixelHeight:571,pixelWidth:1e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, (${componentViewport?.width||\"100vw\"} - 40px) * 12) - 40px)`,src:\"https://framerusercontent.com/images/X2I428c0Ah4Q1IPxMDxqjp6R1dY.jpg\",srcSet:\"https://framerusercontent.com/images/X2I428c0Ah4Q1IPxMDxqjp6R1dY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/X2I428c0Ah4Q1IPxMDxqjp6R1dY.jpg 1000w\"}},lJHAuUfXP:{background:{alt:\"\",fit:\"fill\",pixelHeight:571,pixelWidth:1e3,sizes:\"420px\",src:\"https://framerusercontent.com/images/X2I428c0Ah4Q1IPxMDxqjp6R1dY.jpg\",srcSet:\"https://framerusercontent.com/images/X2I428c0Ah4Q1IPxMDxqjp6R1dY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/X2I428c0Ah4Q1IPxMDxqjp6R1dY.jpg 1000w\"}},Vgnq8XUvZ:{background:{alt:\"\",fit:\"fill\",pixelHeight:571,pixelWidth:1e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, (${componentViewport?.width||\"100vw\"} - 40px) * 12) - 40px)`,src:\"https://framerusercontent.com/images/X2I428c0Ah4Q1IPxMDxqjp6R1dY.jpg\",srcSet:\"https://framerusercontent.com/images/X2I428c0Ah4Q1IPxMDxqjp6R1dY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/X2I428c0Ah4Q1IPxMDxqjp6R1dY.jpg 1000w\"}},z4kZHrWjn:{background:{alt:\"\",fit:\"fill\",pixelHeight:571,pixelWidth:1e3,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 80px, (${componentViewport?.width||\"100vw\"} - 80px) * 12) - 64px)`,src:\"https://framerusercontent.com/images/X2I428c0Ah4Q1IPxMDxqjp6R1dY.jpg\",srcSet:\"https://framerusercontent.com/images/X2I428c0Ah4Q1IPxMDxqjp6R1dY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/X2I428c0Ah4Q1IPxMDxqjp6R1dY.jpg 1000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:571,pixelWidth:1e3,sizes:\"483px\",src:\"https://framerusercontent.com/images/X2I428c0Ah4Q1IPxMDxqjp6R1dY.jpg\",srcSet:\"https://framerusercontent.com/images/X2I428c0Ah4Q1IPxMDxqjp6R1dY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/X2I428c0Ah4Q1IPxMDxqjp6R1dY.jpg 1000w\"},className:\"framer-oo79s0\",\"data-framer-name\":\"Rectangle 1\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{background:undefined},Vgnq8XUvZ:{background:undefined},z4kZHrWjn:{background:undefined}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:4096,pixelWidth:5760,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/uMRJnVbA0PnwRuTn6js6i9u98.png\",srcSet:\"https://framerusercontent.com/images/uMRJnVbA0PnwRuTn6js6i9u98.png?scale-down-to=512 512w,https://framerusercontent.com/images/uMRJnVbA0PnwRuTn6js6i9u98.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uMRJnVbA0PnwRuTn6js6i9u98.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/uMRJnVbA0PnwRuTn6js6i9u98.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/uMRJnVbA0PnwRuTn6js6i9u98.png 5760w\"},className:\"framer-w4qm53\",\"data-framer-name\":\"Form\",id:elementId5,ref:ref6,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7dg9qd\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cao77l\",\"data-framer-name\":\"Frame 1000005507\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hp7i7d\",\"data-framer-name\":\"Frame 6\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Why Choose Us?\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Why Choose Us?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14hbvb9\",\"data-styles-preset\":\"VZuHEfGkP\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Why Choose Us?\"})}),className:\"framer-1riaktw\",\"data-framer-name\":\"Why Choose us\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Like most homeowners with solar, you probably spent $30,000 to $50,000 or maybe more on your investment in clean solar energy. Your solar investment deserves our expert care, especially when your original installer is no longer available.  \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Don’t take our word for it. Our work and your results will speak volumes for us.\"})]}),className:\"framer-d31djv\",\"data-framer-name\":\"Your solar investment deserves expert care, especially when your original installer is no longer available.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pxzvke\",\"data-framer-name\":\"Frame 52\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k71jle\",\"data-framer-name\":\"Frame 427319552\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11ie17y\",\"data-framer-name\":\"Frame 52\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 54 56.208\" overflow=\"visible\"><g><g><path d=\"M 27.094 37.188 C 27.094 37.728 26.622 38.167 26.039 38.167 C 25.457 38.167 24.984 37.728 24.984 37.188 C 24.984 36.647 25.457 36.208 26.039 36.208 C 26.622 36.208 27.094 36.647 27.094 37.188 Z M 49.559 28.375 C 49.559 25.135 46.72 22.5 43.23 22.5 C 39.741 22.5 36.902 25.135 36.902 28.375 C 36.902 31.615 39.741 34.25 43.23 34.25 C 46.72 34.25 49.559 31.615 49.559 28.375 Z M 43.23 32.292 C 40.904 32.292 39.012 30.535 39.012 28.375 C 39.012 26.215 40.904 24.458 43.23 24.458 C 45.557 24.458 47.449 26.215 47.449 28.375 C 47.449 30.535 45.557 32.292 43.23 32.292 Z M 43.23 32.292\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 44.191 44.458 C 41.534 44.458 38.883 45.483 37.078 47.143 C 34.702 44.244 31.037 42.5 27 42.5 C 23.134 42.5 19.387 44.138 16.922 47.143 C 15.117 45.483 12.467 44.458 9.809 44.458 C 4.492 44.458 0 48.494 0 53.271 L 0 55.229 C 0 55.77 0.472 56.208 1.055 56.208 L 52.945 56.208 C 53.528 56.208 54 55.77 54 55.229 L 54 53.271 C 54 48.494 49.508 44.458 44.191 44.458 Z M 2.109 53.271 C 2.109 49.555 5.635 46.417 9.809 46.417 C 12.092 46.417 14.357 47.356 15.759 48.849 C 14.829 50.519 14.343 52.371 14.344 54.25 L 2.109 54.25 Z M 27 44.458 C 32.869 44.458 37.547 48.879 37.547 54.25 L 16.453 54.25 C 16.453 48.808 21.227 44.458 27 44.458 Z M 51.891 54.25 L 39.656 54.25 C 39.657 52.371 39.171 50.519 38.241 48.849 C 39.643 47.356 41.908 46.417 44.191 46.417 C 48.365 46.417 51.891 49.555 51.891 53.271 Z M 51.891 54.25\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 16.887 29.375 C 16.887 26.135 14.049 23.5 10.559 23.5 C 7.07 23.5 4.231 26.135 4.231 29.375 C 4.231 32.615 7.07 35.25 10.559 35.25 C 14.049 35.25 16.887 32.615 16.887 29.375 Z M 10.559 33.292 C 8.233 33.292 6.34 31.535 6.34 29.375 C 6.34 27.215 8.233 25.458 10.559 25.458 C 12.885 25.458 14.778 27.215 14.778 29.375 C 14.778 31.535 12.885 33.292 10.559 33.292 Z M 36.188 25.458 C 36.188 21.139 32.403 17.625 27.751 17.625 C 23.098 17.625 19.313 21.139 19.313 25.458 C 19.313 29.778 23.098 33.292 27.751 33.292 C 32.403 33.292 36.188 29.778 36.188 25.458 Z M 27.751 31.333 C 24.261 31.333 21.422 28.698 21.422 25.458 C 21.422 22.219 24.261 19.583 27.751 19.583 C 31.24 19.583 34.079 22.219 34.079 25.458 C 34.079 28.698 31.24 31.333 27.751 31.333 Z M 36.097 5.695 C 35.973 5.34 35.643 5.082 35.246 5.029 L 30.697 4.415 L 28.66 0.549 C 28.483 0.213 28.116 0 27.713 0 C 27.31 0 26.942 0.213 26.765 0.549 L 24.729 4.415 L 20.18 5.028 C 19.782 5.082 19.452 5.34 19.328 5.695 C 19.204 6.049 19.307 6.438 19.595 6.698 L 22.889 9.679 L 22.112 13.889 C 22.044 14.256 22.207 14.627 22.532 14.846 C 22.856 15.065 23.287 15.094 23.642 14.92 L 27.713 12.933 L 31.785 14.92 C 32.14 15.094 32.571 15.065 32.895 14.846 C 33.22 14.627 33.383 14.255 33.315 13.888 L 32.537 9.679 L 35.831 6.698 C 36.118 6.438 36.222 6.049 36.098 5.695 Z M 30.667 8.636 C 30.418 8.861 30.305 9.185 30.363 9.503 L 30.874 12.264 L 28.203 10.96 C 27.896 10.811 27.529 10.811 27.222 10.96 L 24.552 12.264 L 25.062 9.503 C 25.12 9.185 25.007 8.861 24.758 8.636 L 22.598 6.681 L 25.583 6.279 C 25.928 6.233 26.226 6.031 26.379 5.74 L 27.713 3.208 L 29.046 5.74 C 29.199 6.031 29.497 6.233 29.842 6.279 L 32.828 6.681 Z M 51.862 13.034 C 51.738 12.679 51.408 12.421 51.01 12.367 L 47.928 11.952 L 46.55 9.358 C 46.373 9.024 46.006 8.812 45.604 8.813 L 45.604 8.813 C 45.203 8.813 44.836 9.024 44.659 9.358 L 43.28 11.952 L 40.197 12.367 C 39.8 12.421 39.47 12.679 39.346 13.034 C 39.222 13.388 39.325 13.777 39.613 14.037 L 41.843 16.056 L 41.316 18.906 C 41.248 19.273 41.411 19.644 41.736 19.863 C 42.06 20.082 42.491 20.112 42.846 19.938 L 45.604 18.593 L 48.361 19.938 C 48.716 20.111 49.147 20.082 49.472 19.863 C 49.796 19.644 49.959 19.273 49.891 18.906 L 49.365 16.056 L 51.595 14.037 C 51.883 13.777 51.986 13.388 51.862 13.034 Z M 47.495 15.014 C 47.247 15.238 47.133 15.563 47.192 15.88 L 47.451 17.282 L 46.095 16.62 C 45.788 16.47 45.421 16.47 45.114 16.62 L 43.757 17.282 L 44.016 15.88 C 44.074 15.563 43.961 15.239 43.713 15.014 L 42.615 14.02 L 44.132 13.816 C 44.475 13.77 44.772 13.569 44.926 13.28 L 45.604 12.005 L 46.282 13.28 C 46.435 13.569 46.732 13.769 47.076 13.816 L 48.593 14.02 Z M 16.002 13.034 C 15.878 12.679 15.548 12.421 15.151 12.367 L 12.069 11.952 L 10.691 9.358 C 10.513 9.024 10.147 8.813 9.745 8.813 C 9.343 8.813 8.977 9.024 8.799 9.358 L 7.42 11.952 L 4.338 12.367 C 3.941 12.421 3.611 12.679 3.487 13.034 C 3.362 13.388 3.466 13.777 3.753 14.037 L 5.983 16.056 L 5.457 18.906 C 5.39 19.273 5.552 19.644 5.877 19.864 C 6.202 20.083 6.632 20.112 6.987 19.938 L 9.745 18.593 L 12.502 19.938 C 12.857 20.112 13.288 20.083 13.613 19.863 C 13.937 19.644 14.1 19.273 14.032 18.906 L 13.505 16.056 L 15.736 14.037 C 16.023 13.777 16.127 13.388 16.002 13.034 Z M 11.636 15.014 C 11.387 15.239 11.274 15.563 11.332 15.88 L 11.592 17.282 L 10.235 16.62 C 9.928 16.47 9.561 16.47 9.254 16.62 L 7.897 17.282 L 8.156 15.88 C 8.215 15.563 8.101 15.239 7.853 15.014 L 6.755 14.02 L 8.272 13.816 C 8.616 13.769 8.912 13.569 9.066 13.28 L 9.744 12.005 L 10.422 13.28 C 10.576 13.569 10.873 13.769 11.216 13.816 L 12.733 14.02 Z M 32.372 38.49 C 32.139 38.348 31.853 38.297 31.579 38.35 C 31.305 38.403 31.065 38.554 30.912 38.771 C 30.592 39.223 30.727 39.83 31.214 40.127 C 32.188 40.72 32.967 41.549 33.468 42.525 C 33.588 42.759 33.804 42.94 34.067 43.027 C 34.331 43.114 34.621 43.1 34.873 42.988 C 35.4 42.756 35.623 42.171 35.373 41.683 C 34.706 40.384 33.668 39.28 32.372 38.49 Z M 32.372 38.49\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></g></g></svg>'},Vgnq8XUvZ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 54 56.208\" overflow=\"visible\"><g><g><path d=\"M 27.094 37.188 C 27.094 37.728 26.622 38.167 26.039 38.167 C 25.457 38.167 24.984 37.728 24.984 37.188 C 24.984 36.647 25.457 36.208 26.039 36.208 C 26.622 36.208 27.094 36.647 27.094 37.188 Z M 49.559 28.375 C 49.559 25.135 46.72 22.5 43.23 22.5 C 39.741 22.5 36.902 25.135 36.902 28.375 C 36.902 31.615 39.741 34.25 43.23 34.25 C 46.72 34.25 49.559 31.615 49.559 28.375 Z M 43.23 32.292 C 40.904 32.292 39.012 30.535 39.012 28.375 C 39.012 26.215 40.904 24.458 43.23 24.458 C 45.557 24.458 47.449 26.215 47.449 28.375 C 47.449 30.535 45.557 32.292 43.23 32.292 Z M 43.23 32.292\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 44.191 44.458 C 41.534 44.458 38.883 45.483 37.078 47.143 C 34.702 44.244 31.037 42.5 27 42.5 C 23.134 42.5 19.387 44.138 16.922 47.143 C 15.117 45.483 12.467 44.458 9.809 44.458 C 4.492 44.458 0 48.494 0 53.271 L 0 55.229 C 0 55.77 0.472 56.208 1.055 56.208 L 52.945 56.208 C 53.528 56.208 54 55.77 54 55.229 L 54 53.271 C 54 48.494 49.508 44.458 44.191 44.458 Z M 2.109 53.271 C 2.109 49.555 5.635 46.417 9.809 46.417 C 12.092 46.417 14.357 47.356 15.759 48.849 C 14.829 50.519 14.343 52.371 14.344 54.25 L 2.109 54.25 Z M 27 44.458 C 32.869 44.458 37.547 48.879 37.547 54.25 L 16.453 54.25 C 16.453 48.808 21.227 44.458 27 44.458 Z M 51.891 54.25 L 39.656 54.25 C 39.657 52.371 39.171 50.519 38.241 48.849 C 39.643 47.356 41.908 46.417 44.191 46.417 C 48.365 46.417 51.891 49.555 51.891 53.271 Z M 51.891 54.25\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 16.887 29.375 C 16.887 26.135 14.049 23.5 10.559 23.5 C 7.07 23.5 4.231 26.135 4.231 29.375 C 4.231 32.615 7.07 35.25 10.559 35.25 C 14.049 35.25 16.887 32.615 16.887 29.375 Z M 10.559 33.292 C 8.233 33.292 6.34 31.535 6.34 29.375 C 6.34 27.215 8.233 25.458 10.559 25.458 C 12.885 25.458 14.778 27.215 14.778 29.375 C 14.778 31.535 12.885 33.292 10.559 33.292 Z M 36.188 25.458 C 36.188 21.139 32.403 17.625 27.751 17.625 C 23.098 17.625 19.313 21.139 19.313 25.458 C 19.313 29.778 23.098 33.292 27.751 33.292 C 32.403 33.292 36.188 29.778 36.188 25.458 Z M 27.751 31.333 C 24.261 31.333 21.422 28.698 21.422 25.458 C 21.422 22.219 24.261 19.583 27.751 19.583 C 31.24 19.583 34.079 22.219 34.079 25.458 C 34.079 28.698 31.24 31.333 27.751 31.333 Z M 36.097 5.695 C 35.973 5.34 35.643 5.082 35.246 5.029 L 30.697 4.415 L 28.66 0.549 C 28.483 0.213 28.116 0 27.713 0 C 27.31 0 26.942 0.213 26.765 0.549 L 24.729 4.415 L 20.18 5.028 C 19.782 5.082 19.452 5.34 19.328 5.695 C 19.204 6.049 19.307 6.438 19.595 6.698 L 22.889 9.679 L 22.112 13.889 C 22.044 14.256 22.207 14.627 22.532 14.846 C 22.856 15.065 23.287 15.094 23.642 14.92 L 27.713 12.933 L 31.785 14.92 C 32.14 15.094 32.571 15.065 32.895 14.846 C 33.22 14.627 33.383 14.255 33.315 13.888 L 32.537 9.679 L 35.831 6.698 C 36.118 6.438 36.222 6.049 36.098 5.695 Z M 30.667 8.636 C 30.418 8.861 30.305 9.185 30.363 9.503 L 30.874 12.264 L 28.203 10.96 C 27.896 10.811 27.529 10.811 27.222 10.96 L 24.552 12.264 L 25.062 9.503 C 25.12 9.185 25.007 8.861 24.758 8.636 L 22.598 6.681 L 25.583 6.279 C 25.928 6.233 26.226 6.031 26.379 5.74 L 27.713 3.208 L 29.046 5.74 C 29.199 6.031 29.497 6.233 29.842 6.279 L 32.828 6.681 Z M 51.862 13.034 C 51.738 12.679 51.408 12.421 51.01 12.367 L 47.928 11.952 L 46.55 9.358 C 46.373 9.024 46.006 8.812 45.604 8.813 L 45.604 8.813 C 45.203 8.813 44.836 9.024 44.659 9.358 L 43.28 11.952 L 40.197 12.367 C 39.8 12.421 39.47 12.679 39.346 13.034 C 39.222 13.388 39.325 13.777 39.613 14.037 L 41.843 16.056 L 41.316 18.906 C 41.248 19.273 41.411 19.644 41.736 19.863 C 42.06 20.082 42.491 20.112 42.846 19.938 L 45.604 18.593 L 48.361 19.938 C 48.716 20.111 49.147 20.082 49.472 19.863 C 49.796 19.644 49.959 19.273 49.891 18.906 L 49.365 16.056 L 51.595 14.037 C 51.883 13.777 51.986 13.388 51.862 13.034 Z M 47.495 15.014 C 47.247 15.238 47.133 15.563 47.192 15.88 L 47.451 17.282 L 46.095 16.62 C 45.788 16.47 45.421 16.47 45.114 16.62 L 43.757 17.282 L 44.016 15.88 C 44.074 15.563 43.961 15.239 43.713 15.014 L 42.615 14.02 L 44.132 13.816 C 44.475 13.77 44.772 13.569 44.926 13.28 L 45.604 12.005 L 46.282 13.28 C 46.435 13.569 46.732 13.769 47.076 13.816 L 48.593 14.02 Z M 16.002 13.034 C 15.878 12.679 15.548 12.421 15.151 12.367 L 12.069 11.952 L 10.691 9.358 C 10.513 9.024 10.147 8.813 9.745 8.813 C 9.343 8.813 8.977 9.024 8.799 9.358 L 7.42 11.952 L 4.338 12.367 C 3.941 12.421 3.611 12.679 3.487 13.034 C 3.362 13.388 3.466 13.777 3.753 14.037 L 5.983 16.056 L 5.457 18.906 C 5.39 19.273 5.552 19.644 5.877 19.864 C 6.202 20.083 6.632 20.112 6.987 19.938 L 9.745 18.593 L 12.502 19.938 C 12.857 20.112 13.288 20.083 13.613 19.863 C 13.937 19.644 14.1 19.273 14.032 18.906 L 13.505 16.056 L 15.736 14.037 C 16.023 13.777 16.127 13.388 16.002 13.034 Z M 11.636 15.014 C 11.387 15.239 11.274 15.563 11.332 15.88 L 11.592 17.282 L 10.235 16.62 C 9.928 16.47 9.561 16.47 9.254 16.62 L 7.897 17.282 L 8.156 15.88 C 8.215 15.563 8.101 15.239 7.853 15.014 L 6.755 14.02 L 8.272 13.816 C 8.616 13.769 8.912 13.569 9.066 13.28 L 9.744 12.005 L 10.422 13.28 C 10.576 13.569 10.873 13.769 11.216 13.816 L 12.733 14.02 Z M 32.372 38.49 C 32.139 38.348 31.853 38.297 31.579 38.35 C 31.305 38.403 31.065 38.554 30.912 38.771 C 30.592 39.223 30.727 39.83 31.214 40.127 C 32.188 40.72 32.967 41.549 33.468 42.525 C 33.588 42.759 33.804 42.94 34.067 43.027 C 34.331 43.114 34.621 43.1 34.873 42.988 C 35.4 42.756 35.623 42.171 35.373 41.683 C 34.706 40.384 33.668 39.28 32.372 38.49 Z M 32.372 38.49\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></g></g></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1i9f80d\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 54 47\" overflow=\"visible\"><g><g><path d=\"M 28.055 38.188 C 28.055 38.728 27.583 39.167 27 39.167 C 26.417 39.167 25.945 38.728 25.945 38.188 C 25.945 37.647 26.417 37.208 27 37.208 C 27.583 37.208 28.055 37.647 28.055 38.188 Z M 50.52 29.375 C 50.52 26.135 47.681 23.5 44.191 23.5 C 40.702 23.5 37.863 26.135 37.863 29.375 C 37.863 32.615 40.702 35.25 44.191 35.25 C 47.681 35.25 50.52 32.615 50.52 29.375 Z M 44.191 33.292 C 41.865 33.292 39.973 31.535 39.973 29.375 C 39.973 27.215 41.865 25.458 44.191 25.458 C 46.518 25.458 48.41 27.215 48.41 29.375 C 48.41 31.535 46.518 33.292 44.191 33.292 Z M 44.191 33.292\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 44.191 35.25 C 41.534 35.25 38.883 36.274 37.078 37.935 C 34.702 35.036 31.037 33.292 27 33.292 C 23.134 33.292 19.387 34.93 16.922 37.935 C 15.117 36.275 12.467 35.25 9.809 35.25 C 4.492 35.25 0 39.286 0 44.062 L 0 46.021 C 0 46.562 0.472 47 1.055 47 L 52.945 47 C 53.528 47 54 46.562 54 46.021 L 54 44.062 C 54 39.286 49.508 35.25 44.191 35.25 Z M 2.109 44.062 C 2.109 40.347 5.635 37.208 9.809 37.208 C 12.092 37.208 14.357 38.148 15.759 39.641 C 14.829 41.31 14.343 43.162 14.344 45.042 L 2.109 45.042 Z M 27 35.25 C 32.869 35.25 37.547 39.671 37.547 45.042 L 16.453 45.042 C 16.453 39.599 21.227 35.25 27 35.25 Z M 51.891 45.042 L 39.656 45.042 C 39.657 43.162 39.171 41.31 38.241 39.641 C 39.643 38.148 41.908 37.208 44.191 37.208 C 48.365 37.208 51.891 40.347 51.891 44.062 Z M 51.891 45.042\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 16.141 29.375 C 16.141 26.135 13.302 23.5 9.812 23.5 C 6.323 23.5 3.484 26.135 3.484 29.375 C 3.484 32.615 6.323 35.25 9.812 35.25 C 13.302 35.25 16.141 32.615 16.141 29.375 Z M 9.812 33.292 C 7.486 33.292 5.594 31.535 5.594 29.375 C 5.594 27.215 7.486 25.458 9.812 25.458 C 12.139 25.458 14.031 27.215 14.031 29.375 C 14.031 31.535 12.139 33.292 9.812 33.292 Z M 35.441 25.458 C 35.441 21.139 31.656 17.625 27.004 17.625 C 22.351 17.625 18.566 21.139 18.566 25.458 C 18.566 29.778 22.351 33.292 27.004 33.292 C 31.656 33.292 35.441 29.778 35.441 25.458 Z M 27.004 31.333 C 23.514 31.333 20.676 28.698 20.676 25.458 C 20.676 22.219 23.514 19.583 27.004 19.583 C 30.493 19.583 33.332 22.219 33.332 25.458 C 33.332 28.698 30.493 31.333 27.004 31.333 Z M 35.351 5.695 C 35.227 5.34 34.897 5.082 34.499 5.029 L 29.95 4.415 L 27.913 0.549 C 27.736 0.213 27.369 0 26.966 0 C 26.563 0 26.196 0.213 26.018 0.549 L 23.982 4.415 L 19.433 5.028 C 19.035 5.082 18.705 5.34 18.581 5.695 C 18.457 6.049 18.561 6.438 18.848 6.698 L 22.142 9.679 L 21.365 13.889 C 21.297 14.256 21.46 14.627 21.785 14.846 C 22.11 15.065 22.54 15.094 22.895 14.92 L 26.966 12.933 L 31.038 14.92 C 31.393 15.094 31.824 15.065 32.149 14.846 C 32.473 14.627 32.636 14.255 32.568 13.888 L 31.79 9.679 L 35.084 6.698 C 35.371 6.438 35.475 6.049 35.351 5.695 Z M 29.92 8.636 C 29.671 8.861 29.558 9.185 29.617 9.503 L 30.127 12.264 L 27.457 10.96 C 27.149 10.811 26.782 10.811 26.475 10.96 L 23.805 12.264 L 24.315 9.503 C 24.374 9.185 24.26 8.861 24.012 8.636 L 21.851 6.681 L 24.836 6.279 C 25.181 6.233 25.479 6.031 25.632 5.74 L 26.966 3.208 L 28.3 5.74 C 28.453 6.031 28.751 6.233 29.096 6.279 L 32.081 6.681 Z M 51.115 13.034 C 50.991 12.679 50.661 12.421 50.263 12.367 L 47.181 11.952 L 45.803 9.358 C 45.626 9.024 45.259 8.812 44.858 8.813 L 44.857 8.813 C 44.456 8.813 44.089 9.024 43.912 9.358 L 42.533 11.952 L 39.45 12.367 C 39.053 12.421 38.723 12.679 38.599 13.034 C 38.475 13.388 38.578 13.777 38.866 14.037 L 41.096 16.056 L 40.569 18.906 C 40.502 19.273 40.664 19.644 40.989 19.863 C 41.314 20.082 41.744 20.112 42.1 19.938 L 44.857 18.593 L 47.614 19.938 C 47.97 20.111 48.4 20.082 48.725 19.863 C 49.05 19.644 49.212 19.273 49.145 18.906 L 48.618 16.056 L 50.848 14.037 C 51.136 13.777 51.239 13.388 51.115 13.034 Z M 46.749 15.014 C 46.5 15.238 46.387 15.563 46.446 15.88 L 46.704 17.282 L 45.348 16.62 C 45.041 16.47 44.674 16.47 44.367 16.62 L 43.01 17.282 L 43.269 15.88 C 43.328 15.563 43.214 15.239 42.966 15.014 L 41.868 14.02 L 43.385 13.816 C 43.728 13.77 44.026 13.569 44.179 13.28 L 44.857 12.005 L 45.535 13.28 C 45.689 13.569 45.986 13.769 46.329 13.816 L 47.846 14.02 Z M 15.256 13.034 C 15.132 12.679 14.801 12.421 14.404 12.367 L 11.322 11.952 L 9.944 9.358 C 9.766 9.024 9.4 8.813 8.998 8.813 C 8.597 8.813 8.23 9.024 8.052 9.358 L 6.674 11.952 L 3.591 12.367 C 3.194 12.421 2.864 12.679 2.74 13.034 C 2.616 13.388 2.719 13.777 3.007 14.037 L 5.237 16.056 L 4.711 18.906 C 4.643 19.273 4.805 19.644 5.13 19.864 C 5.455 20.083 5.885 20.112 6.241 19.938 L 8.998 18.593 L 11.755 19.938 C 12.111 20.112 12.541 20.083 12.866 19.863 C 13.191 19.644 13.353 19.273 13.285 18.906 L 12.759 16.056 L 14.989 14.037 C 15.277 13.777 15.38 13.388 15.256 13.034 Z M 10.889 15.014 C 10.641 15.239 10.527 15.563 10.586 15.88 L 10.845 17.282 L 9.489 16.62 C 9.182 16.47 8.815 16.47 8.508 16.62 L 7.15 17.282 L 7.409 15.88 C 7.468 15.563 7.355 15.239 7.106 15.014 L 6.009 14.02 L 7.526 13.816 C 7.869 13.769 8.166 13.569 8.319 13.28 L 8.998 12.005 L 9.675 13.28 C 9.829 13.569 10.126 13.769 10.47 13.816 L 11.986 14.02 Z M 31.626 38.49 C 31.392 38.348 31.107 38.297 30.833 38.35 C 30.559 38.403 30.319 38.554 30.165 38.771 C 29.845 39.223 29.981 39.83 30.467 40.127 C 31.441 40.72 32.22 41.549 32.721 42.525 C 32.841 42.759 33.057 42.94 33.321 43.027 C 33.584 43.114 33.874 43.1 34.127 42.988 C 34.653 42.756 34.876 42.171 34.626 41.683 C 33.959 40.384 32.922 39.28 31.626 38.49 Z M 31.626 38.49\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></g></g></svg>',withExternalLayout:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 54 56.208\" overflow=\"visible\"><g><path d=\"M 27.094 37.188 C 27.094 37.728 26.622 38.167 26.039 38.167 C 25.457 38.167 24.984 37.728 24.984 37.188 C 24.984 36.647 25.457 36.208 26.039 36.208 C 26.622 36.208 27.094 36.647 27.094 37.188 Z M 49.559 28.375 C 49.559 25.135 46.72 22.5 43.23 22.5 C 39.741 22.5 36.902 25.135 36.902 28.375 C 36.902 31.615 39.741 34.25 43.23 34.25 C 46.72 34.25 49.559 31.615 49.559 28.375 Z M 43.23 32.292 C 40.904 32.292 39.012 30.535 39.012 28.375 C 39.012 26.215 40.904 24.458 43.23 24.458 C 45.557 24.458 47.449 26.215 47.449 28.375 C 47.449 30.535 45.557 32.292 43.23 32.292 Z M 43.23 32.292\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 44.191 44.458 C 41.534 44.458 38.883 45.483 37.078 47.143 C 34.702 44.244 31.037 42.5 27 42.5 C 23.134 42.5 19.387 44.138 16.922 47.143 C 15.117 45.483 12.467 44.458 9.809 44.458 C 4.492 44.458 0 48.494 0 53.271 L 0 55.229 C 0 55.77 0.472 56.208 1.055 56.208 L 52.945 56.208 C 53.528 56.208 54 55.77 54 55.229 L 54 53.271 C 54 48.494 49.508 44.458 44.191 44.458 Z M 2.109 53.271 C 2.109 49.555 5.635 46.417 9.809 46.417 C 12.092 46.417 14.357 47.356 15.759 48.849 C 14.829 50.519 14.343 52.371 14.344 54.25 L 2.109 54.25 Z M 27 44.458 C 32.869 44.458 37.547 48.879 37.547 54.25 L 16.453 54.25 C 16.453 48.808 21.227 44.458 27 44.458 Z M 51.891 54.25 L 39.656 54.25 C 39.657 52.371 39.171 50.519 38.241 48.849 C 39.643 47.356 41.908 46.417 44.191 46.417 C 48.365 46.417 51.891 49.555 51.891 53.271 Z M 51.891 54.25\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 16.887 29.375 C 16.887 26.135 14.049 23.5 10.559 23.5 C 7.07 23.5 4.231 26.135 4.231 29.375 C 4.231 32.615 7.07 35.25 10.559 35.25 C 14.049 35.25 16.887 32.615 16.887 29.375 Z M 10.559 33.292 C 8.233 33.292 6.34 31.535 6.34 29.375 C 6.34 27.215 8.233 25.458 10.559 25.458 C 12.885 25.458 14.778 27.215 14.778 29.375 C 14.778 31.535 12.885 33.292 10.559 33.292 Z M 36.188 25.458 C 36.188 21.139 32.403 17.625 27.751 17.625 C 23.098 17.625 19.313 21.139 19.313 25.458 C 19.313 29.778 23.098 33.292 27.751 33.292 C 32.403 33.292 36.188 29.778 36.188 25.458 Z M 27.751 31.333 C 24.261 31.333 21.422 28.698 21.422 25.458 C 21.422 22.219 24.261 19.583 27.751 19.583 C 31.24 19.583 34.079 22.219 34.079 25.458 C 34.079 28.698 31.24 31.333 27.751 31.333 Z M 36.097 5.695 C 35.973 5.34 35.643 5.082 35.246 5.029 L 30.697 4.415 L 28.66 0.549 C 28.483 0.213 28.116 0 27.713 0 C 27.31 0 26.942 0.213 26.765 0.549 L 24.729 4.415 L 20.18 5.028 C 19.782 5.082 19.452 5.34 19.328 5.695 C 19.204 6.049 19.307 6.438 19.595 6.698 L 22.889 9.679 L 22.112 13.889 C 22.044 14.256 22.207 14.627 22.532 14.846 C 22.856 15.065 23.287 15.094 23.642 14.92 L 27.713 12.933 L 31.785 14.92 C 32.14 15.094 32.571 15.065 32.895 14.846 C 33.22 14.627 33.383 14.255 33.315 13.888 L 32.537 9.679 L 35.831 6.698 C 36.118 6.438 36.222 6.049 36.098 5.695 Z M 30.667 8.636 C 30.418 8.861 30.305 9.185 30.363 9.503 L 30.874 12.264 L 28.203 10.96 C 27.896 10.811 27.529 10.811 27.222 10.96 L 24.552 12.264 L 25.062 9.503 C 25.12 9.185 25.007 8.861 24.758 8.636 L 22.598 6.681 L 25.583 6.279 C 25.928 6.233 26.226 6.031 26.379 5.74 L 27.713 3.208 L 29.046 5.74 C 29.199 6.031 29.497 6.233 29.842 6.279 L 32.828 6.681 Z M 51.862 13.034 C 51.738 12.679 51.408 12.421 51.01 12.367 L 47.928 11.952 L 46.55 9.358 C 46.373 9.024 46.006 8.812 45.604 8.813 L 45.604 8.813 C 45.203 8.813 44.836 9.024 44.659 9.358 L 43.28 11.952 L 40.197 12.367 C 39.8 12.421 39.47 12.679 39.346 13.034 C 39.222 13.388 39.325 13.777 39.613 14.037 L 41.843 16.056 L 41.316 18.906 C 41.248 19.273 41.411 19.644 41.736 19.863 C 42.06 20.082 42.491 20.112 42.846 19.938 L 45.604 18.593 L 48.361 19.938 C 48.716 20.111 49.147 20.082 49.472 19.863 C 49.796 19.644 49.959 19.273 49.891 18.906 L 49.365 16.056 L 51.595 14.037 C 51.883 13.777 51.986 13.388 51.862 13.034 Z M 47.495 15.014 C 47.247 15.238 47.133 15.563 47.192 15.88 L 47.451 17.282 L 46.095 16.62 C 45.788 16.47 45.421 16.47 45.114 16.62 L 43.757 17.282 L 44.016 15.88 C 44.074 15.563 43.961 15.239 43.713 15.014 L 42.615 14.02 L 44.132 13.816 C 44.475 13.77 44.772 13.569 44.926 13.28 L 45.604 12.005 L 46.282 13.28 C 46.435 13.569 46.732 13.769 47.076 13.816 L 48.593 14.02 Z M 16.002 13.034 C 15.878 12.679 15.548 12.421 15.151 12.367 L 12.069 11.952 L 10.691 9.358 C 10.513 9.024 10.147 8.813 9.745 8.813 C 9.343 8.813 8.977 9.024 8.799 9.358 L 7.42 11.952 L 4.338 12.367 C 3.941 12.421 3.611 12.679 3.487 13.034 C 3.362 13.388 3.466 13.777 3.753 14.037 L 5.983 16.056 L 5.457 18.906 C 5.39 19.273 5.552 19.644 5.877 19.864 C 6.202 20.083 6.632 20.112 6.987 19.938 L 9.745 18.593 L 12.502 19.938 C 12.857 20.112 13.288 20.083 13.613 19.863 C 13.937 19.644 14.1 19.273 14.032 18.906 L 13.505 16.056 L 15.736 14.037 C 16.023 13.777 16.127 13.388 16.002 13.034 Z M 11.636 15.014 C 11.387 15.239 11.274 15.563 11.332 15.88 L 11.592 17.282 L 10.235 16.62 C 9.928 16.47 9.561 16.47 9.254 16.62 L 7.897 17.282 L 8.156 15.88 C 8.215 15.563 8.101 15.239 7.853 15.014 L 6.755 14.02 L 8.272 13.816 C 8.616 13.769 8.912 13.569 9.066 13.28 L 9.744 12.005 L 10.422 13.28 C 10.576 13.569 10.873 13.769 11.216 13.816 L 12.733 14.02 Z M 32.372 38.49 C 32.139 38.348 31.853 38.297 31.579 38.35 C 31.305 38.403 31.065 38.554 30.912 38.771 C 30.592 39.223 30.727 39.83 31.214 40.127 C 32.188 40.72 32.967 41.549 33.468 42.525 C 33.588 42.759 33.804 42.94 34.067 43.027 C 34.331 43.114 34.621 43.1 34.873 42.988 C 35.4 42.756 35.623 42.171 35.373 41.683 C 34.706 40.384 33.668 39.28 32.372 38.49 Z M 32.372 38.49\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></g></svg>'},Vgnq8XUvZ:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 54 56.208\" overflow=\"visible\"><g><path d=\"M 27.094 37.188 C 27.094 37.728 26.622 38.167 26.039 38.167 C 25.457 38.167 24.984 37.728 24.984 37.188 C 24.984 36.647 25.457 36.208 26.039 36.208 C 26.622 36.208 27.094 36.647 27.094 37.188 Z M 49.559 28.375 C 49.559 25.135 46.72 22.5 43.23 22.5 C 39.741 22.5 36.902 25.135 36.902 28.375 C 36.902 31.615 39.741 34.25 43.23 34.25 C 46.72 34.25 49.559 31.615 49.559 28.375 Z M 43.23 32.292 C 40.904 32.292 39.012 30.535 39.012 28.375 C 39.012 26.215 40.904 24.458 43.23 24.458 C 45.557 24.458 47.449 26.215 47.449 28.375 C 47.449 30.535 45.557 32.292 43.23 32.292 Z M 43.23 32.292\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 44.191 44.458 C 41.534 44.458 38.883 45.483 37.078 47.143 C 34.702 44.244 31.037 42.5 27 42.5 C 23.134 42.5 19.387 44.138 16.922 47.143 C 15.117 45.483 12.467 44.458 9.809 44.458 C 4.492 44.458 0 48.494 0 53.271 L 0 55.229 C 0 55.77 0.472 56.208 1.055 56.208 L 52.945 56.208 C 53.528 56.208 54 55.77 54 55.229 L 54 53.271 C 54 48.494 49.508 44.458 44.191 44.458 Z M 2.109 53.271 C 2.109 49.555 5.635 46.417 9.809 46.417 C 12.092 46.417 14.357 47.356 15.759 48.849 C 14.829 50.519 14.343 52.371 14.344 54.25 L 2.109 54.25 Z M 27 44.458 C 32.869 44.458 37.547 48.879 37.547 54.25 L 16.453 54.25 C 16.453 48.808 21.227 44.458 27 44.458 Z M 51.891 54.25 L 39.656 54.25 C 39.657 52.371 39.171 50.519 38.241 48.849 C 39.643 47.356 41.908 46.417 44.191 46.417 C 48.365 46.417 51.891 49.555 51.891 53.271 Z M 51.891 54.25\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 16.887 29.375 C 16.887 26.135 14.049 23.5 10.559 23.5 C 7.07 23.5 4.231 26.135 4.231 29.375 C 4.231 32.615 7.07 35.25 10.559 35.25 C 14.049 35.25 16.887 32.615 16.887 29.375 Z M 10.559 33.292 C 8.233 33.292 6.34 31.535 6.34 29.375 C 6.34 27.215 8.233 25.458 10.559 25.458 C 12.885 25.458 14.778 27.215 14.778 29.375 C 14.778 31.535 12.885 33.292 10.559 33.292 Z M 36.188 25.458 C 36.188 21.139 32.403 17.625 27.751 17.625 C 23.098 17.625 19.313 21.139 19.313 25.458 C 19.313 29.778 23.098 33.292 27.751 33.292 C 32.403 33.292 36.188 29.778 36.188 25.458 Z M 27.751 31.333 C 24.261 31.333 21.422 28.698 21.422 25.458 C 21.422 22.219 24.261 19.583 27.751 19.583 C 31.24 19.583 34.079 22.219 34.079 25.458 C 34.079 28.698 31.24 31.333 27.751 31.333 Z M 36.097 5.695 C 35.973 5.34 35.643 5.082 35.246 5.029 L 30.697 4.415 L 28.66 0.549 C 28.483 0.213 28.116 0 27.713 0 C 27.31 0 26.942 0.213 26.765 0.549 L 24.729 4.415 L 20.18 5.028 C 19.782 5.082 19.452 5.34 19.328 5.695 C 19.204 6.049 19.307 6.438 19.595 6.698 L 22.889 9.679 L 22.112 13.889 C 22.044 14.256 22.207 14.627 22.532 14.846 C 22.856 15.065 23.287 15.094 23.642 14.92 L 27.713 12.933 L 31.785 14.92 C 32.14 15.094 32.571 15.065 32.895 14.846 C 33.22 14.627 33.383 14.255 33.315 13.888 L 32.537 9.679 L 35.831 6.698 C 36.118 6.438 36.222 6.049 36.098 5.695 Z M 30.667 8.636 C 30.418 8.861 30.305 9.185 30.363 9.503 L 30.874 12.264 L 28.203 10.96 C 27.896 10.811 27.529 10.811 27.222 10.96 L 24.552 12.264 L 25.062 9.503 C 25.12 9.185 25.007 8.861 24.758 8.636 L 22.598 6.681 L 25.583 6.279 C 25.928 6.233 26.226 6.031 26.379 5.74 L 27.713 3.208 L 29.046 5.74 C 29.199 6.031 29.497 6.233 29.842 6.279 L 32.828 6.681 Z M 51.862 13.034 C 51.738 12.679 51.408 12.421 51.01 12.367 L 47.928 11.952 L 46.55 9.358 C 46.373 9.024 46.006 8.812 45.604 8.813 L 45.604 8.813 C 45.203 8.813 44.836 9.024 44.659 9.358 L 43.28 11.952 L 40.197 12.367 C 39.8 12.421 39.47 12.679 39.346 13.034 C 39.222 13.388 39.325 13.777 39.613 14.037 L 41.843 16.056 L 41.316 18.906 C 41.248 19.273 41.411 19.644 41.736 19.863 C 42.06 20.082 42.491 20.112 42.846 19.938 L 45.604 18.593 L 48.361 19.938 C 48.716 20.111 49.147 20.082 49.472 19.863 C 49.796 19.644 49.959 19.273 49.891 18.906 L 49.365 16.056 L 51.595 14.037 C 51.883 13.777 51.986 13.388 51.862 13.034 Z M 47.495 15.014 C 47.247 15.238 47.133 15.563 47.192 15.88 L 47.451 17.282 L 46.095 16.62 C 45.788 16.47 45.421 16.47 45.114 16.62 L 43.757 17.282 L 44.016 15.88 C 44.074 15.563 43.961 15.239 43.713 15.014 L 42.615 14.02 L 44.132 13.816 C 44.475 13.77 44.772 13.569 44.926 13.28 L 45.604 12.005 L 46.282 13.28 C 46.435 13.569 46.732 13.769 47.076 13.816 L 48.593 14.02 Z M 16.002 13.034 C 15.878 12.679 15.548 12.421 15.151 12.367 L 12.069 11.952 L 10.691 9.358 C 10.513 9.024 10.147 8.813 9.745 8.813 C 9.343 8.813 8.977 9.024 8.799 9.358 L 7.42 11.952 L 4.338 12.367 C 3.941 12.421 3.611 12.679 3.487 13.034 C 3.362 13.388 3.466 13.777 3.753 14.037 L 5.983 16.056 L 5.457 18.906 C 5.39 19.273 5.552 19.644 5.877 19.864 C 6.202 20.083 6.632 20.112 6.987 19.938 L 9.745 18.593 L 12.502 19.938 C 12.857 20.112 13.288 20.083 13.613 19.863 C 13.937 19.644 14.1 19.273 14.032 18.906 L 13.505 16.056 L 15.736 14.037 C 16.023 13.777 16.127 13.388 16.002 13.034 Z M 11.636 15.014 C 11.387 15.239 11.274 15.563 11.332 15.88 L 11.592 17.282 L 10.235 16.62 C 9.928 16.47 9.561 16.47 9.254 16.62 L 7.897 17.282 L 8.156 15.88 C 8.215 15.563 8.101 15.239 7.853 15.014 L 6.755 14.02 L 8.272 13.816 C 8.616 13.769 8.912 13.569 9.066 13.28 L 9.744 12.005 L 10.422 13.28 C 10.576 13.569 10.873 13.769 11.216 13.816 L 12.733 14.02 Z M 32.372 38.49 C 32.139 38.348 31.853 38.297 31.579 38.35 C 31.305 38.403 31.065 38.554 30.912 38.771 C 30.592 39.223 30.727 39.83 31.214 40.127 C 32.188 40.72 32.967 41.549 33.468 42.525 C 33.588 42.759 33.804 42.94 34.067 43.027 C 34.331 43.114 34.621 43.1 34.873 42.988 C 35.4 42.756 35.623 42.171 35.373 41.683 C 34.706 40.384 33.668 39.28 32.372 38.49 Z M 32.372 38.49\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></g></svg>'}},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-haxjxf\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 54 47\" overflow=\"visible\"><g><path d=\"M 28.055 38.188 C 28.055 38.728 27.583 39.167 27 39.167 C 26.417 39.167 25.945 38.728 25.945 38.188 C 25.945 37.647 26.417 37.208 27 37.208 C 27.583 37.208 28.055 37.647 28.055 38.188 Z M 50.52 29.375 C 50.52 26.135 47.681 23.5 44.191 23.5 C 40.702 23.5 37.863 26.135 37.863 29.375 C 37.863 32.615 40.702 35.25 44.191 35.25 C 47.681 35.25 50.52 32.615 50.52 29.375 Z M 44.191 33.292 C 41.865 33.292 39.973 31.535 39.973 29.375 C 39.973 27.215 41.865 25.458 44.191 25.458 C 46.518 25.458 48.41 27.215 48.41 29.375 C 48.41 31.535 46.518 33.292 44.191 33.292 Z M 44.191 33.292\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 44.191 35.25 C 41.534 35.25 38.883 36.274 37.078 37.935 C 34.702 35.036 31.037 33.292 27 33.292 C 23.134 33.292 19.387 34.93 16.922 37.935 C 15.117 36.275 12.467 35.25 9.809 35.25 C 4.492 35.25 0 39.286 0 44.062 L 0 46.021 C 0 46.562 0.472 47 1.055 47 L 52.945 47 C 53.528 47 54 46.562 54 46.021 L 54 44.062 C 54 39.286 49.508 35.25 44.191 35.25 Z M 2.109 44.062 C 2.109 40.347 5.635 37.208 9.809 37.208 C 12.092 37.208 14.357 38.148 15.759 39.641 C 14.829 41.31 14.343 43.162 14.344 45.042 L 2.109 45.042 Z M 27 35.25 C 32.869 35.25 37.547 39.671 37.547 45.042 L 16.453 45.042 C 16.453 39.599 21.227 35.25 27 35.25 Z M 51.891 45.042 L 39.656 45.042 C 39.657 43.162 39.171 41.31 38.241 39.641 C 39.643 38.148 41.908 37.208 44.191 37.208 C 48.365 37.208 51.891 40.347 51.891 44.062 Z M 51.891 45.042\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 16.141 29.375 C 16.141 26.135 13.302 23.5 9.812 23.5 C 6.323 23.5 3.484 26.135 3.484 29.375 C 3.484 32.615 6.323 35.25 9.812 35.25 C 13.302 35.25 16.141 32.615 16.141 29.375 Z M 9.812 33.292 C 7.486 33.292 5.594 31.535 5.594 29.375 C 5.594 27.215 7.486 25.458 9.812 25.458 C 12.139 25.458 14.031 27.215 14.031 29.375 C 14.031 31.535 12.139 33.292 9.812 33.292 Z M 35.441 25.458 C 35.441 21.139 31.656 17.625 27.004 17.625 C 22.351 17.625 18.566 21.139 18.566 25.458 C 18.566 29.778 22.351 33.292 27.004 33.292 C 31.656 33.292 35.441 29.778 35.441 25.458 Z M 27.004 31.333 C 23.514 31.333 20.676 28.698 20.676 25.458 C 20.676 22.219 23.514 19.583 27.004 19.583 C 30.493 19.583 33.332 22.219 33.332 25.458 C 33.332 28.698 30.493 31.333 27.004 31.333 Z M 35.351 5.695 C 35.227 5.34 34.897 5.082 34.499 5.029 L 29.95 4.415 L 27.913 0.549 C 27.736 0.213 27.369 0 26.966 0 C 26.563 0 26.196 0.213 26.018 0.549 L 23.982 4.415 L 19.433 5.028 C 19.035 5.082 18.705 5.34 18.581 5.695 C 18.457 6.049 18.561 6.438 18.848 6.698 L 22.142 9.679 L 21.365 13.889 C 21.297 14.256 21.46 14.627 21.785 14.846 C 22.11 15.065 22.54 15.094 22.895 14.92 L 26.966 12.933 L 31.038 14.92 C 31.393 15.094 31.824 15.065 32.149 14.846 C 32.473 14.627 32.636 14.255 32.568 13.888 L 31.79 9.679 L 35.084 6.698 C 35.371 6.438 35.475 6.049 35.351 5.695 Z M 29.92 8.636 C 29.671 8.861 29.558 9.185 29.617 9.503 L 30.127 12.264 L 27.457 10.96 C 27.149 10.811 26.782 10.811 26.475 10.96 L 23.805 12.264 L 24.315 9.503 C 24.374 9.185 24.26 8.861 24.012 8.636 L 21.851 6.681 L 24.836 6.279 C 25.181 6.233 25.479 6.031 25.632 5.74 L 26.966 3.208 L 28.3 5.74 C 28.453 6.031 28.751 6.233 29.096 6.279 L 32.081 6.681 Z M 51.115 13.034 C 50.991 12.679 50.661 12.421 50.263 12.367 L 47.181 11.952 L 45.803 9.358 C 45.626 9.024 45.259 8.812 44.858 8.813 L 44.857 8.813 C 44.456 8.813 44.089 9.024 43.912 9.358 L 42.533 11.952 L 39.45 12.367 C 39.053 12.421 38.723 12.679 38.599 13.034 C 38.475 13.388 38.578 13.777 38.866 14.037 L 41.096 16.056 L 40.569 18.906 C 40.502 19.273 40.664 19.644 40.989 19.863 C 41.314 20.082 41.744 20.112 42.1 19.938 L 44.857 18.593 L 47.614 19.938 C 47.97 20.111 48.4 20.082 48.725 19.863 C 49.05 19.644 49.212 19.273 49.145 18.906 L 48.618 16.056 L 50.848 14.037 C 51.136 13.777 51.239 13.388 51.115 13.034 Z M 46.749 15.014 C 46.5 15.238 46.387 15.563 46.446 15.88 L 46.704 17.282 L 45.348 16.62 C 45.041 16.47 44.674 16.47 44.367 16.62 L 43.01 17.282 L 43.269 15.88 C 43.328 15.563 43.214 15.239 42.966 15.014 L 41.868 14.02 L 43.385 13.816 C 43.728 13.77 44.026 13.569 44.179 13.28 L 44.857 12.005 L 45.535 13.28 C 45.689 13.569 45.986 13.769 46.329 13.816 L 47.846 14.02 Z M 15.256 13.034 C 15.132 12.679 14.801 12.421 14.404 12.367 L 11.322 11.952 L 9.944 9.358 C 9.766 9.024 9.4 8.813 8.998 8.813 C 8.597 8.813 8.23 9.024 8.052 9.358 L 6.674 11.952 L 3.591 12.367 C 3.194 12.421 2.864 12.679 2.74 13.034 C 2.616 13.388 2.719 13.777 3.007 14.037 L 5.237 16.056 L 4.711 18.906 C 4.643 19.273 4.805 19.644 5.13 19.864 C 5.455 20.083 5.885 20.112 6.241 19.938 L 8.998 18.593 L 11.755 19.938 C 12.111 20.112 12.541 20.083 12.866 19.863 C 13.191 19.644 13.353 19.273 13.285 18.906 L 12.759 16.056 L 14.989 14.037 C 15.277 13.777 15.38 13.388 15.256 13.034 Z M 10.889 15.014 C 10.641 15.239 10.527 15.563 10.586 15.88 L 10.845 17.282 L 9.489 16.62 C 9.182 16.47 8.815 16.47 8.508 16.62 L 7.15 17.282 L 7.409 15.88 C 7.468 15.563 7.355 15.239 7.106 15.014 L 6.009 14.02 L 7.526 13.816 C 7.869 13.769 8.166 13.569 8.319 13.28 L 8.998 12.005 L 9.675 13.28 C 9.829 13.569 10.126 13.769 10.47 13.816 L 11.986 14.02 Z M 31.626 38.49 C 31.392 38.348 31.107 38.297 30.833 38.35 C 30.559 38.403 30.319 38.554 30.165 38.771 C 29.845 39.223 29.981 39.83 30.467 40.127 C 31.441 40.72 32.22 41.549 32.721 42.525 C 32.841 42.759 33.057 42.94 33.321 43.027 C 33.584 43.114 33.874 43.1 34.127 42.988 C 34.653 42.756 34.876 42.171 34.626 41.683 C 33.959 40.384 32.922 39.28 31.626 38.49 Z M 31.626 38.49\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-1jti2d\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24.574 15.667\" overflow=\"visible\"><path d=\"M 2.109 14.688 C 2.109 15.228 1.637 15.667 1.055 15.667 C 0.472 15.667 0 15.228 0 14.688 C 0 14.147 0.472 13.708 1.055 13.708 C 1.637 13.708 2.109 14.147 2.109 14.688 Z M 24.574 5.875 C 24.574 2.635 21.736 0 18.246 0 C 14.757 0 11.918 2.635 11.918 5.875 C 11.918 9.115 14.757 11.75 18.246 11.75 C 21.736 11.75 24.574 9.115 24.574 5.875 Z M 18.246 9.792 C 15.92 9.792 14.027 8.035 14.027 5.875 C 14.027 3.715 15.92 1.958 18.246 1.958 C 20.572 1.958 22.465 3.715 22.465 5.875 C 22.465 8.035 20.572 9.792 18.246 9.792 Z M 18.246 9.792\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-2xux80\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 2.109 1.958\" overflow=\"visible\"><path d=\"M 2.109 0.979 C 2.109 1.52 1.637 1.958 1.055 1.958 C 0.472 1.958 0 1.52 0 0.979 C 0 0.438 0.472 0 1.055 0 C 1.637 0 2.109 0.438 2.109 0.979 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15q2un3\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.656 11.75\" overflow=\"visible\"><path d=\"M 12.656 5.875 C 12.656 2.635 9.818 0 6.328 0 C 2.839 0 0 2.635 0 5.875 C 0 9.115 2.839 11.75 6.328 11.75 C 9.818 11.75 12.656 9.115 12.656 5.875 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-mvf6pa\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.438 7.833\" overflow=\"visible\"><path d=\"M 4.219 7.833 C 1.893 7.833 0 6.076 0 3.917 C 0 1.757 1.893 0 4.219 0 C 6.545 0 8.438 1.757 8.438 3.917 C 8.438 6.076 6.545 7.833 4.219 7.833 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-8k6e01\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 0 0\" overflow=\"visible\"><path d=\"M 0 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-f1i1c\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 54 13.708\" overflow=\"visible\"><path d=\"M 44.191 1.958 C 41.534 1.958 38.883 2.983 37.078 4.643 C 34.702 1.744 31.037 0 27 0 C 23.134 0 19.387 1.638 16.922 4.643 C 15.117 2.983 12.467 1.958 9.809 1.958 C 4.492 1.958 0 5.994 0 10.771 L 0 12.729 C 0 13.27 0.472 13.708 1.055 13.708 L 52.945 13.708 C 53.528 13.708 54 13.27 54 12.729 L 54 10.771 C 54 5.994 49.508 1.958 44.191 1.958 Z M 2.109 10.771 C 2.109 7.055 5.635 3.917 9.809 3.917 C 12.092 3.917 14.357 4.856 15.759 6.349 C 14.829 8.019 14.343 9.871 14.344 11.75 L 2.109 11.75 Z M 27 1.958 C 32.869 1.958 37.547 6.379 37.547 11.75 L 16.453 11.75 C 16.453 6.308 21.227 1.958 27 1.958 Z M 51.891 11.75 L 39.656 11.75 C 39.657 9.871 39.171 8.019 38.241 6.349 C 39.643 4.856 41.908 3.917 44.191 3.917 C 48.365 3.917 51.891 7.055 51.891 10.771 Z M 51.891 11.75\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-17s7vb5\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 54 13.708\" overflow=\"visible\"><path d=\"M 44.191 1.958 C 41.534 1.958 38.883 2.983 37.078 4.643 C 34.702 1.744 31.037 0 27 0 C 23.134 0 19.387 1.638 16.922 4.643 C 15.117 2.983 12.467 1.958 9.809 1.958 C 4.492 1.958 0 5.994 0 10.771 L 0 12.729 C 0 13.27 0.472 13.708 1.055 13.708 L 52.945 13.708 C 53.528 13.708 54 13.27 54 12.729 L 54 10.771 C 54 5.994 49.508 1.958 44.191 1.958 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-6bp5cw\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.65 7.833\" overflow=\"visible\"><path d=\"M 0 6.854 C 0 3.139 3.526 0 7.699 0 C 9.983 0 12.248 0.939 13.65 2.433 C 12.719 4.102 12.234 5.954 12.234 7.833 L 0 7.833 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-axm5sq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 21.094 9.792\" overflow=\"visible\"><path d=\"M 10.547 0 C 16.416 0 21.094 4.421 21.094 9.792 L 0 9.792 C 0 4.349 4.774 0 10.547 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-dfnvcs\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.65 7.833\" overflow=\"visible\"><path d=\"M 13.65 7.833 L 1.415 7.833 C 1.415 5.954 0.93 4.102 0 2.433 C 1.402 0.939 3.667 0 5.95 0 C 10.124 0 13.65 3.139 13.65 6.854 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15rnne6\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 0 0\" overflow=\"visible\"><path d=\"M 0 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-1se5syg\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48.479 43.083\" overflow=\"visible\"><path d=\"M 13.452 29.375 C 13.452 26.135 10.614 23.5 7.124 23.5 C 3.635 23.5 0.796 26.135 0.796 29.375 C 0.796 32.615 3.635 35.25 7.124 35.25 C 10.614 35.25 13.452 32.615 13.452 29.375 Z M 7.124 33.292 C 4.798 33.292 2.906 31.535 2.906 29.375 C 2.906 27.215 4.798 25.458 7.124 25.458 C 9.45 25.458 11.343 27.215 11.343 29.375 C 11.343 31.535 9.45 33.292 7.124 33.292 Z M 32.753 25.458 C 32.753 21.139 28.968 17.625 24.316 17.625 C 19.663 17.625 15.878 21.139 15.878 25.458 C 15.878 29.778 19.663 33.292 24.316 33.292 C 28.968 33.292 32.753 29.778 32.753 25.458 Z M 24.316 31.333 C 20.826 31.333 17.988 28.698 17.988 25.458 C 17.988 22.219 20.826 19.583 24.316 19.583 C 27.805 19.583 30.644 22.219 30.644 25.458 C 30.644 28.698 27.805 31.333 24.316 31.333 Z M 32.663 5.695 C 32.539 5.34 32.208 5.082 31.811 5.029 L 27.262 4.415 L 25.225 0.549 C 25.048 0.213 24.681 0 24.278 0 C 23.875 0 23.507 0.213 23.33 0.549 L 21.294 4.415 L 16.745 5.028 C 16.347 5.082 16.017 5.34 15.893 5.695 C 15.769 6.049 15.872 6.438 16.16 6.698 L 19.454 9.679 L 18.677 13.889 C 18.609 14.256 18.772 14.627 19.097 14.846 C 19.421 15.065 19.852 15.094 20.207 14.92 L 24.278 12.933 L 28.35 14.92 C 28.705 15.094 29.136 15.065 29.461 14.846 C 29.785 14.627 29.948 14.255 29.88 13.888 L 29.102 9.679 L 32.396 6.698 C 32.683 6.438 32.787 6.049 32.663 5.695 Z M 27.232 8.636 C 26.983 8.861 26.87 9.185 26.929 9.503 L 27.439 12.264 L 24.769 10.96 C 24.461 10.811 24.094 10.811 23.787 10.96 L 21.117 12.264 L 21.627 9.503 C 21.686 9.185 21.572 8.861 21.323 8.636 L 19.163 6.681 L 22.148 6.279 C 22.493 6.233 22.791 6.031 22.944 5.74 L 24.278 3.208 L 25.612 5.74 C 25.764 6.031 26.062 6.233 26.407 6.279 L 29.393 6.681 Z M 48.427 13.034 C 48.303 12.679 47.973 12.421 47.575 12.367 L 44.493 11.952 L 43.115 9.358 C 42.938 9.024 42.571 8.812 42.17 8.813 L 42.169 8.813 C 41.768 8.813 41.401 9.024 41.224 9.358 L 39.845 11.952 L 36.762 12.367 C 36.365 12.421 36.035 12.679 35.911 13.034 C 35.787 13.388 35.89 13.777 36.178 14.037 L 38.408 16.056 L 37.881 18.906 C 37.814 19.273 37.976 19.644 38.301 19.863 C 38.626 20.082 39.056 20.112 39.411 19.938 L 42.169 18.593 L 44.926 19.938 C 45.282 20.111 45.712 20.082 46.037 19.863 C 46.361 19.644 46.524 19.273 46.456 18.906 L 45.93 16.056 L 48.16 14.037 C 48.448 13.777 48.551 13.388 48.427 13.034 Z M 44.061 15.014 C 43.812 15.238 43.698 15.563 43.757 15.88 L 44.016 17.282 L 42.66 16.62 C 42.353 16.47 41.986 16.47 41.679 16.62 L 40.322 17.282 L 40.581 15.88 C 40.64 15.563 40.526 15.239 40.278 15.014 L 39.18 14.02 L 40.697 13.816 C 41.04 13.77 41.337 13.569 41.491 13.28 L 42.169 12.005 L 42.847 13.28 C 43 13.569 43.298 13.769 43.641 13.816 L 45.158 14.02 Z M 12.568 13.034 C 12.444 12.679 12.113 12.421 11.716 12.367 L 8.634 11.952 L 7.256 9.358 C 7.078 9.024 6.712 8.813 6.31 8.813 C 5.908 8.813 5.542 9.024 5.364 9.358 L 3.985 11.952 L 0.903 12.367 C 0.506 12.421 0.176 12.679 0.052 13.034 C -0.073 13.388 0.031 13.777 0.318 14.037 L 2.548 16.056 L 2.022 18.906 C 1.955 19.273 2.117 19.644 2.442 19.864 C 2.767 20.083 3.197 20.112 3.553 19.938 L 6.31 18.593 L 9.067 19.938 C 9.422 20.112 9.853 20.083 10.178 19.863 C 10.502 19.644 10.665 19.273 10.597 18.906 L 10.071 16.056 L 12.301 14.037 C 12.588 13.777 12.692 13.388 12.568 13.034 Z M 8.201 15.014 C 7.952 15.239 7.839 15.563 7.898 15.88 L 8.157 17.282 L 6.8 16.62 C 6.493 16.47 6.127 16.47 5.82 16.62 L 4.462 17.282 L 4.721 15.88 C 4.78 15.563 4.667 15.239 4.418 15.014 L 3.32 14.02 L 4.837 13.816 C 5.181 13.769 5.478 13.569 5.631 13.28 L 6.309 12.005 L 6.987 13.28 C 7.141 13.569 7.438 13.769 7.781 13.816 L 9.298 14.02 Z M 28.937 38.49 C 28.704 38.348 28.418 38.297 28.145 38.35 C 27.871 38.403 27.63 38.554 27.477 38.771 C 27.157 39.223 27.292 39.83 27.779 40.127 C 28.753 40.72 29.532 41.549 30.033 42.525 C 30.153 42.759 30.369 42.94 30.632 43.027 C 30.896 43.114 31.186 43.1 31.439 42.988 C 31.965 42.756 32.188 42.171 31.938 41.683 C 31.271 40.384 30.233 39.28 28.937 38.49 Z M 28.937 38.49\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ux7f3\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.656 11.75\" overflow=\"visible\"><path d=\"M 12.656 5.875 C 12.656 2.635 9.818 0 6.328 0 C 2.839 0 0 2.635 0 5.875 C 0 9.115 2.839 11.75 6.328 11.75 C 9.818 11.75 12.656 9.115 12.656 5.875 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-wkj2mi\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.438 7.833\" overflow=\"visible\"><path d=\"M 4.219 7.833 C 1.893 7.833 0 6.076 0 3.917 C 0 1.757 1.893 0 4.219 0 C 6.545 0 8.438 1.757 8.438 3.917 C 8.438 6.076 6.545 7.833 4.219 7.833 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1523l17\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.875 15.667\" overflow=\"visible\"><path d=\"M 16.875 7.833 C 16.875 3.514 13.09 0 8.438 0 C 3.785 0 0 3.514 0 7.833 C 0 12.153 3.785 15.667 8.438 15.667 C 13.09 15.667 16.875 12.153 16.875 7.833 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1kx3mtu\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.656 11.75\" overflow=\"visible\"><path d=\"M 6.328 11.75 C 2.839 11.75 0 9.115 0 5.875 C 0 2.635 2.839 0 6.328 0 C 9.818 0 12.656 2.635 12.656 5.875 C 12.656 9.115 9.818 11.75 6.328 11.75 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1oo8slt\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.873 15.033\" overflow=\"visible\"><path d=\"M 16.821 5.695 C 16.697 5.34 16.367 5.082 15.969 5.029 L 11.42 4.415 L 9.383 0.549 C 9.207 0.213 8.839 0 8.436 0 C 8.033 0 7.666 0.213 7.489 0.549 L 5.452 4.415 L 0.903 5.028 C 0.506 5.082 0.176 5.34 0.052 5.695 C -0.072 6.049 0.031 6.438 0.318 6.698 L 3.613 9.679 L 2.835 13.889 C 2.767 14.256 2.93 14.627 3.255 14.846 C 3.58 15.065 4.011 15.094 4.366 14.92 L 8.436 12.933 L 12.508 14.92 C 12.864 15.094 13.294 15.065 13.619 14.846 C 13.944 14.627 14.106 14.255 14.039 13.888 L 13.26 9.679 L 16.554 6.698 C 16.842 6.438 16.945 6.049 16.821 5.695 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1y5u0kz\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.23 9.056\" overflow=\"visible\"><path d=\"M 8.069 5.428 C 7.82 5.653 7.707 5.977 7.765 6.295 L 8.276 9.056 L 5.605 7.753 C 5.298 7.603 4.931 7.603 4.624 7.753 L 1.954 9.056 L 2.464 6.295 C 2.522 5.977 2.409 5.653 2.16 5.428 L 0 3.473 L 2.985 3.071 C 3.33 3.025 3.628 2.823 3.781 2.532 L 5.115 0 L 6.448 2.532 C 6.601 2.823 6.899 3.025 7.244 3.071 L 10.23 3.473 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-3d14kc\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.619 11.238\" overflow=\"visible\"><path d=\"M 12.568 4.221 C 12.444 3.867 12.113 3.608 11.716 3.555 L 8.634 3.139 L 7.256 0.546 C 7.078 0.212 6.712 0 6.31 0 L 6.31 0 C 5.909 0 5.542 0.212 5.364 0.546 L 3.985 3.139 L 0.903 3.555 C 0.506 3.608 0.176 3.867 0.052 4.221 C -0.073 4.575 0.031 4.965 0.318 5.225 L 2.548 7.244 L 2.022 10.093 C 1.954 10.461 2.117 10.832 2.442 11.051 C 2.766 11.27 3.197 11.299 3.552 11.126 L 6.31 9.781 L 9.067 11.126 C 9.422 11.299 9.853 11.27 10.177 11.051 C 10.502 10.832 10.665 10.461 10.597 10.093 L 10.071 7.244 L 12.301 5.225 C 12.588 4.965 12.692 4.576 12.568 4.221 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-8yl4d\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.978 5.277\" overflow=\"visible\"><path d=\"M 4.88 3.009 C 4.632 3.234 4.518 3.558 4.577 3.875 L 4.836 5.277 L 3.48 4.615 C 3.173 4.465 2.806 4.465 2.499 4.615 L 1.142 5.277 L 1.401 3.875 C 1.459 3.558 1.346 3.234 1.098 3.009 L 0 2.015 L 1.516 1.811 C 1.86 1.765 2.157 1.564 2.311 1.275 L 2.989 0 L 3.667 1.275 C 3.82 1.564 4.117 1.765 4.461 1.811 L 5.978 2.015 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1dbhbaa\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.619 11.238\" overflow=\"visible\"><path d=\"M 12.568 4.221 C 12.444 3.867 12.113 3.608 11.716 3.555 L 8.634 3.139 L 7.256 0.546 C 7.078 0.212 6.712 0 6.31 0 C 5.908 0 5.542 0.212 5.364 0.546 L 3.985 3.139 L 0.903 3.555 C 0.506 3.608 0.176 3.867 0.052 4.221 C -0.073 4.576 0.031 4.965 0.318 5.225 L 2.548 7.244 L 2.022 10.094 C 1.955 10.461 2.117 10.832 2.442 11.051 C 2.767 11.27 3.197 11.299 3.553 11.126 L 6.31 9.781 L 9.067 11.126 C 9.422 11.299 9.853 11.27 10.178 11.051 C 10.502 10.832 10.665 10.461 10.597 10.094 L 10.071 7.244 L 12.301 5.225 C 12.588 4.965 12.692 4.576 12.568 4.221 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-bqae6k\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.978 5.277\" overflow=\"visible\"><path d=\"M 4.88 3.009 C 4.632 3.234 4.519 3.558 4.577 3.875 L 4.836 5.277 L 3.48 4.615 C 3.173 4.465 2.806 4.465 2.499 4.615 L 1.142 5.277 L 1.401 3.875 C 1.459 3.558 1.346 3.234 1.098 3.009 L 0 2.015 L 1.517 1.811 C 1.86 1.765 2.157 1.564 2.311 1.275 L 2.989 0 L 3.667 1.275 C 3.82 1.564 4.117 1.765 4.461 1.811 L 5.978 2.015 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-3yxzxl\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.737 4.754\" overflow=\"visible\"><path d=\"M 1.634 0.161 C 1.4 0.018 1.115 -0.032 0.841 0.02 C 0.567 0.073 0.327 0.225 0.173 0.442 C -0.147 0.893 -0.011 1.5 0.476 1.798 C 1.449 2.39 2.229 3.22 2.73 4.195 C 2.85 4.43 3.065 4.611 3.329 4.697 C 3.593 4.784 3.883 4.77 4.135 4.659 C 4.661 4.426 4.885 3.842 4.634 3.354 C 3.968 2.055 2.93 0.95 1.634 0.161 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-pd5rtb\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 0 0\" overflow=\"visible\"><path d=\"M 0 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"17+ Years of Solar \",/*#__PURE__*/_jsx(\"br\",{}),\"Expertise\"]})})},Po9trwOU3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-17ike8p\",\"data-styles-preset\":\"TqfX5OlV5\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"17+ Years of \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Solar Expertise\"})]})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"17+ Years of Solar \",/*#__PURE__*/_jsx(\"br\",{}),\"Expertise\"]})})},z4kZHrWjn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-knkxdd\",\"data-styles-preset\":\"eBBCT_0K_\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"17+ Years of Solar \",/*#__PURE__*/_jsx(\"br\",{}),\"Expertise\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-17ike8p\",\"data-styles-preset\":\"TqfX5OlV5\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"17+ Years of Solar \",/*#__PURE__*/_jsx(\"br\",{}),\"Expertise\"]})}),className:\"framer-18lqo1k\",\"data-framer-name\":\"17+ years of combined solar expertise\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vhk5f0\",\"data-framer-name\":\"Frame 51\",children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-1gki0np\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 45 45\" overflow=\"visible\"><g><path d=\"M 41.56 0 L 3.44 0 C 1.541 0.002 0.002 1.452 0 3.241 L 0 29.013 C 0 30.797 1.543 32.249 3.44 32.249 L 13.863 32.249 C 13.855 32.773 13.929 33.333 14.306 33.821 C 14.841 34.515 15.707 34.711 16.403 34.868 C 16.731 34.943 17.104 35.027 17.256 35.131 C 17.385 35.219 17.559 35.476 17.712 35.71 C 18.019 36.691 17.636 37.897 17.226 39.173 C 16.703 40.802 16.11 42.648 16.943 44.406 C 17.062 44.658 17.287 44.852 17.563 44.943 C 17.84 45.034 18.144 45.013 18.403 44.885 C 19.192 44.496 19.856 43.87 20.497 43.264 C 21.075 42.719 21.669 42.159 22.328 41.8 C 22.826 42.082 23.323 42.488 23.843 42.912 C 24.746 43.65 25.771 44.486 27.124 44.941 C 27.525 45.077 27.973 44.974 28.262 44.68 C 28.551 44.385 28.625 43.957 28.451 43.591 C 27.868 42.363 27.952 40.931 28.041 39.416 C 28.117 38.113 28.192 36.77 27.843 35.468 C 27.948 35.32 28.052 35.188 28.136 35.13 C 28.288 35.026 28.66 34.942 28.989 34.868 C 29.685 34.71 30.55 34.514 31.085 33.821 C 31.463 33.333 31.537 32.772 31.529 32.248 L 41.56 32.248 C 43.457 32.248 45 30.796 45 29.012 L 45 3.241 C 44.998 1.452 43.459 0.002 41.56 0 Z M 25.921 39.306 C 25.87 40.171 25.82 41.05 25.888 41.926 C 25.669 41.757 25.453 41.58 25.233 41.4 C 24.479 40.785 23.7 40.149 22.766 39.764 C 22.503 39.656 22.203 39.653 21.937 39.756 C 20.713 40.23 19.801 41.091 18.995 41.851 L 18.663 42.163 C 18.723 41.414 18.986 40.598 19.257 39.754 C 19.501 38.996 19.747 38.226 19.87 37.45 C 20.579 37.535 21.249 37.279 21.804 37.063 C 22.125 36.938 22.49 36.796 22.696 36.796 C 22.902 36.796 23.266 36.938 23.588 37.063 C 24.068 37.25 24.635 37.47 25.239 37.47 C 25.455 37.47 25.677 37.441 25.901 37.373 C 25.927 37.365 25.95 37.353 25.976 37.344 C 25.998 37.97 25.961 38.629 25.921 39.306 Z M 29.371 32.644 C 29.275 32.747 28.766 32.862 28.494 32.924 C 27.972 33.042 27.38 33.176 26.887 33.514 C 26.399 33.849 26.084 34.334 25.807 34.763 C 25.658 34.993 25.38 35.422 25.253 35.469 C 25.104 35.494 24.664 35.318 24.397 35.214 C 23.893 35.018 23.322 34.797 22.696 34.797 C 22.07 34.797 21.499 35.019 20.996 35.214 C 20.729 35.318 20.284 35.487 20.147 35.471 C 20.012 35.422 19.734 34.993 19.585 34.763 C 19.308 34.335 18.994 33.849 18.505 33.514 C 18.011 33.176 17.42 33.042 16.899 32.924 C 16.625 32.862 16.117 32.747 16.025 32.648 C 15.953 32.529 15.991 32.063 16.014 31.785 C 16.026 31.627 16.037 31.461 16.044 31.292 C 16.044 31.277 16.048 31.264 16.048 31.25 C 16.048 31.24 16.045 31.23 16.045 31.22 C 16.054 30.871 16.034 30.509 15.912 30.154 C 15.727 29.62 15.339 29.193 14.995 28.816 C 14.804 28.606 14.447 28.215 14.447 28.077 C 14.447 27.939 14.804 27.547 14.995 27.337 C 15.338 26.961 15.727 26.534 15.912 25.999 C 16.101 25.448 16.055 24.874 16.013 24.368 C 15.99 24.09 15.952 23.625 16.021 23.51 C 16.117 23.406 16.625 23.291 16.899 23.23 C 17.42 23.112 18.011 22.978 18.505 22.639 C 18.994 22.304 19.308 21.819 19.585 21.391 C 19.734 21.161 20.011 20.732 20.139 20.685 C 20.148 20.684 20.158 20.683 20.167 20.683 C 20.333 20.683 20.744 20.842 20.995 20.94 C 21.499 21.136 22.07 21.357 22.696 21.357 C 23.322 21.357 23.893 21.135 24.397 20.94 C 24.664 20.836 25.114 20.661 25.246 20.683 C 25.381 20.732 25.658 21.161 25.807 21.391 C 26.084 21.819 26.399 22.305 26.887 22.639 C 27.381 22.978 27.972 23.112 28.494 23.23 C 28.767 23.292 29.276 23.407 29.368 23.506 C 29.44 23.625 29.401 24.09 29.379 24.368 C 29.338 24.874 29.291 25.448 29.481 25.999 C 29.665 26.533 30.054 26.96 30.397 27.337 C 30.588 27.547 30.945 27.939 30.945 28.077 C 30.945 28.215 30.588 28.606 30.397 28.816 C 30.054 29.193 29.665 29.62 29.481 30.154 C 29.356 30.514 29.337 30.881 29.347 31.235 L 29.346 31.25 C 29.346 31.257 29.348 31.264 29.348 31.271 C 29.354 31.447 29.365 31.621 29.378 31.785 C 29.401 32.063 29.439 32.528 29.371 32.644 Z M 42.877 29.013 C 42.875 29.697 42.286 30.25 41.56 30.249 L 31.889 30.249 L 32.007 30.118 C 32.48 29.6 33.067 28.955 33.067 28.076 C 33.067 27.198 32.48 26.552 32.007 26.034 C 31.805 25.812 31.553 25.535 31.5 25.381 C 31.44 25.206 31.469 24.843 31.495 24.522 C 31.55 23.853 31.618 23.02 31.086 22.331 C 30.55 21.638 29.684 21.442 28.989 21.285 C 28.66 21.211 28.288 21.126 28.136 21.022 C 27.99 20.922 27.784 20.604 27.619 20.349 C 27.243 19.77 26.776 19.049 25.902 18.781 C 25.053 18.522 24.241 18.837 23.588 19.091 C 23.267 19.216 22.902 19.358 22.696 19.358 C 22.49 19.358 22.126 19.216 21.804 19.091 C 21.151 18.838 20.339 18.522 19.491 18.781 C 18.615 19.049 18.148 19.77 17.773 20.349 C 17.608 20.604 17.403 20.922 17.256 21.022 C 17.105 21.126 16.732 21.21 16.403 21.285 C 15.707 21.442 14.841 21.638 14.306 22.332 C 13.774 23.02 13.843 23.853 13.897 24.522 C 13.923 24.843 13.953 25.207 13.893 25.382 C 13.84 25.535 13.587 25.812 13.385 26.035 C 12.912 26.553 12.325 27.198 12.325 28.077 C 12.325 28.956 12.912 29.601 13.385 30.12 L 13.503 30.25 L 3.44 30.25 C 2.714 30.251 2.125 29.698 2.123 29.014 L 2.123 3.241 C 2.123 2.556 2.712 2 3.44 2 L 41.56 2 C 42.288 2 42.877 2.556 42.877 3.241 Z\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 8.49 10 L 15.731 10 C 16.317 10 16.792 9.552 16.792 9 C 16.792 8.447 16.317 8 15.731 8 L 8.49 8 C 7.904 8 7.429 8.447 7.429 9 C 7.429 9.552 7.904 10 8.49 10 Z M 35.843 8 L 19.314 8 C 18.727 8 18.252 8.447 18.252 9 C 18.252 9.552 18.727 10 19.314 10 L 35.843 10 C 36.429 10 36.905 9.552 36.905 9 C 36.905 8.447 36.429 8 35.843 8 Z M 26.603 14.559 L 8.49 14.559 C 7.904 14.559 7.429 15.007 7.429 15.559 C 7.429 16.111 7.904 16.559 8.49 16.559 L 26.603 16.559 C 27.19 16.559 27.665 16.111 27.664 15.559 C 27.664 15.007 27.189 14.559 26.603 14.559 Z M 35.843 14.559 L 30.459 14.559 C 29.873 14.559 29.398 15.007 29.398 15.559 C 29.398 16.111 29.873 16.559 30.459 16.559 L 35.843 16.559 C 36.429 16.559 36.905 16.111 36.905 15.559 C 36.905 15.007 36.429 14.559 35.843 14.559 Z M 27.207 24.862 C 26.978 24.708 26.694 24.645 26.416 24.689 C 26.138 24.733 25.89 24.878 25.727 25.094 L 22.08 29.905 L 19.52 27.494 C 19.254 27.234 18.859 27.13 18.488 27.221 C 18.117 27.313 17.828 27.586 17.73 27.935 C 17.633 28.285 17.744 28.657 18.02 28.908 L 21.465 32.154 C 21.686 32.362 21.992 32.468 22.303 32.443 C 22.614 32.419 22.898 32.267 23.079 32.028 L 27.455 26.257 C 27.795 25.808 27.684 25.183 27.207 24.862 Z\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-126e9dd\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 45 45\" overflow=\"visible\"><path d=\"M 41.56 0 L 3.44 0 C 1.541 0.002 0.002 1.452 0 3.241 L 0 29.013 C 0 30.797 1.543 32.249 3.44 32.249 L 13.863 32.249 C 13.855 32.773 13.929 33.333 14.306 33.821 C 14.841 34.515 15.707 34.711 16.403 34.868 C 16.731 34.943 17.104 35.027 17.256 35.131 C 17.385 35.219 17.559 35.476 17.712 35.71 C 18.019 36.691 17.636 37.897 17.226 39.173 C 16.703 40.802 16.11 42.648 16.943 44.406 C 17.062 44.658 17.287 44.852 17.563 44.943 C 17.84 45.034 18.144 45.013 18.403 44.885 C 19.192 44.496 19.856 43.87 20.497 43.264 C 21.075 42.719 21.669 42.159 22.328 41.8 C 22.826 42.082 23.323 42.488 23.843 42.912 C 24.746 43.65 25.771 44.486 27.124 44.941 C 27.525 45.077 27.973 44.974 28.262 44.68 C 28.551 44.385 28.625 43.957 28.451 43.591 C 27.868 42.363 27.952 40.931 28.041 39.416 C 28.117 38.113 28.192 36.77 27.843 35.468 C 27.948 35.32 28.052 35.188 28.136 35.13 C 28.288 35.026 28.66 34.942 28.989 34.868 C 29.685 34.71 30.55 34.514 31.085 33.821 C 31.463 33.333 31.537 32.772 31.529 32.248 L 41.56 32.248 C 43.457 32.248 45 30.796 45 29.012 L 45 3.241 C 44.998 1.452 43.459 0.002 41.56 0 Z M 25.921 39.306 C 25.87 40.171 25.82 41.05 25.888 41.926 C 25.669 41.757 25.453 41.58 25.233 41.4 C 24.479 40.785 23.7 40.149 22.766 39.764 C 22.503 39.656 22.203 39.653 21.937 39.756 C 20.713 40.23 19.801 41.091 18.995 41.851 L 18.663 42.163 C 18.723 41.414 18.986 40.598 19.257 39.754 C 19.501 38.996 19.747 38.226 19.87 37.45 C 20.579 37.535 21.249 37.279 21.804 37.063 C 22.125 36.938 22.49 36.796 22.696 36.796 C 22.902 36.796 23.266 36.938 23.588 37.063 C 24.068 37.25 24.635 37.47 25.239 37.47 C 25.455 37.47 25.677 37.441 25.901 37.373 C 25.927 37.365 25.95 37.353 25.976 37.344 C 25.998 37.97 25.961 38.629 25.921 39.306 Z M 29.371 32.644 C 29.275 32.747 28.766 32.862 28.494 32.924 C 27.972 33.042 27.38 33.176 26.887 33.514 C 26.399 33.849 26.084 34.334 25.807 34.763 C 25.658 34.993 25.38 35.422 25.253 35.469 C 25.104 35.494 24.664 35.318 24.397 35.214 C 23.893 35.018 23.322 34.797 22.696 34.797 C 22.07 34.797 21.499 35.019 20.996 35.214 C 20.729 35.318 20.284 35.487 20.147 35.471 C 20.012 35.422 19.734 34.993 19.585 34.763 C 19.308 34.335 18.994 33.849 18.505 33.514 C 18.011 33.176 17.42 33.042 16.899 32.924 C 16.625 32.862 16.117 32.747 16.025 32.648 C 15.953 32.529 15.991 32.063 16.014 31.785 C 16.026 31.627 16.037 31.461 16.044 31.292 C 16.044 31.277 16.048 31.264 16.048 31.25 C 16.048 31.24 16.045 31.23 16.045 31.22 C 16.054 30.871 16.034 30.509 15.912 30.154 C 15.727 29.62 15.339 29.193 14.995 28.816 C 14.804 28.606 14.447 28.215 14.447 28.077 C 14.447 27.939 14.804 27.547 14.995 27.337 C 15.338 26.961 15.727 26.534 15.912 25.999 C 16.101 25.448 16.055 24.874 16.013 24.368 C 15.99 24.09 15.952 23.625 16.021 23.51 C 16.117 23.406 16.625 23.291 16.899 23.23 C 17.42 23.112 18.011 22.978 18.505 22.639 C 18.994 22.304 19.308 21.819 19.585 21.391 C 19.734 21.161 20.011 20.732 20.139 20.685 C 20.148 20.684 20.158 20.683 20.167 20.683 C 20.333 20.683 20.744 20.842 20.995 20.94 C 21.499 21.136 22.07 21.357 22.696 21.357 C 23.322 21.357 23.893 21.135 24.397 20.94 C 24.664 20.836 25.114 20.661 25.246 20.683 C 25.381 20.732 25.658 21.161 25.807 21.391 C 26.084 21.819 26.399 22.305 26.887 22.639 C 27.381 22.978 27.972 23.112 28.494 23.23 C 28.767 23.292 29.276 23.407 29.368 23.506 C 29.44 23.625 29.401 24.09 29.379 24.368 C 29.338 24.874 29.291 25.448 29.481 25.999 C 29.665 26.533 30.054 26.96 30.397 27.337 C 30.588 27.547 30.945 27.939 30.945 28.077 C 30.945 28.215 30.588 28.606 30.397 28.816 C 30.054 29.193 29.665 29.62 29.481 30.154 C 29.356 30.514 29.337 30.881 29.347 31.235 L 29.346 31.25 C 29.346 31.257 29.348 31.264 29.348 31.271 C 29.354 31.447 29.365 31.621 29.378 31.785 C 29.401 32.063 29.439 32.528 29.371 32.644 Z M 42.877 29.013 C 42.875 29.697 42.286 30.25 41.56 30.249 L 31.889 30.249 L 32.007 30.118 C 32.48 29.6 33.067 28.955 33.067 28.076 C 33.067 27.198 32.48 26.552 32.007 26.034 C 31.805 25.812 31.553 25.535 31.5 25.381 C 31.44 25.206 31.469 24.843 31.495 24.522 C 31.55 23.853 31.618 23.02 31.086 22.331 C 30.55 21.638 29.684 21.442 28.989 21.285 C 28.66 21.211 28.288 21.126 28.136 21.022 C 27.99 20.922 27.784 20.604 27.619 20.349 C 27.243 19.77 26.776 19.049 25.902 18.781 C 25.053 18.522 24.241 18.837 23.588 19.091 C 23.267 19.216 22.902 19.358 22.696 19.358 C 22.49 19.358 22.126 19.216 21.804 19.091 C 21.151 18.838 20.339 18.522 19.491 18.781 C 18.615 19.049 18.148 19.77 17.773 20.349 C 17.608 20.604 17.403 20.922 17.256 21.022 C 17.105 21.126 16.732 21.21 16.403 21.285 C 15.707 21.442 14.841 21.638 14.306 22.332 C 13.774 23.02 13.843 23.853 13.897 24.522 C 13.923 24.843 13.953 25.207 13.893 25.382 C 13.84 25.535 13.587 25.812 13.385 26.035 C 12.912 26.553 12.325 27.198 12.325 28.077 C 12.325 28.956 12.912 29.601 13.385 30.12 L 13.503 30.25 L 3.44 30.25 C 2.714 30.251 2.125 29.698 2.123 29.014 L 2.123 3.241 C 2.123 2.556 2.712 2 3.44 2 L 41.56 2 C 42.288 2 42.877 2.556 42.877 3.241 Z\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1nzhusw\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 45 45\" overflow=\"visible\"><path d=\"M 41.56 0 L 3.44 0 C 1.541 0.002 0.002 1.452 0 3.241 L 0 29.013 C 0 30.797 1.543 32.249 3.44 32.249 L 13.863 32.249 C 13.855 32.773 13.929 33.333 14.306 33.821 C 14.841 34.515 15.707 34.711 16.403 34.868 C 16.731 34.943 17.104 35.027 17.256 35.131 C 17.385 35.219 17.559 35.476 17.712 35.71 C 18.019 36.691 17.636 37.897 17.226 39.173 C 16.703 40.802 16.11 42.648 16.943 44.406 C 17.062 44.658 17.287 44.852 17.563 44.943 C 17.84 45.034 18.144 45.013 18.403 44.885 C 19.192 44.496 19.856 43.87 20.497 43.264 C 21.075 42.719 21.669 42.159 22.328 41.8 C 22.826 42.082 23.323 42.488 23.843 42.912 C 24.746 43.65 25.771 44.486 27.124 44.941 C 27.525 45.077 27.973 44.974 28.262 44.68 C 28.551 44.385 28.625 43.957 28.451 43.591 C 27.868 42.363 27.952 40.931 28.041 39.416 C 28.117 38.113 28.192 36.77 27.843 35.468 C 27.948 35.32 28.052 35.188 28.136 35.13 C 28.288 35.026 28.66 34.942 28.989 34.868 C 29.685 34.71 30.55 34.514 31.085 33.821 C 31.463 33.333 31.537 32.772 31.529 32.248 L 41.56 32.248 C 43.457 32.248 45 30.796 45 29.012 L 45 3.241 C 44.998 1.452 43.459 0.002 41.56 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-yliegg\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7.32 5.367\" overflow=\"visible\"><path d=\"M 7.258 2.51 C 7.207 3.375 7.157 4.254 7.225 5.13 C 7.007 4.961 6.79 4.784 6.57 4.604 C 5.816 3.989 5.037 3.353 4.103 2.968 C 3.84 2.86 3.54 2.857 3.274 2.96 C 2.05 3.434 1.138 4.295 0.332 5.055 L 0 5.367 C 0.06 4.618 0.323 3.802 0.594 2.958 C 0.838 2.2 1.084 1.429 1.207 0.653 C 1.916 0.739 2.586 0.482 3.141 0.266 C 3.462 0.141 3.827 0 4.033 0 C 4.239 0 4.603 0.141 4.925 0.266 C 5.405 0.453 5.972 0.673 6.576 0.673 C 6.792 0.673 7.014 0.645 7.238 0.576 C 7.264 0.568 7.287 0.556 7.313 0.547 C 7.336 1.174 7.298 1.832 7.258 2.51 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-fdrjte\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.497 14.791\" overflow=\"visible\"><path d=\"M 14.924 11.963 C 14.828 12.066 14.319 12.181 14.046 12.243 C 13.525 12.361 12.933 12.495 12.44 12.833 C 11.952 13.168 11.637 13.653 11.36 14.082 C 11.211 14.312 10.933 14.741 10.806 14.788 C 10.657 14.813 10.217 14.637 9.95 14.533 C 9.446 14.337 8.875 14.116 8.249 14.116 C 7.623 14.116 7.052 14.338 6.549 14.533 C 6.282 14.637 5.837 14.806 5.7 14.79 C 5.565 14.741 5.287 14.312 5.138 14.082 C 4.861 13.654 4.546 13.168 4.058 12.833 C 3.564 12.495 2.973 12.361 2.452 12.243 C 2.178 12.181 1.67 12.066 1.578 11.967 C 1.506 11.848 1.544 11.382 1.566 11.104 C 1.579 10.946 1.59 10.78 1.597 10.611 C 1.597 10.596 1.601 10.583 1.601 10.569 C 1.601 10.559 1.598 10.549 1.598 10.539 C 1.607 10.19 1.587 9.828 1.465 9.473 C 1.28 8.939 0.891 8.512 0.548 8.135 C 0.357 7.925 0 7.534 0 7.396 C 0 7.258 0.357 6.866 0.548 6.656 C 0.891 6.28 1.28 5.853 1.465 5.318 C 1.654 4.767 1.608 4.193 1.566 3.687 C 1.543 3.409 1.505 2.944 1.574 2.829 C 1.67 2.725 2.178 2.61 2.452 2.549 C 2.973 2.431 3.564 2.297 4.058 1.958 C 4.546 1.623 4.861 1.138 5.138 0.71 C 5.287 0.48 5.564 0.051 5.692 0.004 C 5.701 0.002 5.711 0.002 5.72 0.002 C 5.886 0.002 6.297 0.161 6.548 0.259 C 7.052 0.455 7.623 0.676 8.249 0.676 C 8.875 0.676 9.446 0.454 9.95 0.259 C 10.217 0.155 10.667 -0.02 10.798 0.002 C 10.934 0.051 11.211 0.48 11.36 0.71 C 11.637 1.138 11.951 1.624 12.44 1.958 C 12.934 2.297 13.525 2.431 14.046 2.549 C 14.32 2.611 14.829 2.726 14.921 2.825 C 14.993 2.944 14.954 3.409 14.932 3.687 C 14.891 4.193 14.844 4.767 15.033 5.318 C 15.218 5.852 15.607 6.279 15.95 6.656 C 16.141 6.866 16.497 7.258 16.497 7.396 C 16.497 7.534 16.141 7.925 15.95 8.135 C 15.607 8.512 15.218 8.939 15.033 9.473 C 14.909 9.833 14.89 10.2 14.9 10.554 L 14.899 10.569 C 14.899 10.576 14.901 10.583 14.901 10.59 C 14.907 10.766 14.918 10.94 14.931 11.104 C 14.954 11.382 14.992 11.847 14.924 11.963 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-16008ng\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40.755 28.25\" overflow=\"visible\"><path d=\"M 40.755 27.013 C 40.753 27.697 40.164 28.25 39.438 28.249 L 29.767 28.249 L 29.885 28.118 C 30.357 27.6 30.945 26.955 30.945 26.076 C 30.945 25.198 30.357 24.552 29.885 24.034 C 29.682 23.812 29.43 23.535 29.377 23.381 C 29.317 23.206 29.346 22.843 29.373 22.522 C 29.427 21.853 29.495 21.02 28.964 20.331 C 28.428 19.638 27.562 19.443 26.866 19.285 C 26.538 19.211 26.165 19.127 26.013 19.023 C 25.867 18.923 25.662 18.605 25.496 18.35 C 25.121 17.77 24.654 17.049 23.779 16.781 C 22.931 16.522 22.118 16.837 21.465 17.091 C 21.144 17.216 20.779 17.358 20.573 17.358 C 20.367 17.358 20.003 17.216 19.681 17.091 C 19.029 16.838 18.217 16.522 17.368 16.781 C 16.493 17.049 16.026 17.77 15.651 18.35 C 15.485 18.605 15.28 18.923 15.134 19.023 C 14.982 19.127 14.609 19.211 14.28 19.285 C 13.584 19.443 12.719 19.638 12.183 20.332 C 11.652 21.02 11.72 21.853 11.774 22.522 C 11.801 22.843 11.83 23.207 11.77 23.382 C 11.717 23.535 11.465 23.812 11.262 24.035 C 10.789 24.553 10.202 25.198 10.202 26.077 C 10.202 26.956 10.789 27.601 11.262 28.12 L 11.38 28.25 L 1.317 28.25 C 0.591 28.251 0.002 27.698 0 27.014 L 0 1.241 C 0.001 0.556 0.59 0.001 1.317 0 L 39.438 0 C 40.165 0.001 40.754 0.556 40.755 1.241 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-1jyv1sn\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29.476 24.447\" overflow=\"visible\"><path d=\"M 1.061 2 L 8.302 2 C 8.888 2 9.364 1.552 9.364 1 C 9.364 0.448 8.888 0 8.302 0 L 1.061 0 C 0.475 0 0 0.448 0 1 C 0 1.552 0.475 2 1.061 2 Z M 28.414 0 L 11.885 0 C 11.299 0 10.823 0.448 10.823 1 C 10.823 1.552 11.299 2 11.885 2 L 28.414 2 C 29.001 2 29.476 1.552 29.476 1 C 29.476 0.448 29.001 0 28.414 0 Z M 19.174 6.559 L 1.061 6.559 C 0.475 6.559 0 7.007 0 7.559 C 0 8.112 0.475 8.559 1.061 8.559 L 19.175 8.559 C 19.761 8.559 20.236 8.111 20.236 7.559 C 20.235 7.007 19.76 6.559 19.174 6.559 Z M 28.414 6.559 L 23.03 6.559 C 22.444 6.559 21.969 7.007 21.969 7.559 C 21.969 8.112 22.444 8.559 23.03 8.559 L 28.414 8.559 C 29.001 8.559 29.476 8.112 29.476 7.559 C 29.476 7.007 29.001 6.559 28.414 6.559 Z M 19.778 16.862 C 19.549 16.708 19.265 16.646 18.987 16.689 C 18.709 16.733 18.461 16.879 18.298 17.095 L 14.651 21.905 L 12.092 19.494 C 11.825 19.234 11.431 19.13 11.059 19.221 C 10.688 19.313 10.399 19.586 10.302 19.935 C 10.204 20.285 10.315 20.657 10.591 20.908 L 14.036 24.154 C 14.257 24.362 14.563 24.468 14.874 24.444 C 15.185 24.419 15.469 24.267 15.65 24.028 L 20.026 18.258 C 20.366 17.808 20.255 17.183 19.778 16.862 Z\" fill=\"var(--token-d00a6c61-ddfd-4b45-b28b-32fb2d607fc6, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1n8plz3\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.364 2\" overflow=\"visible\"><path d=\"M 1.061 2 L 8.302 2 C 8.888 2 9.364 1.552 9.364 1 C 9.364 0.448 8.888 0 8.302 0 L 1.061 0 C 0.475 0 0 0.448 0 1 C 0 1.552 0.475 2 1.061 2 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-zpuy95\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18.652 2\" overflow=\"visible\"><path d=\"M 17.591 0 L 1.061 0 C 0.475 0 0 0.448 0 1 C 0 1.552 0.475 2 1.061 2 L 17.591 2 C 18.177 2 18.652 1.552 18.652 1 C 18.652 0.448 18.177 0 17.591 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-zmpws0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20.236 2\" overflow=\"visible\"><path d=\"M 19.174 0 L 1.061 0 C 0.475 0 0 0.448 0 1 C 0 1.552 0.475 2 1.061 2 L 19.175 2 C 19.761 2 20.236 1.552 20.236 1 C 20.235 0.447 19.76 0 19.174 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-qchcw9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7.507 2\" overflow=\"visible\"><path d=\"M 6.446 0 L 1.061 0 C 0.475 0 0 0.448 0 1 C 0 1.552 0.475 2 1.061 2 L 6.446 2 C 7.032 2 7.507 1.552 7.507 1 C 7.507 0.448 7.032 0 6.446 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-whn1r0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.956 7.771\" overflow=\"visible\"><path d=\"M 9.511 0.186 C 9.282 0.032 8.998 -0.03 8.72 0.014 C 8.442 0.057 8.194 0.203 8.031 0.419 L 4.384 5.23 L 1.825 2.818 C 1.558 2.558 1.164 2.454 0.793 2.546 C 0.422 2.637 0.132 2.91 0.035 3.26 C -0.063 3.61 0.048 3.981 0.324 4.232 L 3.769 7.479 C 3.99 7.687 4.296 7.792 4.607 7.768 C 4.918 7.744 5.202 7.592 5.383 7.353 L 9.759 1.582 C 10.099 1.132 9.988 0.508 9.511 0.186 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"NABCEP-Certified \",/*#__PURE__*/_jsx(\"br\",{}),\"Leadership \"]})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"NABCEP-Certified \",/*#__PURE__*/_jsx(\"br\",{}),\"Leadership \"]})})},z4kZHrWjn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-knkxdd\",\"data-styles-preset\":\"eBBCT_0K_\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"NABCEP-Certified \",/*#__PURE__*/_jsx(\"br\",{}),\"Leadership \"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-17ike8p\",\"data-styles-preset\":\"TqfX5OlV5\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"NABCEP-Certified \",/*#__PURE__*/_jsx(\"br\",{}),\"Leadership \"]})}),className:\"framer-1qe42wv\",\"data-framer-name\":\"NABCEP-Certified Technicians\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uerf96\",\"data-framer-name\":\"Frame 427319553\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bgrh0z\",\"data-framer-name\":\"Frame 52\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-vd64qv\",\"data-framer-name\":\"Featured icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:53,intrinsicWidth:51,svg:'<svg width=\"51\" height=\"53\" viewBox=\"-3 -3 51 53\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M40.5625 0.0625H3.6875C2.70951 0.0625 1.77158 0.451003 1.08004 1.14254C0.388503 1.83408 0 2.77201 0 3.75V16.6562C0 28.8066 5.88156 36.17 10.8159 40.2079C16.1305 44.5545 21.4175 46.0295 21.6479 46.0917C21.9648 46.1779 22.299 46.1779 22.6159 46.0917C22.8464 46.0295 28.1264 44.5545 33.4479 40.2079C38.3684 36.17 44.25 28.8066 44.25 16.6562V3.75C44.25 2.77201 43.8615 1.83408 43.17 1.14254C42.4784 0.451003 41.5405 0.0625 40.5625 0.0625ZM40.5625 16.6562C40.5625 25.1997 37.4143 32.1345 31.2055 37.2648C28.5027 39.4904 25.4289 41.2224 22.125 42.3812C18.8643 41.2426 15.8285 39.5413 13.1552 37.3546C6.87258 32.2152 3.6875 25.2527 3.6875 16.6562V3.75H40.5625V16.6562ZM11.6018 23.492C11.2558 23.146 11.0615 22.6768 11.0615 22.1875C11.0615 21.6982 11.2558 21.229 11.6018 20.883C11.9478 20.5371 12.417 20.3427 12.9062 20.3427C13.3955 20.3427 13.8647 20.5371 14.2107 20.883L18.4375 25.1121L30.0393 13.508C30.2106 13.3367 30.414 13.2009 30.6378 13.1081C30.8616 13.0154 31.1015 12.9677 31.3438 12.9677C31.586 12.9677 31.8259 13.0154 32.0497 13.1081C32.2735 13.2009 32.4769 13.3367 32.6482 13.508C32.8195 13.6793 32.9554 13.8827 33.0481 14.1065C33.1408 14.3304 33.1885 14.5702 33.1885 14.8125C33.1885 15.0548 33.1408 15.2946 33.0481 15.5185C32.9554 15.7423 32.8195 15.9457 32.6482 16.117L19.742 29.0232C19.5707 29.1946 19.3674 29.3306 19.1435 29.4234C18.9197 29.5162 18.6798 29.5639 18.4375 29.5639C18.1952 29.5639 17.9553 29.5162 17.7315 29.4234C17.5076 29.3306 17.3043 29.1946 17.133 29.0232L11.6018 23.492Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"All Major Equipment \",/*#__PURE__*/_jsx(\"br\",{}),\"Covered\"]})})},Po9trwOU3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-17ike8p\",\"data-styles-preset\":\"TqfX5OlV5\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"All Major Equipment\",/*#__PURE__*/_jsx(\"br\",{}),\"Covered\"]})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"All Major Equipment \",/*#__PURE__*/_jsx(\"br\",{}),\"Covered\"]})})},z4kZHrWjn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-knkxdd\",\"data-styles-preset\":\"eBBCT_0K_\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"All Major Equipment \",/*#__PURE__*/_jsx(\"br\",{}),\"Covered\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-17ike8p\",\"data-styles-preset\":\"TqfX5OlV5\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"All Major Equipment \",/*#__PURE__*/_jsx(\"br\",{}),\"Covered\"]})}),className:\"framer-usjtx\",\"data-framer-name\":\"All Major Equipment Covered\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uahbf7\",\"data-framer-name\":\"Frame 53\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-jndrco\",\"data-framer-name\":\"Featured icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:54,intrinsicWidth:47,svg:'<svg width=\"47\" height=\"54\" viewBox=\"-3 -3 47 54\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M40.0232 13.508L27.117 0.601797C26.9456 0.430634 26.7422 0.294908 26.5184 0.202374C26.2946 0.10984 26.0547 0.0623101 25.8125 0.0625006H3.6875C2.70951 0.0625006 1.77158 0.451004 1.08004 1.14254C0.388503 1.83408 0 2.77201 0 3.75V44.3125C0 45.2905 0.388503 46.2284 1.08004 46.92C1.77158 47.6115 2.70951 48 3.6875 48H36.875C37.853 48 38.7909 47.6115 39.4825 46.92C40.174 46.2284 40.5625 45.2905 40.5625 44.3125V14.8125C40.5627 14.5703 40.5152 14.3304 40.4226 14.1066C40.3301 13.8828 40.1944 13.6794 40.0232 13.508ZM27.6562 6.3566L34.2684 12.9688H27.6562V6.3566ZM36.875 44.3125H3.6875V3.75H23.9688V14.8125C23.9688 15.3015 24.163 15.7705 24.5088 16.1162C24.8545 16.462 25.3235 16.6562 25.8125 16.6562H36.875V44.3125ZM29.5 25.875C29.5 26.364 29.3057 26.833 28.96 27.1787C28.6142 27.5245 28.1452 27.7188 27.6562 27.7188H12.9062C12.4173 27.7188 11.9483 27.5245 11.6025 27.1787C11.2568 26.833 11.0625 26.364 11.0625 25.875C11.0625 25.386 11.2568 24.917 11.6025 24.5713C11.9483 24.2255 12.4173 24.0312 12.9062 24.0312H27.6562C28.1452 24.0312 28.6142 24.2255 28.96 24.5713C29.3057 24.917 29.5 25.386 29.5 25.875ZM29.5 33.25C29.5 33.739 29.3057 34.208 28.96 34.5537C28.6142 34.8995 28.1452 35.0938 27.6562 35.0938H12.9062C12.4173 35.0938 11.9483 34.8995 11.6025 34.5537C11.2568 34.208 11.0625 33.739 11.0625 33.25C11.0625 32.761 11.2568 32.292 11.6025 31.9463C11.9483 31.6005 12.4173 31.4062 12.9062 31.4062H27.6562C28.1452 31.4062 28.6142 31.6005 28.96 31.9463C29.3057 32.292 29.5 32.761 29.5 33.25Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Expert Warranty & Claims Support\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Expert Warranty & Claims Support\"})})},z4kZHrWjn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-knkxdd\",\"data-styles-preset\":\"eBBCT_0K_\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Expert Warranty & Claims Support\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-17ike8p\",\"data-styles-preset\":\"TqfX5OlV5\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Expert Warranty & Claims Support\"})}),className:\"framer-1en533r\",\"data-framer-name\":\"Warranty Claim Experts\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hstwo6\",\"data-framer-name\":\"Frame 427319554\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zsmw1s\",\"data-framer-name\":\"Frame 52\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1k6y5k7\",\"data-framer-name\":\"fi_6052465\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:59,intrinsicWidth:59,svg:'<svg width=\"59\" height=\"59\" viewBox=\"0 0 59 59\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_384_613)\">\\n<path d=\"M10.2659 11.6797H5.95209C5.31565 11.6797 4.79974 12.1956 4.79974 12.832V16.3781C4.79974 17.0146 5.31565 17.5305 5.95209 17.5305H10.2659C10.9023 17.5305 11.4182 17.0146 11.4182 16.3781V12.832C11.4182 12.1956 10.9023 11.6797 10.2659 11.6797ZM9.11354 15.2258H7.10443V13.9844H9.11354V15.2258Z\" fill=\"white\"/>\\n<path d=\"M10.2659 20.8037H5.95209C5.31565 20.8037 4.79974 21.3196 4.79974 21.9561V25.5022C4.79974 26.1386 5.31565 26.6545 5.95209 26.6545H10.2659C10.9023 26.6545 11.4182 26.1386 11.4182 25.5022V21.9561C11.4182 21.3196 10.9023 20.8037 10.2659 20.8037ZM9.11354 24.3498H7.10443V23.1084H9.11354V24.3498Z\" fill=\"white\"/>\\n<path d=\"M10.2659 29.9282H5.95209C5.31565 29.9282 4.79974 30.4441 4.79974 31.0806V34.6267C4.79974 35.2631 5.31565 35.779 5.95209 35.779H10.2659C10.9023 35.779 11.4182 35.2631 11.4182 34.6267V31.0806C11.4182 30.4441 10.9023 29.9282 10.2659 29.9282ZM9.11354 33.4743H7.10443V32.2329H9.11354V33.4743Z\" fill=\"white\"/>\\n<path d=\"M10.2659 39.0522H5.95209C5.31565 39.0522 4.79974 39.5682 4.79974 40.2046V43.7507C4.79974 44.3871 5.31565 44.903 5.95209 44.903H10.2659C10.9023 44.903 11.4182 44.3871 11.4182 43.7507V40.2046C11.4182 39.5682 10.9023 39.0522 10.2659 39.0522ZM9.11354 42.5984H7.10443V41.3569H9.11354V42.5984Z\" fill=\"white\"/>\\n<path d=\"M28.2879 13.4434H14.7714C14.135 13.4434 13.6191 13.9593 13.6191 14.5957C13.6191 15.2321 14.135 15.748 14.7714 15.748H28.2879C28.9243 15.748 29.4402 15.2321 29.4402 14.5957C29.4402 13.9593 28.9243 13.4434 28.2879 13.4434Z\" fill=\"white\"/>\\n<path d=\"M28.2879 22.5674H14.7714C14.135 22.5674 13.6191 23.0833 13.6191 23.7197C13.6191 24.3562 14.135 24.8721 14.7714 24.8721H28.2879C28.9243 24.8721 29.4402 24.3562 29.4402 23.7197C29.4402 23.0833 28.9243 22.5674 28.2879 22.5674Z\" fill=\"white\"/>\\n<path d=\"M28.2879 31.6914H14.7714C14.135 31.6914 13.6191 32.2073 13.6191 32.8438C13.6191 33.4802 14.135 33.9961 14.7714 33.9961H28.2879C28.9243 33.9961 29.4402 33.4802 29.4402 32.8438C29.4402 32.2073 28.9243 31.6914 28.2879 31.6914Z\" fill=\"white\"/>\\n<path d=\"M28.2879 40.8159H14.7714C14.135 40.8159 13.6191 41.3318 13.6191 41.9683C13.6191 42.6047 14.135 43.1206 14.7714 43.1206H28.2879C28.9243 43.1206 29.4402 42.6047 29.4402 41.9683C29.4402 41.3318 28.9243 40.8159 28.2879 40.8159Z\" fill=\"white\"/>\\n<path d=\"M58.7141 50.9693L57.3517 47.2267C56.6943 45.4211 54.9621 44.2079 53.0411 44.2079C52.8955 44.2079 52.7505 44.2149 52.6062 44.2287L46.8565 28.4345C47.5239 27.9766 48.0597 27.347 48.4108 26.5939C48.9285 25.4836 48.9828 24.2382 48.5637 23.0869L47.2013 19.3444C46.7694 18.1581 45.9017 17.2116 44.7599 16.6805C44.5171 16.567 44.2637 16.4753 44.0044 16.4045V6.87846C44.0044 5.29963 42.72 4.01523 41.1411 4.01523H31.8578V2.86334C31.8578 1.2844 30.5733 0 28.9945 0H15.0099C13.431 0 12.1465 1.2844 12.1465 2.86334V4.01523H2.86323C1.2844 4.01523 0 5.29963 0 6.87846V54.1629C0 55.7417 1.2844 57.0263 2.86334 57.0263H41.1411C42.7199 57.0263 44.0044 55.7419 44.0044 54.1629V52.6342L45.1901 55.891C45.8671 57.7507 47.6509 59.0001 49.629 59C50.1796 59 50.7228 58.9039 51.2438 58.7143L51.5022 58.6203C51.7893 58.5158 52.0233 58.3014 52.1524 58.0244C52.2816 57.7474 52.2954 57.4304 52.1908 57.1432L50.8284 53.4008C50.794 53.2699 50.8378 53.1752 50.9595 53.1169L52.7678 52.4601C52.8793 52.4193 53.0093 52.4768 53.0513 52.5922L54.4137 56.3346C54.6314 56.9326 55.2928 57.2408 55.8905 57.0233C57.0749 56.5923 58.0215 55.7253 58.5564 54.5811C59.0898 53.4378 59.1458 52.1551 58.7141 50.9693ZM14.4513 2.86334C14.4513 2.55532 14.7019 2.30469 15.01 2.30469H28.9946C29.3026 2.30469 29.5532 2.55532 29.5532 2.86334V6.43791C29.5532 6.74594 29.3026 6.99657 28.9946 6.99657H15.0099C14.7018 6.99657 14.4512 6.74594 14.4512 6.43791L14.4513 2.86334ZM41.1411 54.7216H2.86334C2.55532 54.7216 2.30469 54.4709 2.30469 54.1629V6.87846C2.30469 6.57043 2.55532 6.31991 2.86334 6.31991H12.1466V6.43791C12.1466 8.01674 13.431 9.30126 15.01 9.30126H28.9946C30.5734 9.30126 31.8579 8.01686 31.8579 6.43791V6.31991H41.1412C41.4492 6.31991 41.6999 6.57043 41.6999 6.87846V16.3591C41.5134 16.4025 41.3288 16.4565 41.1471 16.5226C40.8598 16.6272 40.6259 16.8415 40.4967 17.1185C40.3675 17.3956 40.3537 17.7126 40.4582 17.9997L41.8206 21.7422C41.8549 21.8731 41.8108 21.9674 41.6886 22.0252L39.8814 22.6828C39.7698 22.7236 39.6398 22.6661 39.5978 22.5508L38.2353 18.8082C38.0177 18.2103 37.3565 17.9018 36.7584 18.1196L36.5001 18.2136C35.3145 18.645 34.368 19.5121 33.8349 20.6552C33.3017 21.7982 33.2458 23.0806 33.6774 24.2662L35.0398 28.0088C35.6972 29.8146 37.4293 31.0278 39.3498 31.0278C39.6133 31.0278 39.8752 31.0051 40.1336 30.96L41.6999 35.2625V54.1632C41.6997 54.4709 41.4491 54.7216 41.1411 54.7216ZM44.0044 48.5942V41.5932L45.8319 46.6132C45.0406 47.0708 44.4074 47.7546 44.0044 48.5942ZM56.4682 53.606C56.3676 53.8211 56.2386 54.0172 56.0857 54.1901L55.217 51.8037C54.8551 50.8096 53.9013 50.1417 52.8435 50.1417C52.5487 50.1417 52.2581 50.193 51.9804 50.294L50.172 50.9509C49.5379 51.1817 49.0317 51.6459 48.7466 52.2579C48.4617 52.8694 48.432 53.5553 48.6627 54.1891L49.5749 56.6946C48.5837 56.6724 47.6963 56.0382 47.3557 55.1025L45.9933 51.36C45.7847 50.7871 45.8117 50.1675 46.069 49.6153C46.3263 49.0631 46.7835 48.6443 47.3563 48.4359L47.6789 48.3185C47.9661 48.2139 48.2 47.9996 48.3292 47.7226C48.4584 47.4456 48.4722 47.1286 48.3676 46.8414L41.9292 29.1557C41.7589 28.6877 41.3169 28.3972 40.8463 28.3972C40.331 28.3972 39.8799 28.7229 39.3495 28.7229C38.3943 28.7229 37.5325 28.119 37.2053 27.2201L35.8428 23.4775C35.6219 22.8706 35.6505 22.2142 35.9234 21.629C36.0674 21.3201 36.2705 21.0506 36.5195 20.8324L37.4319 23.3389C37.7938 24.333 38.7477 25.0009 39.8054 25.0009C40.1002 25.0009 40.3908 24.9496 40.6692 24.8482L42.4764 24.1906C43.1105 23.9599 43.6167 23.4961 43.9018 22.8847C44.187 22.2733 44.2168 21.5874 43.9861 20.9534L43.1175 18.5675C43.3476 18.6022 43.5739 18.67 43.786 18.7691C44.3708 19.0411 44.8145 19.5253 45.0356 20.1326L46.398 23.8751C46.6065 24.4478 46.5795 25.0674 46.3219 25.6197C46.0645 26.1719 45.6073 26.5908 45.035 26.7991C44.4467 27.0131 44.1307 27.6844 44.3462 28.2762L50.7846 45.962C51.0023 46.56 51.6636 46.8685 52.2614 46.6508C52.5138 46.559 52.7761 46.5124 53.041 46.5124C53.9968 46.5124 54.8587 47.1162 55.186 48.0149L56.5484 51.7575C56.7695 52.3648 56.7408 53.0215 56.4682 53.606C56.7408 53.0215 56.3676 53.8211 56.4682 53.606Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_384_613\">\\n<rect width=\"59\" height=\"59\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Advanced Diagnostic \",/*#__PURE__*/_jsx(\"br\",{}),\"Checks\"]})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Advanced Diagnostic \",/*#__PURE__*/_jsx(\"br\",{}),\"Checks\"]})})},z4kZHrWjn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-knkxdd\",\"data-styles-preset\":\"eBBCT_0K_\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Advanced Diagnostic \",/*#__PURE__*/_jsx(\"br\",{}),\"Checks\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-17ike8p\",\"data-styles-preset\":\"TqfX5OlV5\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Advanced Diagnostic \",/*#__PURE__*/_jsx(\"br\",{}),\"Checks\"]})}),className:\"framer-1srbudf\",\"data-framer-name\":\"Advanced Diagnostic Checks\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mrhxs4\",\"data-framer-name\":\"Frame 51\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1b9utqp\",\"data-framer-name\":\"fi_17026842\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:59,intrinsicWidth:59,svg:'<svg width=\"59\" height=\"59\" viewBox=\"0 0 59 59\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M52.185 13.7567H48.7845V7.22174C48.7845 6.89678 48.6128 6.59486 48.3327 6.42893C40.9727 2.0627 35.1649 0.115234 29.5 0.115234C23.8362 0.115234 18.0273 2.0627 10.6684 6.42893C10.3884 6.59486 10.2167 6.89678 10.2167 7.22174V13.7567H6.81495C4.8479 13.7567 3.24844 15.3561 3.24844 17.3232V49.159C3.24844 51.126 4.8479 52.7255 6.81495 52.7255H18.3499L15.9288 56.8808C15.6857 57.298 15.6822 57.7958 15.9208 58.2106C16.1593 58.6266 16.6041 58.8848 17.08 58.8848H41.9188C42.3947 58.8848 42.8395 58.6266 43.0781 58.2106C43.3166 57.7958 43.3143 57.298 43.07 56.8808L40.6489 52.7255H52.1839C54.1509 52.7255 55.7504 51.126 55.7504 49.159V17.3232C55.7515 15.3561 54.1509 13.7567 52.185 13.7567ZM12.0604 7.74836C25.1971 0.0679879 33.8028 0.0679879 46.9407 7.74836V23.0699C46.9407 28.0953 44.7835 32.3025 40.7019 35.2364L29.5 43.2866L18.2981 35.2352C14.2176 32.3025 12.0604 28.0953 12.0604 23.0688V7.74836ZM6.81495 15.6004H10.2155V23.0699C10.2155 28.7141 12.6377 33.4399 17.2206 36.7333L28.9607 45.1707C29.1209 45.286 29.3099 45.3436 29.4988 45.3436C29.6878 45.3436 29.8757 45.286 30.037 45.1707L41.7771 36.7333C46.3611 33.4387 48.7833 28.7141 48.7833 23.0699V15.6004H52.1839C53.1334 15.6004 53.9066 16.3737 53.9066 17.3232V46.4533H5.09219V17.3232C5.09219 16.3725 5.86542 15.6004 6.81495 15.6004ZM41.0303 57.041H17.9696L20.484 52.7255H38.5159L41.0303 57.041ZM52.185 50.8817H6.81495C5.86542 50.8817 5.09219 50.1085 5.09219 49.159V48.297H53.9078V49.159C53.9078 50.1085 53.1346 50.8817 52.185 50.8817ZM19.1473 34.0552L28.9618 41.1099C29.122 41.2251 29.311 41.2827 29.5 41.2827C29.689 41.2827 29.8768 41.2251 30.0381 41.1099L39.8526 34.0552C43.5378 31.4071 45.4853 27.6079 45.4853 23.0699V9.12541C45.4853 8.79238 45.3055 8.48471 45.0151 8.32107C38.9734 4.93088 34.1889 3.419 29.5 3.419C24.8111 3.419 20.0254 4.93088 13.9848 8.32107C13.6944 8.48471 13.5147 8.79123 13.5147 9.12541V23.0699C13.5147 27.6079 15.4621 31.4071 19.1473 34.0552ZM29.5 39.2258L24.4389 35.589C25.7134 34.1313 27.5479 33.282 29.5 33.282C31.4509 33.282 33.2866 34.1313 34.5599 35.5878L29.5 39.2258ZM29.5 31.0384C27.7277 31.0384 26.2861 29.5968 26.2861 27.8245C26.2861 26.0522 27.7277 24.6106 29.5 24.6106C31.2723 24.6106 32.7139 26.0522 32.7139 27.8245C32.7139 29.5968 31.2723 31.0384 29.5 31.0384ZM15.3584 9.66701C25.9957 3.8085 33.0043 3.8085 43.6427 9.66701V23.0699C43.6427 27.0455 42.0052 30.2375 38.7775 32.5583L36.0637 34.5092C35.0831 33.3396 33.8236 32.4638 32.4189 31.9533C33.713 31.0361 34.5588 29.5288 34.5588 27.8256C34.5588 25.037 32.2898 22.768 29.5011 22.768C26.7125 22.768 24.4435 25.037 24.4435 27.8256C24.4435 29.5288 25.2905 31.0361 26.5834 31.9533C25.1787 32.4638 23.9192 33.3408 22.9385 34.5092L20.2248 32.5583C16.9971 30.2387 15.3596 27.0455 15.3596 23.0699V9.66701H15.3584ZM26.5131 13.6875L25.9266 16.1904C25.8413 16.5523 25.9819 16.9291 26.2826 17.1469C26.5834 17.3647 26.9844 17.382 27.3025 17.1895L29.5 15.8586L31.6987 17.1907C31.8462 17.2794 32.0109 17.3243 32.1757 17.3243C32.367 17.3243 32.5572 17.2656 32.7173 17.148C33.0181 16.9302 33.1575 16.5534 33.0734 16.1916L32.4869 13.6887L34.4332 12.0086C34.7143 11.7666 34.8227 11.3794 34.7074 11.0256C34.5922 10.673 34.2776 10.4229 33.9077 10.3918L31.346 10.1763L30.3504 7.80598C30.2064 7.46373 29.8722 7.24133 29.5 7.24133C29.1278 7.24133 28.7936 7.46373 28.6496 7.80598L27.6539 10.1763L25.0923 10.3918C24.7224 10.4229 24.4078 10.673 24.2925 11.0256C24.1773 11.3782 24.2856 11.7654 24.5668 12.0086L26.5131 13.6875ZM28.3649 11.9671C28.7072 11.9383 29.0045 11.7216 29.1382 11.4059L29.5011 10.5428L29.8641 11.4059C29.9966 11.7228 30.2951 11.9383 30.6373 11.9671L31.5696 12.0454L30.8609 12.6573C30.6016 12.8821 30.4875 13.2312 30.5659 13.5654L30.7802 14.4769L29.9794 13.9918C29.833 13.903 29.6671 13.8581 29.5023 13.8581C29.3375 13.8581 29.1716 13.903 29.0252 13.9918L28.2243 14.4769L28.4387 13.5654C28.517 13.2312 28.403 12.8809 28.1437 12.6573L27.435 12.0454L28.3649 11.9671ZM32.4177 18.1425C32.3025 18.4951 32.4108 18.8823 32.692 19.1255L34.6383 20.8056L34.0517 23.3085C33.9665 23.6703 34.1071 24.0471 34.4078 24.2649C34.7086 24.4827 35.1096 24.5 35.4276 24.3075L37.6263 22.9754L39.825 24.3075C39.9725 24.3963 40.1373 24.4412 40.3021 24.4412C40.4933 24.4412 40.6835 24.3824 40.8437 24.2649C41.1444 24.0471 41.2839 23.6703 41.1997 23.3085L40.6132 20.8056L42.5595 19.1255C42.8407 18.8835 42.949 18.4963 42.8338 18.1425C42.7185 17.7899 42.4039 17.5398 42.034 17.5087L39.4724 17.2932L38.4767 14.9229C38.3327 14.5806 37.9985 14.3582 37.6263 14.3582C37.2541 14.3582 36.9199 14.5806 36.7759 14.9229L35.7803 17.2932L33.2186 17.5087C32.8475 17.5398 32.5318 17.7887 32.4177 18.1425ZM36.4889 19.084C36.8312 19.0552 37.1285 18.8385 37.2622 18.5228L37.6252 17.6597L37.9882 18.5228C38.1207 18.8397 38.4191 19.0552 38.7614 19.084L39.6936 19.1623L38.9849 19.7742C38.7257 19.9989 38.6116 20.3481 38.6899 20.6823L38.9043 21.5938L38.1034 21.1086C37.957 21.0199 37.7911 20.975 37.6263 20.975C37.4615 20.975 37.2956 21.0199 37.1492 21.1086L36.3484 21.5938L36.5627 20.6823C36.6411 20.3481 36.527 19.9978 36.2677 19.7742L35.559 19.1623L36.4889 19.084ZM19.1761 24.3064L21.3748 22.9743L23.5735 24.3064C23.721 24.3951 23.8858 24.4401 24.0506 24.4401C24.2418 24.4401 24.432 24.3813 24.5922 24.2638C24.8929 24.046 25.0323 23.6691 24.9482 23.3073L24.3617 20.8044L26.308 19.1243C26.5892 18.8823 26.6975 18.4951 26.5823 18.1413C26.467 17.7887 26.1524 17.5387 25.7825 17.5076L23.2209 17.2921L22.2252 14.9217C22.0812 14.5795 21.747 14.357 21.3748 14.357C21.0026 14.357 20.6684 14.5795 20.5244 14.9217L19.5288 17.2921L16.9671 17.5076C16.5972 17.5387 16.2826 17.7887 16.1674 18.1413C16.0521 18.494 16.1605 18.8812 16.4416 19.1243L18.3879 20.8044L17.8014 23.3073C17.7161 23.6691 17.8567 24.046 18.1575 24.2638C18.4571 24.4815 18.8592 24.4988 19.1761 24.3064ZM20.2398 19.084C20.582 19.0552 20.8793 18.8385 21.013 18.5228L21.376 17.6597L21.739 18.5228C21.8715 18.8397 22.1699 19.0552 22.5122 19.084L23.4444 19.1623L22.7357 19.7742C22.4765 19.9989 22.3624 20.3481 22.4407 20.6823L22.6551 21.5938L21.8542 21.1086C21.7078 21.0199 21.5419 20.975 21.3771 20.975C21.2123 20.975 21.0464 21.0199 20.9 21.1086L20.0992 21.5938L20.3135 20.6823C20.3919 20.3481 20.2778 19.9978 20.0185 19.7742L19.3098 19.1623L20.2398 19.084Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"On-site Solar Repair \",/*#__PURE__*/_jsx(\"br\",{}),\"Experts\"]})})},lJHAuUfXP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-17ike8p\",\"data-styles-preset\":\"TqfX5OlV5\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"On-site Solar \",/*#__PURE__*/_jsx(\"br\",{}),\"Repair Experts\"]})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"On-site Solar Repair \",/*#__PURE__*/_jsx(\"br\",{}),\"Experts\"]})})},z4kZHrWjn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-knkxdd\",\"data-styles-preset\":\"eBBCT_0K_\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"On-site Solar Repair \",/*#__PURE__*/_jsx(\"br\",{}),\"Experts\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-17ike8p\",\"data-styles-preset\":\"TqfX5OlV5\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"On-site Solar Repair \",/*#__PURE__*/_jsx(\"br\",{}),\"Experts\"]})}),className:\"framer-1au3mm0\",\"data-framer-name\":\"Onsite Repair Experts\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7z64mu\",\"data-framer-name\":\"Form Component\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qeaieb\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gywlgp\",\"data-framer-name\":\"Frame 1000005478\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-x5wvzz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",children:\"Tell us what's going on with your system\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",children:\"Tell us what's going on with your system\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14hbvb9\",\"data-styles-preset\":\"VZuHEfGkP\",children:\"Tell us what's going on with your system\"})}),className:\"framer-1sog5nm\",\"data-framer-name\":\"Tell us what's going on with your system\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/a4878963-3865-486a-adc8-fab7d091f50a/submit\",className:\"framer-wms3f1\",nodeId:\"pvwtvKvWR\",redirectUrl:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},children:formState=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10609tn\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qhtot2\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-evjiuv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1uynxxr\",\"data-styles-preset\":\"JsY3wlsny\",children:[\"First Name \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(217, 30, 30)\"},children:\"*\"})]})}),className:\"framer-1fhgcpf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-fgvrsz\",inputName:\"First Name\",placeholder:\"Your First Name\",required:true,type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-125ji4r\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1uynxxr\",\"data-styles-preset\":\"JsY3wlsny\",children:[\"Last Name \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(217, 15, 15)\"},children:\"*\"})]})}),className:\"framer-1ezo1s6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1327kzy\",inputName:\"Your Last Name\",placeholder:\"Your Last Name\",required:true,type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-slyc10\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1uynxxr\",\"data-styles-preset\":\"JsY3wlsny\",children:[\"Email \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(207, 17, 17)\"},children:\"*\"})]})}),className:\"framer-ntect1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-yhhnhc\",inputName:\"Email\",placeholder:\"Your Email\",required:true,type:\"email\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-miznru\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1uynxxr\",\"data-styles-preset\":\"JsY3wlsny\",children:[\"Phone Number \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(207, 29, 29)\"},children:\"*\"})]})}),className:\"framer-p8a8ha\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1ngucw6\",inputName:\"Phone Number\",placeholder:\"Your Phone Number\",required:true,type:\"tel\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5eqyak\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-11obxb7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uynxxr\",\"data-styles-preset\":\"JsY3wlsny\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Address\"})}),className:\"framer-vi5vui\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1rgxm1q\",inputName:\"Your Street Address\",placeholder:\"Your Street Address\",type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-17g5bps\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1uynxxr\",\"data-styles-preset\":\"JsY3wlsny\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:[\"Zip Code \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(227, 27, 27)\"},children:\"*\"})]})}),className:\"framer-1rv8ql5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-bqzcc4\",inputName:\"Your ZIP Code\",placeholder:\"Your ZIP Code\",required:true,type:\"number\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nxiy3r\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1uynxxr\",\"data-styles-preset\":\"JsY3wlsny\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:[\"What issues are you experiencing? \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(207, 17, 17)\"},children:\"*\"})]})}),className:\"framer-dctl2d\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2zedza\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1ji7a8y\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-ocaejp\",defaultChecked:false,defaultValue:\"Yes\",inputName:\"Low or No Energy Production\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dg4m2z\",\"data-styles-preset\":\"quz10_wWN\",children:\"Low or No Energy Production\"})}),className:\"framer-xw53n4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-47anz2\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1jtqung\",defaultChecked:false,defaultValue:\"Yes\",inputName:\"Monitoring Problem\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dg4m2z\",\"data-styles-preset\":\"quz10_wWN\",children:\"Monitoring Problem\"})}),className:\"framer-x4ld0b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1phn4w1\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1i3jy1v\",defaultChecked:false,defaultValue:\"Yes\",inputName:\"Remove and Replace Panels\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dg4m2z\",\"data-styles-preset\":\"quz10_wWN\",children:\"Remove and Replace Panels\"})}),className:\"framer-10bt54s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1azhxpn\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1be8a1f\",defaultChecked:false,defaultValue:\"Yes\",inputName:\"Critter Problems (Pigeons, Rodents)\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dg4m2z\",\"data-styles-preset\":\"quz10_wWN\",children:\"Critter Problems (Pigeons, Rodents)\"})}),className:\"framer-851hka\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1xykxd1\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1vrpcec\",defaultChecked:false,defaultValue:\"Yes\",inputName:\"System Down Completely\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dg4m2z\",\"data-styles-preset\":\"quz10_wWN\",children:\"System Down Completely\"})}),className:\"framer-1xjvh4k\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-fcs5jr\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1c3v7ne\",defaultChecked:false,defaultValue:\"Yes\",inputName:\"Inverter Problem\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dg4m2z\",\"data-styles-preset\":\"quz10_wWN\",children:\"Inverter Problem\"})}),className:\"framer-rmyqxw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1ktj1nd\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-12tmwwg\",defaultChecked:false,defaultValue:\"Yes\",inputName:\"Inspection & Cleaning\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dg4m2z\",\"data-styles-preset\":\"quz10_wWN\",children:\"Inspection & Cleaning\"})}),className:\"framer-117wfut\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-qoyq7o\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-gbeac2\",defaultChecked:false,defaultValue:\"Yes\",inputName:\"Others\",type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dg4m2z\",\"data-styles-preset\":\"quz10_wWN\",children:\"Other\"})}),className:\"framer-xtzmz5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-19fa0a5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uynxxr\",\"data-styles-preset\":\"JsY3wlsny\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Short Description\"})}),className:\"framer-3awqto\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1l5xllo\",inputName:\"Short Description Describe your issue\",placeholder:\"Describe your issue\",required:false,type:\"text\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y43qnl\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-ijuudp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uynxxr\",\"data-styles-preset\":\"JsY3wlsny\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Solar Panel Brand\"})}),className:\"framer-ojjxvi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-sor2bj\",inputName:\"Solar Panel Brand\",placeholder:\"Solar Panel Brand\",required:false,type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-qr3n7f\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uynxxr\",\"data-styles-preset\":\"JsY3wlsny\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Solar Inverter Brand\"})}),className:\"framer-wudeu7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-rv4014\",inputName:\"Solar Inverter Brand\",placeholder:\"Solar Inverter Brand\",required:false,type:\"text\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w53mr0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1uynxxr\",\"data-styles-preset\":\"JsY3wlsny\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"System Ownership Details (If Known)\"})}),className:\"framer-1aoqf44\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nye6qz\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1c0yzef\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Po9trwOU3:{defaultValue:\"I Own It\"}},children:/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-r89kth\",defaultChecked:false,defaultValue:\"Yes\",inputName:\"I Own It\",type:\"checkbox\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dg4m2z\",\"data-styles-preset\":\"quz10_wWN\",children:\"I Own It\"})}),className:\"framer-1ptqt6g\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-6ncwjb\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Po9trwOU3:{defaultValue:\"Not Sure\"}},children:/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-16iqia3\",defaultChecked:false,defaultValue:\"Yes\",inputName:\"Not Sure\",type:\"checkbox\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dg4m2z\",\"data-styles-preset\":\"quz10_wWN\",children:\"Not Sure\"})}),className:\"framer-lo2wlh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-2v4tzi\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Po9trwOU3:{defaultValue:\"I Leased It\"}},children:/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-t3qfqq\",defaultChecked:false,defaultValue:\"Yes\",inputName:\"I Leased It\",type:\"checkbox\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dg4m2z\",\"data-styles-preset\":\"quz10_wWN\",children:\"I Leased It\"})}),className:\"framer-16o5z0u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1giocal-container\",nodeId:\"eFLOAlfPQ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SubmitButton,{height:\"100%\",id:\"eFLOAlfPQ\",layoutId:\"eFLOAlfPQ\",type:\"submit\",variant:\"dlSNf4G8q\",width:\"100%\"})})})]})})})]})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1brv7fh\",\"data-framer-name\":\"FAQ\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qgsfo\",\"data-framer-name\":\"Frame 427319568\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Frequently Asked Questions\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Frequently Asked Questions\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14hbvb9\",\"data-styles-preset\":\"VZuHEfGkP\",style:{\"--framer-text-alignment\":\"center\"},children:\"Frequently Asked Questions\"})}),className:\"framer-ga7rhq\",\"data-framer-name\":\"FAQ\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-alignment\":\"center\"},children:\"Find answers to commonly asked queries around solar panel repair and maintenance.\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zeu68o\",\"data-styles-preset\":\"fVxIbzJnK\",style:{\"--framer-text-alignment\":\"center\"},children:\"Find answers to commonly asked queries around solar panel repair and maintenance.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-alignment\":\"center\"},children:\"Find answers to commonly asked queries around solar panel repair and maintenance.\"})}),className:\"framer-1er0j8r\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Get answers to common questions about our solar panel repair and maintenance services.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h7h9zx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{width:`min(max(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px), 1px), 1440px)`},Vgnq8XUvZ:{width:`min(max(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px), 1px), 1440px)`},z4kZHrWjn:{width:`min(max(min(${componentViewport?.width||\"100vw\"} - 80px, 700px), 1px), 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:645,width:`min(max(min(${componentViewport?.width||\"100vw\"} - 128px, 1200px), 1px), 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fvn46-container\",nodeId:\"bnNQl2MJk\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQGroup,{height:\"100%\",id:\"bnNQl2MJk\",layoutId:\"bnNQl2MJk\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kawr3q\",\"data-framer-name\":\"Call To Action\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gusif4\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sxrqn2 hidden-1dkc8jy hidden-29t5a2 hidden-avpb4i\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lJHAuUfXP:{background:{alt:\"Solar service team reviewing solar monitoring data on laptop\",fit:\"stretch\",pixelHeight:2400,pixelWidth:3300,positionX:\"center\",positionY:\"center\",sizes:\"627px\",src:\"https://framerusercontent.com/images/Zwx7zFTFYrEhnAg77FIbZAbjZOc.png\",srcSet:\"https://framerusercontent.com/images/Zwx7zFTFYrEhnAg77FIbZAbjZOc.png?scale-down-to=512 512w,https://framerusercontent.com/images/Zwx7zFTFYrEhnAg77FIbZAbjZOc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Zwx7zFTFYrEhnAg77FIbZAbjZOc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Zwx7zFTFYrEhnAg77FIbZAbjZOc.png 3300w\"}},Po9trwOU3:{background:{alt:\"Solar service team reviewing solar monitoring data on laptop\",fit:\"stretch\",pixelHeight:600,pixelWidth:825,positionX:\"center\",positionY:\"center\",sizes:\"712px\",src:\"https://framerusercontent.com/images/FzTjioP6RAq6YKy9cgr6Jwd4.webp\",srcSet:\"https://framerusercontent.com/images/FzTjioP6RAq6YKy9cgr6Jwd4.webp?scale-down-to=512 512w,https://framerusercontent.com/images/FzTjioP6RAq6YKy9cgr6Jwd4.webp 825w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Solar service team reviewing solar monitoring data on laptop\",fit:\"stretch\",pixelHeight:2400,pixelWidth:3300,positionX:\"center\",positionY:\"center\",sizes:\"712px\",src:\"https://framerusercontent.com/images/Zwx7zFTFYrEhnAg77FIbZAbjZOc.png\",srcSet:\"https://framerusercontent.com/images/Zwx7zFTFYrEhnAg77FIbZAbjZOc.png?scale-down-to=512 512w,https://framerusercontent.com/images/Zwx7zFTFYrEhnAg77FIbZAbjZOc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Zwx7zFTFYrEhnAg77FIbZAbjZOc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Zwx7zFTFYrEhnAg77FIbZAbjZOc.png 3300w\"},className:\"framer-1qp4r82\",\"data-framer-name\":\"pngwing.com 1\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t5sctl\",\"data-framer-name\":\"Heading and supporting text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1krm443\",\"data-framer-name\":\"Heading and badge\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ready to Get Your Solar Panels Back on Track?\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-lde4o9\",\"data-styles-preset\":\"h0Dcs45r5\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ready to Get Your Solar Panels Back on Track?\"})})},z4kZHrWjn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14hbvb9\",\"data-styles-preset\":\"VZuHEfGkP\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ready to Get Your Solar Panels Back on Track?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14hbvb9\",\"data-styles-preset\":\"VZuHEfGkP\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ready to Get Your Solar Panels Back on Track?\"})}),className:\"framer-hvsswl\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Don’t let solar repair delays cost you. Let us help you with solar maintenance and get your panels running smoothly in days.\"})})},Vgnq8XUvZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Don’t let solar repair delays cost you. Let us help you with solar maintenance and get your panels running smoothly in days.\"})})},z4kZHrWjn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Don’t let solar repair delays cost you. Let us help you with solar maintenance and get your panels running smoothly in days.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1kkuctq\",\"data-styles-preset\":\"umgma7bQn\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Don’t let solar repair delays cost you. Let us help you with solar maintenance and get your panels running smoothly in days.\"})}),className:\"framer-3bhtjz\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yjc6xg\",\"data-framer-name\":\"Frame 427319550\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ke9rHs9Nb\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{width:`min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 1200px)`},lJHAuUfXP:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px) / 2.277, 1200px) - 88px) / 2, 1px)`},Vgnq8XUvZ:{width:`min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 1200px)`},z4kZHrWjn:{width:`max((max(min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 730px), 1px) - 104px) / 2, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"281px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-17x3q1o-container\",nodeId:\"G2nttlbZ8\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{variant:\"acoWSFs89\",WK3PMYzjP:resolvedLinks3[5]},lJHAuUfXP:{variant:\"NhDDVp2Ui\",WK3PMYzjP:resolvedLinks3[4]},Po9trwOU3:{WK3PMYzjP:resolvedLinks3[1]},Vgnq8XUvZ:{variant:\"acoWSFs89\",WK3PMYzjP:resolvedLinks3[3]},z4kZHrWjn:{WK3PMYzjP:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(CTAButton,{dJFUek0A2:\"var(--token-ae4142cc-c527-40ec-9731-37eb2f7e4725, rgb(244, 176, 0))\",height:\"100%\",id:\"G2nttlbZ8\",K8dLJYC9A:\"Request Solar Service\",layoutId:\"G2nttlbZ8\",style:{width:\"100%\"},variant:\"oxDDUDHSc\",Vy8fmz_PC:\"rgb(0, 0, 0)\",width:\"100%\",WK3PMYzjP:resolvedLinks3[0]})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{width:`min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 1200px)`},lJHAuUfXP:{width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px) / 2.277, 1200px) - 88px) / 2, 1px)`},Vgnq8XUvZ:{width:`min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 1200px)`},z4kZHrWjn:{width:`max((max(min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 730px), 1px) - 104px) / 2, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,width:\"281px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-7mhswm-container\",nodeId:\"FWcerJUxm\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{variant:\"iXYWAnkIw\"},lJHAuUfXP:{variant:\"affHeYMSz\"},Vgnq8XUvZ:{variant:\"iXYWAnkIw\"}},children:/*#__PURE__*/_jsx(SecondaryButton,{height:\"100%\",id:\"FWcerJUxm\",layoutId:\"FWcerJUxm\",N6OtMGq_v:\"Call 480-470-1023\",style:{width:\"100%\"},variant:\"UblSgNy33\",width:\"100%\"})})})})})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n47jjp\",\"data-framer-name\":\"Blogs\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-841ltf\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m97gda\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14hbvb9\",\"data-styles-preset\":\"VZuHEfGkP\",style:{\"--framer-text-alignment\":\"center\"},children:\"Our Blogs\"})}),className:\"framer-k6bcs2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hwbuo8\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{z4kZHrWjn:{pageSize:2,query:{from:{alias:\"RfVE1CBwf\",data:Articles,type:\"Collection\"},select:[{collection:\"RfVE1CBwf\",name:\"BkZYhMJdi\",type:\"Identifier\"},{collection:\"RfVE1CBwf\",name:\"bcm4A3bHe\",type:\"Identifier\"},{collection:\"RfVE1CBwf\",name:\"KZXcpAga3\",type:\"Identifier\"},{collection:\"RfVE1CBwf\",name:\"FXBSJCmqZ\",type:\"Identifier\"},{collection:\"RfVE1CBwf\",name:\"YRyzqj26C\",type:\"Identifier\"},{collection:\"RfVE1CBwf\",name:\"id\",type:\"Identifier\"}]}}},children:/*#__PURE__*/_jsx(QueryData,{pageSize:3,query:{from:{alias:\"RfVE1CBwf\",data:Articles,type:\"Collection\"},select:[{collection:\"RfVE1CBwf\",name:\"BkZYhMJdi\",type:\"Identifier\"},{collection:\"RfVE1CBwf\",name:\"bcm4A3bHe\",type:\"Identifier\"},{collection:\"RfVE1CBwf\",name:\"KZXcpAga3\",type:\"Identifier\"},{collection:\"RfVE1CBwf\",name:\"FXBSJCmqZ\",type:\"Identifier\"},{collection:\"RfVE1CBwf\",name:\"YRyzqj26C\",type:\"Identifier\"},{collection:\"RfVE1CBwf\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsxs(_Fragment,{children:[collection?.map(({bcm4A3bHe:bcm4A3bHeRfVE1CBwf,BkZYhMJdi:BkZYhMJdiRfVE1CBwf,FXBSJCmqZ:FXBSJCmqZRfVE1CBwf,id:idRfVE1CBwf,KZXcpAga3:KZXcpAga3RfVE1CBwf,YRyzqj26C:YRyzqj26CRfVE1CBwf},index)=>{BkZYhMJdiRfVE1CBwf??=\"\";KZXcpAga3RfVE1CBwf??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`RfVE1CBwf-${idRfVE1CBwf}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{BkZYhMJdi:BkZYhMJdiRfVE1CBwf},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{BkZYhMJdi:BkZYhMJdiRfVE1CBwf},webPageId:\"Sqtgfqk0h\"},motionChild:true,nodeId:\"mfs7qxJ9J\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-qksng6 framer-lux5qc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1200px)`},Po9trwOU3:{width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1400px) - 48px) / 3, 50px)`},Vgnq8XUvZ:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1200px)`},z4kZHrWjn:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 730px) - 32px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:540,width:`max((min(${componentViewport?.width||\"100vw\"} - 128px, 1200px) - 48px) / 3, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16m076f-container\",nodeId:\"GtjlY9DQO\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Po9trwOU3:{LTUCta27Z:YRyzqj26CRfVE1CBwf}},children:/*#__PURE__*/_jsx(BlogCardComponent,{g4CdxhQ5W:\"Rf_puLG7n\",height:\"100%\",id:\"GtjlY9DQO\",j6CMjZfMB:KZXcpAga3RfVE1CBwf,layoutId:\"GtjlY9DQO\",LTUCta27Z:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Master solar panel repair, learn everything from spotting issues to DIY fixes, and know when to schedule professional solar repairs.\"})}),Spe7LfM4B:toResponsiveImage(bcm4A3bHeRfVE1CBwf),style:{width:\"100%\"},SYTWRVYGt:FXBSJCmqZRfVE1CBwf,width:\"100%\"})})})})})})})})},idRfVE1CBwf);}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{height:40},Vgnq8XUvZ:{height:40}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10kt303-container hidden-72rtr7 hidden-lmigz4 hidden-1dkc8jy hidden-1l2ly01\",nodeId:\"Q1sfwdO1x\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LoadMore,{height:\"100%\",id:\"Q1sfwdO1x\",layoutId:\"Q1sfwdO1x\",variant:loaderVariants(paginationInfo,{disabled:\"eoAw3zOlP\",loading:\"P6ARLf5xj\"},\"CVJSuv18Q\"),width:\"100%\",Wld3NDzSj:Wld3NDzSj1b86s49({loadMore})})})})})]})})})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xO5qpv4c6\"},implicitPathVariables:undefined},{href:{webPageId:\"fE5cvftz8\"},implicitPathVariables:undefined},{href:{webPageId:\"xO5qpv4c6\"},implicitPathVariables:undefined},{href:{webPageId:\"xO5qpv4c6\"},implicitPathVariables:undefined},{href:{webPageId:\"xO5qpv4c6\"},implicitPathVariables:undefined},{href:{webPageId:\"xO5qpv4c6\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1faxrdz-container\",nodeId:\"OKozJtabE\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{WK3PMYzjP:resolvedLinks4[5]},lJHAuUfXP:{WK3PMYzjP:resolvedLinks4[4]},Po9trwOU3:{WK3PMYzjP:resolvedLinks4[1]},Vgnq8XUvZ:{WK3PMYzjP:resolvedLinks4[3]},z4kZHrWjn:{WK3PMYzjP:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(CTAButton,{dJFUek0A2:\"var(--token-ae4142cc-c527-40ec-9731-37eb2f7e4725, rgb(244, 176, 0))\",height:\"100%\",id:\"OKozJtabE\",K8dLJYC9A:\"View More Blogs\",layoutId:\"OKozJtabE\",variant:\"oxDDUDHSc\",Vy8fmz_PC:\"rgb(0, 0, 0)\",width:\"100%\",WK3PMYzjP:resolvedLinks4[0]})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:285,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-b28au2-container\",nodeId:\"RCiDVfQzy\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{variant:\"gZ2Ze6gg1\"},Vgnq8XUvZ:{variant:\"gZ2Ze6gg1\"},z4kZHrWjn:{variant:\"b3mBFQwnL\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"RCiDVfQzy\",layoutId:\"RCiDVfQzy\",style:{width:\"100%\"},variant:\"sFl4mtmD4\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:86,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-whm9qv-container\",layoutScroll:true,nodeId:\"mQXIxyWKn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j1nfoaOUM:{variant:\"O9m9CQu1b\"},lJHAuUfXP:{variant:\"fZAKVyCrt\"},Po9trwOU3:{variant:\"Y7ALWHZDs\"},Vgnq8XUvZ:{variant:\"O9m9CQu1b\"},z4kZHrWjn:{variant:\"HXWtBUvid\"}},children:/*#__PURE__*/_jsx(NavigationBar,{height:\"100%\",id:\"mQXIxyWKn\",layoutId:\"mQXIxyWKn\",style:{width:\"100%\"},variant:\"GsH6JFAvf\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qLmiR.framer-lux5qc, .framer-qLmiR .framer-lux5qc { display: block; }\",\".framer-qLmiR.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-qLmiR .framer-191ganc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-4p7lya { align-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.5); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 270px 0px 270px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-qLmiR .framer-10f7qwv { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-2jdo5v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 900px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-fiivad { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 87%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-qLmiR .framer-nx91dz { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-qLmiR .framer-i6betf-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-qLmiR .framer-acb90g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 96px 64px 96px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1fazi3j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-vgdavh, .framer-qLmiR .framer-14h9w33, .framer-qLmiR .framer-1a8frag, .framer-qLmiR .framer-pp7zpl, .framer-qLmiR .framer-lqflp0, .framer-qLmiR .framer-rcdalq, .framer-qLmiR .framer-11rbogn { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-qLmiR .framer-kfwv5q-container { flex: none; height: 129px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-ta1886, .framer-qLmiR .framer-16desg3 { aspect-ratio: 4.228813781738281 / 1; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 173px; }\",\".framer-qLmiR .framer-1nm8obf { aspect-ratio: 2.087912139892578 / 1; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 86px; }\",\".framer-qLmiR .framer-14q30ak { aspect-ratio: 3.785582275390625 / 1; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 155px; }\",\".framer-qLmiR .framer-1bmihay { aspect-ratio: 4.245439434399457 / 1; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 174px; }\",\".framer-qLmiR .framer-4e5c3g { aspect-ratio: 3.6742083740234377 / 1; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 151px; }\",\".framer-qLmiR .framer-ht04p2 { aspect-ratio: 1.5782984602583665 / 1; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 65px; }\",\".framer-qLmiR .framer-1alzy8c { aspect-ratio: 4.480000305175781 / 1; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 184px; }\",\".framer-qLmiR .framer-16y6ec0, .framer-qLmiR .framer-1mzd9xj { aspect-ratio: 2 / 1; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 82px; }\",\".framer-qLmiR .framer-1qzga4d { aspect-ratio: 5.614034605862838 / 1; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 230px; }\",\".framer-qLmiR .framer-1ttuzem { aspect-ratio: 3.3636365647752076 / 1; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 138px; }\",\".framer-qLmiR .framer-67fekm { aspect-ratio: 4.228813781738281 / 1; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 174px; }\",\".framer-qLmiR .framer-1jq99rl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-sx4mkr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-x5he4w { align-self: stretch; flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-qLmiR .framer-dgdf9o { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 75px 64px 75px 0px; position: relative; width: 1px; }\",\".framer-qLmiR .framer-879qby, .framer-qLmiR .framer-1egk2y4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1h4syzi, .framer-qLmiR .framer-ropkq5, .framer-qLmiR .framer-6uhirv, .framer-qLmiR .framer-1m0cehn, .framer-qLmiR .framer-8mjnaz, .framer-qLmiR .framer-6y0o8w, .framer-qLmiR .framer-qb49we, .framer-qLmiR .framer-17q1haw, .framer-qLmiR .framer-19pafds, .framer-qLmiR .framer-1ygbilx, .framer-qLmiR .framer-14rbqoa, .framer-qLmiR .framer-1rltllc, .framer-qLmiR .framer-2umdtx, .framer-qLmiR .framer-rf2dd0, .framer-qLmiR .framer-2nfewj, .framer-qLmiR .framer-1k8i28z, .framer-qLmiR .framer-1riaktw, .framer-qLmiR .framer-d31djv, .framer-qLmiR .framer-18lqo1k, .framer-qLmiR .framer-1qe42wv, .framer-qLmiR .framer-usjtx, .framer-qLmiR .framer-1en533r, .framer-qLmiR .framer-1srbudf, .framer-qLmiR .framer-1au3mm0, .framer-qLmiR .framer-1sog5nm, .framer-qLmiR .framer-ga7rhq, .framer-qLmiR .framer-hvsswl, .framer-qLmiR .framer-3bhtjz { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qLmiR .framer-1351obp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-b2ul2m { align-content: center; align-items: center; background-color: var(--token-e1ff814a-1a5a-4465-85e3-9561ab3e1541, #eef8fd); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 49px; height: min-content; justify-content: center; overflow: visible; padding: 64px 80px 64px 64px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-mq0s4u { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-qLmiR .framer-qen59g { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-qLmiR .framer-6b0t0z { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-qLmiR .framer-1od1yzu, .framer-qLmiR .framer-1jaeb0p, .framer-qLmiR .framer-122evg3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-lsu57s, .framer-qLmiR .framer-13rxkaq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 1px; }\",\".framer-qLmiR .framer-1hzvso7, .framer-qLmiR .framer-u1h5wa { flex: none; height: 40px; position: relative; width: 41px; }\",\".framer-qLmiR .framer-c9yfg3, .framer-qLmiR .framer-1sramju { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 75px 64px 75px 64px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1ecfueh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1pqjh4w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1200%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-i1fexi-container, .framer-qLmiR .framer-1ddfaxk-container, .framer-qLmiR .framer-gabv7m-container, .framer-qLmiR .framer-1giocal-container, .framer-qLmiR .framer-1faxrdz-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-qLmiR .framer-1cw2zkb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: 616px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-iqgwkh { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-qLmiR .framer-rtrez0 { 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-qLmiR .framer-186t71v, .framer-qLmiR .framer-nbf7wx, .framer-qLmiR .framer-wcilc5, .framer-qLmiR .framer-1i8i7bz, .framer-qLmiR .framer-uh7vgn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-4pl79e, .framer-qLmiR .framer-4iheyc, .framer-qLmiR .framer-1madhf, .framer-qLmiR .framer-1r43mg8, .framer-qLmiR .framer-1wzi5op { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-qLmiR .framer-36grbj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1fyfl9i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 31px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-qLmiR .framer-1gm21fl { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; gap: 10px; height: 375px; overflow: visible; position: relative; width: 100%; }\",\".framer-qLmiR .framer-wkon0d { align-content: flex-start; align-items: flex-start; background-color: var(--token-e1ff814a-1a5a-4465-85e3-9561ab3e1541, #eef8fd); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px; position: relative; width: 1px; }\",\".framer-qLmiR .framer-aubjd7 { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 307px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-885gtd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1lovgut { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-yo093k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1jyjems { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1kwurzb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 95%; }\",\".framer-qLmiR .framer-12i7x5y { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 61%; word-break: break-word; word-wrap: break-word; }\",\".framer-qLmiR .framer-kxz5co { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qLmiR .framer-1jqk3v9 { display: grid; flex: none; gap: 24px 24px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(3, min-content); height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-10s2zj-container, .framer-qLmiR .framer-1rdzq4e-container, .framer-qLmiR .framer-1uof0ld-container, .framer-qLmiR .framer-191ea0s-container, .framer-qLmiR .framer-1bwq6fq-container, .framer-qLmiR .framer-1gk005o-container, .framer-qLmiR .framer-ng1xpu-container, .framer-qLmiR .framer-1ghfno8-container, .framer-qLmiR .framer-1g8v4yf-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-qLmiR .framer-z6lvrf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-qLmiR .framer-1k9m4yf { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 75px 64px 75px 64px; position: relative; width: 1px; }\",\".framer-qLmiR .framer-ujj5o9 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 974px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qLmiR .framer-1ayk5oj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1lwwq5l { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 44%; }\",\".framer-qLmiR .framer-1niaspf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-s0oex4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1qjbciw { flex: none; height: 554px; overflow: hidden; position: relative; width: 48%; }\",\".framer-qLmiR .framer-1uabu8a { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 552px; left: 1px; overflow: visible; position: absolute; top: calc(50.00000000000002% - 552px / 2); width: 89%; }\",\".framer-qLmiR .framer-bzuwbi { align-content: center; align-items: center; background-color: var(--token-ae4142cc-c527-40ec-9731-37eb2f7e4725, #f4b000); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; left: 1011px; overflow: visible; padding: 28px; position: absolute; top: 279px; width: 20%; z-index: 1; }\",\".framer-qLmiR .framer-10cs1lb, .framer-qLmiR .framer-5eqyak, .framer-qLmiR .framer-1m97gda { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-pt2xq7, .framer-qLmiR .framer-k6bcs2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-qLmiR .framer-1bo5f1i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-nfoo02, .framer-qLmiR .framer-4xabq7, .framer-qLmiR .framer-1us1xpq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qLmiR .framer-1mrygn9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1qrmpez { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 89px 100px 89px 100px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1syealz { align-content: center; align-items: center; background-color: #003366; border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1200%; overflow: hidden; padding: 0px 0px 0px 42px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-qLmiR .framer-1nn9n89 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-qLmiR .framer-1i14l33, .framer-qLmiR .framer-1x5f1ba { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 715px; word-break: break-word; word-wrap: break-word; }\",\".framer-qLmiR .framer-oo79s0 { flex: none; height: 436px; position: relative; width: 483px; }\",\".framer-qLmiR .framer-w4qm53 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-7dg9qd { align-content: center; align-items: center; background-color: var(--token-44d57848-5703-417b-a398-40712d1eeafa, #003366); display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-qLmiR .framer-cao77l { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: auto; justify-content: flex-start; overflow: visible; padding: 64px 32px 64px 48px; position: relative; width: 1px; }\",\".framer-qLmiR .framer-hp7i7d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1pxzvke { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 42px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-k71jle, .framer-qLmiR .framer-hstwo6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-11ie17y, .framer-qLmiR .framer-1vhk5f0, .framer-qLmiR .framer-bgrh0z, .framer-qLmiR .framer-uahbf7, .framer-qLmiR .framer-zsmw1s, .framer-qLmiR .framer-mrhxs4 { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 0px 24px 0px; position: relative; width: 1px; }\",\".framer-qLmiR .framer-1i9f80d { height: 47px; position: relative; width: 54px; }\",\".framer-qLmiR .framer-haxjxf { height: 47px; left: 0px; position: absolute; top: 0px; width: 54px; }\",\".framer-qLmiR .framer-1jti2d { height: 16px; left: 26px; position: absolute; top: 24px; width: 25px; }\",\".framer-qLmiR .framer-2xux80 { height: 2px; left: 0px; position: absolute; top: 14px; width: 2px; }\",\".framer-qLmiR .framer-15q2un3 { height: 12px; left: 12px; position: absolute; top: 0px; width: 13px; }\",\".framer-qLmiR .framer-mvf6pa { height: 8px; left: 14px; position: absolute; top: 2px; width: 9px; }\",\".framer-qLmiR .framer-8k6e01 { height: 0px; left: 18px; position: absolute; top: 10px; width: 0px; }\",\".framer-qLmiR .framer-f1i1c { height: 14px; left: 0px; position: absolute; top: 34px; width: 54px; }\",\".framer-qLmiR .framer-17s7vb5 { height: 14px; left: 0px; position: absolute; top: 0px; width: 54px; }\",\".framer-qLmiR .framer-6bp5cw { height: 8px; left: 2px; position: absolute; top: 4px; width: 14px; }\",\".framer-qLmiR .framer-axm5sq { height: 10px; left: 17px; position: absolute; top: 2px; width: 21px; }\",\".framer-qLmiR .framer-dfnvcs { height: 8px; left: 38px; position: absolute; top: 4px; width: 14px; }\",\".framer-qLmiR .framer-15rnne6 { height: 0px; left: 52px; position: absolute; top: 12px; width: 0px; }\",\".framer-qLmiR .framer-1se5syg { height: 43px; left: 3px; position: absolute; top: 0px; width: 49px; }\",\".framer-qLmiR .framer-1ux7f3 { height: 12px; left: 1px; position: absolute; top: 24px; width: 13px; }\",\".framer-qLmiR .framer-wkj2mi { height: 8px; left: 3px; position: absolute; top: 26px; width: 9px; }\",\".framer-qLmiR .framer-1523l17 { height: 16px; left: 16px; position: absolute; top: 18px; width: 17px; }\",\".framer-qLmiR .framer-1kx3mtu { height: 12px; left: 18px; position: absolute; top: 20px; width: 13px; }\",\".framer-qLmiR .framer-1oo8slt { height: 15px; left: 16px; position: absolute; top: 0px; width: 17px; }\",\".framer-qLmiR .framer-1y5u0kz { height: 9px; left: 19px; position: absolute; top: 3px; width: 10px; }\",\".framer-qLmiR .framer-3d14kc { height: 11px; left: 36px; position: absolute; top: 9px; width: 13px; }\",\".framer-qLmiR .framer-8yl4d { height: 6px; left: 39px; position: absolute; top: 12px; width: 6px; }\",\".framer-qLmiR .framer-1dbhbaa { height: 11px; left: 0px; position: absolute; top: 9px; width: 13px; }\",\".framer-qLmiR .framer-bqae6k { height: 6px; left: 4px; position: absolute; top: 12px; width: 6px; }\",\".framer-qLmiR .framer-3yxzxl { height: 5px; left: 28px; position: absolute; top: 39px; width: 5px; }\",\".framer-qLmiR .framer-pd5rtb { height: 0px; left: 29px; position: absolute; top: 39px; width: 0px; }\",\".framer-qLmiR .framer-1gki0np { height: 45px; position: relative; width: 45px; }\",\".framer-qLmiR .framer-126e9dd, .framer-qLmiR .framer-1nzhusw { height: 45px; left: 0px; position: absolute; top: 0px; width: 45px; }\",\".framer-qLmiR .framer-yliegg { height: 6px; left: 19px; position: absolute; top: 37px; width: 8px; }\",\".framer-qLmiR .framer-fdrjte { height: 15px; left: 15px; position: absolute; top: 21px; width: 17px; }\",\".framer-qLmiR .framer-16008ng { height: 29px; left: 2px; position: absolute; top: 2px; width: 41px; }\",\".framer-qLmiR .framer-1jyv1sn { height: 25px; left: 8px; position: absolute; top: 8px; width: 30px; }\",\".framer-qLmiR .framer-1n8plz3 { height: 2px; left: 0px; position: absolute; top: 0px; width: 10px; }\",\".framer-qLmiR .framer-zpuy95 { height: 2px; left: 11px; position: absolute; top: 0px; width: 19px; }\",\".framer-qLmiR .framer-zmpws0 { height: 2px; left: 0px; position: absolute; top: 7px; width: 20px; }\",\".framer-qLmiR .framer-qchcw9 { height: 2px; left: 22px; position: absolute; top: 7px; width: 8px; }\",\".framer-qLmiR .framer-whn1r0 { height: 8px; left: 11px; position: absolute; top: 17px; width: 10px; }\",\".framer-qLmiR .framer-uerf96 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-vd64qv, .framer-qLmiR .framer-1k6y5k7 { flex: none; height: 45px; position: relative; width: 43px; }\",\".framer-qLmiR .framer-jndrco { flex: none; height: 45px; position: relative; width: 37px; }\",\".framer-qLmiR .framer-1b9utqp { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 45px); position: relative; width: 44px; }\",\".framer-qLmiR .framer-7z64mu { align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-top-left-radius: 100px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 64px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-qLmiR .framer-qeaieb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1gywlgp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 42px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-x5wvzz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-wms3f1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-10609tn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1qhtot2 { display: grid; flex: none; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-evjiuv, .framer-qLmiR .framer-125ji4r, .framer-qLmiR .framer-slyc10, .framer-qLmiR .framer-miznru { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1fhgcpf, .framer-qLmiR .framer-1ezo1s6, .framer-qLmiR .framer-ntect1, .framer-qLmiR .framer-p8a8ha, .framer-qLmiR .framer-vi5vui, .framer-qLmiR .framer-1rv8ql5, .framer-qLmiR .framer-dctl2d, .framer-qLmiR .framer-3awqto, .framer-qLmiR .framer-ojjxvi, .framer-qLmiR .framer-wudeu7, .framer-qLmiR .framer-1aoqf44 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",'.framer-qLmiR .framer-fgvrsz, .framer-qLmiR .framer-1327kzy, .framer-qLmiR .framer-yhhnhc, .framer-qLmiR .framer-1ngucw6, .framer-qLmiR .framer-1rgxm1q, .framer-qLmiR .framer-bqzcc4, .framer-qLmiR .framer-1l5xllo, .framer-qLmiR .framer-sor2bj, .framer-qLmiR .framer-rv4014 { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #000000; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 500; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; --framer-input-wrapper-height: auto; flex: none; height: auto; position: relative; width: 100%; }',\".framer-qLmiR .framer-11obxb7, .framer-qLmiR .framer-17g5bps, .framer-qLmiR .framer-ijuudp, .framer-qLmiR .framer-qr3n7f { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-qLmiR .framer-1nxiy3r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-2zedza { display: grid; flex: none; gap: 20px 56px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1ji7a8y, .framer-qLmiR .framer-47anz2, .framer-qLmiR .framer-1phn4w1, .framer-qLmiR .framer-1azhxpn, .framer-qLmiR .framer-1xykxd1, .framer-qLmiR .framer-fcs5jr, .framer-qLmiR .framer-1ktj1nd, .framer-qLmiR .framer-qoyq7o { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-ocaejp, .framer-qLmiR .framer-1jtqung, .framer-qLmiR .framer-1i3jy1v, .framer-qLmiR .framer-1be8a1f, .framer-qLmiR .framer-1vrpcec, .framer-qLmiR .framer-1c3v7ne, .framer-qLmiR .framer-12tmwwg, .framer-qLmiR .framer-gbeac2, .framer-qLmiR .framer-r89kth, .framer-qLmiR .framer-16iqia3, .framer-qLmiR .framer-t3qfqq { --framer-input-background: rgba(187, 187, 187, 0.2); --framer-input-boolean-checked-background: #0099ff; --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.2); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 4px; --framer-input-border-radius-bottom-right: 4px; --framer-input-border-radius-top-left: 4px; --framer-input-border-radius-top-right: 4px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-icon-color: #ffffff; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-qLmiR .framer-xw53n4, .framer-qLmiR .framer-x4ld0b, .framer-qLmiR .framer-10bt54s, .framer-qLmiR .framer-851hka, .framer-qLmiR .framer-1xjvh4k, .framer-qLmiR .framer-rmyqxw, .framer-qLmiR .framer-117wfut, .framer-qLmiR .framer-xtzmz5 { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-qLmiR .framer-19fa0a5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1y43qnl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1w53mr0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-nye6qz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1c0yzef, .framer-qLmiR .framer-6ncwjb, .framer-qLmiR .framer-2v4tzi { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-qLmiR .framer-1ptqt6g, .framer-qLmiR .framer-lo2wlh, .framer-qLmiR .framer-16o5z0u { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-qLmiR .framer-1brv7fh { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 75px 64px 75px 64px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1qgsfo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1er0j8r { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 62%; word-break: break-word; word-wrap: break-word; }\",\".framer-qLmiR .framer-1h7h9zx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1fvn46-container { flex: 1 0 0px; height: auto; max-width: 1440px; position: relative; width: 1px; }\",\".framer-qLmiR .framer-kawr3q { align-content: center; align-items: center; background: linear-gradient(269.35622689424883deg, #167fa5 0%, rgb(0, 51, 102) 100%); 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-qLmiR .framer-gusif4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 435px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-qLmiR .framer-1sxrqn2 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 670px; }\",\".framer-qLmiR .framer-1qp4r82 { bottom: 0px; flex: none; left: 0px; position: absolute; top: -79px; width: 712px; z-index: 1; }\",\".framer-qLmiR .framer-t5sctl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 100%; justify-content: center; max-width: 1200px; overflow: visible; padding: 64px 64px 64px 0px; position: relative; width: 650px; }\",\".framer-qLmiR .framer-1krm443 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 600px; }\",\".framer-qLmiR .framer-1yjc6xg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-17x3q1o-container, .framer-qLmiR .framer-7mhswm-container, .framer-qLmiR .framer-16m076f-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-qLmiR .framer-1n47jjp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 64px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-841ltf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-1hwbuo8 { display: grid; flex: none; gap: 40px 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-qLmiR .framer-qksng6 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 30px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-qLmiR .framer-10kt303-container { bottom: -93px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: auto; }\",\".framer-qLmiR .framer-b28au2-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-qLmiR .framer-whm9qv-container { flex: none; height: auto; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 10; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,...sharedStyle14.css,...sharedStyle15.css,...sharedStyle16.css,...sharedStyle17.css,\"@media (min-width: 1728px) { .framer-qLmiR.framer-72rtr7 { width: 1728px; } .framer-qLmiR .framer-191ganc, .framer-qLmiR .framer-10s2zj-container, .framer-qLmiR .framer-1k9m4yf { order: 0; } .framer-qLmiR .framer-4p7lya { height: min-content; padding: 307px 0px 307px 0px; } .framer-qLmiR .framer-acb90g { gap: 40px; order: 2; padding: 48px 96px 48px 96px; } .framer-qLmiR .framer-1fazi3j, .framer-qLmiR .framer-sx4mkr, .framer-qLmiR .framer-1syealz, .framer-qLmiR .framer-gusif4 { max-width: 1400px; } .framer-qLmiR .framer-kfwv5q-container { height: 134px; max-width: 1400px; } .framer-qLmiR .framer-1jq99rl, .framer-qLmiR .framer-191ea0s-container { order: 3; } .framer-qLmiR .framer-x5he4w { align-self: unset; height: 627px; } .framer-qLmiR .framer-dgdf9o { padding: 75px 0px 75px 0px; } .framer-qLmiR .framer-mq0s4u { gap: 52.2767219543457px; justify-content: center; max-width: 1400px; } .framer-qLmiR .framer-c9yfg3, .framer-qLmiR .framer-1bwq6fq-container { order: 4; } .framer-qLmiR .framer-1cw2zkb { height: min-content; } .framer-qLmiR .framer-iqgwkh { align-self: stretch; height: auto; } .framer-qLmiR .framer-1gm21fl { height: 388px; } .framer-qLmiR .framer-aubjd7 { height: 325px; } .framer-qLmiR .framer-1sramju { order: 5; padding: 75px 64px 96px 64px; } .framer-qLmiR .framer-1jyjems { max-width: 1400px; order: 0; } .framer-qLmiR .framer-1jqk3v9 { max-width: 1400px; order: 1; } .framer-qLmiR .framer-1rdzq4e-container, .framer-qLmiR .framer-7z64mu, .framer-qLmiR .framer-whm9qv-container { order: 1; } .framer-qLmiR .framer-1uof0ld-container { order: 2; } .framer-qLmiR .framer-1gk005o-container { order: 5; } .framer-qLmiR .framer-ng1xpu-container, .framer-qLmiR .framer-z6lvrf { order: 6; } .framer-qLmiR .framer-1ghfno8-container, .framer-qLmiR .framer-1qrmpez { order: 7; } .framer-qLmiR .framer-1g8v4yf-container { order: 8; } .framer-qLmiR .framer-1ayk5oj { gap: 103px; justify-content: center; max-width: 1400px; } .framer-qLmiR .framer-1qjbciw { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: flex-start; padding: 0px; } .framer-qLmiR .framer-1uabu8a { left: unset; order: 0; position: relative; top: unset; width: 92%; } .framer-qLmiR .framer-bzuwbi { height: 259px; left: 1132px; top: 277px; width: 19%; } .framer-qLmiR .framer-w4qm53 { order: 8; padding: 0px 0px 0px 40px; } .framer-qLmiR .framer-7dg9qd { max-width: unset; } .framer-qLmiR .framer-cao77l { justify-content: center; order: 0; padding: 64px 0px 64px 0px; } .framer-qLmiR .framer-1pxzvke { gap: 72px; } .framer-qLmiR .framer-1brv7fh { order: 9; } .framer-qLmiR .framer-kawr3q { order: 10; } .framer-qLmiR .framer-1n47jjp { order: 11; padding: 64px 80px 64px 80px; } .framer-qLmiR .framer-841ltf { gap: 40px; max-width: 1400px; } .framer-qLmiR .framer-b28au2-container { order: 12; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-qLmiR.framer-72rtr7 { width: 810px; } .framer-qLmiR .framer-4p7lya { padding: 270px 40px 270px 40px; } .framer-qLmiR .framer-10f7qwv, .framer-qLmiR .framer-2jdo5v, .framer-qLmiR .framer-kfwv5q-container, .framer-qLmiR .framer-1jyjems, .framer-qLmiR .framer-1jqk3v9, .framer-qLmiR .framer-hp7i7d { max-width: 730px; } .framer-qLmiR .framer-fiivad, .framer-qLmiR .framer-nx91dz, .framer-qLmiR .framer-12i7x5y, .framer-qLmiR .framer-1er0j8r { width: 100%; } .framer-qLmiR .framer-sx4mkr { flex-direction: column; padding: 0px 0px 80px 0px; } .framer-qLmiR .framer-x5he4w { align-self: unset; flex: none; height: 883px; width: 100%; } .framer-qLmiR .framer-dgdf9o { flex: none; padding: 0px 40px 0px 40px; width: 100%; } .framer-qLmiR .framer-1351obp { align-content: center; align-items: center; } .framer-qLmiR .framer-ropkq5 { order: 0; } .framer-qLmiR .framer-6uhirv { order: 1; } .framer-qLmiR .framer-b2ul2m { gap: 40px; padding: 80px 48px 80px 48px; } .framer-qLmiR .framer-mq0s4u { gap: 48px; justify-content: center; max-width: 730px; } .framer-qLmiR .framer-8mjnaz { width: 82%; } .framer-qLmiR .framer-lsu57s, .framer-qLmiR .framer-13rxkaq { padding: 0px; } .framer-qLmiR .framer-19pafds { width: 90%; } .framer-qLmiR .framer-c9yfg3, .framer-qLmiR .framer-1sramju, .framer-qLmiR .framer-1qrmpez { padding: 80px 40px 80px 40px; } .framer-qLmiR .framer-1cw2zkb { flex-direction: column; height: min-content; justify-content: flex-start; } .framer-qLmiR .framer-iqgwkh { flex: none; height: min-content; width: 100%; } .framer-qLmiR .framer-wkon0d, .framer-qLmiR .framer-7z64mu { flex: none; width: 100%; } .framer-qLmiR .framer-1kwurzb { width: 84%; } .framer-qLmiR .framer-1ayk5oj { flex-direction: column; gap: 56px; justify-content: center; } .framer-qLmiR .framer-1lwwq5l { align-self: unset; height: min-content; width: 100%; } .framer-qLmiR .framer-1qjbciw { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; width: 88%; } .framer-qLmiR .framer-1uabu8a { left: unset; position: relative; top: unset; width: 100%; } .framer-qLmiR .framer-bzuwbi { height: 214px; left: unset; right: 0px; top: 776px; width: 40%; } .framer-qLmiR .framer-1syealz { flex-direction: column; gap: 32px; padding: 32px; } .framer-qLmiR .framer-1nn9n89 { flex: none; order: 0; width: 100%; } .framer-qLmiR .framer-oo79s0 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; order: 1; width: 100%; } .framer-qLmiR .framer-w4qm53 { background-color: var(--token-44d57848-5703-417b-a398-40712d1eeafa, #003366); flex-direction: column; } .framer-qLmiR .framer-7dg9qd { flex: none; flex-direction: column; width: 100%; } .framer-qLmiR .framer-cao77l { align-self: unset; flex: none; gap: 40px; height: min-content; padding: 129px 32px 129px 48px; width: 100%; } .framer-qLmiR .framer-1pxzvke { flex: none; gap: 40px; height: min-content; max-width: 730px; } .framer-qLmiR .framer-k71jle, .framer-qLmiR .framer-uerf96, .framer-qLmiR .framer-hstwo6 { flex: none; gap: 32px; height: min-content; } .framer-qLmiR .framer-vd64qv { width: 50px; } .framer-qLmiR .framer-jndrco, .framer-qLmiR .framer-1b9utqp { width: 45px; } .framer-qLmiR .framer-1k6y5k7 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 45px); width: 45px; } .framer-qLmiR .framer-1brv7fh { padding: 64px 40px 64px 40px; } .framer-qLmiR .framer-1h7h9zx { max-width: 700px; padding: 0px; } .framer-qLmiR .framer-kawr3q { padding: 72px 40px 72px 40px; } .framer-qLmiR .framer-gusif4 { gap: 10px; height: min-content; justify-content: center; max-width: 730px; } .framer-qLmiR .framer-t5sctl { align-content: center; align-items: center; flex: 1 0 0px; height: min-content; max-width: unset; padding: 0px 40px 0px 40px; width: 1px; } .framer-qLmiR .framer-1yjc6xg { justify-content: center; } .framer-qLmiR .framer-1n47jjp { padding: 56px 40px 56px 40px; } .framer-qLmiR .framer-841ltf { gap: 40px; max-width: 730px; } .framer-qLmiR .framer-1hwbuo8 { gap: 32px 32px; grid-template-columns: repeat(2, minmax(50px, 1fr)); }}\",\"@media (min-width: 390px) and (max-width: 809px) { .framer-qLmiR.framer-72rtr7 { width: 390px; } .framer-qLmiR .framer-4p7lya { height: min-content; padding: 250px 0px 250px 0px; } .framer-qLmiR .framer-10f7qwv { gap: 32px; max-width: unset; padding: 0px 20px 0px 20px; } .framer-qLmiR .framer-2jdo5v { gap: 16px; justify-content: center; } .framer-qLmiR .framer-fiivad, .framer-qLmiR .framer-1kwurzb, .framer-qLmiR .framer-12i7x5y, .framer-qLmiR .framer-1i14l33, .framer-qLmiR .framer-1x5f1ba, .framer-qLmiR .framer-1er0j8r, .framer-qLmiR .framer-1krm443 { width: 100%; } .framer-qLmiR .framer-acb90g, .framer-qLmiR .framer-b2ul2m, .framer-qLmiR .framer-c9yfg3, .framer-qLmiR .framer-1sramju, .framer-qLmiR .framer-1qrmpez { padding: 32px 20px 32px 20px; } .framer-qLmiR .framer-kfwv5q-container { height: 113px; } .framer-qLmiR .framer-sx4mkr { flex-direction: column; gap: 0px; max-width: unset; } .framer-qLmiR .framer-x5he4w { align-self: unset; flex: none; height: 448px; width: 100%; } .framer-qLmiR .framer-dgdf9o { align-content: center; align-items: center; flex: none; padding: 32px 20px 32px 20px; width: 100%; } .framer-qLmiR .framer-1351obp, .framer-qLmiR .framer-hp7i7d { gap: 16px; } .framer-qLmiR .framer-mq0s4u { flex-direction: column; gap: 48px; justify-content: center; } .framer-qLmiR .framer-qen59g { align-content: center; align-items: center; flex: none; width: 100%; } .framer-qLmiR .framer-1od1yzu, .framer-qLmiR .framer-1jaeb0p, .framer-qLmiR .framer-122evg3 { align-content: center; align-items: center; } .framer-qLmiR .framer-lsu57s, .framer-qLmiR .framer-13rxkaq { align-content: center; align-items: center; flex: none; padding: 0px; width: 100%; } .framer-qLmiR .framer-1cw2zkb { flex-direction: column; height: min-content; } .framer-qLmiR .framer-iqgwkh { flex: none; height: min-content; width: 100%; } .framer-qLmiR .framer-wkon0d { flex: none; padding: 16px; width: 100%; } .framer-qLmiR .framer-aubjd7 { height: 257px; } .framer-qLmiR .framer-1jyjems, .framer-qLmiR .framer-11ie17y, .framer-qLmiR .framer-1vhk5f0, .framer-qLmiR .framer-bgrh0z, .framer-qLmiR .framer-uahbf7, .framer-qLmiR .framer-zsmw1s, .framer-qLmiR .framer-mrhxs4, .framer-qLmiR .framer-1h7h9zx { padding: 0px; } .framer-qLmiR .framer-1jqk3v9 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; width: 89%; } .framer-qLmiR .framer-10s2zj-container, .framer-qLmiR .framer-1rdzq4e-container, .framer-qLmiR .framer-1uof0ld-container, .framer-qLmiR .framer-191ea0s-container, .framer-qLmiR .framer-1bwq6fq-container, .framer-qLmiR .framer-1gk005o-container, .framer-qLmiR .framer-ng1xpu-container, .framer-qLmiR .framer-1ghfno8-container, .framer-qLmiR .framer-1g8v4yf-container, .framer-qLmiR .framer-qksng6 { align-self: unset; } .framer-qLmiR .framer-1k9m4yf { padding: 75px 20px 75px 20px; } .framer-qLmiR .framer-1ayk5oj { flex-direction: column; gap: 47px; justify-content: center; } .framer-qLmiR .framer-1lwwq5l { align-self: unset; height: min-content; width: 100%; } .framer-qLmiR .framer-1qjbciw { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; width: 100%; } .framer-qLmiR .framer-1uabu8a { height: 294px; left: unset; position: relative; top: unset; width: 93%; } .framer-qLmiR .framer-bzuwbi { bottom: 17px; gap: 24px; height: 146px; left: unset; padding: 23px 8px 23px 8px; right: -1px; top: unset; width: 176px; } .framer-qLmiR .framer-1bo5f1i { gap: 6px; } .framer-qLmiR .framer-nfoo02 { order: 0; } .framer-qLmiR .framer-1mrygn9 { order: 1; } .framer-qLmiR .framer-1syealz { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex-direction: column; padding: 20px; } .framer-qLmiR .framer-1nn9n89, .framer-qLmiR .framer-11obxb7, .framer-qLmiR .framer-17g5bps, .framer-qLmiR .framer-ijuudp, .framer-qLmiR .framer-qr3n7f, .framer-qLmiR .framer-17x3q1o-container, .framer-qLmiR .framer-7mhswm-container { flex: none; width: 100%; } .framer-qLmiR .framer-oo79s0 { height: 211px; width: 100%; } .framer-qLmiR .framer-w4qm53 { background-color: var(--token-44d57848-5703-417b-a398-40712d1eeafa, #003366); flex-direction: column; } .framer-qLmiR .framer-7dg9qd { flex: none; flex-direction: column; width: 100%; } .framer-qLmiR .framer-cao77l { align-self: unset; flex: none; height: min-content; justify-content: center; order: 0; padding: 32px 24px 32px 24px; width: 100%; } .framer-qLmiR .framer-1pxzvke { flex: none; gap: 40px; height: min-content; } .framer-qLmiR .framer-k71jle, .framer-qLmiR .framer-uerf96, .framer-qLmiR .framer-hstwo6 { flex: none; height: min-content; } .framer-qLmiR .framer-1i9f80d, .framer-qLmiR .framer-haxjxf { height: 56px; } .framer-qLmiR .framer-1jti2d { left: 25px; top: 23px; } .framer-qLmiR .framer-f1i1c { top: 43px; } .framer-qLmiR .framer-1se5syg { left: 4px; } .framer-qLmiR .framer-vd64qv { height: 32px; width: 31px; } .framer-qLmiR .framer-jndrco { height: 32px; width: 28px; } .framer-qLmiR .framer-1k6y5k7 { height: 32px; width: 32px; } .framer-qLmiR .framer-1b9utqp { height: var(--framer-aspect-ratio-supported, 32px); width: 32px; } .framer-qLmiR .framer-7z64mu { flex: none; order: 1; padding: 64px 20px 64px 20px; width: 100%; } .framer-qLmiR .framer-1qhtot2, .framer-qLmiR .framer-2zedza { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-qLmiR .framer-5eqyak, .framer-qLmiR .framer-1y43qnl, .framer-qLmiR .framer-1yjc6xg { flex-direction: column; } .framer-qLmiR .framer-1brv7fh, .framer-qLmiR .framer-1n47jjp { gap: 32px; padding: 32px 20px 32px 20px; } .framer-qLmiR .framer-1qgsfo { justify-content: center; } .framer-qLmiR .framer-kawr3q { padding: 92px 20px 92px 20px; } .framer-qLmiR .framer-gusif4 { height: min-content; } .framer-qLmiR .framer-t5sctl { align-content: center; align-items: center; flex: 1 0 0px; height: 435px; padding: 64px 0px 64px 0px; width: 1px; } .framer-qLmiR .framer-841ltf { gap: 32px; } .framer-qLmiR .framer-1hwbuo8 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px 32px; justify-content: flex-start; }}\",\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-qLmiR.framer-72rtr7 { width: 1200px; } .framer-qLmiR .framer-4p7lya, .framer-qLmiR .framer-1cw2zkb { height: min-content; } .framer-qLmiR .framer-nx91dz { width: 85%; } .framer-qLmiR .framer-sx4mkr, .framer-qLmiR .framer-1pxzvke { gap: 32px; } .framer-qLmiR .framer-b2ul2m { gap: 40px; padding: 64px; } .framer-qLmiR .framer-iqgwkh { align-self: stretch; height: auto; } .framer-qLmiR .framer-1gm21fl { flex: 1 0 0px; height: 1px; } .framer-qLmiR .framer-12i7x5y, .framer-qLmiR .framer-1i14l33, .framer-qLmiR .framer-1krm443 { width: 100%; } .framer-qLmiR .framer-1lwwq5l { width: 38%; } .framer-qLmiR .framer-1qjbciw { height: 604px; width: 58%; } .framer-qLmiR .framer-1uabu8a { bottom: -1px; height: 604px; top: unset; width: 81%; } .framer-qLmiR .framer-bzuwbi { left: 822px; top: 333px; width: 23%; } .framer-qLmiR .framer-1qrmpez { padding: 75px 64px 75px 64px; } .framer-qLmiR .framer-oo79s0 { width: 420px; } .framer-qLmiR .framer-7dg9qd { max-width: unset; } .framer-qLmiR .framer-cao77l { justify-content: center; } .framer-qLmiR .framer-7z64mu { padding: 64px 40px 64px 40px; } .framer-qLmiR .framer-1sxrqn2 { width: 632px; } .framer-qLmiR .framer-1qp4r82 { left: 4px; top: -27px; width: 627px; } .framer-qLmiR .framer-t5sctl { width: 44%; }}\",\"@media (max-width: 389px) { .framer-qLmiR.framer-72rtr7 { width: 320px; } .framer-qLmiR .framer-4p7lya { height: min-content; padding: 250px 0px 250px 0px; } .framer-qLmiR .framer-10f7qwv { gap: 32px; max-width: unset; padding: 0px 20px 0px 20px; } .framer-qLmiR .framer-2jdo5v { gap: 16px; justify-content: center; } .framer-qLmiR .framer-fiivad, .framer-qLmiR .framer-1kwurzb, .framer-qLmiR .framer-12i7x5y, .framer-qLmiR .framer-1i14l33, .framer-qLmiR .framer-1x5f1ba, .framer-qLmiR .framer-1er0j8r, .framer-qLmiR .framer-1krm443 { width: 100%; } .framer-qLmiR .framer-acb90g, .framer-qLmiR .framer-b2ul2m, .framer-qLmiR .framer-c9yfg3, .framer-qLmiR .framer-1sramju, .framer-qLmiR .framer-1qrmpez { padding: 32px 20px 32px 20px; } .framer-qLmiR .framer-kfwv5q-container { height: 113px; } .framer-qLmiR .framer-sx4mkr { flex-direction: column; gap: 0px; max-width: unset; } .framer-qLmiR .framer-x5he4w { align-self: unset; flex: none; height: 448px; width: 100%; } .framer-qLmiR .framer-dgdf9o { align-content: center; align-items: center; flex: none; padding: 32px 20px 32px 20px; width: 100%; } .framer-qLmiR .framer-1351obp, .framer-qLmiR .framer-hp7i7d { gap: 16px; } .framer-qLmiR .framer-mq0s4u { flex-direction: column; gap: 48px; justify-content: center; } .framer-qLmiR .framer-qen59g { align-content: center; align-items: center; flex: none; width: 100%; } .framer-qLmiR .framer-1od1yzu, .framer-qLmiR .framer-1jaeb0p, .framer-qLmiR .framer-122evg3, .framer-qLmiR .framer-10609tn { align-content: center; align-items: center; } .framer-qLmiR .framer-lsu57s, .framer-qLmiR .framer-13rxkaq { align-content: center; align-items: center; flex: none; padding: 0px; width: 100%; } .framer-qLmiR .framer-1cw2zkb { flex-direction: column; height: min-content; } .framer-qLmiR .framer-iqgwkh, .framer-qLmiR .framer-gusif4 { flex: none; height: min-content; width: 100%; } .framer-qLmiR .framer-wkon0d { flex: none; padding: 16px; width: 100%; } .framer-qLmiR .framer-aubjd7 { height: 257px; } .framer-qLmiR .framer-1jyjems, .framer-qLmiR .framer-11ie17y, .framer-qLmiR .framer-1vhk5f0, .framer-qLmiR .framer-bgrh0z, .framer-qLmiR .framer-uahbf7, .framer-qLmiR .framer-zsmw1s, .framer-qLmiR .framer-mrhxs4, .framer-qLmiR .framer-1h7h9zx { padding: 0px; } .framer-qLmiR .framer-1jqk3v9 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; width: 89%; } .framer-qLmiR .framer-10s2zj-container, .framer-qLmiR .framer-1rdzq4e-container, .framer-qLmiR .framer-1uof0ld-container, .framer-qLmiR .framer-191ea0s-container, .framer-qLmiR .framer-1bwq6fq-container, .framer-qLmiR .framer-1gk005o-container, .framer-qLmiR .framer-ng1xpu-container, .framer-qLmiR .framer-1ghfno8-container, .framer-qLmiR .framer-1g8v4yf-container, .framer-qLmiR .framer-qksng6 { align-self: unset; } .framer-qLmiR .framer-z6lvrf, .framer-qLmiR .framer-5eqyak, .framer-qLmiR .framer-1y43qnl, .framer-qLmiR .framer-nye6qz, .framer-qLmiR .framer-1yjc6xg { flex-direction: column; } .framer-qLmiR .framer-1k9m4yf { flex: none; padding: 75px 20px 75px 20px; width: 100%; } .framer-qLmiR .framer-1ayk5oj { flex-direction: column; gap: 47px; justify-content: center; } .framer-qLmiR .framer-1lwwq5l { align-self: unset; height: min-content; width: 100%; } .framer-qLmiR .framer-1qjbciw { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; width: 100%; } .framer-qLmiR .framer-1uabu8a { height: 294px; left: unset; position: relative; top: unset; width: 93%; } .framer-qLmiR .framer-bzuwbi { bottom: 17px; gap: 24px; height: 146px; left: unset; padding: 23px 8px 23px 8px; right: -1px; top: unset; width: 176px; } .framer-qLmiR .framer-1bo5f1i { gap: 6px; } .framer-qLmiR .framer-nfoo02 { order: 0; } .framer-qLmiR .framer-1mrygn9 { order: 1; } .framer-qLmiR .framer-1syealz { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex-direction: column; padding: 20px; } .framer-qLmiR .framer-1nn9n89, .framer-qLmiR .framer-11obxb7, .framer-qLmiR .framer-17g5bps, .framer-qLmiR .framer-ijuudp, .framer-qLmiR .framer-qr3n7f, .framer-qLmiR .framer-1c0yzef, .framer-qLmiR .framer-6ncwjb, .framer-qLmiR .framer-2v4tzi, .framer-qLmiR .framer-17x3q1o-container, .framer-qLmiR .framer-7mhswm-container { flex: none; width: 100%; } .framer-qLmiR .framer-oo79s0 { height: 211px; width: 100%; } .framer-qLmiR .framer-w4qm53 { background-color: var(--token-44d57848-5703-417b-a398-40712d1eeafa, #003366); flex-direction: column; } .framer-qLmiR .framer-7dg9qd { flex: none; flex-direction: column; width: 100%; } .framer-qLmiR .framer-cao77l { align-self: unset; flex: none; height: min-content; justify-content: center; order: 0; padding: 32px 24px 32px 24px; width: 100%; } .framer-qLmiR .framer-1pxzvke { flex: none; gap: 40px; height: min-content; } .framer-qLmiR .framer-k71jle, .framer-qLmiR .framer-uerf96, .framer-qLmiR .framer-hstwo6 { flex: none; height: min-content; } .framer-qLmiR .framer-1i9f80d, .framer-qLmiR .framer-haxjxf { height: 56px; } .framer-qLmiR .framer-1jti2d { left: 25px; top: 23px; } .framer-qLmiR .framer-f1i1c { top: 43px; } .framer-qLmiR .framer-1se5syg { left: 4px; } .framer-qLmiR .framer-vd64qv { height: 32px; width: 31px; } .framer-qLmiR .framer-jndrco { height: 32px; width: 28px; } .framer-qLmiR .framer-1k6y5k7 { height: 32px; width: 32px; } .framer-qLmiR .framer-1b9utqp { height: var(--framer-aspect-ratio-supported, 32px); width: 32px; } .framer-qLmiR .framer-7z64mu { flex: none; order: 1; padding: 64px 20px 64px 20px; width: 100%; } .framer-qLmiR .framer-1qhtot2, .framer-qLmiR .framer-2zedza { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-qLmiR .framer-1brv7fh, .framer-qLmiR .framer-1n47jjp { gap: 32px; padding: 32px 20px 32px 20px; } .framer-qLmiR .framer-1qgsfo { justify-content: center; } .framer-qLmiR .framer-kawr3q { flex-direction: column; padding: 92px 20px 92px 20px; } .framer-qLmiR .framer-t5sctl { align-content: center; align-items: center; flex: 1 0 0px; height: 435px; padding: 64px 0px 64px 0px; width: 1px; } .framer-qLmiR .framer-841ltf { gap: 32px; } .framer-qLmiR .framer-1hwbuo8 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px 32px; justify-content: flex-start; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9934\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Po9trwOU3\":{\"layout\":[\"fixed\",\"auto\"]},\"z4kZHrWjn\":{\"layout\":[\"fixed\",\"auto\"]},\"Vgnq8XUvZ\":{\"layout\":[\"fixed\",\"auto\"]},\"lJHAuUfXP\":{\"layout\":[\"fixed\",\"auto\"]},\"j1nfoaOUM\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerTrackingIds [{\"id\":\"request-submitted\",\"nodeId\":\"pGn99X2_L\",\"type\":\"click\"},{\"id\":\"submit-contact\",\"nodeId\":\"eXuyWge19\",\"type\":\"click\"}]\n * @framerScrollSections {\"RWsFEYE9x\":{\"pattern\":\":RWsFEYE9x\",\"name\":\"technical-expertise\"},\"Vou0FvIAK\":{\"pattern\":\":Vou0FvIAK\",\"name\":\"about-us\"},\"uUg1S_Jne\":{\"pattern\":\":uUg1S_Jne\",\"name\":\"solution\"},\"GUgVpN5_4\":{\"pattern\":\":GUgVpN5_4\",\"name\":\"services\"},\"HzjwjF32O\":{\"pattern\":\":HzjwjF32O\",\"name\":\"solar-monitoring\"},\"Ke9rHs9Nb\":{\"pattern\":\":Ke9rHs9Nb\",\"name\":\"form\"},\"BdhbeZonq\":{\"pattern\":\":BdhbeZonq\",\"name\":\"blogs\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-qLmiR\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:9934,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.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:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/yDtI2UI8XcEg1W2je9XPN3Noo.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/UjlFhCnUjxhNfep4oYBPqnEssyo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...CTAButtonFonts,...TickerFonts,...OurServicesCardFonts,...SubmitButtonFonts,...FAQGroupFonts,...SecondaryButtonFonts,...BlogCardComponentFonts,...LoadMoreFonts,...FooterFonts,...NavigationBarFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...getFontsFromSharedStyle(sharedStyle14.fonts),...getFontsFromSharedStyle(sharedStyle15.fonts),...getFontsFromSharedStyle(sharedStyle16.fonts),...getFontsFromSharedStyle(sharedStyle17.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"RWsFEYE9x\\\":{\\\"pattern\\\":\\\":RWsFEYE9x\\\",\\\"name\\\":\\\"technical-expertise\\\"},\\\"Vou0FvIAK\\\":{\\\"pattern\\\":\\\":Vou0FvIAK\\\",\\\"name\\\":\\\"about-us\\\"},\\\"uUg1S_Jne\\\":{\\\"pattern\\\":\\\":uUg1S_Jne\\\",\\\"name\\\":\\\"solution\\\"},\\\"GUgVpN5_4\\\":{\\\"pattern\\\":\\\":GUgVpN5_4\\\",\\\"name\\\":\\\"services\\\"},\\\"HzjwjF32O\\\":{\\\"pattern\\\":\\\":HzjwjF32O\\\",\\\"name\\\":\\\"solar-monitoring\\\"},\\\"Ke9rHs9Nb\\\":{\\\"pattern\\\":\\\":Ke9rHs9Nb\\\",\\\"name\\\":\\\"form\\\"},\\\"BdhbeZonq\\\":{\\\"pattern\\\":\\\":BdhbeZonq\\\",\\\"name\\\":\\\"blogs\\\"}}\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerResponsiveScreen\":\"\",\"framerTrackingIds\":\"[{\\\"id\\\":\\\"request-submitted\\\",\\\"nodeId\\\":\\\"pGn99X2_L\\\",\\\"type\\\":\\\"click\\\"},{\\\"id\\\":\\\"submit-contact\\\",\\\"nodeId\\\":\\\"eXuyWge19\\\",\\\"type\\\":\\\"click\\\"}]\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Po9trwOU3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"z4kZHrWjn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Vgnq8XUvZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lJHAuUfXP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"j1nfoaOUM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"9934\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}