{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.18.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/types@10.17.1/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.6.3/tslib.es6.mjs", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.18.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.18.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js", "ssg:https://framerusercontent.com/modules/6vWMF6FMIDXGk7I9Ydnv/TgUGaqasAFcsErbvpQBv/B9635K7Xi.js", "ssg:https://framerusercontent.com/modules/gmJneEXXRpTqzWDKFyh0/slDz6vy5SrVfWNTXYKsi/hf5t_zKO3.js", "ssg:https://framerusercontent.com/modules/WCZyjhNf5U0qjPfpDPTz/ufLpHTu0FWiUd6KXIXp7/m8VfgjM6n.js", "ssg:https://framerusercontent.com/modules/atQAlZVpLCLswLiHfWED/EmpCaBdvAbN2Og5Sycv5/NRxj2g7PK.js", "ssg:https://framerusercontent.com/modules/4IfRRgW5RrBtukEdjSOz/Be5aYm3n7SgobS0u0dCp/P73docBQ2.js", "ssg:https://framerusercontent.com/modules/9YGPhw0kWonnjtCk5hZU/BCucZSWDK6kwzk3B6RSU/T2JPoIFAc.js", "ssg:https://framerusercontent.com/modules/fyWLFo5zUroEpTY3txOW/KNd3wZNOpgiKXcHCQGuk/WlbQWe2i8.js", "ssg:https://framerusercontent.com/modules/AhH2vp7k1GSZGaxriPIo/xk4cmgw0UlJ1c01zYF4Q/yLgBKoYyZ.js", "ssg:https://framerusercontent.com/modules/9D7O4ZQtS05AvjIq5tzA/Z6GRp1Mz0NbCRfdZXVCa/Number_counter.js", "ssg:https://framerusercontent.com/modules/4ZswtBxMWkVJThgVJ5jp/P6ONPDseW9LUduN6nfp5/n4D1RW1NX.js", "ssg:https://framerusercontent.com/modules/jXuRPU0P2lJ2WmbV7xrz/rf4h2dd06C7PYlZ5NoiZ/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{isFunction as t,isCubicBezier as i,noopReturn as e,defaults as s,isEasingGenerator as a,isEasingList as n,interpolate as r}from\"@motionone/utils\";import{cubicBezier as o,steps as h}from\"@motionone/easing\";const l={ease:o(.25,.1,.25,1),\"ease-in\":o(.42,0,1,1),\"ease-in-out\":o(.42,0,.58,1),\"ease-out\":o(0,0,.58,1)};const u=/\\((.*?)\\)/;function getEasingFunction(s){if(t(s))return s;if(i(s))return o(...s);const a=l[s];if(a)return a;if(s.startsWith(\"steps\")){const t=u.exec(s);if(t){const i=t[1].split(\",\");return h(parseFloat(i[0]),i[1].trim())}}return e}class Animation{constructor(t,i=[0,1],{easing:o,duration:h=s.duration,delay:l=s.delay,endDelay:u=s.endDelay,repeat:m=s.repeat,offset:c,direction:p=\"normal\",autoplay:d=true}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=e;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||s.easing;if(a(o)){const t=o.createAnimation(i);o=t.easing;i=t.keyframes||i;h=t.duration||h}this.repeat=m;this.easing=n(o)?e:getEasingFunction(o);this.updateDuration(h);const f=r(i,c,n(o)?o.map(getEasingFunction):e);this.tick=i=>{var e;l;let s=0;s=this.pauseTime!==void 0?this.pauseTime:(i-this.startTime)*this.rate;this.t=s;s/=1e3;s=Math.max(s-l,0);this.playState===\"finished\"&&this.pauseTime===void 0&&(s=this.totalDuration);const a=s/this.duration;let n=Math.floor(a);let r=a%1;!r&&a>=1&&(r=1);r===1&&n--;const o=n%2;(p===\"reverse\"||p===\"alternate\"&&o||p===\"alternate-reverse\"&&!o)&&(r=1-r);const h=s>=this.totalDuration?1:Math.min(r,1);const m=f(this.easing(h));t(m);const c=this.pauseTime===void 0&&(this.playState===\"finished\"||s>=this.totalDuration+u);if(c){this.playState=\"finished\";(e=this.resolve)===null||e===void 0?void 0:e.call(this,m)}else this.playState!==\"idle\"&&(this.frameRequestId=requestAnimationFrame(this.tick))};d&&this.play()}play(){const t=performance.now();this.playState=\"running\";this.pauseTime!==void 0?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\";this.frameRequestId!==void 0&&cancelAnimationFrame(this.frameRequestId);(t=this.reject)===null||t===void 0?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){this.pauseTime!==void 0||this.rate===0?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//# sourceMappingURL=index.es.js.map\n", "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", "class MotionValue{setAnimation(i){this.animation=i;i===null||i===void 0?void 0:i.finished.then((()=>this.clearAnimation())).catch((()=>{}))}clearAnimation(){this.animation=this.generator=void 0}}export{MotionValue};\n//# sourceMappingURL=index.es.js.map\n", "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(typeof t!==\"function\"&&t!==null)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=t===null?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(e!=null&&typeof Object.getOwnPropertySymbols===\"function\"){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:n===null?n=Object.getOwnPropertyDescriptor(t,r):n;if(typeof Reflect===\"object\"&&typeof Reflect.decorate===\"function\")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 __esDecorate(e,t,r,n,o,a){function accept(e){if(e!==void 0&&typeof e!==\"function\")throw new TypeError(\"Function expected\");return e}var i=n.kind,c=i===\"getter\"?\"get\":i===\"setter\"?\"set\":\"value\";var s=!t&&e?n.static?e:e.prototype:null;var l=t||(s?Object.getOwnPropertyDescriptor(s,n.name):{});var u,_=false;for(var f=r.length-1;f>=0;f--){var p={};for(var y in n)p[y]=y===\"access\"?{}:n[y];for(var y in n.access)p.access[y]=n.access[y];p.addInitializer=function(e){if(_)throw new TypeError(\"Cannot add initializers after decoration has completed\");a.push(accept(e||null))};var d=(0,r[f])(i===\"accessor\"?{get:l.get,set:l.set}:l[c],p);if(i===\"accessor\"){if(d===void 0)continue;if(d===null||typeof d!==\"object\")throw new TypeError(\"Object expected\");(u=accept(d.get))&&(l.get=u);(u=accept(d.set))&&(l.set=u);(u=accept(d.init))&&o.unshift(u)}else(u=accept(d))&&(i===\"field\"?o.unshift(u):l[c]=u)}s&&Object.defineProperty(s,n.name,l);_=true}function __runInitializers(e,t,r){var n=arguments.length>2;for(var o=0;o<t.length;o++)r=n?t[o].call(e,r):t[o].call(e);return n?r:void 0}function __propKey(e){return typeof e===\"symbol\"?e:\"\".concat(e)}function __setFunctionName(e,t,r){typeof t===\"symbol\"&&(t=t.description?\"[\".concat(t.description,\"]\"):\"\");return Object.defineProperty(e,\"name\",{configurable:true,value:r?\"\".concat(r,\" \",t):t})}function __metadata(e,t){if(typeof Reflect===\"object\"&&typeof Reflect.metadata===\"function\")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(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},typeof Symbol===\"function\"&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(c){if(r)throw new TypeError(\"Generator is already executing.\");while(a&&(a=0,c[0]&&(i=0)),i)try{if(r=1,n&&(o=c[0]&2?n.return:c[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,c[1])).done)return o;(n=0,o)&&(c=[c[0]&2,o.value]);switch(c[0]){case 0:case 1:o=c;break;case 4:i.label++;return{value:c[1],done:false};case 5:i.label++;n=c[1];c=[0];continue;case 7:c=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(c[0]===6||c[0]===2)){i=0;continue}if(c[0]===3&&(!o||c[1]>o[0]&&c[1]<o[3])){i.label=c[1];break}if(c[0]===6&&i.label<o[1]){i.label=o[1];o=c;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(c);break}o[2]&&i.ops.pop();i.trys.pop();continue}c=t.call(e,i)}catch(e){c=[6,e];n=0}finally{r=o=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){n===void 0&&(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){n===void 0&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)n===\"default\"||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=typeof Symbol===\"function\"&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&typeof e.length===\"number\")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=typeof Symbol===\"function\"&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((t===void 0||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||arguments.length===2)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\",awaitReturn),n[Symbol.asyncIterator]=function(){return this},n;function awaitReturn(e){return function(t){return Promise.resolve(t).then(e,reject)}}function verb(e,t){if(o[e]){n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))};t&&(n[e]=t(n[e]))}}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:false}: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=typeof __values===\"function\"?__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(r!=null)for(var o in r)o!==\"default\"&&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(r===\"a\"&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(typeof t===\"function\"?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return r===\"m\"?n:r===\"a\"?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(n===\"m\")throw new TypeError(\"Private method is not writable\");if(n===\"a\"&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(typeof t===\"function\"?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return n===\"a\"?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(t===null||typeof t!==\"object\"&&typeof t!==\"function\")throw new TypeError(\"Cannot use 'in' operator on non-object\");return typeof e===\"function\"?t===e:e.has(t)}function __addDisposableResource(e,t,r){if(t!==null&&t!==void 0){if(typeof t!==\"object\"&&typeof t!==\"function\")throw new TypeError(\"Object expected.\");var n,o;if(r){if(!Symbol.asyncDispose)throw new TypeError(\"Symbol.asyncDispose is not defined.\");n=t[Symbol.asyncDispose]}if(n===void 0){if(!Symbol.dispose)throw new TypeError(\"Symbol.dispose is not defined.\");n=t[Symbol.dispose];r&&(o=n)}if(typeof n!==\"function\")throw new TypeError(\"Object not disposable.\");o&&(n=function(){try{o.call(this)}catch(e){return Promise.reject(e)}});e.stack.push({value:t,dispose:n,async:r})}else r&&e.stack.push({async:true});return t}var r=typeof SuppressedError===\"function\"?SuppressedError:function(e,t,r){var n=new Error(r);return n.name=\"SuppressedError\",n.error=e,n.suppressed=t,n};function __disposeResources(e){function fail(t){e.error=e.hasError?new r(t,e.error,\"An error was suppressed during disposal.\"):t;e.hasError=true}function next(){while(e.stack.length){var t=e.stack.pop();try{var r=t.dispose&&t.dispose.call(t.value);if(t.async)return Promise.resolve(r).then(next,(function(e){fail(e);return next()}))}catch(e){fail(e)}}if(e.hasError)throw e.error}return next()}var n={__extends:__extends,__assign:__assign,__rest:__rest,__decorate:__decorate,__param:__param,__metadata:__metadata,__awaiter:__awaiter,__generator:__generator,__createBinding:e,__exportStar:__exportStar,__values:__values,__read:__read,__spread:__spread,__spreadArrays:__spreadArrays,__spreadArray:__spreadArray,__await:__await,__asyncGenerator:__asyncGenerator,__asyncDelegator:__asyncDelegator,__asyncValues:__asyncValues,__makeTemplateObject:__makeTemplateObject,__importStar:__importStar,__importDefault:__importDefault,__classPrivateFieldGet:__classPrivateFieldGet,__classPrivateFieldSet:__classPrivateFieldSet,__classPrivateFieldIn:__classPrivateFieldIn,__addDisposableResource:__addDisposableResource,__disposeResources:__disposeResources};export{__addDisposableResource,__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__disposeResources,__esDecorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__propKey,__read,__rest,__runInitializers,__setFunctionName,__spread,__spreadArray,__spreadArrays,__values,n as default};\n//# sourceMappingURL=tslib.es6.mjs.map\n", "import{velocityPerSecond as e,time as t,noopReturn as s}from\"@motionone/utils\";const n=5;function calcGeneratorVelocity(t,s,r){const a=Math.max(s-n,0);return e(r-t(a),s-a)}const r={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=r.stiffness,t=r.damping,s=r.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=r.stiffness,damping:s=r.damping,mass:n=r.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i,restDistance:h}={})=>{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/n)/1e3;const l=calcDampingRatio(e,s,n);const g=Math.abs(d)<5;i||(i=g?.01:2);h||(h=g?.005:.5);let m;if(l<1){const e=f*Math.sqrt(1-l*l);m=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else m=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=m(e);const t=e===0?c:calcGeneratorVelocity(m,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=>i!==void 0&&e<i||h!==void 0&&e>h;const nearestBoundary=e=>i===void 0?h:h===void 0||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=c===void 0?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&&p===void 0){t=true;applyFriction(e);checkCatchBoundary(e)}if(p!==void 0&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const a=10;const o=1e4;function pregenerateKeyframes(e,t=s){let n;let r=a;let c=e(0);const i=[t(c.current)];while(!c.done&&r<o){c=e(r);i.push(t(c.done?c.target:c.current));n===void 0&&c.hasReachedTarget&&(n=r);r+=a}const h=r-a;i.length===1&&i.push(c.current);return{keyframes:i,duration:h/1e3,overshootDuration:(n!==null&&n!==void 0?n:h)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n//# sourceMappingURL=index.es.js.map\n", "import{getEasingFunction as e,Animation as t}from\"@motionone/animation\";import{invariant as n}from\"hey-listen\";import{MotionValue as o}from\"@motionone/types\";import{noopReturn as i,addUniqueItem as s,progress as r,isFunction as a,defaults as c,isCubicBezier as l,isString as f,isEasingGenerator as u,isEasingList as d,isNumber as g,time as m,noop as h,removeItem as p,mix as v,getEasingForSegment as y,defaultOffset as w,fillOffset as E,velocityPerSecond as b,interpolate as A}from\"@motionone/utils\";import{__rest as S}from\"tslib\";import{pregenerateKeyframes as O,calcGeneratorVelocity as x,spring as z,glide as V}from\"@motionone/generators\";const W=new WeakMap;function getAnimationData(e){W.has(e)||W.set(e,{transforms:[],values:new Map});return W.get(e)}function getMotionValue(e,t){e.has(t)||e.set(t,new o);return e.get(t)}const L=[\"\",\"X\",\"Y\",\"Z\"];const T=[\"translate\",\"scale\",\"rotate\",\"skew\"];const M={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const B={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:i},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const N=[\"x\",\"y\",\"z\"];T.forEach((e=>{L.forEach((t=>{N.push(e+t);k.set(asTransformCssVar(e+t),B[e])}))}));const compareTransformOrder=(e,t)=>N.indexOf(e)-N.indexOf(t);const $=new Set(N);const isTransform=e=>$.has(e);const addTransformToElement=(e,t)=>{M[t]&&(t=M[t]);const{transforms:n}=getAnimationData(e);s(n,t);e.style.transform=buildTransformTemplate(n)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const C=new Set;function registerCssVariable(e){if(!C.has(e)){C.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 testAnimation=(e,t)=>document.createElement(\"div\").animate(e,t);const j={cssRegisterProperty:()=>typeof CSS!==\"undefined\"&&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]},{duration:.001}).finished),linearEasing:()=>{try{testAnimation({opacity:0},{easing:\"linear(0, 1)\"})}catch(e){return false}return true}};const P={};const R={};for(const e in j)R[e]=()=>{P[e]===void 0&&(P[e]=j[e]());return P[e]};const H=.015;const generateLinearEasingPoints=(e,t)=>{let n=\"\";const o=Math.round(t/H);for(let t=0;t<o;t++)n+=e(r(0,o-1,t))+\", \";return n.substring(0,n.length-2)};const convertEasing=(e,t)=>a(e)?R.linearEasing()?`linear(${generateLinearEasingPoints(e,t)})`:c.easing:l(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)e[n]===null&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){M[e]&&(e=M[e]);return isTransform(e)?asTransformCssVar(e):e}const I={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&n!==0){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&&e.playState!==\"finished\")try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getUnitConverter(e,t){var n;let o=(t===null||t===void 0?void 0:t.toDefaultUnit)||i;const s=e[e.length-1];if(f(s)){const e=((n=s.match(/(-?[\\d.]+)([a-z%]*)/))===null||n===void 0?void 0:n[2])||\"\";e&&(o=t=>t+e)}return o}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={},i){const s=getDevToolsRecord();const r=o.record!==false&&s;let l;let{duration:f=c.duration,delay:p=c.delay,endDelay:v=c.endDelay,repeat:y=c.repeat,easing:w=c.easing,persist:E=false,direction:b,offset:A,allowWebkitAcceleration:S=false,autoplay:O=true}=o;const x=getAnimationData(e);const z=isTransform(t);let V=R.waapi();z&&addTransformToElement(e,t);const W=getStyleName(t);const L=getMotionValue(x.values,W);const T=k.get(W);stopAnimation(L.animation,!(u(w)&&L.generator)&&o.record!==false);return()=>{const readInitialValue=()=>{var t,n;return(n=(t=I.get(e,W))!==null&&t!==void 0?t:T===null||T===void 0?void 0:T.initialValue)!==null&&n!==void 0?n:0};let c=hydrateKeyframes(keyframesList(n),readInitialValue);const x=getUnitConverter(c,T);if(u(w)){const e=w.createAnimation(c,t!==\"opacity\",readInitialValue,W,L);w=e.easing;c=e.keyframes||c;f=e.duration||f}isCssVar(W)&&(R.cssRegisterProperty()?registerCssVariable(W):V=false);z&&!R.linearEasing()&&(a(w)||d(w)&&w.some(a))&&(V=false);if(V){T&&(c=c.map((e=>g(e)?T.toDefaultUnit(e):e)));c.length!==1||R.partialKeyframes()&&!r||c.unshift(readInitialValue());const t={delay:m.ms(p),duration:m.ms(f),endDelay:m.ms(v),easing:d(w)?void 0:convertEasing(w,f),direction:b,iterations:y+1,fill:\"both\"};l=e.animate({[W]:c,offset:A,easing:d(w)?w.map((e=>convertEasing(e,f))):void 0},t);l.finished||(l.finished=new Promise(((e,t)=>{l.onfinish=e;l.oncancel=t})));const n=c[c.length-1];l.finished.then((()=>{if(!E){I.set(e,W,n);l.cancel()}})).catch(h);S||(l.playbackRate=1.000001)}else if(i&&z){c=c.map((e=>typeof e===\"string\"?parseFloat(e):e));c.length===1&&c.unshift(parseFloat(readInitialValue()));l=new i((t=>{I.set(e,W,x?x(t):t)}),c,Object.assign(Object.assign({},o),{duration:f,easing:w}))}else{const t=c[c.length-1];I.set(e,W,T&&g(t)?T.toDefaultUnit(t):t)}r&&s(e,t,c,{duration:f,delay:p,easing:w,repeat:y,offset:A},\"motion-one\");L.setAnimation(l);l&&!O&&l.pause();return l}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(typeof e===\"string\")if(t){(n=t[e])!==null&&n!==void 0?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=c.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},U);const getActiveAnimation=e=>e.animations[0];const U={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return m.s((n===null||n===void 0?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return n===null||n===void 0?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(h));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 typeof(n===null||n===void 0?void 0:n[t])===\"undefined\"?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=m.ms(n);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(t=.1,{start:n=0,from:o=0,easing:i}={}){return(s,r)=>{const a=g(o)?o:getFromIndex(o,r);const c=Math.abs(a-s);let l=t*c;if(i){const n=r*t;const o=e(i);l=o(l/n)*n}return n+l}}function getFromIndex(e,t){if(e===\"first\")return 0;{const n=t-1;return e===\"last\"?n:n/2}}function resolveOption(e,t,n){return a(e)?e(t,n):e}function createAnimate(e){return function animate(t,o,i={}){t=resolveElements(t);const s=t.length;n(Boolean(s),\"No valid element provided.\");n(Boolean(o),\"No keyframes defined.\");const r=[];for(let n=0;n<s;n++){const a=t[n];for(const t in o){const c=getOptions(i,t);c.delay=resolveOption(c.delay,n,s);const l=animateStyle(a,t,o[t],c,e);r.push(l)}}return withControls(r,i,i.duration)}}const F=createAnimate(t);function calcNextTime(e,t,n,o){var i;return g(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):t===\"<\"?n:(i=o.get(t))!==null&&i!==void 0?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){p(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:v(i,s,o[r]),easing:y(n,r)})}function compareByTime(e,t){return e.at===t.at?e.value===null?1:-1:e.at-t.at}function timeline(e,n={}){var o;const i=createAnimationsFromTimeline(e,n);const s=i.map((e=>animateStyle(...e,t))).filter(Boolean);return withControls(s,n,(o=i[0])===null||o===void 0?void 0:o[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:o={}}=t,i=S(t,[\"defaultOptions\"]);const s=[];const a=new Map;const l={};const d=new Map;let g=0;let m=0;let h=0;for(let t=0;t<e.length;t++){const i=e[t];if(f(i)){d.set(i,m);continue}if(!Array.isArray(i)){d.set(i.name,calcNextTime(m,i.at,g,d));continue}const[s,r,p={}]=i;p.at!==void 0&&(m=calcNextTime(m,p.at,g,d));let v=0;const y=resolveElements(s,l);const b=y.length;for(let e=0;e<b;e++){const t=y[e];const i=getElementSequence(t,a);for(const t in r){const s=getValueSequence(t,i);let a=keyframesList(r[t]);const l=getOptions(p,t);let{duration:f=o.duration||c.duration,easing:d=o.easing||c.easing}=l;if(u(d)){n(t===\"opacity\"||a.length>1,\"spring must be provided 2 keyframes within timeline()\");const e=d.createAnimation(a,t!==\"opacity\",(()=>0),t);d=e.easing;a=e.keyframes||a;f=e.duration||f}const g=resolveOption(p.delay,e,b)||0;const y=m+g;const A=y+f;let{offset:S=w(a.length)}=l;S.length===1&&S[0]===0&&(S[1]=1);const O=S.length-a.length;O>0&&E(S,O);a.length===1&&a.unshift(null);addKeyframes(s,a,d,S,y,A);v=Math.max(g+f,v);h=Math.max(A,h)}}g=m;m+=v}a.forEach(((e,t)=>{for(const n in e){const a=e[n];a.sort(compareByTime);const l=[];const f=[];const u=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];l.push(n);f.push(r(0,h,t));u.push(o||c.easing)}if(f[0]!==0){f.unshift(0);l.unshift(l[0]);u.unshift(\"linear\")}if(f[f.length-1]!==1){f.push(1);l.push(null)}s.push([t,n,l,Object.assign(Object.assign(Object.assign({},o),{duration:h,easing:u,offset:f}),i)])}}));return s}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 canGenerate(e){return g(e)&&!isNaN(e)}function getAsNumber(e){return f(e)?parseFloat(e):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},n)));return o.get(a)};const getKeyframes=(e,n)=>{t.has(e)||t.set(e,O(e,n));return t.get(e)};return{createAnimation:(e,t=true,n,o,s)=>{let r;let a;let c;let l=0;let f=i;const u=e.length;if(t){f=getUnitConverter(e,o?k.get(getStyleName(o)):void 0);const t=e[u-1];c=getAsNumber(t);if(u>1&&e[0]!==null)a=getAsNumber(e[0]);else{const e=s===null||s===void 0?void 0:s.generator;if(e){const{animation:t,generatorStartTime:n}=s;const o=(t===null||t===void 0?void 0:t.startTime)||n||0;const i=(t===null||t===void 0?void 0:t.currentTime)||performance.now()-o;const r=e(i).current;a=r;l=x((t=>e(t).current),i,r)}else n&&(a=getAsNumber(n()))}}if(canGenerate(a)&&canGenerate(c)){const e=getGenerator(a,c,l,o===null||o===void 0?void 0:o.includes(\"scale\"));r=Object.assign(Object.assign({},getKeyframes(e,f)),{easing:\"linear\"});if(s){s.generator=e;s.generatorStartTime=performance.now()}}if(!r){const e=getKeyframes(getGenerator(0,100));r={easing:\"ease\",duration:e.overshootDuration}}return r}}}}const G=createGeneratorEasing(z);const q=createGeneratorEasing(V);const K={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(typeof IntersectionObserver===\"undefined\")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);a(n)?r.set(e.target,n):c.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const c=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:typeof i===\"number\"?i:K[i]});s.forEach((e=>c.observe(e)));return()=>c.disconnect()}const _=new WeakMap;let Z;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;(o=_.get(e))===null||o===void 0?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){typeof ResizeObserver!==\"undefined\"&&(Z=new ResizeObserver(notifyAll))}function resizeElement(e,t){Z||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=_.get(e);if(!n){n=new Set;_.set(e,n)}n.add(t);Z===null||Z===void 0?void 0:Z.observe(e)}));return()=>{n.forEach((e=>{const n=_.get(e);n===null||n===void 0?void 0:n.delete(t);(n===null||n===void 0?void 0:n.size)||(Z===null||Z===void 0?void 0:Z.unobserve(e))}))}}const X=new Set;let Y;function createWindowResizeHandler(){Y=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};X.forEach((e=>e(t)))};window.addEventListener(\"resize\",Y)}function resizeWindow(e){X.add(e);Y||createWindowResizeHandler();return()=>{X.delete(e);!X.size&&Y&&(Y=void 0)}}function resize(e,t){return a(e)?resizeWindow(e):resizeElement(e,t)}const J=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 Q={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:a}=Q[t];const c=i.current;const l=n.time;i.current=e[`scroll${a}`];i.scrollLength=e[`scroll${s}`]-e[`client${s}`];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=r(0,i.scrollLength,i.current);const f=o-l;i.velocity=f>J?0:b(i.current-c,f)}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&&o.tagName!==\"svg\")o=o.parentNode}return n}const ee={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const te={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;te[e]!==void 0&&(e=te[e]);if(f(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}g(e)&&(o=t*e);return n+o}const ne=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:ne;let s=0;let r=0;if(g(e))i=[e,e];else if(f(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,te[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);r=resolveEdge(i[1],t);return s-r}const oe={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=ee.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=s===\"y\"?\"height\":\"width\";const a=i!==e?calcInset(i,e):oe;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=A(w(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:a(t)?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,t){e.pause();e.forEachNative(((e,{easing:t})=>{var n,o;if(e.updateDuration){t||(e.easing=i);e.updateDuration(1)}else{const i={duration:1e3};t||(i.easing=\"linear\");(o=(n=e.effect)===null||n===void 0?void 0:n.updateTiming)===null||o===void 0?void 0:o.call(n,i)}}));return()=>{e.currentTime=t.progress}}const ie=new WeakMap;const se=new WeakMap;const re=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=S(t,[\"container\"]);let i=re.get(n);if(!i){i=new Set;re.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!ie.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()};ie.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&se.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=ie.get(n);const c=requestAnimationFrame(a);return()=>{var t;typeof e!==\"function\"&&e.stop();cancelAnimationFrame(c);const o=re.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=ie.get(n);ie.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);(t=se.get(n))===null||t===void 0?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 typeof e===\"object\"}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ae;function processScheduledAnimations(){if(!ae)return;const e=ae.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ae=void 0}function scheduleAnimation(e){if(ae)s(ae,e);else{ae=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ae&&p(ae,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 ce={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=S(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||o.pointerType===\"mouse\"){n();dispatchPointerEvent(e,t,o)}};const le={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 fe={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 ue={inView:ce,hover:le,press:fe};const de=[\"initial\",\"animate\",...Object.keys(ue),\"exit\"];const ge=new WeakMap;function createMotionState(e={},o){let i;let s=o?o.getDepth()+1:0;const r={initial:true,animate:true};const a={};const c={};for(const t of de)c[t]=typeof e[t]===\"string\"?e[t]:o===null||o===void 0?void 0:o.getContext()[t];const l=e.initial===false?\"animate\":\"initial\";let f=resolveVariant(e[l]||c[l],e.variants)||{},u=S(f,[\"transition\"]);const d=Object.assign({},u);function*animateUpdates(){var n,o;const s=u;u={};const a={};for(const t of de){if(!r[t])continue;const i=resolveVariant(e[t]);if(i)for(const t in i)if(t!==\"transition\"){u[t]=i[t];a[t]=getOptions((o=(n=i.transition)!==null&&n!==void 0?n:e.transition)!==null&&o!==void 0?o:{},t)}}const c=new Set([...Object.keys(u),...Object.keys(s)]);const l=[];c.forEach((e=>{var n;u[e]===void 0&&(u[e]=d[e]);if(hasChanged(s[e],u[e])){(n=d[e])!==null&&n!==void 0?n:d[e]=I.get(i,e);l.push(animateStyle(i,e,u[e],a[e],t))}}));yield;const f=l.map((e=>e())).filter(Boolean);if(!f.length)return;const g=u;i.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(f.map((e=>e.finished))).then((()=>{i.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(h)}const setGesture=(e,t)=>()=>{r[e]=t;scheduleAnimation(g)};const updateGestureSubscriptions=()=>{for(const t in ue){const n=ue[t].isActive(e);const o=a[t];if(n&&!o)a[t]=ue[t].subscribe(i,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!n&&o){o();delete a[t]}}};const g={update:t=>{if(i){e=t;updateGestureSubscriptions();scheduleAnimation(g)}},setActive:(e,t)=>{if(i){r[e]=t;scheduleAnimation(g)}},animateUpdates:animateUpdates,getDepth:()=>s,getTarget:()=>u,getOptions:()=>e,getContext:()=>c,mount:e=>{n(Boolean(e),\"Animation state must be mounted with valid Element\");i=e;ge.set(i,g);updateGestureSubscriptions();return()=>{ge.delete(i);unscheduleAnimation(g);for(const e in a)a[e]()}},isMounted:()=>Boolean(i)};return g}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){M[o]&&(o=M[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const r=k.get(o);r&&(s=g(i)?r.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{ee as ScrollOffset,F as animate,animateStyle,createAnimate,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,q as glide,inView$1 as inView,ge as mountedStates,resize,scroll,G as spring,stagger,I as style,timeline,withControls};\n//# sourceMappingURL=index.es.js.map\n", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster=\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\",playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);const isCloseToViewport=isOnCanvas?false:useInView(videoRef,{margin:\"100px\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",preload:isPlaying.current?\"auto\":autoplayBehavior!==\"on-mount\"&&posterEnabled&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\",description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={QaogO0lAt:{hover:true}};const serializationHash=\"framer-6VOiN\";const variantClassNames={QaogO0lAt:\"framer-v-14qrpw1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.6,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const 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{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"QaogO0lAt\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://youtube.com/@attorneybishoy?si=NxfsCAEn7ejAZM3_\",nodeId:\"QaogO0lAt\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,\"aria-label\":\"youtube channel\",className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-14qrpw1\",className,classNames)} framer-stgozn`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"QaogO0lAt\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{background:'linear-gradient(90deg, var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, rgb(204, 164, 79)) /* {\"name\":\"gold\"} */ 0%, var(--token-a35a5c87-9107-46e1-9067-c5503a32a76d, rgb(225, 200, 133)) /* {\"name\":\"light gold\"} */ 51.80180180180181%, var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, rgb(204, 164, 79)) /* {\"name\":\"gold\"} */ 100%)',...style},...addPropertyOverrides({\"QaogO0lAt-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\"},children:\"Visit our YouTube channel\"})}),className:\"framer-obnfdm\",fonts:[\"FS;Montserrat-medium\"],layoutDependency:layoutDependency,layoutId:\"l44mgK_j8\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vko7h3\",layoutDependency:layoutDependency,layoutId:\"bqK4reJz4\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\",rotate:25}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6VOiN.framer-stgozn, .framer-6VOiN .framer-stgozn { display: block; }\",\".framer-6VOiN.framer-14qrpw1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 45px 15px 45px; position: relative; text-decoration: none; width: min-content; }\",\".framer-6VOiN .framer-obnfdm { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-6VOiN .framer-1vko7h3 { aspect-ratio: 1 / 1; bottom: -93px; flex: none; height: var(--framer-aspect-ratio-supported, 41px); left: -58px; overflow: hidden; position: absolute; width: 41px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6VOiN.framer-14qrpw1 { gap: 0px; } .framer-6VOiN.framer-14qrpw1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6VOiN.framer-14qrpw1 > :first-child { margin-left: 0px; } .framer-6VOiN.framer-14qrpw1 > :last-child { margin-right: 0px; } }\",\".framer-6VOiN.framer-v-14qrpw1.hover .framer-1vko7h3 { bottom: -169px; height: var(--framer-aspect-ratio-supported, 319px); left: -11px; width: 319px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 287\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"vlHqHhuVL\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerB9635K7Xi=withCSS(Component,css,\"framer-6VOiN\");export default FramerB9635K7Xi;FramerB9635K7Xi.displayName=\"check youtube channel\";FramerB9635K7Xi.defaultProps={height:48,width:287};addFonts(FramerB9635K7Xi,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/G3U4AIP7I5YYMBY4PZ5BNYEWWVH7G7QB/WED2HATCWTE6B4XVIFFTI3EALCE4D6PD/GDZ4LVIJF6WODYKVZK6E2737DCDQPEMZ.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerB9635K7Xi\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"287\",\"framerIntrinsicHeight\":\"48\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vlHqHhuVL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./B9635K7Xi.map", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={ChJqbz3IY:{hover:true}};const serializationHash=\"framer-3oodM\";const variantClassNames={ChJqbz3IY:\"framer-v-z6loll\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.6,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const 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{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"ChJqbz3IY\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pX_LqZrHe\"},nodeId:\"ChJqbz3IY\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,\"aria-label\":\"explore all practice areas\",className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-z6loll\",className,classNames)} framer-d1930i`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ChJqbz3IY\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{background:'linear-gradient(90deg, var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, rgb(204, 164, 79)) /* {\"name\":\"gold\"} */ 0%, var(--token-a35a5c87-9107-46e1-9067-c5503a32a76d, rgb(225, 200, 133)) /* {\"name\":\"light gold\"} */ 51.80180180180181%, var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, rgb(204, 164, 79)) /* {\"name\":\"gold\"} */ 100%)',...style},...addPropertyOverrides({\"ChJqbz3IY-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\"},children:\"Explore All Practice Areas\"})}),className:\"framer-16h5b1t\",fonts:[\"FS;Montserrat-medium\"],layoutDependency:layoutDependency,layoutId:\"uQBKOUtIM\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-y2r6ak\",layoutDependency:layoutDependency,layoutId:\"A59zqZtjb\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\",rotate:24}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3oodM.framer-d1930i, .framer-3oodM .framer-d1930i { display: block; }\",\".framer-3oodM.framer-z6loll { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 45px 15px 45px; position: relative; text-decoration: none; width: min-content; }\",\".framer-3oodM .framer-16h5b1t { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-3oodM .framer-y2r6ak { aspect-ratio: 1 / 1; bottom: -90px; flex: none; height: var(--framer-aspect-ratio-supported, 30px); left: -60px; overflow: hidden; position: absolute; width: 30px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3oodM.framer-z6loll { gap: 0px; } .framer-3oodM.framer-z6loll > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-3oodM.framer-z6loll > :first-child { margin-left: 0px; } .framer-3oodM.framer-z6loll > :last-child { margin-right: 0px; } }\",\".framer-3oodM.framer-v-z6loll.hover .framer-y2r6ak { bottom: -159px; height: var(--framer-aspect-ratio-supported, 310px); left: -15px; width: 310px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 283\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"qkGUZhqeI\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerhf5t_zKO3=withCSS(Component,css,\"framer-3oodM\");export default Framerhf5t_zKO3;Framerhf5t_zKO3.displayName=\"View all practice areas\";Framerhf5t_zKO3.defaultProps={height:48,width:283};addFonts(Framerhf5t_zKO3,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/G3U4AIP7I5YYMBY4PZ5BNYEWWVH7G7QB/WED2HATCWTE6B4XVIFFTI3EALCE4D6PD/GDZ4LVIJF6WODYKVZK6E2737DCDQPEMZ.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerhf5t_zKO3\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"48\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"283\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qkGUZhqeI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hf5t_zKO3.map", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={fLK5WuQbP:{hover:true}};const serializationHash=\"framer-kVVSs\";const variantClassNames={fLK5WuQbP:\"framer-v-8eu75x\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.6,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const 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{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"fLK5WuQbP\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://maps.app.goo.gl/NsYM9iXo8J7dzsz57\",nodeId:\"fLK5WuQbP\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,\"aria-label\":\"check google reviews\",className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-8eu75x\",className,classNames)} framer-bif2zv`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"fLK5WuQbP\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{background:'linear-gradient(90deg, var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, rgb(204, 164, 79)) /* {\"name\":\"gold\"} */ 0%, var(--token-a35a5c87-9107-46e1-9067-c5503a32a76d, rgb(225, 200, 133)) /* {\"name\":\"light gold\"} */ 51.80180180180181%, var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, rgb(204, 164, 79)) /* {\"name\":\"gold\"} */ 100%)',...style},...addPropertyOverrides({\"fLK5WuQbP-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\"},children:\"Check out our Google reviews\"})}),className:\"framer-8w3n17\",fonts:[\"FS;Montserrat-medium\"],layoutDependency:layoutDependency,layoutId:\"BAv6evMSV\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lq82q5\",layoutDependency:layoutDependency,layoutId:\"JP4832UWp\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\",rotate:26}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kVVSs.framer-bif2zv, .framer-kVVSs .framer-bif2zv { display: block; }\",\".framer-kVVSs.framer-8eu75x { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 45px 15px 45px; position: relative; text-decoration: none; width: min-content; }\",\".framer-kVVSs .framer-8w3n17 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-kVVSs .framer-1lq82q5 { aspect-ratio: 1 / 1; bottom: -90px; flex: none; height: var(--framer-aspect-ratio-supported, 30px); left: -60px; overflow: hidden; position: absolute; width: 30px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kVVSs.framer-8eu75x { gap: 0px; } .framer-kVVSs.framer-8eu75x > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kVVSs.framer-8eu75x > :first-child { margin-left: 0px; } .framer-kVVSs.framer-8eu75x > :last-child { margin-right: 0px; } }\",\".framer-kVVSs.framer-v-8eu75x.hover .framer-1lq82q5 { bottom: -174px; height: var(--framer-aspect-ratio-supported, 340px); left: -8px; width: 340px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 318\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"UZKbmD0wY\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerm8VfgjM6n=withCSS(Component,css,\"framer-kVVSs\");export default Framerm8VfgjM6n;Framerm8VfgjM6n.displayName=\"check google reviews\";Framerm8VfgjM6n.defaultProps={height:48,width:318};addFonts(Framerm8VfgjM6n,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/G3U4AIP7I5YYMBY4PZ5BNYEWWVH7G7QB/WED2HATCWTE6B4XVIFFTI3EALCE4D6PD/GDZ4LVIJF6WODYKVZK6E2737DCDQPEMZ.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerm8VfgjM6n\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"318\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"48\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"UZKbmD0wY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./m8VfgjM6n.map", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={e_tYdObc3:{hover:true}};const serializationHash=\"framer-Sm7Ou\";const variantClassNames={e_tYdObc3:\"framer-v-8uphp4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.6,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const 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{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"e_tYdObc3\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TEJLxPbPc\"},nodeId:\"e_tYdObc3\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,\"aria-label\":\"meet the team\",className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-8uphp4\",className,classNames)} framer-bhoy3e`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"e_tYdObc3\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{background:'linear-gradient(90deg, var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, rgb(204, 164, 79)) /* {\"name\":\"gold\"} */ 0%, var(--token-a35a5c87-9107-46e1-9067-c5503a32a76d, rgb(225, 200, 133)) /* {\"name\":\"light gold\"} */ 51.80180180180181%, var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, rgb(204, 164, 79)) /* {\"name\":\"gold\"} */ 100%)',...style},...addPropertyOverrides({\"e_tYdObc3-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\"},children:\"Meet the Full Team\"})}),className:\"framer-1qsxqlh\",fonts:[\"FS;Montserrat-medium\"],layoutDependency:layoutDependency,layoutId:\"xpsBBu4DG\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yd2mne\",layoutDependency:layoutDependency,layoutId:\"cT2LyiWqV\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\",rotate:21}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Sm7Ou.framer-bhoy3e, .framer-Sm7Ou .framer-bhoy3e { display: block; }\",\".framer-Sm7Ou.framer-8uphp4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 45px 15px 45px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Sm7Ou .framer-1qsxqlh { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-Sm7Ou .framer-1yd2mne { aspect-ratio: 1 / 1; bottom: -90px; flex: none; height: var(--framer-aspect-ratio-supported, 30px); left: -60px; overflow: hidden; position: absolute; width: 30px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Sm7Ou.framer-8uphp4 { gap: 0px; } .framer-Sm7Ou.framer-8uphp4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Sm7Ou.framer-8uphp4 > :first-child { margin-left: 0px; } .framer-Sm7Ou.framer-8uphp4 > :last-child { margin-right: 0px; } }\",\".framer-Sm7Ou.framer-v-8uphp4.hover .framer-1yd2mne { bottom: -141px; height: var(--framer-aspect-ratio-supported, 271px); left: -25px; width: 271px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 236\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"mgB2vuwlX\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNRxj2g7PK=withCSS(Component,css,\"framer-Sm7Ou\");export default FramerNRxj2g7PK;FramerNRxj2g7PK.displayName=\"meet the team\";FramerNRxj2g7PK.defaultProps={height:48,width:236};addFonts(FramerNRxj2g7PK,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/G3U4AIP7I5YYMBY4PZ5BNYEWWVH7G7QB/WED2HATCWTE6B4XVIFFTI3EALCE4D6PD/GDZ4LVIJF6WODYKVZK6E2737DCDQPEMZ.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNRxj2g7PK\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"236\",\"framerIntrinsicHeight\":\"48\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mgB2vuwlX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NRxj2g7PK.map", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import StopScroll from\"https://framerusercontent.com/modules/9ajhXMTvNHa3o84QkAph/Xnul1hAdJn3YeKLXdbBc/StopScroll.js\";const StopScrollFonts=getFonts(StopScroll);const cycleOrder=[\"oOxOOrG7Y\",\"kVbfEIMRD\",\"ur5cjYv8G\"];const serializationHash=\"framer-bR3U2\";const variantClassNames={kVbfEIMRD:\"framer-v-1y6eyy5\",oOxOOrG7Y:\"framer-v-4ur8y4\",ur5cjYv8G:\"framer-v-1mbvrrt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:3,duration:3,ease:[.12,.23,.5,1],type:\"tween\"};const transition2={delay:0,duration:3.5,ease:[.12,.23,.5,1],type:\"tween\"};const transition3={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"oOxOOrG7Y\",\"Variant 2\":\"kVbfEIMRD\",\"Variant 3\":\"ur5cjYv8G\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"oOxOOrG7Y\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"oOxOOrG7Y\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearqoe9mf=activeVariantCallback(async(...args)=>{setVariant(\"kVbfEIMRD\");});const onAppear1ifurw7=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ur5cjYv8G\"),3500);});useOnVariantChange(baseVariant,{default:onAppearqoe9mf,kVbfEIMRD:onAppear1ifurw7,ur5cjYv8G:undefined});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({kVbfEIMRD:{value:transition2},ur5cjYv8G:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-4ur8y4\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"oOxOOrG7Y\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({kVbfEIMRD:{\"data-framer-name\":\"Variant 2\"},ur5cjYv8G:{\"data-framer-name\":\"Variant 3\",\"data-highlight\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m1heea\",layoutDependency:layoutDependency,layoutId:\"EdBJ9NqZF\",style:{backgroundColor:\"var(--token-ad20a301-b4bf-44da-a27c-c2cf3451bad0, rgb(20, 19, 20))\",opacity:1},variants:{ur5cjYv8G:{opacity:0}},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||764)-0)*1-0-182)/2+0+0)),pixelHeight:375,pixelWidth:375,src:\"https://framerusercontent.com/images/obr8htD1ZgcVqYbKKzT2pbuwNNM.svg\"},className:\"framer-18frp2b\",layoutDependency:layoutDependency,layoutId:\"SggVXPkWl\",...addPropertyOverrides({ur5cjYv8G:{background:{alt:\"logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-1e3+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||764)-0)*1-0-182)/2+0+0)),pixelHeight:375,pixelWidth:375,src:\"https://framerusercontent.com/images/obr8htD1ZgcVqYbKKzT2pbuwNNM.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-odv5ps\",layoutDependency:layoutDependency,layoutId:\"mtWbfCdk4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gdtgba\",layoutDependency:layoutDependency,layoutId:\"vLVeB3S7n\",style:{backgroundColor:\"rgb(255, 255, 255)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-l7g86s\",layoutDependency:layoutDependency,layoutId:\"sX7HO2BQ5\",style:{backgroundColor:\"var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, rgb(204, 164, 79))\",mask:\"none\",WebkitMask:\"none\"},variants:{kVbfEIMRD:{mask:\"linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%) add\",WebkitMask:\"linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%) add\"}}})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11zjt8x-container\",layoutDependency:layoutDependency,layoutId:\"qGjVqlx7G-container\",children:/*#__PURE__*/_jsx(StopScroll,{height:\"100%\",id:\"qGjVqlx7G\",layoutId:\"qGjVqlx7G\",toggle:true,width:\"100%\",...addPropertyOverrides({ur5cjYv8G:{toggle:false}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bR3U2.framer-1fnlhwt, .framer-bR3U2 .framer-1fnlhwt { display: block; }\",\".framer-bR3U2.framer-4ur8y4 { height: 764px; overflow: hidden; position: relative; width: 1370px; }\",\".framer-bR3U2 .framer-1m1heea { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 100%; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-bR3U2 .framer-18frp2b { aspect-ratio: 1.6009615384615385 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 150px); position: relative; width: 240px; }\",\".framer-bR3U2 .framer-odv5ps { flex: none; height: 2px; overflow: hidden; position: relative; width: 300px; }\",\".framer-bR3U2 .framer-1gdtgba { flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-bR3U2 .framer-l7g86s { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 2px; }\",\".framer-bR3U2 .framer-11zjt8x-container { flex: none; height: auto; left: 385px; position: absolute; top: 232px; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bR3U2 .framer-1m1heea { gap: 0px; } .framer-bR3U2 .framer-1m1heea > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-bR3U2 .framer-1m1heea > :first-child { margin-top: 0px; } .framer-bR3U2 .framer-1m1heea > :last-child { margin-bottom: 0px; } }\",\".framer-bR3U2.framer-v-1y6eyy5 .framer-l7g86s { right: 0px; width: unset; }\",\".framer-bR3U2.framer-v-1mbvrrt .framer-1m1heea { top: -1000px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 764\n * @framerIntrinsicWidth 1370\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"kVbfEIMRD\":{\"layout\":[\"fixed\",\"fixed\"]},\"ur5cjYv8G\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerP73docBQ2=withCSS(Component,css,\"framer-bR3U2\");export default FramerP73docBQ2;FramerP73docBQ2.displayName=\"loading page\";FramerP73docBQ2.defaultProps={height:764,width:1370};addPropertyControls(FramerP73docBQ2,{variant:{options:[\"oOxOOrG7Y\",\"kVbfEIMRD\",\"ur5cjYv8G\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerP73docBQ2,[{explicitInter:true,fonts:[]},...StopScrollFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerP73docBQ2\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1370\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kVbfEIMRD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ur5cjYv8G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"764\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./P73docBQ2.map", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={ZpyQOLYUY:{hover:true}};const serializationHash=\"framer-WhreH\";const variantClassNames={ZpyQOLYUY:\"framer-v-1jpwady\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.7,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const 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{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"ZpyQOLYUY\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{hash:\":XqBr5oKiW\",webPageId:\"augiA20Il\"},nodeId:\"ZpyQOLYUY\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,\"aria-label\":\"hero section button\",className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1jpwady\",className,classNames)} framer-1vq5h0f`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ZpyQOLYUY\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{background:'linear-gradient(90deg, var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, rgb(204, 164, 79)) /* {\"name\":\"gold\"} */ 0%, var(--token-a35a5c87-9107-46e1-9067-c5503a32a76d, rgb(225, 200, 133)) /* {\"name\":\"light gold\"} */ 51.80180180180181%, var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, rgb(204, 164, 79)) /* {\"name\":\"gold\"} */ 100%)',...style},...addPropertyOverrides({\"ZpyQOLYUY-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1tZWRpdW0=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\"},children:\"Get Expert Legal Advice Today\"})}),className:\"framer-uaoe7t\",fonts:[\"FS;Montserrat-medium\"],layoutDependency:layoutDependency,layoutId:\"raY639T40\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ag3t7g\",layoutDependency:layoutDependency,layoutId:\"Jq2pZQITU\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\",rotate:28},variants:{\"ZpyQOLYUY-hover\":{rotate:30}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WhreH.framer-1vq5h0f, .framer-WhreH .framer-1vq5h0f { display: block; }\",\".framer-WhreH.framer-1jpwady { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 45px 15px 45px; position: relative; text-decoration: none; width: min-content; }\",\".framer-WhreH .framer-uaoe7t { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-WhreH .framer-1ag3t7g { aspect-ratio: 1 / 1; bottom: -90px; flex: none; height: var(--framer-aspect-ratio-supported, 30px); left: -90px; overflow: hidden; position: absolute; width: 30px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WhreH.framer-1jpwady { gap: 0px; } .framer-WhreH.framer-1jpwady > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-WhreH.framer-1jpwady > :first-child { margin-left: 0px; } .framer-WhreH.framer-1jpwady > :last-child { margin-right: 0px; } }\",\".framer-WhreH.framer-v-1jpwady.hover .framer-1ag3t7g { bottom: -214px; height: var(--framer-aspect-ratio-supported, 368px); left: -24px; width: 368px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 321\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"gbtQvvHaq\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerT2JPoIFAc=withCSS(Component,css,\"framer-WhreH\");export default FramerT2JPoIFAc;FramerT2JPoIFAc.displayName=\"hero section button\";FramerT2JPoIFAc.defaultProps={height:48,width:321};addFonts(FramerT2JPoIFAc,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/G3U4AIP7I5YYMBY4PZ5BNYEWWVH7G7QB/WED2HATCWTE6B4XVIFFTI3EALCE4D6PD/GDZ4LVIJF6WODYKVZK6E2737DCDQPEMZ.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerT2JPoIFAc\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"321\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gbtQvvHaq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"48\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./T2JPoIFAc.map", "// Generated by Framer (fe89999)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"yZ3KMT3Rz\",\"Hs_C2UkRH\",\"MUNSN9mJ7\",\"BWM5byxxW\",\"QmVQ8lz3m\",\"fgrGFda79\"];const serializationHash=\"framer-JLkIA\";const variantClassNames={BWM5byxxW:\"framer-v-jjtics\",fgrGFda79:\"framer-v-1ifba03\",Hs_C2UkRH:\"framer-v-epks5e\",MUNSN9mJ7:\"framer-v-1g5u68y\",QmVQ8lz3m:\"framer-v-193t99r\",yZ3KMT3Rz:\"framer-v-im9kej\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:1.5,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"blue grey\":\"Hs_C2UkRH\",\"dark lead\":\"yZ3KMT3Rz\",\"forest green\":\"MUNSN9mJ7\",\"levacy grey\":\"BWM5byxxW\",\"very dark brown\":\"QmVQ8lz3m\",navy:\"fgrGFda79\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"yZ3KMT3Rz\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yZ3KMT3Rz\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-im9kej\",className,classNames),\"data-framer-name\":\"dark lead\",layoutDependency:layoutDependency,layoutId:\"yZ3KMT3Rz\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-ad20a301-b4bf-44da-a27c-c2cf3451bad0, rgb(10, 3, 41))\",...style},variants:{BWM5byxxW:{backgroundColor:\"rgb(26, 26, 26)\"},fgrGFda79:{backgroundColor:\"rgb(10, 3, 41)\"},Hs_C2UkRH:{backgroundColor:\"rgb(14, 26, 38)\"},MUNSN9mJ7:{backgroundColor:\"rgb(3, 43, 43)\"},QmVQ8lz3m:{backgroundColor:\"rgb(15, 12, 12)\"}},...addPropertyOverrides({BWM5byxxW:{\"data-framer-name\":\"levacy grey\"},fgrGFda79:{\"data-framer-name\":\"navy\"},Hs_C2UkRH:{\"data-framer-name\":\"blue grey\"},MUNSN9mJ7:{\"data-framer-name\":\"forest green\"},QmVQ8lz3m:{\"data-framer-name\":\"very dark brown\"}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JLkIA.framer-1mrdq1j, .framer-JLkIA .framer-1mrdq1j { display: block; }\",\".framer-JLkIA.framer-im9kej { height: 800px; overflow: hidden; position: relative; width: 1440px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Hs_C2UkRH\":{\"layout\":[\"fixed\",\"fixed\"]},\"MUNSN9mJ7\":{\"layout\":[\"fixed\",\"fixed\"]},\"BWM5byxxW\":{\"layout\":[\"fixed\",\"fixed\"]},\"QmVQ8lz3m\":{\"layout\":[\"fixed\",\"fixed\"]},\"fgrGFda79\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWlbQWe2i8=withCSS(Component,css,\"framer-JLkIA\");export default FramerWlbQWe2i8;FramerWlbQWe2i8.displayName=\"color switch bg\";FramerWlbQWe2i8.defaultProps={height:800,width:1440};addPropertyControls(FramerWlbQWe2i8,{variant:{options:[\"yZ3KMT3Rz\",\"Hs_C2UkRH\",\"MUNSN9mJ7\",\"BWM5byxxW\",\"QmVQ8lz3m\",\"fgrGFda79\"],optionTitles:[\"dark lead\",\"blue grey\",\"forest green\",\"levacy grey\",\"very dark brown\",\"navy\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerWlbQWe2i8,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWlbQWe2i8\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"800\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Hs_C2UkRH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MUNSN9mJ7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BWM5byxxW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QmVQ8lz3m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fgrGFda79\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WlbQWe2i8.map", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={ZeTWRMtCP:{hover:true}};const serializationHash=\"framer-zFiSA\";const variantClassNames={ZeTWRMtCP:\"framer-v-8h6ckl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition2={delay:0,duration:8,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 transition3={delay:0,duration:4,ease:[0,0,1,1],type:\"tween\"};const animation1={opacity:1,rotate:-360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition4={delay:0,duration:3,ease:[0,0,1,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const 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{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"ZeTWRMtCP\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{hash:\":K4N9tjd0l\",webPageId:\"augiA20Il\"},nodeId:\"ZeTWRMtCP\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,\"aria-label\":\"more info\",className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-8h6ckl\",className,classNames)} framer-88823z`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ZeTWRMtCP\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"ZeTWRMtCP-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.7))\"},children:\"More \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgba(255, 255, 255, 0.7))\"},children:\"info\"})]}),className:\"framer-13mqtjw\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"kcRNaSmne\",style:{\"--extracted-2gxw0f\":\"rgba(255, 255, 255, 0.7)\",\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.7)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate1,variants:{\"ZeTWRMtCP-hover\":{\"--extracted-2gxw0f\":\"rgb(255, 255, 255)\",\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"ZeTWRMtCP-hover\":{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"More \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(255, 255, 255))\"},children:\"info\"})]})}},baseVariant,gestureVariant)}),/*#__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-97ipk9\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"AdF6Cc4m7\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.7)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"},variants:{\"ZeTWRMtCP-hover\":{\"--border-color\":\"rgb(255, 255, 255)\"}}}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-xx4iqv\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"vYFWZATOH\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.7)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"},variants:{\"ZeTWRMtCP-hover\":{\"--border-color\":\"rgb(255, 255, 255)\"}}}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition4,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-nsidr3\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"fCSQLQF2o\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.7)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"},variants:{\"ZeTWRMtCP-hover\":{\"--border-color\":\"rgb(255, 255, 255)\"}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zFiSA.framer-88823z, .framer-zFiSA .framer-88823z { display: block; }\",\".framer-zFiSA.framer-8h6ckl { cursor: pointer; height: 86px; overflow: visible; position: relative; text-decoration: none; width: 86px; }\",\".framer-zFiSA .framer-13mqtjw { flex: none; height: auto; left: 50%; position: absolute; top: 49%; white-space: pre; width: auto; }\",\".framer-zFiSA .framer-97ipk9 { flex: none; height: 69px; left: calc(50.00000000000002% - 84px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 69px / 2); width: 84px; will-change: var(--framer-will-change-override, transform); }\",\".framer-zFiSA .framer-xx4iqv { flex: none; height: 84px; left: calc(50.00000000000002% - 69px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 84px / 2); width: 69px; will-change: var(--framer-will-change-override, transform); }\",\".framer-zFiSA .framer-nsidr3 { flex: none; height: 74px; left: calc(50.00000000000002% - 78px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 74px / 2); width: 78px; will-change: var(--framer-will-change-override, transform); }\",'.framer-zFiSA[data-border=\"true\"]::after, .framer-zFiSA [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 86\n * @framerIntrinsicWidth 86\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Hx2JvcEPT\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryLgBKoYyZ=withCSS(Component,css,\"framer-zFiSA\");export default FrameryLgBKoYyZ;FrameryLgBKoYyZ.displayName=\"more info\";FrameryLgBKoYyZ.defaultProps={height:86,width:86};addFonts(FrameryLgBKoYyZ,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NZ67QOF3FXYLOR27ABJOZVKKBKNRMKMF/EHBFE55HTLOOJHTZSLD54GSL3EBTAFNQ/DI2GHUWG3WKRXISSCTNDMTWKWZC25UIW.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryLgBKoYyZ\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"86\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Hx2JvcEPT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"86\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yLgBKoYyZ.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useEffect,useRef}from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";const CounterStyles={container:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\"}};export function Counter(props){const{start,end,speed,gapSize,prefixText,suffixText,prefixFont,suffixFont,prefixColor,suffixColor,loop,decimalSeparatorType,textSize,selectedFont,textColor,startOnViewport,restartOnViewport,incrementType}=props;const[count,setCount]=useState(start);const[isVisible,setIsVisible]=useState(false);const containerRef=useRef(null);useEffect(()=>{const observer=new IntersectionObserver(entries=>{const entry=entries[0];setIsVisible(entry.isIntersecting);});if(containerRef.current){observer.observe(containerRef.current);}return()=>{if(containerRef.current){observer.unobserve(containerRef.current);}};},[]);useEffect(()=>{const updateCount=()=>{const increment=incrementType===\"integer\"?1:.1;setCount(prevCount=>{const nextCount=parseFloat((prevCount+increment).toFixed(2));return nextCount>=end?end:nextCount;});};if(isVisible||!startOnViewport&&start!==end){const intervalId=setInterval(updateCount,speed);return()=>{clearInterval(intervalId);};}else if(startOnViewport&&isVisible){setCount(start);}},[count,start,end,loop,isVisible,speed,startOnViewport,incrementType]);useEffect(()=>{if(restartOnViewport&&isVisible){setCount(start)// Restart the animation when re-entering the viewport\n;}},[isVisible,restartOnViewport,start]);const formatNumber=number=>{if(decimalSeparatorType===\"comma\"){return number.toLocaleString(\"en-US\");}else if(decimalSeparatorType===\"period\"){return number.toLocaleString(\"en-US\").replace(/,/g,\".\");}else{return number.toFixed(incrementType===\"integer\"?0:1);}};return /*#__PURE__*/_jsxs(motion.div,{ref:containerRef,style:{...CounterStyles.container,gap:`${gapSize}px`,flexDirection:\"row\",alignItems:\"center\",fontSize:`${textSize}px`,fontFamily:selectedFont.fontFamily,fontWeight:selectedFont.fontWeight,color:textColor},children:[/*#__PURE__*/_jsx(\"span\",{style:{fontFamily:prefixFont.fontFamily,fontWeight:prefixFont.fontWeight,color:prefixColor},children:prefixText}),/*#__PURE__*/_jsx(\"span\",{children:formatNumber(count)}),/*#__PURE__*/_jsx(\"span\",{style:{fontFamily:suffixFont.fontFamily,fontWeight:suffixFont.fontWeight,color:suffixColor},children:suffixText})]});}Counter.defaultProps={start:0,end:100,speed:100,prefixText:\"\",suffixText:\"\",loop:false,decimalSeparatorType:\"comma\",textSize:36,selectedFont:{fontFamily:\"Inter\",fontWeight:500,systemFont:true},textColor:\"#D3D3D3\",startOnViewport:false,incrementType:\"integer\"};addPropertyControls(Counter,{startOnViewport:{type:ControlType.Boolean,title:\"Viewport\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\"},restartOnViewport:{type:ControlType.Boolean,title:\"Replay\",defaultValue:false,enabledTitle:\"Yes\",disabledTitle:\"No\"},selectedFont:{title:\"Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},textSize:{title:\"Font Size\",type:ControlType.Number,min:8,max:240,step:1},textColor:{type:ControlType.Color,title:\"Font Color\"},start:{type:ControlType.Number,title:\"Start Number\",defaultValue:0,displayStepper:true},end:{type:ControlType.Number,title:\"End Number\",defaultValue:10,displayStepper:true},decimalSeparatorType:{type:ControlType.Enum,title:\"Separator\",defaultValue:\"comma\",options:[\"comma\",\"period\",\"none\"],optionTitles:[\"Comma (1,000)\",\"Decimal (1.000)\",\"None\"]},incrementType:{type:ControlType.Enum,title:\"Increment Type\",defaultValue:\"integer\",options:[\"integer\",\"decimal\"],optionTitles:[\"Integer\",\"Decimal\"]},prefixText:{type:ControlType.String,title:\"Prefix\",defaultValue:\"\"},prefixFont:{title:\"Prefix Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},prefixColor:{type:ControlType.Color,title:\"Prefix Color\"},suffixText:{type:ControlType.String,title:\"Suffix\",defaultValue:\"\"},suffixFont:{title:\"Suffix Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},suffixColor:{type:ControlType.Color,title:\"Suffix Color\"},gapSize:{type:ControlType.Number,title:\"Gap Size\",defaultValue:4,min:0,max:100,step:4},speed:{type:ControlType.Number,title:\"Speed (ms)\",defaultValue:100,min:0,max:2e3,step:10},loop:{type:ControlType.Boolean,title:\"Loop Animation\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"Counter\":{\"type\":\"reactComponent\",\"name\":\"Counter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Number_counter.map", "// Generated by Framer (139b156)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Montserrat-regular\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NZ67QOF3FXYLOR27ABJOZVKKBKNRMKMF/EHBFE55HTLOOJHTZSLD54GSL3EBTAFNQ/DI2GHUWG3WKRXISSCTNDMTWKWZC25UIW.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/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-OzpS8 .framer-styles-preset-1pnl7fx:not(.rich-text-wrapper), .framer-OzpS8 .framer-styles-preset-1pnl7fx.rich-text-wrapper h4 { --framer-font-family: \"Montserrat\", \"Montserrat 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: 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: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0.25em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1919px) and (min-width: 1440px) { .framer-OzpS8 .framer-styles-preset-1pnl7fx:not(.rich-text-wrapper), .framer-OzpS8 .framer-styles-preset-1pnl7fx.rich-text-wrapper h4 { --framer-font-family: \"Montserrat\", \"Montserrat 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: 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: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0.25em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #ffffff; --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-OzpS8 .framer-styles-preset-1pnl7fx:not(.rich-text-wrapper), .framer-OzpS8 .framer-styles-preset-1pnl7fx.rich-text-wrapper h4 { --framer-font-family: \"Montserrat\", \"Montserrat 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: 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: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0.25em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #ffffff; --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: 0px) { .framer-OzpS8 .framer-styles-preset-1pnl7fx:not(.rich-text-wrapper), .framer-OzpS8 .framer-styles-preset-1pnl7fx.rich-text-wrapper h4 { --framer-font-family: \"Montserrat\", \"Montserrat 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: 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: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0.25em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-OzpS8\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ab6b6d5)\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,useCustomCursors,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js\";import CheckYoutubeChannel from\"#framer/local/canvasComponent/B9635K7Xi/B9635K7Xi.js\";import ViewAllPracticeAreas from\"#framer/local/canvasComponent/hf5t_zKO3/hf5t_zKO3.js\";import Button from\"#framer/local/canvasComponent/m08BuAxRE/m08BuAxRE.js\";import CheckGoogleReviews from\"#framer/local/canvasComponent/m8VfgjM6n/m8VfgjM6n.js\";import MeetTheTeam from\"#framer/local/canvasComponent/NRxj2g7PK/NRxj2g7PK.js\";import Footer from\"#framer/local/canvasComponent/ojCcw6NSz/ojCcw6NSz.js\";import LoadingPage from\"#framer/local/canvasComponent/P73docBQ2/P73docBQ2.js\";import HeroSectionButton from\"#framer/local/canvasComponent/T2JPoIFAc/T2JPoIFAc.js\";import Navigation from\"#framer/local/canvasComponent/UiKWm_QVP/UiKWm_QVP.js\";import ReadMore from\"#framer/local/canvasComponent/VKtlJf7_m/VKtlJf7_m.js\";import ColorSwitchBg from\"#framer/local/canvasComponent/WlbQWe2i8/WlbQWe2i8.js\";import MoreInfo from\"#framer/local/canvasComponent/yLgBKoYyZ/yLgBKoYyZ.js\";import ViewAllPublications from\"#framer/local/canvasComponent/zhiR7beFb/zhiR7beFb.js\";import{Counter}from\"#framer/local/codeFile/kATIc7i/Number_counter.js\";import Categories from\"#framer/local/collection/cGBATUf8f/cGBATUf8f.js\";import MediaRoom from\"#framer/local/collection/LHVyt78pD/LHVyt78pD.js\";import Blog from\"#framer/local/collection/OoHox4yAU/OoHox4yAU.js\";import*as sharedStyle5 from\"#framer/local/css/CGebbrQ1T/CGebbrQ1T.js\";import*as sharedStyle2 from\"#framer/local/css/Glut1ooHe/Glut1ooHe.js\";import*as sharedStyle10 from\"#framer/local/css/hTRu4Rwb4/hTRu4Rwb4.js\";import*as sharedStyle3 from\"#framer/local/css/i_OA_Z1Cf/i_OA_Z1Cf.js\";import*as sharedStyle1 from\"#framer/local/css/ImFuR9YmQ/ImFuR9YmQ.js\";import*as sharedStyle9 from\"#framer/local/css/IWUfjhrr2/IWUfjhrr2.js\";import*as sharedStyle8 from\"#framer/local/css/JhUZUsdzM/JhUZUsdzM.js\";import*as sharedStyle6 from\"#framer/local/css/K_q6B9wgj/K_q6B9wgj.js\";import*as sharedStyle4 from\"#framer/local/css/n4D1RW1NX/n4D1RW1NX.js\";import*as sharedStyle11 from\"#framer/local/css/q8xDK4Ivw/q8xDK4Ivw.js\";import*as sharedStyle from\"#framer/local/css/qBK9jOJVk/qBK9jOJVk.js\";import*as sharedStyle7 from\"#framer/local/css/qMDacJ6jB/qMDacJ6jB.js\";import*as sharedStyle12 from\"#framer/local/css/rQw1uLtE0/rQw1uLtE0.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const LoadingPageFonts=getFonts(LoadingPage);const NavigationFonts=getFonts(Navigation);const ContainerWithFX=withFX(Container);const YouTubeFonts=getFonts(YouTube);const VideoFonts=getFonts(Video);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const HeroSectionButtonFonts=getFonts(HeroSectionButton);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const MoreInfoFonts=getFonts(MoreInfo);const CounterFonts=getFonts(Counter);const MotionDivWithFX=withFX(motion.div);const MeetTheTeamFonts=getFonts(MeetTheTeam);const ImageWithFX=withFX(Image);const MotionAWithFX=withFX(motion.a);const ViewAllPracticeAreasFonts=getFonts(ViewAllPracticeAreas);const ColorSwitchBgFonts=getFonts(ColorSwitchBg);const ColorSwitchBgWithVariantAppearEffect=withVariantAppearEffect(ColorSwitchBg);const CheckGoogleReviewsFonts=getFonts(CheckGoogleReviews);const TickerFonts=getFonts(Ticker);const CheckYoutubeChannelFonts=getFonts(CheckYoutubeChannel);const ReadMoreFonts=getFonts(ReadMore);const ViewAllPublicationsFonts=getFonts(ViewAllPublications);const ButtonFonts=getFonts(Button);const RichTextWithFX=withFX(RichText);const FooterFonts=getFonts(Footer);const breakpoints={BTC_h41pD:\"(max-width: 809px)\",eaT8alaa4:\"(min-width: 1200px) and (max-width: 1439px)\",lMnnLhH00:\"(min-width: 810px) and (max-width: 1199px)\",wK4A80xoT:\"(min-width: 1920px)\",WQLkyLRf1:\"(min-width: 1440px) and (max-width: 1919px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-GrE0I\";const variantClassNames={BTC_h41pD:\"framer-v-1snu5wj\",eaT8alaa4:\"framer-v-1vbmxg2\",lMnnLhH00:\"framer-v-426egt\",wK4A80xoT:\"framer-v-9jw9tr\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-100};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation1={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:100,y:0};const transition2={delay:.05,duration:.6,ease:[.12,.23,.27,1.03],type:\"tween\"};const textEffect={effect:animation1,startDelay:4.1,tokenization:\"character\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const transition3={delay:5.4,duration:.6,ease:[.12,.23,.5,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition4={delay:6,duration:.6,ease:[.12,.23,.5,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const textEffect1={effect:animation1,repeat:false,startDelay:0,threshold:1,tokenization:\"character\",transition:transition2,trigger:\"onInView\",type:\"appear\"};const animation5={filter:\"blur(10px)\",opacity:1,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:60};const transition5={bounce:.3,delay:.05,duration:1,type:\"spring\"};const getTextEffect=ref=>({effect:animation5,startDelay:.4,target:{ref},threshold:1,tokenization:\"line\",transition:transition5,trigger:\"onScrollTarget\",type:\"appear\"});const getTextEffect1=ref=>({effect:animation5,repeat:false,startDelay:.4,target:{ref},threshold:1,tokenization:\"line\",transition:transition5,trigger:\"onScrollTarget\",type:\"appear\"});const transition6={bounce:.25,delay:0,duration:2,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition6,y:-30};const transition7={bounce:0,delay:0,duration:2,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition7,x:-30};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition7,x:30};const transition8={bounce:.25,delay:0,duration:.65,type:\"spring\"};const animation9={backgroundColor:\"rgb(32, 45, 80)\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":var _variants_success;return(_variants_success=variants.success)!==null&&_variants_success!==void 0?_variants_success:currentVariant;case\"pending\":var _variants_pending;return(_variants_pending=variants.pending)!==null&&_variants_pending!==void 0?_variants_pending:currentVariant;case\"error\":var _variants_error;return(_variants_error=variants.error)!==null&&_variants_error!==void 0?_variants_error:currentVariant;case\"incomplete\":var _variants_incomplete;return(_variants_incomplete=variants.incomplete)!==null&&_variants_incomplete!==void 0?_variants_incomplete:currentVariant;}};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:0,y:0};const transition9={bounce:.3,delay:0,duration:1.3,type:\"spring\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:75};const transition10={bounce:.3,delay:.2,duration:1.3,type:\"spring\"};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-500,y:0};const transition11={bounce:.3,delay:.5,duration:1.3,type:\"spring\"};const metadata=metadataProvider();const humanReadableVariantMap={\"Desktop-lead\":\"WQLkyLRf1\",\"small desktop\":\"eaT8alaa4\",\"wide screen\":\"wK4A80xoT\",Phone:\"BTC_h41pD\",Tablet:\"lMnnLhH00\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,qxsUll_StdAA6i3b_H,SYco85axpdAA6i3b_H,h8c29GATidAA6i3b_H,VLP1Y3LUWdAA6i3b_H,iddAA6i3b_H,expOrMnjoVuOHUKlvV,IZZbiYO_HVuOHUKlvV,Jvs_hkDEhVuOHUKlvV,W7FNKOPHnVuOHUKlvV,JeyKLQNOKVuOHUKlvV,x_0oI0HeaVuOHUKlvV,idVuOHUKlvV,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-GrE0I`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-GrE0I`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"MB7g7_BcE\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"BTC_h41pD\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"BTC_h41pD\")return true;return false;};const elementId1=useRouteElementId(\"K4N9tjd0l\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"OHXZ12wQZ\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"Pbl_pRodF\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"bW0R2vp89\");const ref6=React.useRef(null);const elementId5=useRouteElementId(\"TbAGRXBeo\");const ref7=React.useRef(null);const elementId6=useRouteElementId(\"D1yvQvUSI\");const ref8=React.useRef(null);const elementId7=useRouteElementId(\"UTpFJ8c55\");const ref9=React.useRef(null);const ref10=React.useRef(null);const elementId8=useRouteElementId(\"P8CTlROtk\");const ref11=React.useRef(null);const ref12=React.useRef(null);const ref13=React.useRef(null);const ref14=React.useRef(null);const ref15=React.useRef(null);const elementId9=useRouteElementId(\"sTRJ896bb\");const elementId10=useRouteElementId(\"O4MILz6CP\");const activeLocaleCode=useLocaleCode();const elementId11=useRouteElementId(\"Ttat_xAXf\");const elementId12=useRouteElementId(\"XqBr5oKiW\");const elementId13=useRouteElementId(\"BLNuc6yvJ\");const ref16=React.useRef(null);const elementId14=useRouteElementId(\"IAEtHgRb1\");const ref17=React.useRef(null);const elementId15=useRouteElementId(\"RhmT7VpPM\");const ref18=React.useRef(null);const elementId16=useRouteElementId(\"gU4ZD_K0R\");const ref19=React.useRef(null);const elementId17=useRouteElementId(\"f2cvFf9bP\");const router=useRouter();const ref20=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cxqkb7-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(LoadingPage,{height:\"100%\",id:\"jQdGyqWCf\",layoutId:\"jQdGyqWCf\",style:{height:\"100%\",width:\"100%\"},variant:\"oOxOOrG7Y\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:94,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pc587x-container\",layoutScroll:true,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{variant:\"X9arT_uwz\"},eaT8alaa4:{variant:\"FaF8PRD_I\"},lMnnLhH00:{variant:\"X9arT_uwz\"},wK4A80xoT:{variant:\"D_vmYoni2\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"TSlOZiaNf\",layoutId:\"TSlOZiaNf\",style:{width:\"100%\"},variant:\"suiA6MYsd\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1beh1j1\",\"data-framer-name\":\"Hero section\",id:elementId,name:\"Hero section\",ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17q3355\"}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-r51nxk-container hidden-1snu5wj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lMnnLhH00:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"LFwTlNzvm\",isMixedBorderRadius:false,isRed:false,layoutId:\"LFwTlNzvm\",play:\"Loop\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtu.be/0ieEVl3qFoM\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zmpdzn-container hidden-72rtr7 hidden-9jw9tr hidden-1vbmxg2 hidden-426egt\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"Ct26Mpt6P\",isMixedBorderRadius:false,layoutId:\"Ct26Mpt6P\",loop:true,muted:true,objectFit:\"fill\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/grJHuGswDIceK4v2Cl7ydWPjZ0.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wnq4z0\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-il3pw0\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wmf4oj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-ushs80\",\"data-styles-preset\":\"qBK9jOJVk\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Real Estate Law\"})})}),className:\"framer-12oa2ty\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-hyzly7\",\"data-styles-preset\":\"ImFuR9YmQ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Deal-making Attorneys that help real estate investors and lenders structure, negotiate and close their commercial real estate transactions in Florida, allowing them to maximize profits and limit liability.\"})}),className:\"framer-1qj5jmn\",\"data-framer-appear-id\":\"1qj5jmn\",fonts:[\"Inter\"],initial:animation3,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1ipt9j3-container\",\"data-framer-appear-id\":\"1ipt9j3\",initial:animation3,optimized:true,children:/*#__PURE__*/_jsx(HeroSectionButton,{height:\"100%\",id:\"F4gkGwIgq\",layoutId:\"F4gkGwIgq\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uvt5kc\",\"data-framer-name\":\"Badges\",name:\"Badges\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{background:{alt:\"\",fit:\"fill\",sizes:\"100px\",src:\"https://framerusercontent.com/images/3ToDNRJ4RT9zkdcjn8uTbbqTDM.png\",srcSet:\"https://framerusercontent.com/images/3ToDNRJ4RT9zkdcjn8uTbbqTDM.png?scale-down-to=512 512w,https://framerusercontent.com/images/3ToDNRJ4RT9zkdcjn8uTbbqTDM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3ToDNRJ4RT9zkdcjn8uTbbqTDM.png 1227w\"}},eaT8alaa4:{background:{alt:\"\",fit:\"fill\",sizes:\"120px\",src:\"https://framerusercontent.com/images/3ToDNRJ4RT9zkdcjn8uTbbqTDM.png\",srcSet:\"https://framerusercontent.com/images/3ToDNRJ4RT9zkdcjn8uTbbqTDM.png?scale-down-to=512 512w,https://framerusercontent.com/images/3ToDNRJ4RT9zkdcjn8uTbbqTDM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3ToDNRJ4RT9zkdcjn8uTbbqTDM.png 1227w\"}},lMnnLhH00:{background:{alt:\"\",fit:\"fill\",sizes:\"120px\",src:\"https://framerusercontent.com/images/3ToDNRJ4RT9zkdcjn8uTbbqTDM.png\",srcSet:\"https://framerusercontent.com/images/3ToDNRJ4RT9zkdcjn8uTbbqTDM.png?scale-down-to=512 512w,https://framerusercontent.com/images/3ToDNRJ4RT9zkdcjn8uTbbqTDM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3ToDNRJ4RT9zkdcjn8uTbbqTDM.png 1227w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"150px\",src:\"https://framerusercontent.com/images/3ToDNRJ4RT9zkdcjn8uTbbqTDM.png\",srcSet:\"https://framerusercontent.com/images/3ToDNRJ4RT9zkdcjn8uTbbqTDM.png?scale-down-to=512 512w,https://framerusercontent.com/images/3ToDNRJ4RT9zkdcjn8uTbbqTDM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3ToDNRJ4RT9zkdcjn8uTbbqTDM.png 1227w\"},className:\"framer-pq6x2w\",\"data-framer-name\":\"Group 1000001437 (2) 1\",name:\"Group 1000001437 (2) 1\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{background:{alt:\"\",fit:\"fill\",sizes:\"100px\",src:\"https://framerusercontent.com/images/8LbocyHO4sIMX5ezV4yTu9NDAU.png\",srcSet:\"https://framerusercontent.com/images/8LbocyHO4sIMX5ezV4yTu9NDAU.png?scale-down-to=512 512w,https://framerusercontent.com/images/8LbocyHO4sIMX5ezV4yTu9NDAU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8LbocyHO4sIMX5ezV4yTu9NDAU.png 1227w\"}},eaT8alaa4:{background:{alt:\"\",fit:\"fill\",sizes:\"120px\",src:\"https://framerusercontent.com/images/8LbocyHO4sIMX5ezV4yTu9NDAU.png\",srcSet:\"https://framerusercontent.com/images/8LbocyHO4sIMX5ezV4yTu9NDAU.png?scale-down-to=512 512w,https://framerusercontent.com/images/8LbocyHO4sIMX5ezV4yTu9NDAU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8LbocyHO4sIMX5ezV4yTu9NDAU.png 1227w\"}},lMnnLhH00:{background:{alt:\"\",fit:\"fill\",sizes:\"120px\",src:\"https://framerusercontent.com/images/8LbocyHO4sIMX5ezV4yTu9NDAU.png\",srcSet:\"https://framerusercontent.com/images/8LbocyHO4sIMX5ezV4yTu9NDAU.png?scale-down-to=512 512w,https://framerusercontent.com/images/8LbocyHO4sIMX5ezV4yTu9NDAU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8LbocyHO4sIMX5ezV4yTu9NDAU.png 1227w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"150px\",src:\"https://framerusercontent.com/images/8LbocyHO4sIMX5ezV4yTu9NDAU.png\",srcSet:\"https://framerusercontent.com/images/8LbocyHO4sIMX5ezV4yTu9NDAU.png?scale-down-to=512 512w,https://framerusercontent.com/images/8LbocyHO4sIMX5ezV4yTu9NDAU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8LbocyHO4sIMX5ezV4yTu9NDAU.png 1227w\"},className:\"framer-1ggflzi\",\"data-framer-name\":\"Group 1000001438 1\",name:\"Group 1000001438 1\"})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:86,width:\"86px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mtu42l-container\",children:/*#__PURE__*/_jsx(MoreInfo,{height:\"100%\",id:\"z7vVsFQaA\",layoutId:\"z7vVsFQaA\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4ywpyw\"}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-11qdg0i\",id:elementId1,ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9u3n92\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bgxgm9\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4p8fga\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-7mwqfm\",\"data-styles-preset\":\"Glut1ooHe\",children:\"WHO WE ARE\"})}),className:\"framer-1y1fhy7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t6h2st\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ww7zk7\",\"data-styles-preset\":\"i_OA_Z1Cf\",children:\"Your Trusted Partner\"})}),className:\"framer-uymznk\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-hyzly7\",\"data-styles-preset\":\"ImFuR9YmQ\",style:{\"--framer-text-alignment\":\"center\"},children:'At Levacy Legal, we empower our clients to \"Leave a Legacy\" by providing expert legal counsel for real estate transactions. With a focus on making a lasting impact, we handle the complexities of your transactions so you can concentrate on what matters most - leaving your legacy.'})}),className:\"framer-p7koh3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-f4i9mo\",id:elementId2,ref:ref4,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cz51vm\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c1rrdi\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s6zltq-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{textSize:60},eaT8alaa4:{textSize:60},lMnnLhH00:{textSize:60}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"comma\",end:2e3,gapSize:8,height:\"100%\",id:\"MvqlkZ7mC\",incrementType:\"integer\",layoutId:\"MvqlkZ7mC\",loop:false,prefixColor:\"rgb(0, 153, 255)\",prefixFont:{},prefixText:\"\",restartOnViewport:false,selectedFont:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontFeatureSettings:\"normal\",fontStyle:\"normal\",fontWeight:400},speed:0,start:1200,startOnViewport:true,suffixColor:\"rgb(255, 255, 255)\",suffixFont:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:400},suffixText:\"+ \",textColor:\"rgb(255, 255, 255)\",textSize:80,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-moh8rn\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-alignment\":\"center\"},children:[\"TRANSACTIONS \",/*#__PURE__*/_jsx(\"br\",{}),\"CLOSED\"]})}),className:\"framer-1kmf7oc\",effect:getTextEffect(ref4),fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w8r4h4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ikcwti-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{textSize:60},eaT8alaa4:{textSize:60},lMnnLhH00:{textSize:60}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"comma\",end:13,gapSize:8,height:\"100%\",id:\"BllwFsGSY\",incrementType:\"integer\",layoutId:\"BllwFsGSY\",loop:false,prefixColor:\"rgb(255, 255, 255)\",prefixFont:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:400},prefixText:\"$\",restartOnViewport:false,selectedFont:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontFeatureSettings:\"normal\",fontStyle:\"normal\",fontWeight:400},speed:120,start:0,startOnViewport:true,suffixColor:\"rgb(255, 255, 255)\",suffixFont:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:400},suffixText:\"Billion+\",textColor:\"rgb(255, 255, 255)\",textSize:80,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-uzzvhu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-alignment\":\"center\"},children:[\"IN TRANSACTIONS\",/*#__PURE__*/_jsx(\"br\",{}),\"CLOSED\"]})}),className:\"framer-9spire\",effect:getTextEffect1(ref4),fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nttfk4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-mhzh77-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{textSize:60},eaT8alaa4:{textSize:60},lMnnLhH00:{textSize:60}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"comma\",end:60,gapSize:4,height:\"100%\",id:\"Gy4Zc6M2O\",incrementType:\"integer\",layoutId:\"Gy4Zc6M2O\",loop:false,prefixColor:\"rgb(255, 255, 255)\",prefixFont:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:400},prefixText:\"\",restartOnViewport:false,selectedFont:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontFeatureSettings:\"normal\",fontStyle:\"normal\",fontWeight:400},speed:24,start:0,startOnViewport:true,suffixColor:\"rgb(255, 255, 255)\",suffixFont:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:400},suffixText:\"+\",textColor:\"rgb(255, 255, 255)\",textSize:80,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-snwjv0\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-alignment\":\"center\"},children:[\"YEARS OF LEGAL\",/*#__PURE__*/_jsx(\"br\",{}),\"EXPERTISE\"]})}),className:\"framer-1appt9d\",effect:getTextEffect1(ref4),fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hcbxo2\",\"data-framer-name\":\"space\",name:\"space\"}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1lz5v6z\",id:elementId3,ref:ref5,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12wkgs6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d6toyq\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fk6w2v\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-7mwqfm\",\"data-styles-preset\":\"Glut1ooHe\",children:\"CULTURE\"})}),className:\"framer-1ebdixd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13psoys\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ww7zk7\",\"data-styles-preset\":\"i_OA_Z1Cf\",children:\"Our Core Values\"})}),className:\"framer-gwovph\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yusf5u\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o9g3au\",\"data-border\":true,id:elementId4,ref:ref6,whileHover:animation6,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-bfrgji\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cb7m24\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1nesmpt\",\"data-styles-preset\":\"CGebbrQ1T\",children:\"Responsive\"})}),className:\"framer-othzbm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"We understand that deals need to close on your timeline, not ours. We are committed to meeting your deadlines and working efficiently to get deals across the finish line \u2013 whether that means early mornings, late nights, or quick turnarounds to keep your transaction on schedule.\"})}),className:\"framer-x2kkor\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xm8srs\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rme331\",\"data-border\":true,id:elementId5,ref:ref7,whileHover:animation7,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-15siv77\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a756vz\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1nesmpt\",\"data-styles-preset\":\"CGebbrQ1T\",children:\"Deal-Friendly\"})}),className:\"framer-8bopj0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:'We are \"deal-makers\" and not \"deal-breakers.\"  We find practical solutions rather than creating roadblocks, bringing a commercial mindset to every transaction.  We work collaboratively with all parties to structure and close deals efficiently while protecting your interests.'})}),className:\"framer-1ebvn8x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wivjis\",\"data-border\":true,id:elementId6,ref:ref8,whileHover:animation8,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c2j8np\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17ojr5d\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1nesmpt\",\"data-styles-preset\":\"CGebbrQ1T\",children:\"Trustworthy\"})}),className:\"framer-wmgjsv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"We take pride in handling every aspect of your transaction with the highest level of professionalism, integrity, and care.  We make recommendations based on what's best for you, not what generates the most fees or satisfies other parties.\"})}),className:\"framer-1a69evb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2zr9vk\",\"data-framer-name\":\"space\",name:\"space\"}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1lac9ac\",id:elementId7,ref:ref9,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13egvep\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{__framer__styleTransformEffectEnabled:undefined},lMnnLhH00:{__framer__styleTransformEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:225}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1smixe9\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d6kzfn\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-94y3c8\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-7mwqfm\",\"data-styles-preset\":\"Glut1ooHe\",children:\"ABOUT US\"})}),className:\"framer-1aa0s70\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1slox3m\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cde8lp\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1l1yit3\",\"data-styles-preset\":\"qMDacJ6jB\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"em\",{children:'\"Levacy Legal focuses on closing your deals, so you can focus on'})}),/*#__PURE__*/_jsx(\"em\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"em\",{children:'Leaving a Legacy.\"'})})]})})},eaT8alaa4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1l1yit3\",\"data-styles-preset\":\"qMDacJ6jB\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsxs(\"em\",{children:['\"Levacy Legal focuses on closing your deals, ',/*#__PURE__*/_jsx(\"br\",{}),\"so you can focus on\"]})}),/*#__PURE__*/_jsx(\"em\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"em\",{children:'Leaving a Legacy.\"'})})]})})},lMnnLhH00:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1l1yit3\",\"data-styles-preset\":\"qMDacJ6jB\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"em\",{children:'\"Levacy Legal focuses on closing your deals, so you can focus on'})}),/*#__PURE__*/_jsx(\"em\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"em\",{children:'Leaving a Legacy.\"'})})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1l1yit3\",\"data-styles-preset\":\"qMDacJ6jB\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"We help our clients maximize profits and limit liability in every transaction. \"})})}),className:\"framer-193ea84\",fonts:[\"Inter\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1df3uaq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-rf1dxl\",\"data-styles-preset\":\"JhUZUsdzM\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy M. Habib, Esq. \"})}),className:\"framer-1nvr6gj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-hyzly7\",\"data-styles-preset\":\"ImFuR9YmQ\",style:{\"--framer-text-color\":\"var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, rgb(204, 164, 79))\"},children:\"Founder and Managing Partner\"})}),className:\"framer-1ijt9oy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-g43ylb-container\",children:/*#__PURE__*/_jsx(MeetTheTeam,{height:\"100%\",id:\"aLlIOSAYw\",layoutId:\"aLlIOSAYw\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{bounce:.3,damping:60,delay:0,duration:1,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-50}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref10,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-uswz8g\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{background:{alt:\"Bishoy\",fit:\"fill\",sizes:\"350px\",src:\"https://framerusercontent.com/images/lHYgky2aF1IViMVcEJ2h8oUEwIA.jpg\",srcSet:\"https://framerusercontent.com/images/lHYgky2aF1IViMVcEJ2h8oUEwIA.jpg 580w\"}},eaT8alaa4:{background:{alt:\"Bishoy\",fit:\"fill\",sizes:\"500px\",src:\"https://framerusercontent.com/images/lHYgky2aF1IViMVcEJ2h8oUEwIA.jpg\",srcSet:\"https://framerusercontent.com/images/lHYgky2aF1IViMVcEJ2h8oUEwIA.jpg 580w\"}},lMnnLhH00:{background:{alt:\"Bishoy\",fit:\"fill\",sizes:\"350px\",src:\"https://framerusercontent.com/images/lHYgky2aF1IViMVcEJ2h8oUEwIA.jpg\",srcSet:\"https://framerusercontent.com/images/lHYgky2aF1IViMVcEJ2h8oUEwIA.jpg 580w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{bounce:.3,damping:60,delay:0,duration:1,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.3,skewX:0,skewY:0,x:0,y:100}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.15,skewX:0,skewY:0,x:0,y:50}},{ref:ref10,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Bishoy\",fit:\"fill\",sizes:\"580px\",src:\"https://framerusercontent.com/images/lHYgky2aF1IViMVcEJ2h8oUEwIA.jpg\",srcSet:\"https://framerusercontent.com/images/lHYgky2aF1IViMVcEJ2h8oUEwIA.jpg 580w\"},className:\"framer-c3nrt\",\"data-framer-name\":\"BMH Headshot Pic 2023 (1) (1) 2\",name:\"BMH Headshot Pic 2023 (1) (1) 2\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jxcmp7\",\"data-framer-name\":\"space\",name:\"space\"}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-mt9wye\",id:elementId8,ref:ref10,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ye6xbc\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p8sp38\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rtmsoe\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-75388p\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-7mwqfm\",\"data-styles-preset\":\"Glut1ooHe\",children:\"SERVICES\"})}),className:\"framer-6iugc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cmst4p\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ww7zk7\",\"data-styles-preset\":\"i_OA_Z1Cf\",children:\"Practice Areas\"})}),className:\"framer-4p2e2d\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hqm03\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jz6h6r\",children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":Q4J2sGm5F\",webPageId:\"pX_LqZrHe\"},nodeId:\"tkH9s4oab\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-3cbuel framer-lux5qc\",whileHover:animation9,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1byjycw\",\"data-border\":true,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1n77u0j\",\"data-framer-name\":\"material-symbols-light:real-estate-agent-outline\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:55,intrinsicWidth:55,name:\"material-symbols-light:real-estate-agent-outline\",svg:'<svg width=\"55\" height=\"55\" viewBox=\"0 0 55 55\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M43.0509 33.5043V17.6435L30.5888 8.9269L18.1268 17.6413V23.7408H15.861V16.5559L30.5888 6.05383L45.3167 16.5537V33.502L43.0509 33.5043ZM31.9393 19.1662H33.77V17.3354H31.9393V19.1662ZM27.4076 19.1662H29.2384V17.3354H27.4076V19.1662ZM31.9393 23.6978H33.77V21.867H31.9393V23.6978ZM27.4076 23.6978H29.2384V21.867H27.4076V23.6978ZM14.5106 42.3047L31.6515 47.3054L45.2215 43.1136C45.1762 42.4263 44.9708 41.9309 44.6052 41.6273C44.2366 41.3236 43.8205 41.1718 43.3567 41.1718H32.6054C31.6477 41.1718 30.7792 41.1341 29.9997 41.0585C29.2203 40.983 28.4235 40.8032 27.6093 40.5193L22.6471 38.8924L23.413 36.6538L28.0013 38.3124C28.7293 38.5888 29.5571 38.7549 30.4846 38.8108C31.4106 38.8652 32.6794 38.8969 34.2912 38.906C34.2912 38.1991 34.1613 37.6281 33.9015 37.193C33.6417 36.758 33.2693 36.4544 32.7844 36.2822L19.7469 31.4968C19.6608 31.4681 19.5807 31.4469 19.5067 31.4333C19.4327 31.4197 19.3534 31.4122 19.2688 31.4107H14.5106V42.3047ZM5.44727 47.6204V29.1448H19.2144C19.4259 29.1448 19.6434 29.169 19.867 29.2173C20.0905 29.2657 20.2982 29.3216 20.4901 29.385L33.5842 34.1818C34.3954 34.4899 35.0933 35.0435 35.6779 35.8426C36.264 36.6417 36.557 37.6628 36.557 38.906H43.3545C44.72 38.906 45.7653 39.3327 46.4904 40.1862C47.217 41.0412 47.5802 42.125 47.5802 43.4376V44.8311L31.7648 49.7117L14.5083 44.6816V47.6204H5.44727ZM7.71309 45.3545H12.2447V31.4107H7.71309V45.3545Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1nesmpt\",\"data-styles-preset\":\"CGebbrQ1T\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Real Estate Transactions\"})}),className:\"framer-1bi549y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.6)\"},children:\"Levacy Legal is your trusted partner in real estate transactions, offering tailored legal support for buyers, sellers, landlords, and developers.\"})}),className:\"framer-drzqnq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":R29GvS6p0\",webPageId:\"pX_LqZrHe\"},nodeId:\"zcyrQf2ce\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:120}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1eali4j framer-lux5qc\",whileHover:animation9,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12ag6ys\",\"data-border\":true,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-49rvh1\",\"data-framer-name\":\"iconoir:coins\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,name:\"iconoir:coins\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11 14.501C11 15.881 13.239 17.001 16 17.001C18.761 17.001 21 15.881 21 14.501M3 9.50098C3 10.881 5.239 12.001 8 12.001C9.126 12.001 10.165 11.815 11 11.501M3 13.001C3 14.381 5.239 15.501 8 15.501C9.126 15.501 10.164 15.315 11 15.001M16 13.001C13.239 13.001 11 11.881 11 10.501C11 9.12098 13.239 8.00098 16 8.00098C18.761 8.00098 21 9.12098 21 10.501C21 11.881 18.761 13.001 16 13.001Z\" stroke=\"#CCA44F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3 5.49902V16.499C3 17.879 5.239 18.999 8 18.999C9.126 18.999 10.164 18.813 11 18.499M11 18.499V10.499M11 18.499C11 19.879 13.239 20.999 16 20.999C18.761 20.999 21 19.879 21 18.499V10.499M13 8.49902V5.49902\" stroke=\"#CCA44F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8 8C5.239 8 3 6.88 3 5.5C3 4.12 5.239 3 8 3C10.761 3 13 4.12 13 5.5C13 6.88 10.761 8 8 8Z\" stroke=\"#CCA44F\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1nesmpt\",\"data-styles-preset\":\"CGebbrQ1T\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Lender Representation\"})}),className:\"framer-1xls2m2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.6)\"},children:\"Our dedicated team represents banks, credit unions, pension funds, and mortgage companies in an array of commercial loans and financial instruments.\"})}),className:\"framer-pqe3k4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14uz3pj\",children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":wgIP13Tum\",webPageId:\"pX_LqZrHe\"},nodeId:\"qSiOtvD3N\",openInNewTab:false,children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-vcbh3n framer-lux5qc\",whileHover:animation9,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nl5f2s\",\"data-border\":true,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1eq15h9\",\"data-framer-name\":\"material-symbols-light:business-center-outline-sharp\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,name:\"material-symbols-light:business-center-outline-sharp\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3 20V7H9V4H15V7H21V20H3ZM10 7H14V5H10V7ZM20 14.5H14V16H10V14.5H4V19H20V14.5ZM11 15H13V13H11V15ZM4 13.5H10V12H14V13.5H20V8H4V13.5Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1nesmpt\",\"data-styles-preset\":\"CGebbrQ1T\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Florida Local Counsel Services\"})}),className:\"framer-b9bv3h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.6)\"},children:\"We serve as Florida counsel for out-of-state law firms and their clients, providing comprehensive support across real estate transactions, legal opinions, and court proceedings.\"})}),className:\"framer-1n70e5o\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":ONz4zdcYt\",webPageId:\"pX_LqZrHe\"},nodeId:\"jujYEQ5AB\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:120}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-aui3j5 framer-lux5qc\",whileHover:animation9,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-122ivxz\",\"data-border\":true,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-wm1ypv\",\"data-framer-name\":\"material-symbols-light:account-balance-outline\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,name:\"material-symbols-light:account-balance-outline\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.50006 17V9.00003H7.50006V17H6.50006ZM11.5001 17V9.00003H12.5001V17H11.5001ZM3.53906 20V19H20.4621V20H3.53906ZM16.5001 17V9.00003H17.5001V17H16.5001ZM3.53906 7.00003V6.15403L12.0001 2.11603L20.4621 6.15403V7.00003H3.53906ZM6.18006 6.00003H17.8181L12.0001 3.25003L6.18006 6.00003Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1nesmpt\",\"data-styles-preset\":\"CGebbrQ1T\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Litigation & Dispute Resolution\"})}),className:\"framer-1dabizv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.6)\"},children:\"We prioritize clear communication and proven results across a wide range of areas, including real estate litigation, general business litigation and more.\"})}),className:\"framer-1n3wq1j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5t6s54\",children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":hxjaFfokP\",webPageId:\"pX_LqZrHe\"},nodeId:\"jo5bQ4MlV\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xbbkjh framer-lux5qc\",whileHover:animation9,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-709j8x\",\"data-border\":true,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qd9eyb\",\"data-framer-name\":\"material-symbols-light:landscape-outline\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,name:\"material-symbols-light:landscape-outline\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.9043 17L7.0963 11.384L10.5583 16H19.0963L14.0963 9.34999L11.0963 13.342L10.4623 12.5L14.0963 7.65399L21.0963 17H2.9043ZM4.9043 16H9.3083L7.0963 13.036L4.9043 16Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1nesmpt\",\"data-styles-preset\":\"CGebbrQ1T\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Business Transactions\"})}),className:\"framer-w9dcid\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.6)\"},children:\"We provide expert guidance for business transactions, from buying and selling businesses to entity formation, tailored documents, partnerships, and consulting.\"})}),className:\"framer-1p5w7dv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":PU_TEJYtx\",webPageId:\"pX_LqZrHe\"},nodeId:\"GJ9MQta2D\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:120}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1t8811e framer-lux5qc\",whileHover:animation9,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9knlya\",\"data-border\":true,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1xpsqg5\",\"data-framer-name\":\"material-symbols-light:balance-rounded\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,name:\"material-symbols-light:balance-rounded\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.50001 20C3.35801 20 3.23901 19.9523 3.14301 19.857C3.04701 19.7617 2.99934 19.6427 3.00001 19.5C3.00067 19.3573 3.04834 19.2383 3.14301 19.143C3.23767 19.0477 3.35667 19 3.50001 19H11.5V7.94C11.028 7.854 10.6113 7.64 10.25 7.298C9.88867 6.956 9.65867 6.52333 9.56001 6H6.11601L8.80801 12.739C8.87867 12.8963 8.91567 13.058 8.91901 13.224C8.92234 13.39 8.90767 13.554 8.87501 13.716C8.72501 14.3287 8.35734 14.7983 7.77201 15.125C7.18667 15.4517 6.59601 15.615 6.00001 15.615C5.40401 15.615 4.81334 15.4517 4.22801 15.125C3.64267 14.7983 3.27501 14.3283 3.12501 13.715C3.09167 13.5537 3.07701 13.39 3.08101 13.224C3.08501 13.058 3.12201 12.896 3.19201 12.738L5.88501 6H4.50001C4.35801 6 4.23901 5.95233 4.14301 5.857C4.04701 5.76167 3.99934 5.64267 4.00001 5.5C4.00067 5.35733 4.04834 5.23833 4.14301 5.143C4.23767 5.04767 4.35667 5 4.50001 5H9.56001C9.67001 4.44267 9.94801 3.97 10.394 3.582C10.84 3.194 11.3753 3 12 3C12.6247 3 13.16 3.194 13.606 3.582C14.052 3.97 14.33 4.44267 14.44 5H19.5C19.6427 5 19.7617 5.04767 19.857 5.143C19.9523 5.23833 20 5.35733 20 5.5C20 5.64267 19.9523 5.76167 19.857 5.857C19.7617 5.95233 19.6427 6 19.5 6H18.116L20.808 12.739C20.8787 12.8963 20.9157 13.058 20.919 13.224C20.9223 13.39 20.9077 13.554 20.875 13.716C20.725 14.3287 20.3573 14.7983 19.772 15.125C19.1867 15.4517 18.596 15.615 18 15.615C17.404 15.615 16.8133 15.4517 16.228 15.125C15.6427 14.7983 15.275 14.3283 15.125 13.715C15.0917 13.5537 15.077 13.39 15.081 13.224C15.085 13.058 15.122 12.896 15.192 12.738L17.884 6H14.441C14.3417 6.52333 14.1113 6.956 13.75 7.298C13.3887 7.64 12.972 7.85433 12.5 7.941V19H20.5C20.6427 19 20.7617 19.0477 20.857 19.143C20.9523 19.2383 21 19.3573 21 19.5C21 19.6427 20.9523 19.7617 20.857 19.857C20.7617 19.9523 20.6427 20 20.5 20H3.50001ZM15.99 13.116H20.01L18 8.092L15.99 13.116ZM3.99001 13.116H8.01001L6.00001 8.092L3.99001 13.116ZM12 7C12.4113 7 12.7643 6.853 13.059 6.559C13.353 6.26433 13.5 5.91133 13.5 5.5C13.5 5.08867 13.353 4.73567 13.059 4.441C12.7643 4.147 12.4113 4 12 4C11.5887 4 11.2357 4.147 10.941 4.441C10.6463 4.735 10.4993 5.088 10.5 5.5C10.5007 5.912 10.6477 6.265 10.941 6.559C11.2357 6.853 11.5887 7 12 7Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1nesmpt\",\"data-styles-preset\":\"CGebbrQ1T\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Other Areas of Expertise\"})}),className:\"framer-1ky0nyf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.6)\"},children:\"Outside general counsel; Franchisor/Franchisee Representation; Dental Representation; Real Estate Brokerage Services; Distressed Real Estate.\"})}),className:\"framer-n52m5i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nsvncj-container\",children:/*#__PURE__*/_jsx(ViewAllPracticeAreas,{height:\"100%\",id:\"SqwbX0hmR\",layoutId:\"SqwbX0hmR\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-bfhnwz\",\"data-framer-name\":\"space\",name:\"space\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:\"100vw\",y:22737367544323206e-29,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dxwj7f-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{__framer__targets:[{ref:ref4,target:\"yZ3KMT3Rz\"},{ref:ref5,target:\"QmVQ8lz3m\"},{ref:ref9,target:\"Hs_C2UkRH\"},{ref:ref10,target:\"fgrGFda79\"},{ref:ref11,target:\"MUNSN9mJ7\"},{ref:ref12,target:\"BWM5byxxW\"},{ref:ref13,target:\"yZ3KMT3Rz\"}]},eaT8alaa4:{__framer__targets:[{ref:ref4,target:\"yZ3KMT3Rz\"},{ref:ref5,target:\"QmVQ8lz3m\"},{ref:ref9,target:\"Hs_C2UkRH\"},{ref:ref10,target:\"fgrGFda79\"},{ref:ref11,target:\"MUNSN9mJ7\"},{ref:ref13,target:\"BWM5byxxW\"},{ref:ref14,target:\"yZ3KMT3Rz\"},{ref:ref15,target:\"QmVQ8lz3m\"}]},lMnnLhH00:{__framer__targets:[{ref:ref4,target:\"yZ3KMT3Rz\"},{ref:ref5,target:\"QmVQ8lz3m\"},{ref:ref9,target:\"Hs_C2UkRH\"},{ref:ref10,target:\"fgrGFda79\"},{ref:ref11,target:\"MUNSN9mJ7\"},{ref:ref13,target:\"BWM5byxxW\"},{ref:ref14,target:\"yZ3KMT3Rz\"},{ref:ref15,target:\"QmVQ8lz3m\"}]}},children:/*#__PURE__*/_jsx(ColorSwitchBgWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref4,target:\"yZ3KMT3Rz\"},{ref:ref5,target:\"QmVQ8lz3m\"},{ref:ref9,target:\"Hs_C2UkRH\"},{ref:ref10,target:\"fgrGFda79\"},{ref:ref11,target:\"MUNSN9mJ7\"},{ref:ref12,target:\"QmVQ8lz3m\"},{ref:ref13,target:\"BWM5byxxW\"},{ref:ref14,target:\"yZ3KMT3Rz\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"TwnVC1aRr\",layoutId:\"TwnVC1aRr\",style:{height:\"100%\",width:\"100%\"},variant:\"yZ3KMT3Rz\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1xzhkiw\",id:elementId9,ref:ref11,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w2nofw\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-isdqgo\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mwoir1\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-7mwqfm\",\"data-styles-preset\":\"Glut1ooHe\",children:\"TESTIMONIALS\"})}),className:\"framer-86qew2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ptrd3s\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ww7zk7\",\"data-styles-preset\":\"i_OA_Z1Cf\",children:\"What Others Are Saying\"})}),className:\"framer-144i8qp\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-74qa8\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1u2u96v\",\"data-styles-preset\":\"IWUfjhrr2\",children:\"Over the past year, more than 50 clients have given us 5-star ratings for our service and results.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1u2u96v\",\"data-styles-preset\":\"IWUfjhrr2\",children:\"See why our clients love working with us!\"})}),className:\"framer-1t7wbz4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fx4yfa-container\",children:/*#__PURE__*/_jsx(CheckGoogleReviews,{height:\"100%\",id:\"cC2wdLKU0\",layoutId:\"cC2wdLKU0\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vj1wxo-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{gap:30,speed:45},eaT8alaa4:{gap:30},lMnnLhH00:{gap:30,speed:45}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:45,height:\"100%\",hoverFactor:.6,id:\"fwwUJp1yA\",layoutId:\"fwwUJp1yA\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-153o8om\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11697z5\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eev9e\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-bkiejo\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xebai\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14cehvg\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I had the pleasure of working with Attorney Bishoy Habib for my real estate transaction and I can't recommend him enough! He was very responsive and kept us in the loop the entire time. He was able to negotiate a better deal for us and ended up saving us much more than we paid him. Looking forward to the next one Bishoy!\"})}),className:\"framer-dzl3xv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-may3qp\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n3yn06\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Rose Ann C.\"})}),className:\"framer-tljgwy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vvn8cr\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h2n55k\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a88bjm\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-onpity\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1p1h90e\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1iimpob\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1l1ojtx\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"When I needed legal advice, I reached out to several lawyers from a google search. I found that Bishoy was both responsive and knowledgeable regarding my issue, and helped me resolve it quickly. If we need legal help again we\u2019ll be reaching out to Bishoy.\"})}),className:\"framer-hndbzf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qggorn\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1opg8qa\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Erene A\"})}),className:\"framer-3jvg1d\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f634r8\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vddsnx\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14sqrrf\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u9x0hd\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-pdetoz\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-yusapk\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-gi5s0k\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy has been exceptional in assisting me with a liability waiver form for my business. His responsiveness, reasonable pricing, and quality of work exceeded my expectations. I highly recommend his services and look forward to working with him for future legal documents!\"})}),className:\"framer-q6i5iy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ge0u0q\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y3tkri\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ethan Meltzer\"})}),className:\"framer-136w9kz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-115n3a\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w5mlyj\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lk4rym\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tj23v1\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-yqxfwa\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-z9178k\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-13lf1ua\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Mr Habib represented me during an HOA dispute, that I have been fighting with the HOA for over a year. He manage to get me a resolution within a month that worked for me and the HOA. He really came through for me and was very responsive and had very good communication through out the process. I would hire him again if needed.\"})}),className:\"framer-1tegvuh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ana1yx\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-9mh77s\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"David Brown\"})}),className:\"framer-ezpic\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14ups9b\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ecp7b3\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d593r9\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lo7pnm\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1thn3g2\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-70wt2g\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1r2oqg5\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy is an exceptional attorney. We consider him a gift from the Universe and highly recommend him. Professional and highly skilled in his abilities to take a challenging transaction and turn it into a smooth close. Thank you Bishoy you are the best! AAA+++!!!\"})}),className:\"framer-ys3scn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1iy56xr\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-fmkg1x\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Lysa Bozel\"})}),className:\"framer-4phr43\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ebl5b5\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16rgj6e\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x52hup\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7pcff1\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-e0d6ya\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1dck0vb\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1klmioc\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Excellent lawyer to work with. Kind, professional, and efficient. He took on our case with short notice when we were in dire need of dependable help. He produced the best possible outcome. My only regret is that we didn't go to see Bishoy sooner. Thank you!\"})}),className:\"framer-nopq9i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wj3do2\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yhy7fi\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Christina\"})}),className:\"framer-1kqnkph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xom3xv\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t3ohgy\",\"data-border\":true,\"data-framer-name\":\"ron\",name:\"ron\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xbdqgp\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-icqnh2\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-15dsv1e\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1mg7mgt\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-18guyfw\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy helped us to understand some of the legal pitfalls of our business lease renewal. He was exceptional in simplifying complex legal issues in ways that we as business owners could comprehend and protect our business. As a business owner who has worked with numerous attorneys, Bishoy stands out as one of the best\"})}),className:\"framer-1oxnj9b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8wsz5f\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7mrmk\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ron LoPresti\"})}),className:\"framer-1n0vvqo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14wqkjk\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2cpghl\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19pkgx9\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tqoqb6\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-dasra2\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-rmxpat\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1askiy4\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I had a real estate dispute when I moved to Florida and I found Bishoy online because I really needed help. Bishoy was very knowledgeable about Florida real estate law and he helped me get the justice I deserved and that was rightfully mine. Now I use Bishoy for all my legal matters whenever I need professional guidance. THANKS Bishoy\"})}),className:\"framer-jmb30c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wh0gje\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f891he\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Nick Buzzner\"})}),className:\"framer-184f8v8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dfbvp3\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mh6ce7\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4qni39\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13l1i94\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-16b0hga\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ukywvq\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-oejtp7\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy services were outstanding! I called on a Friday middle of lunch time for a consultation with a closing problem on my first property, Bishoy returned my call within 30 minutes of reaching out to him explained my situation and handled the problem within 2 and half hours highly recommend for all your real estate troubles\"})}),className:\"framer-1229vqh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18ec6l9\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kby5mf\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Tyler Mcduffy\"})}),className:\"framer-1hwpp7q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ty9h1u\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-de4ije\",\"data-border\":true,\"data-framer-name\":\"brad\",name:\"brad\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d9o0t8\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d35c50\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-2o5nb1\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-z5xevw\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1emn59n\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Great guy. He's what you want in an attorney - really cuts through the jargon and gets to the core of the issue, explaining in detail how it would affect you and the potentialities involved. Intelligent, communicative, direct, and thorough.\"})}),className:\"framer-1ama9du\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bjow25\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rg6pyw\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Brad Cook\"})}),className:\"framer-97spzx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wxdohd\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wwcdry\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g8w656\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uuv1y0\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-7oj496\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-le0knj\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-le7tif\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I have been using Bishoy for the last 6+ months as I'm starting up my business. I have been impressed with both his quick turnaround times and availability. Bishoy is very easy and pleasant to work with. I highly recommend him.\"})}),className:\"framer-1u3u4t\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pte7xz\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ak8tbv\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Erik Senko\"})}),className:\"framer-1q7cu4o\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h4ndoe\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cdl2th\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15dq776\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oqu60h\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-eatnt9\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1kdx3ub\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-19wymir\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy is awesome to work with. Bishoy is very professional but also very friendly and easy to get along with. He is very knowledgeable and takes his craft very seriously. I look forward to working with Bishoy again very soon.\"})}),className:\"framer-p8ilfh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kvk7ay\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pvbjzu\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Nathan Geis\"})}),className:\"framer-14q00o8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14sns8l\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l7rdeh\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-114f8cd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iat2j0\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ienq5l\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4kamcb\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-7rlbyb\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Mr Habib is an outstanding young attorney. Dealing with him is truly an honor, very knowledgeable, on top of everything and above all very prompt in his responses. Thank you dear Bishoy for all of your hard work\"})}),className:\"framer-15wt3t2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c7rphv\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kmcfcr\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Raafat Bishai\"})}),className:\"framer-qp2i7h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6lhrog\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15yw2bw\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v0d9bl\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yhhuof\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1hgmgmu\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4ec1ob\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-3tf5eu\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Great experience, I was blessed to have Mr. Habib work on my case. He was always giving the right advise at the right time. Very intelligent and knowledgeable attorney. I definitely recommend him and would work with him again.\"})}),className:\"framer-pzj66n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-114x30m\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yjncea\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Peter Francis\"})}),className:\"framer-3c6mmf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rlkjzk\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fwbmvj\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f2dcx1\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q0rlxw\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1pqrw81\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-6ms6s9\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-uyr9dz\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Great experience! Bishoy was professional, efficient and personable! He helped me with a house deed problem. I live in Chicago but have a home in Florida. Bishoy walked me though the process all via email making it easy and stress free. I totally recommend using Bishoy, you will not be disappointed!\"})}),className:\"framer-16ww619\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2bx39\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bp71l2\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Maria Marsden\"})}),className:\"framer-1sk4jjx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18eid6b\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tx1i4x\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18a2m7s\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zh3pi2\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ayj75i\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-v74wh7\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4shnjh\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy was always very responsive to our needs and concerns, which was nice when everybody else seems to work M-F 8--5. I liked his friendly disposition, he did a great job for us, and we appreciate it!\"})}),className:\"framer-1ccja5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-373f52\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1serc94\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Sheri St. Clair\"})}),className:\"framer-158y8ln\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15lhm96\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-176ajif\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11y21h\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mte1fb\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-thy9u3\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1aqs1zh\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-170u2j8\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Best attorney in Tampa! Bishoy was able to negotiate everything that I wanted. Excellent attorney\"})}),className:\"framer-1sk19h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7ds2f3\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e6ry35\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Michael Thomas\"})}),className:\"framer-1x418wy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1clza33\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y9g2gj\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12yiqo7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-199vk2v\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1iyingv\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-nfjqyz\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1m8k0kn\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"We had a great experience working with Bishoy! He was upfront about our situation, professional, and kind. The outcome ended up turning out better than we hoped, so we are very happy!\"})}),className:\"framer-e9s24f\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dcl8rj\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-g1ixvy\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Mandy M\"})}),className:\"framer-iv58tr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s8axzb\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eovelj\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i4mht\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m2u2j1\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-4hepe7\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1bs178u\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-9j8yqe\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I was referred to Bishoy by a trusted friend. Bishoy has been a great communicator, timely with his legal deliverables, and has offered helpful legal counsel. His work has proven effective on our business dealings. I look forward to continuing to work with Bishoy and would recommend him.\"})}),className:\"framer-19x4zmz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-172gxzm\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c2kfz0\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Justin Caballero\"})}),className:\"framer-1x3tn2g\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-y56iex\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wdfv9k\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-117c78x\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1886j7q\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1bdod5h\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1n6ou8m\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-107t107\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy was great to work with. Took the time to explain a few things through a phone call, and was always attentive and quick to respond to emails. Will return to future business needs!\"})}),className:\"framer-1kr8dpj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5sm6k9\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-anuqyz\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Tyler Kidd\"})}),className:\"framer-zeoc16\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g8tscj\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j580bt\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1as4maa\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zr2plh\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-igw02o\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-uzdg8w\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-12mvx8n\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy was incredibly professional, knowledgeable, and helpful with the entire process. He is very diligent and attentive with whatever our real estate deal threw at us. Highly recommend\"})}),className:\"framer-1el1wo6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10crsev\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ab7zch\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Mackay Williams\"})}),className:\"framer-3t7ui8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ruqa2y\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-160gzwz\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-165ggfn\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ceeq9u\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-4fpkh4\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-sjsbeo\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1d9lbqg\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Our experience with Bishoy has most definitely been great. His accessibility, professionalism, and knowledge are the best.\"})}),className:\"framer-11hex4i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kxsndp\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ogmjd7\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Anthony G\"})}),className:\"framer-10inxef\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mzeudk\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-aunhgp\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6csotq\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-158jxnp\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-17tzin8\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-qc7w5\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1334po0\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy and his firm is extremely professional. They answer and return calls and questions quickly. They have been very helpful and I highly recommend their services.\"})}),className:\"framer-1l6hyfv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qoi1on\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1adsm5c\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Brian Erwin\"})}),className:\"framer-x47akq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-o89yzt\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10m1qbr\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iy200z\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-39hkhq\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1bhy51x\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-gp1agl\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1yxgt9e\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"My experience with Mr Habib was outstanding. He helped through my first job contract as a dentist. He is knowledgeable, professional, caring for his clients, and dedicated to give the best service possible.\"})}),className:\"framer-1bcqu92\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ndrxm5\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16gp6b\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Mark Heinen\"})}),className:\"framer-4haai5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5tcb0e\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-txnrry\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t977m4\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8oicmp\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ngmm71\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-m0us4w\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ikb1l\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I had the pleasure of working with Mr. Habib. He was very personable very friendly answered all my questions and always answered all my phone calls. I would highly recommend him if I can give him 10 stars I would give him 20 you will never go wrong with him thank you Mr. Habib you\u2019re wonderful.\"})}),className:\"framer-1xd1x05\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rrm34g\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dlxhjl\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Diane\"})}),className:\"framer-1kqq07\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rp91nj\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xl7pwd\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3i6f3g\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k41qq6\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-12kw7xf\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nm7x7j\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1l9duuw\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy is by far the best Man for the job. His knowledge, expertise, and negotiation skills are the reasons why I was able to successfully close on a commercial property. He truly knows how to take care of his clients\"})}),className:\"framer-oe2f3r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k83cu6\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e2xbzd\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Mario Hanna\"})}),className:\"framer-1qzm1ky\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-522vad\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oersnr\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8vw3i5\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yef5nk\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1lavp26\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1uabubl\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nc5lbg\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I needed real estate legal advice and Bishoy was very helpful through the whole process. Bishoy replied to many of my emails within hours. I highly recommend Bishoy if you need a real estate attorney.\"})}),className:\"framer-h1wa4z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c6049k\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o34va3\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Benjamin Um\"})}),className:\"framer-17gqftq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-141kvxe\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wc6h7a\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u3w49\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4lfvcv\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1qatzzi\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lh3slw\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vi5qhy\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy helped a client of mine resolve a real estate matter that was very time sensitive. He was very professional and I highly recommend him. Thank you again!\"})}),className:\"framer-1mwdmb2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cs46a4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g9jm9l\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Robert Garcia\"})}),className:\"framer-dmrh6m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1js1g2m\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c85d9g\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19f1rsv\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ys3bls\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1h8ugyl\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1b08e1f\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1pehel4\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"It was a pleasure working with Mr. Habib. Bishoy was very responsive and professional- he took the time to describe the potential risks and explained areas to mitigate.\"})}),className:\"framer-1kdmqnq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dhm6oy\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mqpf3c\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"David Linger\"})}),className:\"framer-mbpu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7kta0d\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ichruj\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uvyaw6\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7cw5qq\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-19r74pw\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1pzgt7q\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-11wgr2w\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy was very helpful and got the job done but what I appreciated the most was the communication\u2026.he kept me informed every step of the way and always responded to my emails immediately. Thanks Bishoy!!! Great working with you.\"})}),className:\"framer-4bjzjs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-z1s7z5\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p9qj3o\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"LonnieAnn\"})}),className:\"framer-13lpqh6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rm95j3\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4l9fy\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gnd9wz\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18wavf0\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-gnzccy\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1srayn9\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-140dxef\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Excellent experience from start to finish! Mr. Habib helped me close my real estate deal without any hassle whatsoever. He was very easy to work with and very responsive to every one of my inquiries along the way. Highly recommended. Thank you for everything!\"})}),className:\"framer-mk6x9j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rzgjbo\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1orcstj\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"John G\"})}),className:\"framer-ws11yz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xylv86\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16gtkk0\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k66vn7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-127xtsd\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-161vyp8\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-wu7cf3\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ua425h\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I really appreciate the help and professional advice from Mr. Bishoy Habib. He is also so knowledgeable and kind person who I recommend to everyone\"})}),className:\"framer-1i5m1vd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e2estz\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-q0m9jv\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Emad Eshak\"})}),className:\"framer-o0lkjh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ws1jep\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s7iulw\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ooj0ya\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13hkbr3\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-18ym39o\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-p2cd8b\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1k9ty34\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"one of the best, he has a good response time and is very knowledgeable in his profession! 5 stars \u2B50\uFE0F\"})}),className:\"framer-7w0pno\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xk0bk1\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-g4dxr4\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Nathan Henriques\"})}),className:\"framer-way0de\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mhff2d\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-104j2ui\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6ecox9\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-25d74e\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1baune5\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qezn2m\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-iazt14\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy Proved to be very Professional and very Knowledgeable. I would definitely recommend him\"})}),className:\"framer-b6xl8n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g2qi0\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-13c08sy\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Shady Makar\"})}),className:\"framer-xiy639\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-28v28s\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ydzetg\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ilhfk2\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tr1k30\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-29zkv\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-13y7rni\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1345fqa\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"He is really good and he is a professional and he is very very good and i thank him because he helped me a lot he is very nice and thank you a lot to him.\"})}),className:\"framer-1nvztgv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hclhu1\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-l4d8h5\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Itszack_playz\"})}),className:\"framer-1bkbfdu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ajf9lp\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6qwytf\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1461lgu\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eklspx\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1d07p53\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-grv3up\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-11iarck\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy has been very helpful on our process\"})}),className:\"framer-polyn0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w7k2zh\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jwaqym\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Angela Cano Vega\"})}),className:\"framer-11ig90w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10l4jxa\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cx1cqq\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19svybp\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a1wlv6\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1sr10qe\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xam8h\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ja9ip9\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Lets start that by saying this man worked a miracle if it was not for him don't know how this would have turned out it is nice to have someone onyou side when you know that you are right , Thank you Bishoy\"})}),className:\"framer-2j9pyk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c1ylav\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1awszgy\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Vince Austin\"})}),className:\"framer-153rksw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-170kpqj\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ov7f5g\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u6haf3\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lm7nar\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1qcebcl\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14yvo2r\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ryq5j7\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Very professional! Thank you so much for all your help! I highly recommended.\"})}),className:\"framer-16dddlf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-amieu0\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rpzyp1\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Lissandra Vazquez\"})}),className:\"framer-t2gj6h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-760d2d\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-deon9j\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-limxyh\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12r4qje\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-16xx89e\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15uug39\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-19i4i4f\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Great experience, quick and responsive!\"})}),className:\"framer-j60dzt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sgk1yz\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-zwnvqa\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Jordan McClellan\"})}),className:\"framer-1dc1g1d\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p6w6xb\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gf5fr7\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5oft22\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l3fhdm\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-l9wdzm\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xziihk\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1y1yczy\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy is very professional and very knowledgeable!\"})}),className:\"framer-dvrby6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-23e46t\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v7xyce\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Brett and Madalyn Cagle\"})}),className:\"framer-rvgfhk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jlkyih\"})]})]})],speed:80,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10niuz9-container hidden-1snu5wj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eaT8alaa4:{gap:30},lMnnLhH00:{gap:30,speed:45}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:45,height:\"100%\",hoverFactor:.6,id:\"IvTOBcpOL\",layoutId:\"IvTOBcpOL\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-coow1s\",\"data-border\":true,\"data-framer-name\":\"1\",name:\"1\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d6a7b8\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nqzxur\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1h80njs\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1salfvk\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-nci88c\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I had the pleasure of working with Bishoy from Levacy Legal on a recent real estate matter, and I am thoroughly impressed. Bishoy was incredibly responsive and attentive, guiding me through every step of the process with ease. He handled all the negotiations and communications with the other attorney flawlessly, making what could have been a stressful situation remarkably smooth. His expertise and dedication were evident throughout, and I felt well-supported the entire time. If you\u2019re looking for a knowledgeable and reliable attorney, I highly recommend Bishoy at Levacy Legal!\"})}),className:\"framer-1unebvi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x6hyf6\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1udkiql\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ainne Cortes\"})}),className:\"framer-1dow68e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9d1aw9\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c9h0h3\",\"data-border\":true,\"data-framer-name\":\"2\",name:\"2\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9mu7bk\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-191nrzo\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-hq0yty\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1x4z2sg\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2ev2am\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I reached out to Mr. Habib regarding a potential tenant/landlord issue. He was very knowledgeable and provided excellent guidance on the best way forward. Mr. Habib also responded to me in a timely manner and ensured I had my questions answered fully before I had to meet with my tenants. Thank you for your help Mr. Habib and I look forward to working with you in the future.\"})}),className:\"framer-1s4ak3u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9dnpzv\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1euujgc\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Vanessa Leal\"})}),className:\"framer-jhlavu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ue2dmn\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c012sm\",\"data-border\":true,\"data-framer-name\":\"3\",name:\"3\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yr69cf\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1drpb1f\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-to9w8d\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15j87k0\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14j8lgz\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I can't thank Bishoy enough for his help with a frustrating pest control issue in my apartment. From the moment I reached out, he was responsive, knowledgeable, and took immediate action. Bishoy handled everything with professionalism and care, standing up for our rights and making sure the situation was resolved promptly and efficiently, even working past business hours to do so. His expertise and dedication made a stressful situation so much easier to deal with. If you're looking for an attorney who gets results and genuinely cares about their clients, I highly recommend Bishoy!\"})}),className:\"framer-1ct5pzj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15ughlf\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-x2p74n\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Katie Jones\"})}),className:\"framer-slv93n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wvqsr1\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11csvr6\",\"data-border\":true,\"data-framer-name\":\"4\",name:\"4\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ctoc0l\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15nsr1x\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1n31u6j\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xhy3dx\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nufwmt\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I have known Bishoy professionally and personally for quite some time. I have nothing but great things to say about him as an attorney and as a human being. There are very few people in this world who will go out of their way to help you and be completely honest with you regardless of the outcome. Rest assured, Bishoy will not stop trying to help you. His sincerity as a person and his legal acumen as a professional is why I choose to continue to work with him.\"})}),className:\"framer-17ymxgi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-azit7e\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7lsn3b\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Danny Chiang\"})}),className:\"framer-6y9vp0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-k8vhej\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3op37y\",\"data-border\":true,\"data-framer-name\":\"5\",name:\"5\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fl08gw\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lcj1vm\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ax7h6j\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-kd3c80\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-hdszla\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Amazing experience working with Bishoy. When my apartment complex tried to incorrectly charge me for two extra months' rent and repeatedly ignored our requests to address serious issues that made the apartment uninhabitable, Bishoy stepped in and handled everything with professionalism and expertise. His guidance was invaluable in resolving the situation quickly and effectively. Thanks to his dedication, I was able to avoid the extra fees and hold the apartment complex accountable. I cannot recommend Bishoy enough for any of your legal needs!\"})}),className:\"framer-1iviq9a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ibgluh\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s1cyqx\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Carter McInnis\"})}),className:\"framer-1q508j6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2q3f6\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13lcccu\",\"data-border\":true,\"data-framer-name\":\"15\",name:\"15\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hjmbbq\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nsncgk\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-mcp8um\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4d63x3\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-8ok9a1\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Highly recommend working with Bishoy M. Habib! His professionalism, dedication, and expertise made the property transfer process smooth and stress-free. Being a resident of South Carolina, I truly appreciated Bishoy M. Habib\u2019s efforts to facilitate the entire process online, making it convenient and efficient. His commitment to ensuring a seamless transaction was commendable. Excellent communication from day one until the final stages kept me informed and reassured throughout. I would gladly do business with him again in the future. Thank you, Bishoy M. Habib, for your dedication, outstanding service, and excellent communication skills!\"})}),className:\"framer-djz1m2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wkt23m\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-176xe12\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'Miguel \"Dealmaker\"'})}),className:\"framer-1ti09lh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fmzrjf\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h4zu63\",\"data-border\":true,\"data-framer-name\":\"6\",name:\"6\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1httigw\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10imh6n\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-quwy0j\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1jlarrk\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-202th1\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I had the opportunity to work with Bishoy through a commercial lease negotiation. This was our first time going through this process and Bishoy was there by our side every step of the way. He was very attentive, responsive and made sure any detail, no matter how small was addressed. He gave us a level of comfort that was invaluable to us. Without any hesitation I highly recommend Bishoy.\"})}),className:\"framer-1bhu6vx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bcj9wi\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j685l2\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Charles Lubrido\"})}),className:\"framer-2ftdxl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ej4qhe\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hyszg5\",\"data-border\":true,\"data-framer-name\":\"16\",name:\"16\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lh6htl\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zsom6o\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1jowzcc\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-18qvgip\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-252kmh\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Dealing with my HOA issue was daunting, but having Bishoy Habib on my side made a world of difference. One of the standout qualities of Bishoy was his exceptional responsiveness. No matter when I reached out, he was quick to reply, ensuring I was always informed and never left in the dark. His professional demeanor and clarity in communication made the process smoother than I could have imagined. Within weeks, he resolved my concerns efficiently and to my utmost satisfaction. For anyone seeking a real estate attorney who is not only knowledgeable but also incredibly attentive, Bishoy Habib is my top recommendation. He's truly dedicated to his clients.\"})}),className:\"framer-17y0vh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11izgs6\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g2ixp7\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Tony Mellek\"})}),className:\"framer-f1d9nj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y9hvib\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f3k5ya\",\"data-border\":true,\"data-framer-name\":\"18\",name:\"18\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16q9xn8\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1var3pe\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-g31822\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-3e3zyx\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1e3riyu\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Exceptional Legal Services at Levacy Legal! I recently had the pleasure of working with Levacy Legal for my real estate and business law needs, and I couldn't be more impressed with the level of professionalism and expertise provided by Bishoy M. Habib and his team. From start to finish, they demonstrated a deep understanding of the intricacies of the legal processes involved. Bishoy M. Habib's knowledge and experience in both real estate and business law were evident throughout our interactions. He and his team provided clear and concise guidance, ensuring that I fully understood my options and the potential outcomes of each decision. What truly sets Levacy Legal apart is their commitment to client satisfaction. They were responsive to my inquiries and proactive in addressing any concerns that arose. I felt supported every step of the way, which made the entire legal process much smoother and less stressful. I highly recommend Levacy Legal to anyone in need of real estate or business legal services. Bishoy M. Habib and his team are consummate professionals who go above and beyond to achieve the best possible results for their clients. Thank you, Levacy Legal, for your outstanding assistance!\"})}),className:\"framer-1corlu2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kg2iyy\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k6pvnj\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"J B\"})}),className:\"framer-emqtyq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-su8tmq\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u13s63\",\"data-border\":true,\"data-framer-name\":\"17\",name:\"17\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jee7fj\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qdtpa\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-gf4jcj\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ba37vc\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15gi1ec\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I had the pleasure of working with Bishoy Habib for my recent home purchase, and I can't recommend him highly enough. When it looked like the deal might fall through due to unforeseen issues, Bishoy stepped in and worked tirelessly to make sure that the sale went through. His expertise and knowledge of real estate law were invaluable throughout the process. He explained everything clearly and thoroughly, ensuring that I was always informed and confident in the decisions we were making. But what really stood out to me was his dedication to getting the job done. Despite numerous setbacks and unexpected challenges, Bishoy remained steadfast in his commitment to closing the deal, going above and beyond to make sure that every detail was taken care of. Thanks to Bishoy, I am now happily settled in my new home. I would recommend him to anyone in need of a top-notch real estate lawyer who will fight for his clients every step of the way. Thank you, Bishoy, for all of your hard work and dedication!\"})}),className:\"framer-1y88lk2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oh044w\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ypnpa7\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Andrew Minias\"})}),className:\"framer-1eu5to6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qc8q7j\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1to9zwz\",\"data-border\":true,\"data-framer-name\":\"7\",name:\"7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e8uitz\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r4emko\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1feu9u8\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-qbxcfx\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-myoezr\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I had the opportunity to work with Bishoy through a commercial lease negotiation. This was our first time going through this process and Bishoy was there by our side every step of the way. He was very attentive, responsive and made sure any detail, no matter how small was addressed. He gave us a level of comfort that was invaluable to us. Without any hesitation I highly recommend Bishoy.\"})}),className:\"framer-e26a7s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sepyo5\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-n3wkzx\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Charles Lubrido\"})}),className:\"framer-1mzd0yi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ljttas\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c167b8\",\"data-border\":true,\"data-framer-name\":\"8\",name:\"8\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r81y4h\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a1kef7\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1je003o\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-s2xun9\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1jfldyy\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Highly recommend his services. I was being bullied by my HOA and they were falsely accusing me of breaking the bylaws. I called Mr. Habib and explained everything. Mr. Habib contacted the HOA on my behalf. Within a couple weeks, the HOA sent a letter of apology. I never once had to get involved. Mr. Habib solved the matter quickly. Mr. Habib is the perfect person to contact if you\u2019re ever having issues at your personal or commercial properties. I\u2019m so happy with the service Mr. Habib provided. Will definitely recommend him to anyone having disputes. Thanks again, Mr. Habib !!\"})}),className:\"framer-1jdm63n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15d9umr\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x9hej6\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Chris B\"})}),className:\"framer-4tuvus\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-t6kkuz\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18roo0e\",\"data-border\":true,\"data-framer-name\":\"9\",name:\"9\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dhbacz\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xvhlk9\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-rlgz7w\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-tqjz2m\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-9g8jb6\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I am new to being a landlord and wanted to make sure I had a good and fair lease that would protect me and my tenants. Mr. Habib was very patient with me, answered all of my questions and made suggestions too. I feel confident with the lease he prepared for me. He also did it in a very timely manner and responded to my emails quickly. He is professional, friendly and very knowledgeable. Thank you Mr. Habib.\"})}),className:\"framer-27fgr4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-istvnk\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-u06avy\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"F. M.\"})}),className:\"framer-1akfcsz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-cl4iue\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kr0kzk\",\"data-border\":true,\"data-framer-name\":\"10\",name:\"10\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oa6457\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tmkak4\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-175uumk\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-u697bn\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1rzp0yn\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Great experience! Bishoy was professional, efficient and personable! He helped me with a house deed problem. I live in Chicago but have a home in Florida. Bishoy walked me though the process all via email making it easy and stress free. I totally recommend using Bishoy, you will not be disappointed! Maria M\"})}),className:\"framer-1cynuzx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q2h0ig\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sj2lk7\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Maria Marsden\"})}),className:\"framer-abx2j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-113x8og\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qtdz50\",\"data-border\":true,\"data-framer-name\":\"11\",name:\"11\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lea85x\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u4cyb2\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-h3zd4p\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-e4xsnd\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-nixzmp\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I have worked with Mr. Bishoy Habib on many different occasions on different projects for almost a year. I must say, he is God send. I am so happy and blessed to say that he is my attorney. He is very knowledgeable and resourceful. He has been more than helpful and always there for anything needed. I have referred him to some friends and they also speak very highly of him and his work ethics. I STRONGLY recommend him to anyone!!! If possible I would give him more than 5 stars.\"})}),className:\"framer-54xav6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-amnc2d\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xfehzs\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Anton Saeed\"})}),className:\"framer-1g58p0v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4f6cht\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8rl02p\",\"data-border\":true,\"data-framer-name\":\"12\",name:\"12\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nmv4h0\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xg8k4u\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-go600u\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1083em6\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-102d8bx\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy came highly recommended to us by multiple people. He was very professional and easy to work with when handling our situation. We were pleased to have worked with someone who was very prompt with response times and knowledgeable and was patient to explain our options to us to ensure we understood the process. We highly recommend retaining him for your legal needs!\"})}),className:\"framer-hkwg14\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3u34o\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cq9ax0\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Marina & Christian Sobky\"})}),className:\"framer-ggs2yk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1flrw29\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q4nc7a\",\"data-border\":true,\"data-framer-name\":\"13\",name:\"13\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ve3onw\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d15lx8\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-mdwnve\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1u2p6ov\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1lzhwnb\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I had a real estate dispute when I moved to Florida and I found Bishoy online because I really needed help. Bishoy was very knowledgeable about Florida real estate law and he helped me get the justice I deserved and that was rightfully mine. Now I use Bishoy for all my legal matters whenever I need professional guidance. THANKS Bishoy\"})}),className:\"framer-qepff3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-124sbfw\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-yt5n8w\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Nicholas Bloom\"})}),className:\"framer-16q3qiz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-cnbou8\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xmnz1z\",\"data-border\":true,\"data-framer-name\":\"14\",name:\"14\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uo5708\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jxf3dg\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-4qsvy6\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-rsd3ku\",\"data-framer-name\":\"Frame 1410078559\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:162,name:\"Frame 1410078559\",svg:'<svg width=\"162\" height=\"30\" viewBox=\"0 0 162 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15 0L20.0344 8.07077L29.2658 10.3647L23.1458 17.6467L23.8168 27.1353L15 23.565L6.18322 27.1353L6.8542 17.6467L0.734152 10.3647L9.96562 8.07077L15 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M48 0L53.0344 8.07077L62.2658 10.3647L56.1458 17.6467L56.8168 27.1353L48 23.565L39.1832 27.1353L39.8542 17.6467L33.7342 10.3647L42.9656 8.07077L48 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M81 0L86.0344 8.07077L95.2658 10.3647L89.1458 17.6467L89.8168 27.1353L81 23.565L72.1832 27.1353L72.8542 17.6467L66.7342 10.3647L75.9656 8.07077L81 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M114 0L119.034 8.07077L128.266 10.3647L122.146 17.6467L122.817 27.1353L114 23.565L105.183 27.1353L105.854 17.6467L99.7342 10.3647L108.966 8.07077L114 0Z\" fill=\"#CCA44F\"/>\\n<path d=\"M147 0L152.034 8.07077L161.266 10.3647L155.146 17.6467L155.817 27.1353L147 23.565L138.183 27.1353L138.854 17.6467L132.734 10.3647L141.966 8.07077L147 0Z\" fill=\"#CCA44F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1bqlln8\",\"data-framer-name\":\"Frame 1410078565\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:36,name:\"Frame 1410078565\",style:{rotate:180},svg:'<svg width=\"36\" height=\"30\" viewBox=\"0 0 36 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.625 1.125H13.5L9 10.6875L14.625 10.6309V28.6875H1.125V10.125L5.625 1.125Z\" stroke=\"white\"/>\\n<path d=\"M25.875 1.125H33.75L29.25 10.6875L34.875 10.6309V28.6875H21.375V10.125L25.875 1.125Z\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bishoy Habib was an absolute pleasure to work with. We used his services twice, once for the sale of our home and another for an HOA dispute. For the sale of our home, which was a non-traditional transaction (seller-financed), we truly felt like we were in great hands. He took the time to explain the contract and verbiage in terms we could understand and offered guidance on what the terms should be, including a much higher interest rate and such than what we were thinking. He was so attentive and always respond to us in a timely fashion. For our HOA dispute, we won despite knowing that HOAs are very difficult to go against in our area. He was firm in dealing with them, but acted in a professional manner that did not in any way jeopardize our relationship with our neighbors. He handled the delicate situation with grace with a resolution that was exactly what we were asking for. We couldn\u2019t be any more grateful to have found him!\"})}),className:\"framer-1kfobti\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sdlh18\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ra6kle\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1pnl7fx\",\"data-styles-preset\":\"n4D1RW1NX\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Mareena Hanna\"})}),className:\"framer-t3zu3y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-92xdew\"})]})]})],speed:80,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lh3v07\",\"data-framer-name\":\"space\",name:\"space\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-us0osc\",id:elementId10,ref:ref15,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i05ana\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12unsd9\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-yz12k4\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-7mwqfm\",\"data-styles-preset\":\"Glut1ooHe\",children:\"YOUTUBE\"})}),className:\"framer-ilurzz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fcpatb\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ww7zk7\",\"data-styles-preset\":\"i_OA_Z1Cf\",children:\"Latest Videos\"})}),className:\"framer-11qv5ql\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lxlej5\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1u2u96v\",\"data-styles-preset\":\"IWUfjhrr2\",style:{\"--framer-text-alignment\":\"center\"},children:\"Want to stay informed on real estate and business law?  Check out our latest videos for expert insights and tips!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h5\",{className:\"framer-styles-preset-1u2u96v\",\"data-styles-preset\":\"IWUfjhrr2\",children:[\"Want to stay informed on real estate and business law? \",/*#__PURE__*/_jsx(\"br\",{}),\"Check out our latest videos for expert insights and tips!\"]})}),className:\"framer-syed7t\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hkg7iv-container\",children:/*#__PURE__*/_jsx(CheckYoutubeChannel,{height:\"100%\",id:\"SDaoCCQ24\",layoutId:\"SDaoCCQ24\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vnowdc\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{query:{from:{constraint:{left:{collection:\"dAA6i3b_H\",name:\"h6KtKqCFc\",type:\"Identifier\"},operator:\"==\",right:{collection:\"h6KtKqCFc\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"dAA6i3b_H\",data:MediaRoom,type:\"Collection\"},right:{alias:\"h6KtKqCFc\",data:Categories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"dAA6i3b_H\",name:\"qxsUll_St\",type:\"Identifier\"},{collection:\"dAA6i3b_H\",name:\"SYco85axp\",type:\"Identifier\"},{collection:\"dAA6i3b_H\",name:\"h8c29GATi\",type:\"Identifier\"},{collection:\"dAA6i3b_H\",name:\"VLP1Y3LUW\",type:\"Identifier\"},{collection:\"dAA6i3b_H\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"h6KtKqCFc\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"Ym7ntb0lH\"},type:\"BinaryOperation\"}}},lMnnLhH00:{query:{from:{constraint:{left:{collection:\"dAA6i3b_H\",name:\"h6KtKqCFc\",type:\"Identifier\"},operator:\"==\",right:{collection:\"h6KtKqCFc\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"dAA6i3b_H\",data:MediaRoom,type:\"Collection\"},right:{alias:\"h6KtKqCFc\",data:Categories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"dAA6i3b_H\",name:\"qxsUll_St\",type:\"Identifier\"},{collection:\"dAA6i3b_H\",name:\"SYco85axp\",type:\"Identifier\"},{collection:\"dAA6i3b_H\",name:\"h8c29GATi\",type:\"Identifier\"},{collection:\"dAA6i3b_H\",name:\"VLP1Y3LUW\",type:\"Identifier\"},{collection:\"dAA6i3b_H\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"h6KtKqCFc\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"Ym7ntb0lH\"},type:\"BinaryOperation\"}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{constraint:{left:{collection:\"dAA6i3b_H\",name:\"h6KtKqCFc\",type:\"Identifier\"},operator:\"==\",right:{collection:\"h6KtKqCFc\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"dAA6i3b_H\",data:MediaRoom,type:\"Collection\"},right:{alias:\"h6KtKqCFc\",data:Categories,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"dAA6i3b_H\",name:\"qxsUll_St\",type:\"Identifier\"},{collection:\"dAA6i3b_H\",name:\"SYco85axp\",type:\"Identifier\"},{collection:\"dAA6i3b_H\",name:\"h8c29GATi\",type:\"Identifier\"},{collection:\"dAA6i3b_H\",name:\"VLP1Y3LUW\",type:\"Identifier\"},{collection:\"dAA6i3b_H\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"h6KtKqCFc\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"Ym7ntb0lH\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection===null||collection===void 0?void 0:collection.map(({h8c29GATi:h8c29GATidAA6i3b_H,id:iddAA6i3b_H,qxsUll_St:qxsUll_StdAA6i3b_H,SYco85axp:SYco85axpdAA6i3b_H,VLP1Y3LUW:VLP1Y3LUWdAA6i3b_H},i)=>{SYco85axpdAA6i3b_H!==null&&SYco85axpdAA6i3b_H!==void 0?SYco85axpdAA6i3b_H:SYco85axpdAA6i3b_H=\"\";h8c29GATidAA6i3b_H!==null&&h8c29GATidAA6i3b_H!==void 0?h8c29GATidAA6i3b_H:h8c29GATidAA6i3b_H=\"\";VLP1Y3LUWdAA6i3b_H!==null&&VLP1Y3LUWdAA6i3b_H!==void 0?VLP1Y3LUWdAA6i3b_H:VLP1Y3LUWdAA6i3b_H=\"\";const textContent=toDateString(qxsUll_StdAA6i3b_H,{dateStyle:\"long\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`dAA6i3b_H-${iddAA6i3b_H}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{VLP1Y3LUW:VLP1Y3LUWdAA6i3b_H},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17nj0iq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9ev33d\",\"data-styles-preset\":\"hTRu4Rwb4\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Why the Wealthy Use Land Trusts (Not LLCs) to Protect Real Estate Assets\"})}),className:\"framer-166v1l7\",\"data-framer-name\":\"Title of the video\",fonts:[\"Inter\"],name:\"Title of the video\",text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ilgwo1\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4b2np2-container\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"TQhvFkj0B\",isMixedBorderRadius:false,isRed:true,layoutId:\"TQhvFkj0B\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:SYco85axpdAA6i3b_H,width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17pe4aq\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-bsg93a\",\"data-styles-preset\":\"q8xDK4Ivw\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Why the Wealthy Use Land Trusts (Not LLCs) to Protect Real Estate Assets\"})}),className:\"framer-r33h4v\",\"data-framer-name\":\"Title of the video\",fonts:[\"Inter\"],name:\"Title of the video\",text:h8c29GATidAA6i3b_H,verticalAlignment:\"top\",withExternalLayout:true})]})})},iddAA6i3b_H);})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-syeo5n\",\"data-framer-name\":\"space\",name:\"space\"}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1bng7e\",id:elementId11,ref:ref13,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-42xcj5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m1o2oj\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u5gv4q\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-7mwqfm\",\"data-styles-preset\":\"Glut1ooHe\",children:\"BLOG\"})}),className:\"framer-1qjne17\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ca59iv\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ww7zk7\",\"data-styles-preset\":\"i_OA_Z1Cf\",children:\"Latest Articles\"})}),className:\"framer-tlv7rl\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qmpp2o\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-t3787y\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{query:{from:{alias:\"VuOHUKlvV\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},orderBy:[{collection:\"VuOHUKlvV\",direction:\"desc\",name:\"x_0oI0Hea\",type:\"Identifier\"}],select:[{collection:\"VuOHUKlvV\",name:\"expOrMnjo\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"IZZbiYO_H\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"Jvs_hkDEh\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"W7FNKOPHn\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"JeyKLQNOK\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"x_0oI0Hea\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{collection:\"VuOHUKlvV\",name:\"HXKFXbzoL\",type:\"Identifier\"}}}},eaT8alaa4:{query:{from:{alias:\"VuOHUKlvV\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},orderBy:[{collection:\"VuOHUKlvV\",direction:\"desc\",name:\"x_0oI0Hea\",type:\"Identifier\"}],select:[{collection:\"VuOHUKlvV\",name:\"expOrMnjo\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"IZZbiYO_H\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"Jvs_hkDEh\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"W7FNKOPHn\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"JeyKLQNOK\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"x_0oI0Hea\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{collection:\"VuOHUKlvV\",name:\"HXKFXbzoL\",type:\"Identifier\"}}}},lMnnLhH00:{query:{from:{alias:\"VuOHUKlvV\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},orderBy:[{collection:\"VuOHUKlvV\",direction:\"desc\",name:\"x_0oI0Hea\",type:\"Identifier\"}],select:[{collection:\"VuOHUKlvV\",name:\"expOrMnjo\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"IZZbiYO_H\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"Jvs_hkDEh\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"W7FNKOPHn\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"JeyKLQNOK\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"x_0oI0Hea\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{collection:\"VuOHUKlvV\",name:\"HXKFXbzoL\",type:\"Identifier\"}}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"VuOHUKlvV\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"VuOHUKlvV\",direction:\"desc\",name:\"x_0oI0Hea\",type:\"Identifier\"}],select:[{collection:\"VuOHUKlvV\",name:\"expOrMnjo\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"IZZbiYO_H\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"Jvs_hkDEh\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"W7FNKOPHn\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"JeyKLQNOK\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"x_0oI0Hea\",type:\"Identifier\"},{collection:\"VuOHUKlvV\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{collection:\"VuOHUKlvV\",name:\"HXKFXbzoL\",type:\"Identifier\"}}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1===null||collection1===void 0?void 0:collection1.map(({expOrMnjo:expOrMnjoVuOHUKlvV,id:idVuOHUKlvV,IZZbiYO_H:IZZbiYO_HVuOHUKlvV,JeyKLQNOK:JeyKLQNOKVuOHUKlvV,Jvs_hkDEh:Jvs_hkDEhVuOHUKlvV,W7FNKOPHn:W7FNKOPHnVuOHUKlvV,x_0oI0Hea:x_0oI0HeaVuOHUKlvV},i1)=>{expOrMnjoVuOHUKlvV!==null&&expOrMnjoVuOHUKlvV!==void 0?expOrMnjoVuOHUKlvV:expOrMnjoVuOHUKlvV=\"\";Jvs_hkDEhVuOHUKlvV!==null&&Jvs_hkDEhVuOHUKlvV!==void 0?Jvs_hkDEhVuOHUKlvV:Jvs_hkDEhVuOHUKlvV=\"\";W7FNKOPHnVuOHUKlvV!==null&&W7FNKOPHnVuOHUKlvV!==void 0?W7FNKOPHnVuOHUKlvV:W7FNKOPHnVuOHUKlvV=\"\";JeyKLQNOKVuOHUKlvV!==null&&JeyKLQNOKVuOHUKlvV!==void 0?JeyKLQNOKVuOHUKlvV:JeyKLQNOKVuOHUKlvV=\"\";const textContent1=toDateString(x_0oI0HeaVuOHUKlvV,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`VuOHUKlvV-${idVuOHUKlvV}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{expOrMnjo:expOrMnjoVuOHUKlvV},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{expOrMnjo:expOrMnjoVuOHUKlvV},webPageId:\"tBPowBDyp\"},nodeId:\"aoJbfZFg6\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-19wqz11 framer-lux5qc\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bskxz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{background:{alt:\"\",fit:\"fill\",sizes:\"320px\",...toResponsiveImage(IZZbiYO_HVuOHUKlvV)}},lMnnLhH00:{background:{alt:\"\",fit:\"fill\",sizes:\"320px\",...toResponsiveImage(IZZbiYO_HVuOHUKlvV)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"383px\",...toResponsiveImage(IZZbiYO_HVuOHUKlvV)},className:\"framer-6x3dh2\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-rf1dxl\",\"data-styles-preset\":\"JhUZUsdzM\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Getting Started\"})}),className:\"framer-10s9ovc\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",text:Jvs_hkDEhVuOHUKlvV,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"You can choose to set up different types of input fields depending on your content. A blog might have a title, a slug, and a long-form field for formatted content. \"})}),className:\"framer-1gpdiev\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",text:W7FNKOPHnVuOHUKlvV,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d1byzw\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q7vfmz-container\",children:/*#__PURE__*/_jsx(ReadMore,{height:\"100%\",id:\"LpHOXfTzv\",layoutId:\"LpHOXfTzv\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dgh0es\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"6 min\"})}),className:\"framer-1vmvb9v\",fonts:[\"Inter\"],text:JeyKLQNOKVuOHUKlvV,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ar8mux\",layout:\"position\",opacity:1,radius:50,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6 6\"></svg>',svgContentId:12672971716,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Dec 11, 2024\"})}),className:\"framer-1slwx6g\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})},idVuOHUKlvV);})})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bkvro1-container\",children:/*#__PURE__*/_jsx(ViewAllPublications,{height:\"100%\",id:\"LkHavcod9\",layoutId:\"LkHavcod9\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qs7tio\",\"data-framer-name\":\"space\",name:\"space\"}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-yzcbuu\",id:elementId12,ref:ref14,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tcyzso\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17ury4g\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-fz9udt\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-7mwqfm\",\"data-styles-preset\":\"Glut1ooHe\",children:\"CONTACT\"})}),className:\"framer-bximhk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-n3pn4h\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ww7zk7\",\"data-styles-preset\":\"i_OA_Z1Cf\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Get Legal Counsel Today\"})}),className:\"framer-17a4yr3\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1scjaw5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nyq5yt\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hqfncj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1l1yit3\",\"data-styles-preset\":\"qMDacJ6jB\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Reach out now\"})}),className:\"framer-7w3yv8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.7)\"},children:\"Fill out the form below to get in touch with our team. \"})}),className:\"framer-u1zhzf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/4b6d7244-ae88-482d-b21c-117827fc5136/submit\",className:\"framer-1om4v95\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-lkpr5x\",children:[/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-q87lw2\",inputName:\"Name\",placeholder:\"Name*\",required:true,type:\"text\"}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1tp13j1\",inputName:\"Email\",placeholder:\"Email*\",required:true,type:\"email\"}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-odi24n\",inputName:\"Phone number\",placeholder:\"Phone number*\",required:true,type:\"tel\"}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-8hrlss\",inputName:\"Text\",placeholder:\"Explain your situation and how we can serve you*\",required:true,type:\"textarea\"}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-jzblmt\",inputName:\"Timeline\",placeholder:\"What is your timeline?*\",required:true,type:\"text\"}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1ps0yxo\",inputName:\"Source\",placeholder:\"How did you hear about us?*\",required:true,type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-ico3ky\",children:[/*#__PURE__*/_jsx(FormBooleanInput,{className:\"framer-1odbpvo\",defaultChecked:false,inputName:\"confirmation\",required:true,type:\"checkbox\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"rgb(136, 136, 136)\"},children:[\"I agree to \",/*#__PURE__*/_jsx(Link,{href:\"https://levacylegal.com/terms-and-conditions\",nodeId:\"AeoMaTkvV\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-z7gch1\",\"data-styles-preset\":\"rQw1uLtE0\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, rgb(204, 164, 79))\"},children:\"terms & conditions\"})})}),\" provided by the company. By providing my contact information, I agree to receive communication from Levacy Legal, LLC.\"]})}),className:\"framer-1w2xthi\",fonts:[\"FS;Montserrat-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{width:\"calc(100vw - 32px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-syy0p9-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"szQpbAaIj\",layoutId:\"szQpbAaIj\",type:\"submit\",variant:formVariants(formState,{pending:\"AwbpPsHOI\",success:\"KVDpxZuBH\"},\"L_yOfxzh3\"),width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-o1q0ug\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.5)\"},children:\"*Mandatory field \"})}),className:\"framer-cgfpuw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rdovmr\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1svy3pw\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pygwjk\",id:elementId13,ref:ref16,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9spbbe\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1nesmpt\",\"data-styles-preset\":\"CGebbrQ1T\",style:{\"--framer-text-color\":\"var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, rgb(204, 164, 79))\"},children:\"I\"})}),className:\"framer-k2a2ya\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-e8mit\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1nesmpt\",\"data-styles-preset\":\"CGebbrQ1T\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Initial Contact\"})}),className:\"framer-1yrsa3v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.7)\"},children:\"Reach out to us via the form or phone to share your legal concerns and schedule a consultation.\"})}),className:\"framer-1i6osey\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref16,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ytvv90\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-saxnrd\",id:elementId14,ref:ref17,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bbpjf\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1nesmpt\",\"data-styles-preset\":\"CGebbrQ1T\",style:{\"--framer-text-color\":\"var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, rgb(204, 164, 79))\"},children:\"II\"})}),className:\"framer-1o9pp0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-rse1wt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1nesmpt\",\"data-styles-preset\":\"CGebbrQ1T\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Case Assessment\"})}),className:\"framer-1t5p2oz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.7)\"},children:\"We\u2019ll review the details of your situation to understand your needs and provide initial guidance.\"})}),className:\"framer-1taz24p\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref17,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1fuwr58\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ti5p3t\",id:elementId15,ref:ref18,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dk2nzv\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1nesmpt\",\"data-styles-preset\":\"CGebbrQ1T\",style:{\"--framer-text-color\":\"var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, rgb(204, 164, 79))\"},children:\"III\"})}),className:\"framer-d3fs96\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3xx48s\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1nesmpt\",\"data-styles-preset\":\"CGebbrQ1T\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Strategy Development\"})}),className:\"framer-9ejscs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.7)\"},children:\"Our team will craft a personalized approach tailored to achieve the best possible outcome for your case.\"})}),className:\"framer-2l1xnq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref18,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-55tc3e\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ytfyf9\",id:elementId16,ref:ref19,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-v98hmz\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1nesmpt\",\"data-styles-preset\":\"CGebbrQ1T\",style:{\"--framer-text-color\":\"var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, rgb(204, 164, 79))\"},children:\"IV\"})}),className:\"framer-zczg2j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-s2vfr1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1nesmpt\",\"data-styles-preset\":\"CGebbrQ1T\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Take Action\"})}),className:\"framer-hm9d37\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1in4ekc\",\"data-styles-preset\":\"K_q6B9wgj\",style:{\"--framer-text-color\":\"rgba(255, 255, 255, 0.7)\"},children:\"Once aligned, we\u2019ll begin implementing the strategy and keep you informed every step of the way.\"})}),className:\"framer-1jkldhm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-idxo8z\",\"data-framer-name\":\"space\",name:\"space\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tlu41v\"}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":MB7g7_BcE\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":MB7g7_BcE\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":MB7g7_BcE\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":MB7g7_BcE\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":MB7g7_BcE\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:690,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oz9v2v-container\",id:elementId17,ref:ref20,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BTC_h41pD:{LQo4XNqc2:resolvedLinks[4],variant:\"lneYb74r3\"},eaT8alaa4:{LQo4XNqc2:resolvedLinks[2],variant:\"SIlz_LulD\"},lMnnLhH00:{LQo4XNqc2:resolvedLinks[3],variant:\"Kkon58BcE\"},wK4A80xoT:{LQo4XNqc2:resolvedLinks[1],variant:\"UH32Y622n\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"f2cvFf9bP\",layoutId:\"f2cvFf9bP\",LQo4XNqc2:resolvedLinks[0],oOaJgZ997:ref2,style:{width:\"100%\"},variant:\"Q6DD4tCTO\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-GrE0I { background: var(--token-ad20a301-b4bf-44da-a27c-c2cf3451bad0, rgb(5, 5, 5)) /* {\"name\":\"dark lead\"} */; }`,\".framer-GrE0I.framer-lux5qc, .framer-GrE0I .framer-lux5qc { display: block; }\",\".framer-GrE0I.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-ad20a301-b4bf-44da-a27c-c2cf3451bad0, #050505); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-GrE0I .framer-cxqkb7-container { flex: none; height: 100vh; left: 0px; pointer-events: none; position: fixed; top: 0px; width: 100%; z-index: 8; }\",\".framer-GrE0I .framer-pc587x-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 7; }\",\".framer-GrE0I .framer-1beh1j1 { flex: none; height: 100vh; overflow: hidden; position: relative; width: 100%; z-index: 2; }\",\".framer-GrE0I .framer-17q3355 { background-color: var(--token-ad20a301-b4bf-44da-a27c-c2cf3451bad0, #0a0329); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-GrE0I .framer-r51nxk-container { -webkit-filter: brightness(0.8) contrast(1.5); aspect-ratio: 1.7777777777777777 / 1; filter: brightness(0.8) contrast(1.5); flex: none; height: var(--framer-aspect-ratio-supported, 880px); left: 50%; min-height: 110vh; position: absolute; top: -40px; transform: translateX(-50%); width: 108%; }\",\".framer-GrE0I .framer-zmpdzn-container { -webkit-filter: brightness(0.8) contrast(1.5) grayscale(0.9); aspect-ratio: 1.7241379310344827 / 1; filter: brightness(0.8) contrast(1.5) grayscale(0.9); flex: none; height: var(--framer-aspect-ratio-supported, 928px); left: 50%; min-height: 110vh; position: absolute; top: -60px; transform: translateX(-50%); width: 1600px; }\",\".framer-GrE0I .framer-wnq4z0 { background-color: var(--token-ad20a301-b4bf-44da-a27c-c2cf3451bad0, #050505); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: color; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-GrE0I .framer-il3pw0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; }\",\".framer-GrE0I .framer-wmf4oj, .framer-GrE0I .framer-9u3n92, .framer-GrE0I .framer-12wkgs6, .framer-GrE0I .framer-1cde8lp, .framer-GrE0I .framer-1p8sp38, .framer-GrE0I .framer-w2nofw, .framer-GrE0I .framer-11697z5, .framer-GrE0I .framer-a88bjm, .framer-GrE0I .framer-14sqrrf, .framer-GrE0I .framer-lk4rym, .framer-GrE0I .framer-1d593r9, .framer-GrE0I .framer-x52hup, .framer-GrE0I .framer-1xbdqgp, .framer-GrE0I .framer-19pkgx9, .framer-GrE0I .framer-4qni39, .framer-GrE0I .framer-d9o0t8, .framer-GrE0I .framer-g8w656, .framer-GrE0I .framer-15dq776, .framer-GrE0I .framer-114f8cd, .framer-GrE0I .framer-v0d9bl, .framer-GrE0I .framer-1f2dcx1, .framer-GrE0I .framer-18a2m7s, .framer-GrE0I .framer-11y21h, .framer-GrE0I .framer-12yiqo7, .framer-GrE0I .framer-i4mht, .framer-GrE0I .framer-117c78x, .framer-GrE0I .framer-1as4maa, .framer-GrE0I .framer-165ggfn, .framer-GrE0I .framer-6csotq, .framer-GrE0I .framer-iy200z, .framer-GrE0I .framer-1t977m4, .framer-GrE0I .framer-3i6f3g, .framer-GrE0I .framer-8vw3i5, .framer-GrE0I .framer-1u3w49, .framer-GrE0I .framer-19f1rsv, .framer-GrE0I .framer-uvyaw6, .framer-GrE0I .framer-gnd9wz, .framer-GrE0I .framer-1k66vn7, .framer-GrE0I .framer-1ooj0ya, .framer-GrE0I .framer-6ecox9, .framer-GrE0I .framer-ilhfk2, .framer-GrE0I .framer-1461lgu, .framer-GrE0I .framer-19svybp, .framer-GrE0I .framer-u6haf3, .framer-GrE0I .framer-limxyh, .framer-GrE0I .framer-5oft22, .framer-GrE0I .framer-d6a7b8, .framer-GrE0I .framer-9mu7bk, .framer-GrE0I .framer-yr69cf, .framer-GrE0I .framer-ctoc0l, .framer-GrE0I .framer-1fl08gw, .framer-GrE0I .framer-hjmbbq, .framer-GrE0I .framer-1httigw, .framer-GrE0I .framer-1lh6htl, .framer-GrE0I .framer-16q9xn8, .framer-GrE0I .framer-1jee7fj, .framer-GrE0I .framer-e8uitz, .framer-GrE0I .framer-r81y4h, .framer-GrE0I .framer-dhbacz, .framer-GrE0I .framer-1oa6457, .framer-GrE0I .framer-1lea85x, .framer-GrE0I .framer-nmv4h0, .framer-GrE0I .framer-ve3onw, .framer-GrE0I .framer-1uo5708, .framer-GrE0I .framer-1i05ana, .framer-GrE0I .framer-42xcj5, .framer-GrE0I .framer-yzcbuu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-12oa2ty { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); white-space: pre; width: auto; }\",\".framer-GrE0I .framer-1qj5jmn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); white-space: pre-wrap; width: 876px; word-break: break-word; word-wrap: break-word; }\",\".framer-GrE0I .framer-1ipt9j3-container, .framer-GrE0I .framer-1s6zltq-container, .framer-GrE0I .framer-1ikcwti-container, .framer-GrE0I .framer-mhzh77-container, .framer-GrE0I .framer-g43ylb-container, .framer-GrE0I .framer-1nsvncj-container, .framer-GrE0I .framer-fx4yfa-container, .framer-GrE0I .framer-1hkg7iv-container, .framer-GrE0I .framer-q7vfmz-container, .framer-GrE0I .framer-bkvro1-container, .framer-GrE0I .framer-syy0p9-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-GrE0I .framer-1uvt5kc { align-content: center; align-items: center; bottom: 45px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 45px; width: min-content; z-index: 1; }\",\".framer-GrE0I .framer-pq6x2w { -webkit-filter: saturate(1); aspect-ratio: 1.0974955277280858 / 1; filter: saturate(1); flex: none; height: var(--framer-aspect-ratio-supported, 137px); position: relative; width: 150px; }\",\".framer-GrE0I .framer-1ggflzi { -webkit-filter: saturate(1); aspect-ratio: 1.0935828877005347 / 1; filter: saturate(1); flex: none; height: var(--framer-aspect-ratio-supported, 137px); position: relative; width: 150px; }\",\".framer-GrE0I .framer-1mtu42l-container { bottom: 45px; flex: none; height: 86px; left: 45px; position: absolute; width: 86px; }\",\".framer-GrE0I .framer-4ywpyw, .framer-GrE0I .framer-1hcbxo2, .framer-GrE0I .framer-2zr9vk, .framer-GrE0I .framer-jxcmp7, .framer-GrE0I .framer-bfhnwz, .framer-GrE0I .framer-1lh3v07, .framer-GrE0I .framer-syeo5n, .framer-GrE0I .framer-1qs7tio, .framer-GrE0I .framer-idxo8z { flex: none; height: 10vh; overflow: hidden; position: relative; width: 100%; }\",\".framer-GrE0I .framer-11qdg0i, .framer-GrE0I .framer-1xzhkiw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 45px; position: relative; width: 100%; z-index: 1; }\",\".framer-GrE0I .framer-bgxgm9, .framer-GrE0I .framer-1d6toyq, .framer-GrE0I .framer-d6kzfn, .framer-GrE0I .framer-1rtmsoe, .framer-GrE0I .framer-isdqgo, .framer-GrE0I .framer-12unsd9, .framer-GrE0I .framer-m1o2oj, .framer-GrE0I .framer-17ury4g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",'.framer-GrE0I .framer-4p8fga, .framer-GrE0I .framer-1fk6w2v, .framer-GrE0I .framer-94y3c8, .framer-GrE0I .framer-75388p, .framer-GrE0I .framer-1mwoir1, .framer-GrE0I .framer-yz12k4, .framer-GrE0I .framer-1u5gv4q, .framer-GrE0I .framer-fz9udt { background: linear-gradient(90deg, var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f) /* {\"name\":\"gold\"} */ 0%, var(--token-a35a5c87-9107-46e1-9067-c5503a32a76d, rgb(225, 200, 133)) /* {\"name\":\"light gold\"} */ 100%); flex: none; height: 1px; overflow: hidden; position: relative; width: 75px; }',\".framer-GrE0I .framer-1y1fhy7, .framer-GrE0I .framer-uymznk, .framer-GrE0I .framer-1kmf7oc, .framer-GrE0I .framer-9spire, .framer-GrE0I .framer-1appt9d, .framer-GrE0I .framer-1ebdixd, .framer-GrE0I .framer-gwovph, .framer-GrE0I .framer-othzbm, .framer-GrE0I .framer-8bopj0, .framer-GrE0I .framer-wmgjsv, .framer-GrE0I .framer-1aa0s70, .framer-GrE0I .framer-1nvr6gj, .framer-GrE0I .framer-1ijt9oy, .framer-GrE0I .framer-6iugc, .framer-GrE0I .framer-4p2e2d, .framer-GrE0I .framer-1bi549y, .framer-GrE0I .framer-1xls2m2, .framer-GrE0I .framer-b9bv3h, .framer-GrE0I .framer-1dabizv, .framer-GrE0I .framer-w9dcid, .framer-GrE0I .framer-1ky0nyf, .framer-GrE0I .framer-86qew2, .framer-GrE0I .framer-1t7wbz4, .framer-GrE0I .framer-tljgwy, .framer-GrE0I .framer-3jvg1d, .framer-GrE0I .framer-136w9kz, .framer-GrE0I .framer-ezpic, .framer-GrE0I .framer-4phr43, .framer-GrE0I .framer-1kqnkph, .framer-GrE0I .framer-1n0vvqo, .framer-GrE0I .framer-184f8v8, .framer-GrE0I .framer-1hwpp7q, .framer-GrE0I .framer-97spzx, .framer-GrE0I .framer-1q7cu4o, .framer-GrE0I .framer-14q00o8, .framer-GrE0I .framer-qp2i7h, .framer-GrE0I .framer-3c6mmf, .framer-GrE0I .framer-1sk4jjx, .framer-GrE0I .framer-158y8ln, .framer-GrE0I .framer-1x418wy, .framer-GrE0I .framer-iv58tr, .framer-GrE0I .framer-1x3tn2g, .framer-GrE0I .framer-zeoc16, .framer-GrE0I .framer-3t7ui8, .framer-GrE0I .framer-10inxef, .framer-GrE0I .framer-x47akq, .framer-GrE0I .framer-4haai5, .framer-GrE0I .framer-1kqq07, .framer-GrE0I .framer-1qzm1ky, .framer-GrE0I .framer-17gqftq, .framer-GrE0I .framer-dmrh6m, .framer-GrE0I .framer-mbpu, .framer-GrE0I .framer-13lpqh6, .framer-GrE0I .framer-ws11yz, .framer-GrE0I .framer-o0lkjh, .framer-GrE0I .framer-way0de, .framer-GrE0I .framer-xiy639, .framer-GrE0I .framer-1bkbfdu, .framer-GrE0I .framer-11ig90w, .framer-GrE0I .framer-153rksw, .framer-GrE0I .framer-t2gj6h, .framer-GrE0I .framer-1dc1g1d, .framer-GrE0I .framer-rvgfhk, .framer-GrE0I .framer-1dow68e, .framer-GrE0I .framer-jhlavu, .framer-GrE0I .framer-slv93n, .framer-GrE0I .framer-6y9vp0, .framer-GrE0I .framer-1q508j6, .framer-GrE0I .framer-1ti09lh, .framer-GrE0I .framer-2ftdxl, .framer-GrE0I .framer-f1d9nj, .framer-GrE0I .framer-emqtyq, .framer-GrE0I .framer-1eu5to6, .framer-GrE0I .framer-1mzd0yi, .framer-GrE0I .framer-4tuvus, .framer-GrE0I .framer-1akfcsz, .framer-GrE0I .framer-abx2j, .framer-GrE0I .framer-1g58p0v, .framer-GrE0I .framer-ggs2yk, .framer-GrE0I .framer-16q3qiz, .framer-GrE0I .framer-t3zu3y, .framer-GrE0I .framer-ilurzz, .framer-GrE0I .framer-syed7t, .framer-GrE0I .framer-1qjne17, .framer-GrE0I .framer-tlv7rl, .framer-GrE0I .framer-1vmvb9v, .framer-GrE0I .framer-1slwx6g, .framer-GrE0I .framer-bximhk, .framer-GrE0I .framer-17a4yr3, .framer-GrE0I .framer-7w3yv8, .framer-GrE0I .framer-u1zhzf, .framer-GrE0I .framer-cgfpuw, .framer-GrE0I .framer-k2a2ya, .framer-GrE0I .framer-1yrsa3v, .framer-GrE0I .framer-1o9pp0, .framer-GrE0I .framer-1t5p2oz, .framer-GrE0I .framer-d3fs96, .framer-GrE0I .framer-9ejscs, .framer-GrE0I .framer-zczg2j, .framer-GrE0I .framer-hm9d37 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-GrE0I .framer-1t6h2st, .framer-GrE0I .framer-13psoys, .framer-GrE0I .framer-1slox3m, .framer-GrE0I .framer-cmst4p, .framer-GrE0I .framer-1ptrd3s, .framer-GrE0I .framer-1fcpatb, .framer-GrE0I .framer-1ca59iv, .framer-GrE0I .framer-n3pn4h { background: linear-gradient(270deg, var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f) /* {\"name\":\"gold\"} */ 0%, var(--token-a35a5c87-9107-46e1-9067-c5503a32a76d, rgb(225, 200, 133)) /* {\"name\":\"light gold\"} */ 100%); flex: none; height: 1px; overflow: hidden; position: relative; width: 75px; }',\".framer-GrE0I .framer-p7koh3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1100px; word-break: break-word; word-wrap: break-word; }\",\".framer-GrE0I .framer-f4i9mo { 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 45px 0px 45px; position: relative; width: 100%; z-index: 1; }\",\".framer-GrE0I .framer-1cz51vm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 90px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-GrE0I .framer-1c1rrdi, .framer-GrE0I .framer-1nttfk4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 350px; }\",\".framer-GrE0I .framer-moh8rn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-GrE0I .framer-1w8r4h4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 472px; }\",\".framer-GrE0I .framer-uzzvhu, .framer-GrE0I .framer-snwjv0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-GrE0I .framer-1lz5v6z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 90px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 45px; position: relative; width: 100%; z-index: 1; }\",\".framer-GrE0I .framer-1yusf5u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-1o9g3au, .framer-GrE0I .framer-rme331, .framer-GrE0I .framer-1wivjis { --border-bottom-width: 1px; --border-color: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 350px; justify-content: center; overflow: hidden; padding: 15px; position: relative; width: 500px; z-index: 2; }\",\".framer-GrE0I .framer-bfrgji, .framer-GrE0I .framer-15siv77, .framer-GrE0I .framer-1c2j8np { align-content: center; align-items: center; background-color: #fffcf7; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 15px; position: relative; width: 1px; }\",\".framer-GrE0I .framer-cb7m24, .framer-GrE0I .framer-a756vz, .framer-GrE0I .framer-17ojr5d { --border-bottom-width: 1px; --border-color: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-GrE0I .framer-x2kkor, .framer-GrE0I .framer-1ebvn8x, .framer-GrE0I .framer-1a69evb { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 350px; word-break: break-word; word-wrap: break-word; }\",\".framer-GrE0I .framer-1xm8srs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-1lac9ac { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 90px; height: min-content; justify-content: center; overflow: hidden; padding: 45px; position: relative; width: 100%; z-index: 1; }\",\".framer-GrE0I .framer-13egvep { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 680px; }\",\".framer-GrE0I .framer-1smixe9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-193ea84, .framer-GrE0I .framer-pqe3k4, .framer-GrE0I .framer-1n70e5o, .framer-GrE0I .framer-1p5w7dv, .framer-GrE0I .framer-n52m5i, .framer-GrE0I .framer-dzl3xv, .framer-GrE0I .framer-hndbzf, .framer-GrE0I .framer-q6i5iy, .framer-GrE0I .framer-1tegvuh, .framer-GrE0I .framer-ys3scn, .framer-GrE0I .framer-nopq9i, .framer-GrE0I .framer-1oxnj9b, .framer-GrE0I .framer-jmb30c, .framer-GrE0I .framer-1229vqh, .framer-GrE0I .framer-1ama9du, .framer-GrE0I .framer-1u3u4t, .framer-GrE0I .framer-p8ilfh, .framer-GrE0I .framer-15wt3t2, .framer-GrE0I .framer-pzj66n, .framer-GrE0I .framer-16ww619, .framer-GrE0I .framer-1ccja5, .framer-GrE0I .framer-1sk19h, .framer-GrE0I .framer-e9s24f, .framer-GrE0I .framer-19x4zmz, .framer-GrE0I .framer-1kr8dpj, .framer-GrE0I .framer-1el1wo6, .framer-GrE0I .framer-11hex4i, .framer-GrE0I .framer-1l6hyfv, .framer-GrE0I .framer-1bcqu92, .framer-GrE0I .framer-1xd1x05, .framer-GrE0I .framer-oe2f3r, .framer-GrE0I .framer-h1wa4z, .framer-GrE0I .framer-1mwdmb2, .framer-GrE0I .framer-1kdmqnq, .framer-GrE0I .framer-4bjzjs, .framer-GrE0I .framer-mk6x9j, .framer-GrE0I .framer-1i5m1vd, .framer-GrE0I .framer-7w0pno, .framer-GrE0I .framer-b6xl8n, .framer-GrE0I .framer-1nvztgv, .framer-GrE0I .framer-polyn0, .framer-GrE0I .framer-2j9pyk, .framer-GrE0I .framer-16dddlf, .framer-GrE0I .framer-j60dzt, .framer-GrE0I .framer-dvrby6, .framer-GrE0I .framer-1unebvi, .framer-GrE0I .framer-1s4ak3u, .framer-GrE0I .framer-1ct5pzj, .framer-GrE0I .framer-17ymxgi, .framer-GrE0I .framer-1iviq9a, .framer-GrE0I .framer-djz1m2, .framer-GrE0I .framer-1bhu6vx, .framer-GrE0I .framer-17y0vh, .framer-GrE0I .framer-1corlu2, .framer-GrE0I .framer-1y88lk2, .framer-GrE0I .framer-e26a7s, .framer-GrE0I .framer-1jdm63n, .framer-GrE0I .framer-27fgr4, .framer-GrE0I .framer-1cynuzx, .framer-GrE0I .framer-54xav6, .framer-GrE0I .framer-hkwg14, .framer-GrE0I .framer-qepff3, .framer-GrE0I .framer-1kfobti, .framer-GrE0I .framer-1i6osey, .framer-GrE0I .framer-1taz24p, .framer-GrE0I .framer-2l1xnq, .framer-GrE0I .framer-1jkldhm { --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-GrE0I .framer-1df3uaq { align-content: flex-end; align-items: flex-end; 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-GrE0I .framer-uswz8g { flex: none; height: 684px; overflow: hidden; position: relative; width: 580px; }\",\".framer-GrE0I .framer-c3nrt { aspect-ratio: 0.847953216374269 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 684px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-GrE0I .framer-mt9wye { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 45px 45px 45px; position: relative; width: 100%; z-index: 1; }\",\".framer-GrE0I .framer-ye6xbc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 100px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-GrE0I .framer-1hqm03 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-jz6h6r, .framer-GrE0I .framer-14uz3pj, .framer-GrE0I .framer-5t6s54 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-3cbuel, .framer-GrE0I .framer-1eali4j, .framer-GrE0I .framer-vcbh3n, .framer-GrE0I .framer-aui3j5, .framer-GrE0I .framer-1xbbkjh, .framer-GrE0I .framer-1t8811e { align-content: flex-start; align-items: flex-start; background-color: #1c2745; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: 293px; justify-content: flex-start; overflow: hidden; padding: 30px; position: relative; text-decoration: none; width: 526px; }\",\".framer-GrE0I .framer-1byjycw, .framer-GrE0I .framer-12ag6ys, .framer-GrE0I .framer-1nl5f2s, .framer-GrE0I .framer-122ivxz, .framer-GrE0I .framer-709j8x, .framer-GrE0I .framer-9knlya { --border-bottom-width: 1px; --border-color: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 80px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 80px; }\",\".framer-GrE0I .framer-1n77u0j, .framer-GrE0I .framer-49rvh1, .framer-GrE0I .framer-1eq15h9, .framer-GrE0I .framer-wm1ypv, .framer-GrE0I .framer-1qd9eyb, .framer-GrE0I .framer-1xpsqg5 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-GrE0I .framer-drzqnq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 81px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-GrE0I .framer-1n3wq1j { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 440px; word-break: break-word; word-wrap: break-word; }\",\".framer-GrE0I .framer-dxwj7f-container { flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: calc(50.00000000000002% - 100vh / 2); width: 100%; z-index: 0; }\",\".framer-GrE0I .framer-144i8qp, .framer-GrE0I .framer-11qv5ql { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-GrE0I .framer-74qa8, .framer-GrE0I .framer-1lxlej5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 150px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-vj1wxo-container, .framer-GrE0I .framer-10niuz9-container { flex: none; height: 440px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-153o8om, .framer-GrE0I .framer-1h2n55k, .framer-GrE0I .framer-1vddsnx, .framer-GrE0I .framer-1w5mlyj, .framer-GrE0I .framer-1ecp7b3, .framer-GrE0I .framer-16rgj6e, .framer-GrE0I .framer-1t3ohgy, .framer-GrE0I .framer-2cpghl, .framer-GrE0I .framer-1mh6ce7, .framer-GrE0I .framer-de4ije, .framer-GrE0I .framer-1wwcdry, .framer-GrE0I .framer-1cdl2th, .framer-GrE0I .framer-l7rdeh, .framer-GrE0I .framer-15yw2bw, .framer-GrE0I .framer-1fwbmvj, .framer-GrE0I .framer-1tx1i4x, .framer-GrE0I .framer-176ajif, .framer-GrE0I .framer-y9g2gj, .framer-GrE0I .framer-eovelj, .framer-GrE0I .framer-wdfv9k, .framer-GrE0I .framer-1j580bt, .framer-GrE0I .framer-160gzwz, .framer-GrE0I .framer-aunhgp, .framer-GrE0I .framer-10m1qbr, .framer-GrE0I .framer-txnrry, .framer-GrE0I .framer-xl7pwd, .framer-GrE0I .framer-oersnr, .framer-GrE0I .framer-1wc6h7a, .framer-GrE0I .framer-1c85d9g, .framer-GrE0I .framer-1ichruj, .framer-GrE0I .framer-4l9fy, .framer-GrE0I .framer-16gtkk0, .framer-GrE0I .framer-1s7iulw, .framer-GrE0I .framer-104j2ui, .framer-GrE0I .framer-1ydzetg, .framer-GrE0I .framer-6qwytf, .framer-GrE0I .framer-cx1cqq, .framer-GrE0I .framer-ov7f5g, .framer-GrE0I .framer-deon9j, .framer-GrE0I .framer-gf5fr7 { --border-bottom-width: 1px; --border-color: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: 440px; justify-content: space-between; overflow: hidden; padding: 30px; position: relative; width: 350px; }\",\".framer-GrE0I .framer-eev9e, .framer-GrE0I .framer-onpity, .framer-GrE0I .framer-1u9x0hd, .framer-GrE0I .framer-1tj23v1, .framer-GrE0I .framer-1lo7pnm, .framer-GrE0I .framer-7pcff1, .framer-GrE0I .framer-icqnh2, .framer-GrE0I .framer-tqoqb6, .framer-GrE0I .framer-13l1i94, .framer-GrE0I .framer-1d35c50, .framer-GrE0I .framer-1uuv1y0, .framer-GrE0I .framer-1oqu60h, .framer-GrE0I .framer-iat2j0, .framer-GrE0I .framer-yhhuof, .framer-GrE0I .framer-q0rlxw, .framer-GrE0I .framer-zh3pi2, .framer-GrE0I .framer-1mte1fb, .framer-GrE0I .framer-199vk2v, .framer-GrE0I .framer-1m2u2j1, .framer-GrE0I .framer-1886j7q, .framer-GrE0I .framer-zr2plh, .framer-GrE0I .framer-1ceeq9u, .framer-GrE0I .framer-158jxnp, .framer-GrE0I .framer-39hkhq, .framer-GrE0I .framer-8oicmp, .framer-GrE0I .framer-1k41qq6, .framer-GrE0I .framer-yef5nk, .framer-GrE0I .framer-4lfvcv, .framer-GrE0I .framer-ys3bls, .framer-GrE0I .framer-7cw5qq, .framer-GrE0I .framer-18wavf0, .framer-GrE0I .framer-127xtsd, .framer-GrE0I .framer-13hkbr3, .framer-GrE0I .framer-25d74e, .framer-GrE0I .framer-1tr1k30, .framer-GrE0I .framer-eklspx, .framer-GrE0I .framer-a1wlv6, .framer-GrE0I .framer-1lm7nar, .framer-GrE0I .framer-12r4qje, .framer-GrE0I .framer-1l3fhdm, .framer-GrE0I .framer-1nqzxur, .framer-GrE0I .framer-191nrzo, .framer-GrE0I .framer-1drpb1f, .framer-GrE0I .framer-15nsr1x, .framer-GrE0I .framer-lcj1vm, .framer-GrE0I .framer-nsncgk, .framer-GrE0I .framer-10imh6n, .framer-GrE0I .framer-zsom6o, .framer-GrE0I .framer-1var3pe, .framer-GrE0I .framer-qdtpa, .framer-GrE0I .framer-1r4emko, .framer-GrE0I .framer-a1kef7, .framer-GrE0I .framer-xvhlk9, .framer-GrE0I .framer-tmkak4, .framer-GrE0I .framer-u4cyb2, .framer-GrE0I .framer-xg8k4u, .framer-GrE0I .framer-1d15lx8, .framer-GrE0I .framer-jxf3dg, .framer-GrE0I .framer-1d1byzw { 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-GrE0I .framer-bkiejo, .framer-GrE0I .framer-14cehvg, .framer-GrE0I .framer-1p1h90e, .framer-GrE0I .framer-1l1ojtx, .framer-GrE0I .framer-pdetoz, .framer-GrE0I .framer-gi5s0k, .framer-GrE0I .framer-yqxfwa, .framer-GrE0I .framer-13lf1ua, .framer-GrE0I .framer-1thn3g2, .framer-GrE0I .framer-1r2oqg5, .framer-GrE0I .framer-e0d6ya, .framer-GrE0I .framer-1klmioc, .framer-GrE0I .framer-15dsv1e, .framer-GrE0I .framer-18guyfw, .framer-GrE0I .framer-dasra2, .framer-GrE0I .framer-1askiy4, .framer-GrE0I .framer-16b0hga, .framer-GrE0I .framer-oejtp7, .framer-GrE0I .framer-2o5nb1, .framer-GrE0I .framer-1emn59n, .framer-GrE0I .framer-7oj496, .framer-GrE0I .framer-le7tif, .framer-GrE0I .framer-eatnt9, .framer-GrE0I .framer-19wymir, .framer-GrE0I .framer-1ienq5l, .framer-GrE0I .framer-7rlbyb, .framer-GrE0I .framer-1hgmgmu, .framer-GrE0I .framer-3tf5eu, .framer-GrE0I .framer-1pqrw81, .framer-GrE0I .framer-uyr9dz, .framer-GrE0I .framer-ayj75i, .framer-GrE0I .framer-4shnjh, .framer-GrE0I .framer-thy9u3, .framer-GrE0I .framer-170u2j8, .framer-GrE0I .framer-1iyingv, .framer-GrE0I .framer-1m8k0kn, .framer-GrE0I .framer-4hepe7, .framer-GrE0I .framer-9j8yqe, .framer-GrE0I .framer-1bdod5h, .framer-GrE0I .framer-107t107, .framer-GrE0I .framer-igw02o, .framer-GrE0I .framer-12mvx8n, .framer-GrE0I .framer-4fpkh4, .framer-GrE0I .framer-1d9lbqg, .framer-GrE0I .framer-17tzin8, .framer-GrE0I .framer-1334po0, .framer-GrE0I .framer-1bhy51x, .framer-GrE0I .framer-1yxgt9e, .framer-GrE0I .framer-ngmm71, .framer-GrE0I .framer-1ikb1l, .framer-GrE0I .framer-12kw7xf, .framer-GrE0I .framer-1l9duuw, .framer-GrE0I .framer-1lavp26, .framer-GrE0I .framer-1nc5lbg, .framer-GrE0I .framer-1qatzzi, .framer-GrE0I .framer-1vi5qhy, .framer-GrE0I .framer-1h8ugyl, .framer-GrE0I .framer-1pehel4, .framer-GrE0I .framer-19r74pw, .framer-GrE0I .framer-11wgr2w, .framer-GrE0I .framer-gnzccy, .framer-GrE0I .framer-140dxef, .framer-GrE0I .framer-161vyp8, .framer-GrE0I .framer-1ua425h, .framer-GrE0I .framer-18ym39o, .framer-GrE0I .framer-1k9ty34, .framer-GrE0I .framer-1baune5, .framer-GrE0I .framer-iazt14, .framer-GrE0I .framer-29zkv, .framer-GrE0I .framer-1345fqa, .framer-GrE0I .framer-1d07p53, .framer-GrE0I .framer-11iarck, .framer-GrE0I .framer-1sr10qe, .framer-GrE0I .framer-ja9ip9, .framer-GrE0I .framer-1qcebcl, .framer-GrE0I .framer-ryq5j7, .framer-GrE0I .framer-16xx89e, .framer-GrE0I .framer-19i4i4f, .framer-GrE0I .framer-l9wdzm, .framer-GrE0I .framer-1y1yczy, .framer-GrE0I .framer-1h80njs, .framer-GrE0I .framer-nci88c, .framer-GrE0I .framer-hq0yty, .framer-GrE0I .framer-2ev2am, .framer-GrE0I .framer-to9w8d, .framer-GrE0I .framer-14j8lgz, .framer-GrE0I .framer-1n31u6j, .framer-GrE0I .framer-1nufwmt, .framer-GrE0I .framer-1ax7h6j, .framer-GrE0I .framer-hdszla, .framer-GrE0I .framer-mcp8um, .framer-GrE0I .framer-8ok9a1, .framer-GrE0I .framer-quwy0j, .framer-GrE0I .framer-202th1, .framer-GrE0I .framer-1jowzcc, .framer-GrE0I .framer-252kmh, .framer-GrE0I .framer-g31822, .framer-GrE0I .framer-1e3riyu, .framer-GrE0I .framer-gf4jcj, .framer-GrE0I .framer-15gi1ec, .framer-GrE0I .framer-1feu9u8, .framer-GrE0I .framer-myoezr, .framer-GrE0I .framer-1je003o, .framer-GrE0I .framer-1jfldyy, .framer-GrE0I .framer-rlgz7w, .framer-GrE0I .framer-9g8jb6, .framer-GrE0I .framer-175uumk, .framer-GrE0I .framer-1rzp0yn, .framer-GrE0I .framer-h3zd4p, .framer-GrE0I .framer-nixzmp, .framer-GrE0I .framer-go600u, .framer-GrE0I .framer-102d8bx, .framer-GrE0I .framer-mdwnve, .framer-GrE0I .framer-1lzhwnb, .framer-GrE0I .framer-4qsvy6, .framer-GrE0I .framer-1bqlln8 { flex: none; height: 30px; position: relative; width: 36px; }\",\".framer-GrE0I .framer-xebai, .framer-GrE0I .framer-1iimpob, .framer-GrE0I .framer-yusapk, .framer-GrE0I .framer-z9178k, .framer-GrE0I .framer-70wt2g, .framer-GrE0I .framer-1dck0vb, .framer-GrE0I .framer-1mg7mgt, .framer-GrE0I .framer-rmxpat, .framer-GrE0I .framer-1ukywvq, .framer-GrE0I .framer-z5xevw, .framer-GrE0I .framer-le0knj, .framer-GrE0I .framer-1kdx3ub, .framer-GrE0I .framer-4kamcb, .framer-GrE0I .framer-4ec1ob, .framer-GrE0I .framer-6ms6s9, .framer-GrE0I .framer-v74wh7, .framer-GrE0I .framer-1aqs1zh, .framer-GrE0I .framer-nfjqyz, .framer-GrE0I .framer-1bs178u, .framer-GrE0I .framer-1n6ou8m, .framer-GrE0I .framer-uzdg8w, .framer-GrE0I .framer-sjsbeo, .framer-GrE0I .framer-qc7w5, .framer-GrE0I .framer-gp1agl, .framer-GrE0I .framer-m0us4w, .framer-GrE0I .framer-1nm7x7j, .framer-GrE0I .framer-1uabubl, .framer-GrE0I .framer-lh3slw, .framer-GrE0I .framer-1b08e1f, .framer-GrE0I .framer-1pzgt7q, .framer-GrE0I .framer-1srayn9, .framer-GrE0I .framer-wu7cf3, .framer-GrE0I .framer-p2cd8b, .framer-GrE0I .framer-1qezn2m, .framer-GrE0I .framer-13y7rni, .framer-GrE0I .framer-grv3up, .framer-GrE0I .framer-xam8h, .framer-GrE0I .framer-14yvo2r, .framer-GrE0I .framer-15uug39, .framer-GrE0I .framer-xziihk, .framer-GrE0I .framer-1salfvk, .framer-GrE0I .framer-1x4z2sg, .framer-GrE0I .framer-15j87k0, .framer-GrE0I .framer-xhy3dx, .framer-GrE0I .framer-kd3c80, .framer-GrE0I .framer-4d63x3, .framer-GrE0I .framer-1jlarrk, .framer-GrE0I .framer-18qvgip, .framer-GrE0I .framer-3e3zyx, .framer-GrE0I .framer-1ba37vc, .framer-GrE0I .framer-qbxcfx, .framer-GrE0I .framer-s2xun9, .framer-GrE0I .framer-tqjz2m, .framer-GrE0I .framer-u697bn, .framer-GrE0I .framer-e4xsnd, .framer-GrE0I .framer-1083em6, .framer-GrE0I .framer-1u2p6ov, .framer-GrE0I .framer-rsd3ku { flex: none; height: 21px; position: relative; width: 111px; }\",\".framer-GrE0I .framer-may3qp, .framer-GrE0I .framer-1qggorn, .framer-GrE0I .framer-1ge0u0q, .framer-GrE0I .framer-ana1yx, .framer-GrE0I .framer-1iy56xr, .framer-GrE0I .framer-wj3do2, .framer-GrE0I .framer-8wsz5f, .framer-GrE0I .framer-1wh0gje, .framer-GrE0I .framer-18ec6l9, .framer-GrE0I .framer-1bjow25, .framer-GrE0I .framer-pte7xz, .framer-GrE0I .framer-kvk7ay, .framer-GrE0I .framer-c7rphv, .framer-GrE0I .framer-114x30m, .framer-GrE0I .framer-2bx39, .framer-GrE0I .framer-373f52, .framer-GrE0I .framer-7ds2f3, .framer-GrE0I .framer-dcl8rj, .framer-GrE0I .framer-172gxzm, .framer-GrE0I .framer-5sm6k9, .framer-GrE0I .framer-10crsev, .framer-GrE0I .framer-kxsndp, .framer-GrE0I .framer-1qoi1on, .framer-GrE0I .framer-ndrxm5, .framer-GrE0I .framer-1rrm34g, .framer-GrE0I .framer-k83cu6, .framer-GrE0I .framer-1c6049k, .framer-GrE0I .framer-cs46a4, .framer-GrE0I .framer-dhm6oy, .framer-GrE0I .framer-z1s7z5, .framer-GrE0I .framer-1rzgjbo, .framer-GrE0I .framer-e2estz, .framer-GrE0I .framer-xk0bk1, .framer-GrE0I .framer-g2qi0, .framer-GrE0I .framer-1hclhu1, .framer-GrE0I .framer-1w7k2zh, .framer-GrE0I .framer-c1ylav, .framer-GrE0I .framer-amieu0, .framer-GrE0I .framer-sgk1yz, .framer-GrE0I .framer-23e46t, .framer-GrE0I .framer-x6hyf6, .framer-GrE0I .framer-9dnpzv, .framer-GrE0I .framer-15ughlf, .framer-GrE0I .framer-azit7e, .framer-GrE0I .framer-1ibgluh, .framer-GrE0I .framer-wkt23m, .framer-GrE0I .framer-bcj9wi, .framer-GrE0I .framer-11izgs6, .framer-GrE0I .framer-kg2iyy, .framer-GrE0I .framer-1oh044w, .framer-GrE0I .framer-1sepyo5, .framer-GrE0I .framer-15d9umr, .framer-GrE0I .framer-istvnk, .framer-GrE0I .framer-q2h0ig, .framer-GrE0I .framer-amnc2d, .framer-GrE0I .framer-3u34o, .framer-GrE0I .framer-124sbfw, .framer-GrE0I .framer-1sdlh18 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-1n3yn06, .framer-GrE0I .framer-1vvn8cr, .framer-GrE0I .framer-1opg8qa, .framer-GrE0I .framer-1f634r8, .framer-GrE0I .framer-1y3tkri, .framer-GrE0I .framer-115n3a, .framer-GrE0I .framer-9mh77s, .framer-GrE0I .framer-14ups9b, .framer-GrE0I .framer-fmkg1x, .framer-GrE0I .framer-ebl5b5, .framer-GrE0I .framer-1yhy7fi, .framer-GrE0I .framer-1xom3xv, .framer-GrE0I .framer-7mrmk, .framer-GrE0I .framer-14wqkjk, .framer-GrE0I .framer-1f891he, .framer-GrE0I .framer-1dfbvp3, .framer-GrE0I .framer-1kby5mf, .framer-GrE0I .framer-1ty9h1u, .framer-GrE0I .framer-rg6pyw, .framer-GrE0I .framer-1wxdohd, .framer-GrE0I .framer-1ak8tbv, .framer-GrE0I .framer-1h4ndoe, .framer-GrE0I .framer-1pvbjzu, .framer-GrE0I .framer-14sns8l, .framer-GrE0I .framer-1kmcfcr, .framer-GrE0I .framer-6lhrog, .framer-GrE0I .framer-1yjncea, .framer-GrE0I .framer-rlkjzk, .framer-GrE0I .framer-1bp71l2, .framer-GrE0I .framer-18eid6b, .framer-GrE0I .framer-1serc94, .framer-GrE0I .framer-15lhm96, .framer-GrE0I .framer-1e6ry35, .framer-GrE0I .framer-1clza33, .framer-GrE0I .framer-g1ixvy, .framer-GrE0I .framer-1s8axzb, .framer-GrE0I .framer-1c2kfz0, .framer-GrE0I .framer-y56iex, .framer-GrE0I .framer-anuqyz, .framer-GrE0I .framer-1g8tscj, .framer-GrE0I .framer-1ab7zch, .framer-GrE0I .framer-ruqa2y, .framer-GrE0I .framer-ogmjd7, .framer-GrE0I .framer-mzeudk, .framer-GrE0I .framer-1adsm5c, .framer-GrE0I .framer-o89yzt, .framer-GrE0I .framer-16gp6b, .framer-GrE0I .framer-5tcb0e, .framer-GrE0I .framer-1dlxhjl, .framer-GrE0I .framer-rp91nj, .framer-GrE0I .framer-1e2xbzd, .framer-GrE0I .framer-522vad, .framer-GrE0I .framer-1o34va3, .framer-GrE0I .framer-141kvxe, .framer-GrE0I .framer-1g9jm9l, .framer-GrE0I .framer-1js1g2m, .framer-GrE0I .framer-1mqpf3c, .framer-GrE0I .framer-7kta0d, .framer-GrE0I .framer-1p9qj3o, .framer-GrE0I .framer-rm95j3, .framer-GrE0I .framer-1orcstj, .framer-GrE0I .framer-xylv86, .framer-GrE0I .framer-q0m9jv, .framer-GrE0I .framer-ws1jep, .framer-GrE0I .framer-g4dxr4, .framer-GrE0I .framer-mhff2d, .framer-GrE0I .framer-13c08sy, .framer-GrE0I .framer-28v28s, .framer-GrE0I .framer-l4d8h5, .framer-GrE0I .framer-ajf9lp, .framer-GrE0I .framer-jwaqym, .framer-GrE0I .framer-10l4jxa, .framer-GrE0I .framer-1awszgy, .framer-GrE0I .framer-170kpqj, .framer-GrE0I .framer-rpzyp1, .framer-GrE0I .framer-760d2d, .framer-GrE0I .framer-zwnvqa, .framer-GrE0I .framer-1p6w6xb, .framer-GrE0I .framer-1v7xyce, .framer-GrE0I .framer-1jlkyih, .framer-GrE0I .framer-1udkiql, .framer-GrE0I .framer-9d1aw9, .framer-GrE0I .framer-1euujgc, .framer-GrE0I .framer-ue2dmn, .framer-GrE0I .framer-x2p74n, .framer-GrE0I .framer-wvqsr1, .framer-GrE0I .framer-7lsn3b, .framer-GrE0I .framer-k8vhej, .framer-GrE0I .framer-1s1cyqx, .framer-GrE0I .framer-2q3f6, .framer-GrE0I .framer-176xe12, .framer-GrE0I .framer-1fmzrjf, .framer-GrE0I .framer-1j685l2, .framer-GrE0I .framer-ej4qhe, .framer-GrE0I .framer-1g2ixp7, .framer-GrE0I .framer-1y9hvib, .framer-GrE0I .framer-1k6pvnj, .framer-GrE0I .framer-su8tmq, .framer-GrE0I .framer-ypnpa7, .framer-GrE0I .framer-1qc8q7j, .framer-GrE0I .framer-n3wkzx, .framer-GrE0I .framer-ljttas, .framer-GrE0I .framer-1x9hej6, .framer-GrE0I .framer-t6kkuz, .framer-GrE0I .framer-u06avy, .framer-GrE0I .framer-cl4iue, .framer-GrE0I .framer-1sj2lk7, .framer-GrE0I .framer-113x8og, .framer-GrE0I .framer-1xfehzs, .framer-GrE0I .framer-4f6cht, .framer-GrE0I .framer-1cq9ax0, .framer-GrE0I .framer-1flrw29, .framer-GrE0I .framer-yt5n8w, .framer-GrE0I .framer-cnbou8, .framer-GrE0I .framer-ra6kle, .framer-GrE0I .framer-92xdew { background-color: #ffffff; flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 1px; }\",\".framer-GrE0I .framer-coow1s, .framer-GrE0I .framer-c9h0h3, .framer-GrE0I .framer-1c012sm, .framer-GrE0I .framer-11csvr6, .framer-GrE0I .framer-3op37y, .framer-GrE0I .framer-1h4zu63, .framer-GrE0I .framer-1to9zwz, .framer-GrE0I .framer-18roo0e, .framer-GrE0I .framer-kr0kzk, .framer-GrE0I .framer-1qtdz50, .framer-GrE0I .framer-8rl02p, .framer-GrE0I .framer-q4nc7a { --border-bottom-width: 1px; --border-color: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: 440px; justify-content: space-between; overflow: hidden; padding: 30px; position: relative; width: 540px; }\",\".framer-GrE0I .framer-13lcccu, .framer-GrE0I .framer-hyszg5 { --border-bottom-width: 1px; --border-color: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: 440px; justify-content: space-between; overflow: hidden; padding: 30px; position: relative; width: 600px; }\",\".framer-GrE0I .framer-f3k5ya { --border-bottom-width: 1px; --border-color: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: 440px; justify-content: space-between; overflow: hidden; padding: 30px; position: relative; width: 1000px; }\",\".framer-GrE0I .framer-u13s63 { --border-bottom-width: 1px; --border-color: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: 440px; justify-content: space-between; overflow: hidden; padding: 30px; position: relative; width: 900px; }\",\".framer-GrE0I .framer-c167b8 { --border-bottom-width: 1px; --border-color: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: 440px; justify-content: space-between; opacity: 0.8; overflow: hidden; padding: 30px; position: relative; width: 540px; }\",\".framer-GrE0I .framer-xmnz1z { --border-bottom-width: 1px; --border-color: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: 440px; justify-content: space-between; overflow: hidden; padding: 30px; position: relative; width: 800px; }\",\".framer-GrE0I .framer-us0osc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: 811px; justify-content: flex-start; overflow: hidden; padding: 45px; position: relative; width: 100%; z-index: 1; }\",\".framer-GrE0I .framer-vnowdc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-17nj0iq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 413px; }\",\".framer-GrE0I .framer-166v1l7, .framer-GrE0I .framer-r33h4v { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-GrE0I .framer-ilgwo1 { background-color: #33aaff; flex: none; height: 5px; opacity: 0; overflow: hidden; position: relative; width: 54px; }\",\".framer-GrE0I .framer-4b2np2-container { aspect-ratio: 1.7777777777777777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 232px); position: relative; width: 100%; }\",\".framer-GrE0I .framer-17pe4aq { background-color: #33aaff; flex: none; height: 15px; opacity: 0; overflow: hidden; position: relative; width: 54px; }\",\".framer-GrE0I .framer-1bng7e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 45px; position: relative; width: 100%; z-index: 1; }\",\".framer-GrE0I .framer-qmpp2o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-t3787y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-GrE0I .framer-19wqz11 { --border-bottom-width: 1px; --border-color: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: 500px; justify-content: flex-start; padding: 15px; position: relative; text-decoration: none; width: 413px; }\",\".framer-GrE0I .framer-bskxz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 191px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-6x3dh2 { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-GrE0I .framer-10s9ovc { flex: none; height: 93px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-GrE0I .framer-1gpdiev { flex: none; height: 108px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-GrE0I .framer-dgh0es { 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: min-content; }\",\".framer-GrE0I .framer-ar8mux { background-color: #ffffff; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; flex: none; height: 6px; position: relative; width: 6px; }\",\".framer-GrE0I .framer-1tcyzso { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-1scjaw5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 90px; height: min-content; justify-content: center; overflow: hidden; padding: 37px; position: relative; width: 100%; z-index: 1; }\",\".framer-GrE0I .framer-nyq5yt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 500px; }\",\".framer-GrE0I .framer-1hqfncj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-1om4v95 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-lkpr5x, .framer-GrE0I .framer-o1q0ug { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-GrE0I .framer-q87lw2 { --framer-input-border-bottom-width: 1px; --framer-input-border-color: #7e7667; --framer-input-border-left-width: 0px; --framer-input-border-right-width: 0px; --framer-input-border-style: solid; --framer-input-border-top-width: 0px; --framer-input-focused-border-color: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 0px 0px 1px 0px; --framer-input-focused-transition: all 0.2s cubic-bezier(0.44,0,0.56,1) 0s; --framer-input-font-color: #cca44f; --framer-input-font-family: \"Montserrat\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 20px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 0px; --framer-input-placeholder-color: #7e7667; flex: none; height: 60px; position: relative; width: 100%; }','.framer-GrE0I .framer-1tp13j1, .framer-GrE0I .framer-odi24n, .framer-GrE0I .framer-jzblmt, .framer-GrE0I .framer-1ps0yxo { --framer-input-border-bottom-width: 1px; --framer-input-border-color: #7e7667; --framer-input-border-left-width: 0px; --framer-input-border-right-width: 0px; --framer-input-border-style: solid; --framer-input-border-top-width: 0px; --framer-input-focused-border-color: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 0px 0px 1px 0px; --framer-input-font-color: #cca44f; --framer-input-font-family: \"Montserrat\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 20px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 0px; --framer-input-placeholder-color: #7e7667; flex: none; height: 60px; position: relative; width: 100%; }','.framer-GrE0I .framer-8hrlss { --framer-input-border-bottom-width: 1px; --framer-input-border-color: #7e7667; --framer-input-border-left-width: 0px; --framer-input-border-right-width: 0px; --framer-input-border-style: solid; --framer-input-border-top-width: 0px; --framer-input-focused-border-color: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 0px 0px 1px 0px; --framer-input-font-color: #cca44f; --framer-input-font-family: \"Montserrat\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 20px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 15px 0px 0px 0px; --framer-input-placeholder-color: #7e7667; --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 100px; position: relative; width: 100%; }',\".framer-GrE0I .framer-ico3ky { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-1odbpvo { --framer-input-background: rgba(187, 187, 187, 0.2); --framer-input-boolean-checked-background: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --framer-input-boolean-checked-border-color: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --framer-input-boolean-checked-border-style: solid; --framer-input-boolean-checked-border-width: 1px; --framer-input-boolean-checked-transition: all 0.2s cubic-bezier(0.44,0,0.56,1) 0s; --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-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-icon-color: var(--token-ad20a301-b4bf-44da-a27c-c2cf3451bad0, #0a0329); aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-GrE0I .framer-1w2xthi { -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-GrE0I .framer-rdovmr { align-self: stretch; background-color: rgba(255, 255, 255, 0.3); flex: none; height: auto; overflow: hidden; position: relative; width: 2px; }\",\".framer-GrE0I .framer-1svy3pw { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 500px; }\",\".framer-GrE0I .framer-1pygwjk, .framer-GrE0I .framer-saxnrd, .framer-GrE0I .framer-ti5p3t, .framer-GrE0I .framer-ytfyf9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-9spbbe, .framer-GrE0I .framer-bbpjf, .framer-GrE0I .framer-1dk2nzv, .framer-GrE0I .framer-v98hmz { --border-bottom-width: 1px; --border-color: var(--token-e77c179d-8a59-4e23-823c-6bef064c8663, #cca44f); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 60px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 60px; }\",\".framer-GrE0I .framer-e8mit, .framer-GrE0I .framer-rse1wt, .framer-GrE0I .framer-3xx48s, .framer-GrE0I .framer-s2vfr1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-GrE0I .framer-1ytvv90, .framer-GrE0I .framer-1fuwr58, .framer-GrE0I .framer-55tc3e { background-color: rgba(255, 255, 255, 0.3); flex: none; height: 2px; overflow: hidden; position: relative; width: 100%; }\",\".framer-GrE0I .framer-1tlu41v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 2px; overflow: hidden; padding: 0px 45px 0px 45px; position: relative; width: 100%; }\",\".framer-GrE0I .framer-1oz9v2v-container { flex: none; height: auto; position: relative; width: 100%; z-index: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-GrE0I.framer-72rtr7, .framer-GrE0I .framer-il3pw0, .framer-GrE0I .framer-wmf4oj, .framer-GrE0I .framer-1uvt5kc, .framer-GrE0I .framer-11qdg0i, .framer-GrE0I .framer-9u3n92, .framer-GrE0I .framer-bgxgm9, .framer-GrE0I .framer-f4i9mo, .framer-GrE0I .framer-1cz51vm, .framer-GrE0I .framer-1c1rrdi, .framer-GrE0I .framer-moh8rn, .framer-GrE0I .framer-1w8r4h4, .framer-GrE0I .framer-uzzvhu, .framer-GrE0I .framer-1nttfk4, .framer-GrE0I .framer-snwjv0, .framer-GrE0I .framer-1lz5v6z, .framer-GrE0I .framer-12wkgs6, .framer-GrE0I .framer-1d6toyq, .framer-GrE0I .framer-1yusf5u, .framer-GrE0I .framer-1o9g3au, .framer-GrE0I .framer-bfrgji, .framer-GrE0I .framer-cb7m24, .framer-GrE0I .framer-1xm8srs, .framer-GrE0I .framer-rme331, .framer-GrE0I .framer-15siv77, .framer-GrE0I .framer-a756vz, .framer-GrE0I .framer-1wivjis, .framer-GrE0I .framer-1c2j8np, .framer-GrE0I .framer-17ojr5d, .framer-GrE0I .framer-1lac9ac, .framer-GrE0I .framer-1smixe9, .framer-GrE0I .framer-d6kzfn, .framer-GrE0I .framer-1cde8lp, .framer-GrE0I .framer-1df3uaq, .framer-GrE0I .framer-mt9wye, .framer-GrE0I .framer-ye6xbc, .framer-GrE0I .framer-1p8sp38, .framer-GrE0I .framer-1rtmsoe, .framer-GrE0I .framer-1hqm03, .framer-GrE0I .framer-jz6h6r, .framer-GrE0I .framer-3cbuel, .framer-GrE0I .framer-1byjycw, .framer-GrE0I .framer-1eali4j, .framer-GrE0I .framer-12ag6ys, .framer-GrE0I .framer-14uz3pj, .framer-GrE0I .framer-vcbh3n, .framer-GrE0I .framer-1nl5f2s, .framer-GrE0I .framer-aui3j5, .framer-GrE0I .framer-122ivxz, .framer-GrE0I .framer-5t6s54, .framer-GrE0I .framer-1xbbkjh, .framer-GrE0I .framer-709j8x, .framer-GrE0I .framer-1t8811e, .framer-GrE0I .framer-9knlya, .framer-GrE0I .framer-1xzhkiw, .framer-GrE0I .framer-w2nofw, .framer-GrE0I .framer-isdqgo, .framer-GrE0I .framer-74qa8, .framer-GrE0I .framer-11697z5, .framer-GrE0I .framer-may3qp, .framer-GrE0I .framer-a88bjm, .framer-GrE0I .framer-1qggorn, .framer-GrE0I .framer-14sqrrf, .framer-GrE0I .framer-1ge0u0q, .framer-GrE0I .framer-lk4rym, .framer-GrE0I .framer-ana1yx, .framer-GrE0I .framer-1d593r9, .framer-GrE0I .framer-1iy56xr, .framer-GrE0I .framer-x52hup, .framer-GrE0I .framer-wj3do2, .framer-GrE0I .framer-1xbdqgp, .framer-GrE0I .framer-8wsz5f, .framer-GrE0I .framer-19pkgx9, .framer-GrE0I .framer-1wh0gje, .framer-GrE0I .framer-4qni39, .framer-GrE0I .framer-18ec6l9, .framer-GrE0I .framer-d9o0t8, .framer-GrE0I .framer-1bjow25, .framer-GrE0I .framer-g8w656, .framer-GrE0I .framer-pte7xz, .framer-GrE0I .framer-15dq776, .framer-GrE0I .framer-kvk7ay, .framer-GrE0I .framer-114f8cd, .framer-GrE0I .framer-c7rphv, .framer-GrE0I .framer-v0d9bl, .framer-GrE0I .framer-114x30m, .framer-GrE0I .framer-1f2dcx1, .framer-GrE0I .framer-2bx39, .framer-GrE0I .framer-18a2m7s, .framer-GrE0I .framer-373f52, .framer-GrE0I .framer-11y21h, .framer-GrE0I .framer-7ds2f3, .framer-GrE0I .framer-12yiqo7, .framer-GrE0I .framer-dcl8rj, .framer-GrE0I .framer-i4mht, .framer-GrE0I .framer-172gxzm, .framer-GrE0I .framer-117c78x, .framer-GrE0I .framer-5sm6k9, .framer-GrE0I .framer-1as4maa, .framer-GrE0I .framer-10crsev, .framer-GrE0I .framer-165ggfn, .framer-GrE0I .framer-kxsndp, .framer-GrE0I .framer-6csotq, .framer-GrE0I .framer-1qoi1on, .framer-GrE0I .framer-iy200z, .framer-GrE0I .framer-ndrxm5, .framer-GrE0I .framer-1t977m4, .framer-GrE0I .framer-1rrm34g, .framer-GrE0I .framer-3i6f3g, .framer-GrE0I .framer-k83cu6, .framer-GrE0I .framer-8vw3i5, .framer-GrE0I .framer-1c6049k, .framer-GrE0I .framer-1u3w49, .framer-GrE0I .framer-cs46a4, .framer-GrE0I .framer-19f1rsv, .framer-GrE0I .framer-dhm6oy, .framer-GrE0I .framer-uvyaw6, .framer-GrE0I .framer-z1s7z5, .framer-GrE0I .framer-gnd9wz, .framer-GrE0I .framer-1rzgjbo, .framer-GrE0I .framer-1k66vn7, .framer-GrE0I .framer-e2estz, .framer-GrE0I .framer-1ooj0ya, .framer-GrE0I .framer-xk0bk1, .framer-GrE0I .framer-6ecox9, .framer-GrE0I .framer-g2qi0, .framer-GrE0I .framer-ilhfk2, .framer-GrE0I .framer-1hclhu1, .framer-GrE0I .framer-1461lgu, .framer-GrE0I .framer-1w7k2zh, .framer-GrE0I .framer-19svybp, .framer-GrE0I .framer-c1ylav, .framer-GrE0I .framer-u6haf3, .framer-GrE0I .framer-amieu0, .framer-GrE0I .framer-limxyh, .framer-GrE0I .framer-sgk1yz, .framer-GrE0I .framer-5oft22, .framer-GrE0I .framer-23e46t, .framer-GrE0I .framer-d6a7b8, .framer-GrE0I .framer-x6hyf6, .framer-GrE0I .framer-9mu7bk, .framer-GrE0I .framer-9dnpzv, .framer-GrE0I .framer-yr69cf, .framer-GrE0I .framer-15ughlf, .framer-GrE0I .framer-ctoc0l, .framer-GrE0I .framer-azit7e, .framer-GrE0I .framer-1fl08gw, .framer-GrE0I .framer-1ibgluh, .framer-GrE0I .framer-hjmbbq, .framer-GrE0I .framer-wkt23m, .framer-GrE0I .framer-1httigw, .framer-GrE0I .framer-bcj9wi, .framer-GrE0I .framer-1lh6htl, .framer-GrE0I .framer-11izgs6, .framer-GrE0I .framer-16q9xn8, .framer-GrE0I .framer-kg2iyy, .framer-GrE0I .framer-1jee7fj, .framer-GrE0I .framer-1oh044w, .framer-GrE0I .framer-e8uitz, .framer-GrE0I .framer-1sepyo5, .framer-GrE0I .framer-r81y4h, .framer-GrE0I .framer-15d9umr, .framer-GrE0I .framer-dhbacz, .framer-GrE0I .framer-istvnk, .framer-GrE0I .framer-1oa6457, .framer-GrE0I .framer-q2h0ig, .framer-GrE0I .framer-1lea85x, .framer-GrE0I .framer-amnc2d, .framer-GrE0I .framer-nmv4h0, .framer-GrE0I .framer-3u34o, .framer-GrE0I .framer-ve3onw, .framer-GrE0I .framer-124sbfw, .framer-GrE0I .framer-1uo5708, .framer-GrE0I .framer-1sdlh18, .framer-GrE0I .framer-us0osc, .framer-GrE0I .framer-1i05ana, .framer-GrE0I .framer-12unsd9, .framer-GrE0I .framer-1lxlej5, .framer-GrE0I .framer-vnowdc, .framer-GrE0I .framer-17nj0iq, .framer-GrE0I .framer-1bng7e, .framer-GrE0I .framer-42xcj5, .framer-GrE0I .framer-m1o2oj, .framer-GrE0I .framer-qmpp2o, .framer-GrE0I .framer-t3787y, .framer-GrE0I .framer-19wqz11, .framer-GrE0I .framer-bskxz, .framer-GrE0I .framer-dgh0es, .framer-GrE0I .framer-yzcbuu, .framer-GrE0I .framer-1tcyzso, .framer-GrE0I .framer-17ury4g, .framer-GrE0I .framer-1scjaw5, .framer-GrE0I .framer-nyq5yt, .framer-GrE0I .framer-1hqfncj, .framer-GrE0I .framer-1om4v95, .framer-GrE0I .framer-lkpr5x, .framer-GrE0I .framer-ico3ky, .framer-GrE0I .framer-o1q0ug, .framer-GrE0I .framer-1svy3pw, .framer-GrE0I .framer-1pygwjk, .framer-GrE0I .framer-9spbbe, .framer-GrE0I .framer-e8mit, .framer-GrE0I .framer-saxnrd, .framer-GrE0I .framer-bbpjf, .framer-GrE0I .framer-rse1wt, .framer-GrE0I .framer-ti5p3t, .framer-GrE0I .framer-1dk2nzv, .framer-GrE0I .framer-3xx48s, .framer-GrE0I .framer-ytfyf9, .framer-GrE0I .framer-v98hmz, .framer-GrE0I .framer-s2vfr1, .framer-GrE0I .framer-1tlu41v { gap: 0px; } .framer-GrE0I.framer-72rtr7 > *, .framer-GrE0I .framer-1df3uaq > *, .framer-GrE0I .framer-mt9wye > *, .framer-GrE0I .framer-17nj0iq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-GrE0I.framer-72rtr7 > :first-child, .framer-GrE0I .framer-il3pw0 > :first-child, .framer-GrE0I .framer-wmf4oj > :first-child, .framer-GrE0I .framer-11qdg0i > :first-child, .framer-GrE0I .framer-9u3n92 > :first-child, .framer-GrE0I .framer-1c1rrdi > :first-child, .framer-GrE0I .framer-1w8r4h4 > :first-child, .framer-GrE0I .framer-uzzvhu > :first-child, .framer-GrE0I .framer-1nttfk4 > :first-child, .framer-GrE0I .framer-snwjv0 > :first-child, .framer-GrE0I .framer-1lz5v6z > :first-child, .framer-GrE0I .framer-12wkgs6 > :first-child, .framer-GrE0I .framer-1yusf5u > :first-child, .framer-GrE0I .framer-cb7m24 > :first-child, .framer-GrE0I .framer-a756vz > :first-child, .framer-GrE0I .framer-17ojr5d > :first-child, .framer-GrE0I .framer-1smixe9 > :first-child, .framer-GrE0I .framer-1cde8lp > :first-child, .framer-GrE0I .framer-1df3uaq > :first-child, .framer-GrE0I .framer-mt9wye > :first-child, .framer-GrE0I .framer-ye6xbc > :first-child, .framer-GrE0I .framer-1p8sp38 > :first-child, .framer-GrE0I .framer-1hqm03 > :first-child, .framer-GrE0I .framer-3cbuel > :first-child, .framer-GrE0I .framer-1eali4j > :first-child, .framer-GrE0I .framer-vcbh3n > :first-child, .framer-GrE0I .framer-aui3j5 > :first-child, .framer-GrE0I .framer-1xbbkjh > :first-child, .framer-GrE0I .framer-1t8811e > :first-child, .framer-GrE0I .framer-1xzhkiw > :first-child, .framer-GrE0I .framer-w2nofw > :first-child, .framer-GrE0I .framer-11697z5 > :first-child, .framer-GrE0I .framer-a88bjm > :first-child, .framer-GrE0I .framer-14sqrrf > :first-child, .framer-GrE0I .framer-lk4rym > :first-child, .framer-GrE0I .framer-1d593r9 > :first-child, .framer-GrE0I .framer-x52hup > :first-child, .framer-GrE0I .framer-1xbdqgp > :first-child, .framer-GrE0I .framer-19pkgx9 > :first-child, .framer-GrE0I .framer-4qni39 > :first-child, .framer-GrE0I .framer-d9o0t8 > :first-child, .framer-GrE0I .framer-g8w656 > :first-child, .framer-GrE0I .framer-15dq776 > :first-child, .framer-GrE0I .framer-114f8cd > :first-child, .framer-GrE0I .framer-v0d9bl > :first-child, .framer-GrE0I .framer-1f2dcx1 > :first-child, .framer-GrE0I .framer-18a2m7s > :first-child, .framer-GrE0I .framer-11y21h > :first-child, .framer-GrE0I .framer-12yiqo7 > :first-child, .framer-GrE0I .framer-i4mht > :first-child, .framer-GrE0I .framer-117c78x > :first-child, .framer-GrE0I .framer-1as4maa > :first-child, .framer-GrE0I .framer-165ggfn > :first-child, .framer-GrE0I .framer-6csotq > :first-child, .framer-GrE0I .framer-iy200z > :first-child, .framer-GrE0I .framer-1t977m4 > :first-child, .framer-GrE0I .framer-3i6f3g > :first-child, .framer-GrE0I .framer-8vw3i5 > :first-child, .framer-GrE0I .framer-1u3w49 > :first-child, .framer-GrE0I .framer-19f1rsv > :first-child, .framer-GrE0I .framer-uvyaw6 > :first-child, .framer-GrE0I .framer-gnd9wz > :first-child, .framer-GrE0I .framer-1k66vn7 > :first-child, .framer-GrE0I .framer-1ooj0ya > :first-child, .framer-GrE0I .framer-6ecox9 > :first-child, .framer-GrE0I .framer-ilhfk2 > :first-child, .framer-GrE0I .framer-1461lgu > :first-child, .framer-GrE0I .framer-19svybp > :first-child, .framer-GrE0I .framer-u6haf3 > :first-child, .framer-GrE0I .framer-limxyh > :first-child, .framer-GrE0I .framer-5oft22 > :first-child, .framer-GrE0I .framer-d6a7b8 > :first-child, .framer-GrE0I .framer-9mu7bk > :first-child, .framer-GrE0I .framer-yr69cf > :first-child, .framer-GrE0I .framer-ctoc0l > :first-child, .framer-GrE0I .framer-1fl08gw > :first-child, .framer-GrE0I .framer-hjmbbq > :first-child, .framer-GrE0I .framer-1httigw > :first-child, .framer-GrE0I .framer-1lh6htl > :first-child, .framer-GrE0I .framer-16q9xn8 > :first-child, .framer-GrE0I .framer-1jee7fj > :first-child, .framer-GrE0I .framer-e8uitz > :first-child, .framer-GrE0I .framer-r81y4h > :first-child, .framer-GrE0I .framer-dhbacz > :first-child, .framer-GrE0I .framer-1oa6457 > :first-child, .framer-GrE0I .framer-1lea85x > :first-child, .framer-GrE0I .framer-nmv4h0 > :first-child, .framer-GrE0I .framer-ve3onw > :first-child, .framer-GrE0I .framer-1uo5708 > :first-child, .framer-GrE0I .framer-us0osc > :first-child, .framer-GrE0I .framer-1i05ana > :first-child, .framer-GrE0I .framer-17nj0iq > :first-child, .framer-GrE0I .framer-1bng7e > :first-child, .framer-GrE0I .framer-42xcj5 > :first-child, .framer-GrE0I .framer-19wqz11 > :first-child, .framer-GrE0I .framer-yzcbuu > :first-child, .framer-GrE0I .framer-1tcyzso > :first-child, .framer-GrE0I .framer-nyq5yt > :first-child, .framer-GrE0I .framer-1hqfncj > :first-child, .framer-GrE0I .framer-1om4v95 > :first-child, .framer-GrE0I .framer-lkpr5x > :first-child, .framer-GrE0I .framer-o1q0ug > :first-child, .framer-GrE0I .framer-1svy3pw > :first-child, .framer-GrE0I .framer-e8mit > :first-child, .framer-GrE0I .framer-rse1wt > :first-child, .framer-GrE0I .framer-3xx48s > :first-child, .framer-GrE0I .framer-s2vfr1 > :first-child { margin-top: 0px; } .framer-GrE0I.framer-72rtr7 > :last-child, .framer-GrE0I .framer-il3pw0 > :last-child, .framer-GrE0I .framer-wmf4oj > :last-child, .framer-GrE0I .framer-11qdg0i > :last-child, .framer-GrE0I .framer-9u3n92 > :last-child, .framer-GrE0I .framer-1c1rrdi > :last-child, .framer-GrE0I .framer-1w8r4h4 > :last-child, .framer-GrE0I .framer-uzzvhu > :last-child, .framer-GrE0I .framer-1nttfk4 > :last-child, .framer-GrE0I .framer-snwjv0 > :last-child, .framer-GrE0I .framer-1lz5v6z > :last-child, .framer-GrE0I .framer-12wkgs6 > :last-child, .framer-GrE0I .framer-1yusf5u > :last-child, .framer-GrE0I .framer-cb7m24 > :last-child, .framer-GrE0I .framer-a756vz > :last-child, .framer-GrE0I .framer-17ojr5d > :last-child, .framer-GrE0I .framer-1smixe9 > :last-child, .framer-GrE0I .framer-1cde8lp > :last-child, .framer-GrE0I .framer-1df3uaq > :last-child, .framer-GrE0I .framer-mt9wye > :last-child, .framer-GrE0I .framer-ye6xbc > :last-child, .framer-GrE0I .framer-1p8sp38 > :last-child, .framer-GrE0I .framer-1hqm03 > :last-child, .framer-GrE0I .framer-3cbuel > :last-child, .framer-GrE0I .framer-1eali4j > :last-child, .framer-GrE0I .framer-vcbh3n > :last-child, .framer-GrE0I .framer-aui3j5 > :last-child, .framer-GrE0I .framer-1xbbkjh > :last-child, .framer-GrE0I .framer-1t8811e > :last-child, .framer-GrE0I .framer-1xzhkiw > :last-child, .framer-GrE0I .framer-w2nofw > :last-child, .framer-GrE0I .framer-11697z5 > :last-child, .framer-GrE0I .framer-a88bjm > :last-child, .framer-GrE0I .framer-14sqrrf > :last-child, .framer-GrE0I .framer-lk4rym > :last-child, .framer-GrE0I .framer-1d593r9 > :last-child, .framer-GrE0I .framer-x52hup > :last-child, .framer-GrE0I .framer-1xbdqgp > :last-child, .framer-GrE0I .framer-19pkgx9 > :last-child, .framer-GrE0I .framer-4qni39 > :last-child, .framer-GrE0I .framer-d9o0t8 > :last-child, .framer-GrE0I .framer-g8w656 > :last-child, .framer-GrE0I .framer-15dq776 > :last-child, .framer-GrE0I .framer-114f8cd > :last-child, .framer-GrE0I .framer-v0d9bl > :last-child, .framer-GrE0I .framer-1f2dcx1 > :last-child, .framer-GrE0I .framer-18a2m7s > :last-child, .framer-GrE0I .framer-11y21h > :last-child, .framer-GrE0I .framer-12yiqo7 > :last-child, .framer-GrE0I .framer-i4mht > :last-child, .framer-GrE0I .framer-117c78x > :last-child, .framer-GrE0I .framer-1as4maa > :last-child, .framer-GrE0I .framer-165ggfn > :last-child, .framer-GrE0I .framer-6csotq > :last-child, .framer-GrE0I .framer-iy200z > :last-child, .framer-GrE0I .framer-1t977m4 > :last-child, .framer-GrE0I .framer-3i6f3g > :last-child, .framer-GrE0I .framer-8vw3i5 > :last-child, .framer-GrE0I .framer-1u3w49 > :last-child, .framer-GrE0I .framer-19f1rsv > :last-child, .framer-GrE0I .framer-uvyaw6 > :last-child, .framer-GrE0I .framer-gnd9wz > :last-child, .framer-GrE0I .framer-1k66vn7 > :last-child, .framer-GrE0I .framer-1ooj0ya > :last-child, .framer-GrE0I .framer-6ecox9 > :last-child, .framer-GrE0I .framer-ilhfk2 > :last-child, .framer-GrE0I .framer-1461lgu > :last-child, .framer-GrE0I .framer-19svybp > :last-child, .framer-GrE0I .framer-u6haf3 > :last-child, .framer-GrE0I .framer-limxyh > :last-child, .framer-GrE0I .framer-5oft22 > :last-child, .framer-GrE0I .framer-d6a7b8 > :last-child, .framer-GrE0I .framer-9mu7bk > :last-child, .framer-GrE0I .framer-yr69cf > :last-child, .framer-GrE0I .framer-ctoc0l > :last-child, .framer-GrE0I .framer-1fl08gw > :last-child, .framer-GrE0I .framer-hjmbbq > :last-child, .framer-GrE0I .framer-1httigw > :last-child, .framer-GrE0I .framer-1lh6htl > :last-child, .framer-GrE0I .framer-16q9xn8 > :last-child, .framer-GrE0I .framer-1jee7fj > :last-child, .framer-GrE0I .framer-e8uitz > :last-child, .framer-GrE0I .framer-r81y4h > :last-child, .framer-GrE0I .framer-dhbacz > :last-child, .framer-GrE0I .framer-1oa6457 > :last-child, .framer-GrE0I .framer-1lea85x > :last-child, .framer-GrE0I .framer-nmv4h0 > :last-child, .framer-GrE0I .framer-ve3onw > :last-child, .framer-GrE0I .framer-1uo5708 > :last-child, .framer-GrE0I .framer-us0osc > :last-child, .framer-GrE0I .framer-1i05ana > :last-child, .framer-GrE0I .framer-17nj0iq > :last-child, .framer-GrE0I .framer-1bng7e > :last-child, .framer-GrE0I .framer-42xcj5 > :last-child, .framer-GrE0I .framer-19wqz11 > :last-child, .framer-GrE0I .framer-yzcbuu > :last-child, .framer-GrE0I .framer-1tcyzso > :last-child, .framer-GrE0I .framer-nyq5yt > :last-child, .framer-GrE0I .framer-1hqfncj > :last-child, .framer-GrE0I .framer-1om4v95 > :last-child, .framer-GrE0I .framer-lkpr5x > :last-child, .framer-GrE0I .framer-o1q0ug > :last-child, .framer-GrE0I .framer-1svy3pw > :last-child, .framer-GrE0I .framer-e8mit > :last-child, .framer-GrE0I .framer-rse1wt > :last-child, .framer-GrE0I .framer-3xx48s > :last-child, .framer-GrE0I .framer-s2vfr1 > :last-child { margin-bottom: 0px; } .framer-GrE0I .framer-il3pw0 > *, .framer-GrE0I .framer-1smixe9 > *, .framer-GrE0I .framer-1hqm03 > *, .framer-GrE0I .framer-1bng7e > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-GrE0I .framer-wmf4oj > *, .framer-GrE0I .framer-9u3n92 > *, .framer-GrE0I .framer-1c1rrdi > *, .framer-GrE0I .framer-1w8r4h4 > *, .framer-GrE0I .framer-1nttfk4 > *, .framer-GrE0I .framer-12wkgs6 > *, .framer-GrE0I .framer-1cde8lp > *, .framer-GrE0I .framer-1p8sp38 > *, .framer-GrE0I .framer-w2nofw > *, .framer-GrE0I .framer-11697z5 > *, .framer-GrE0I .framer-a88bjm > *, .framer-GrE0I .framer-14sqrrf > *, .framer-GrE0I .framer-lk4rym > *, .framer-GrE0I .framer-1d593r9 > *, .framer-GrE0I .framer-x52hup > *, .framer-GrE0I .framer-1xbdqgp > *, .framer-GrE0I .framer-19pkgx9 > *, .framer-GrE0I .framer-4qni39 > *, .framer-GrE0I .framer-d9o0t8 > *, .framer-GrE0I .framer-g8w656 > *, .framer-GrE0I .framer-15dq776 > *, .framer-GrE0I .framer-114f8cd > *, .framer-GrE0I .framer-v0d9bl > *, .framer-GrE0I .framer-1f2dcx1 > *, .framer-GrE0I .framer-18a2m7s > *, .framer-GrE0I .framer-11y21h > *, .framer-GrE0I .framer-12yiqo7 > *, .framer-GrE0I .framer-i4mht > *, .framer-GrE0I .framer-117c78x > *, .framer-GrE0I .framer-1as4maa > *, .framer-GrE0I .framer-165ggfn > *, .framer-GrE0I .framer-6csotq > *, .framer-GrE0I .framer-iy200z > *, .framer-GrE0I .framer-1t977m4 > *, .framer-GrE0I .framer-3i6f3g > *, .framer-GrE0I .framer-8vw3i5 > *, .framer-GrE0I .framer-1u3w49 > *, .framer-GrE0I .framer-19f1rsv > *, .framer-GrE0I .framer-uvyaw6 > *, .framer-GrE0I .framer-gnd9wz > *, .framer-GrE0I .framer-1k66vn7 > *, .framer-GrE0I .framer-1ooj0ya > *, .framer-GrE0I .framer-6ecox9 > *, .framer-GrE0I .framer-ilhfk2 > *, .framer-GrE0I .framer-1461lgu > *, .framer-GrE0I .framer-19svybp > *, .framer-GrE0I .framer-u6haf3 > *, .framer-GrE0I .framer-limxyh > *, .framer-GrE0I .framer-5oft22 > *, .framer-GrE0I .framer-d6a7b8 > *, .framer-GrE0I .framer-9mu7bk > *, .framer-GrE0I .framer-yr69cf > *, .framer-GrE0I .framer-ctoc0l > *, .framer-GrE0I .framer-1fl08gw > *, .framer-GrE0I .framer-hjmbbq > *, .framer-GrE0I .framer-1httigw > *, .framer-GrE0I .framer-1lh6htl > *, .framer-GrE0I .framer-16q9xn8 > *, .framer-GrE0I .framer-1jee7fj > *, .framer-GrE0I .framer-e8uitz > *, .framer-GrE0I .framer-r81y4h > *, .framer-GrE0I .framer-dhbacz > *, .framer-GrE0I .framer-1oa6457 > *, .framer-GrE0I .framer-1lea85x > *, .framer-GrE0I .framer-nmv4h0 > *, .framer-GrE0I .framer-ve3onw > *, .framer-GrE0I .framer-1uo5708 > *, .framer-GrE0I .framer-1i05ana > *, .framer-GrE0I .framer-42xcj5 > *, .framer-GrE0I .framer-yzcbuu > *, .framer-GrE0I .framer-nyq5yt > *, .framer-GrE0I .framer-1om4v95 > *, .framer-GrE0I .framer-1svy3pw > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-GrE0I .framer-1uvt5kc > *, .framer-GrE0I .framer-f4i9mo > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-GrE0I .framer-1uvt5kc > :first-child, .framer-GrE0I .framer-bgxgm9 > :first-child, .framer-GrE0I .framer-f4i9mo > :first-child, .framer-GrE0I .framer-1cz51vm > :first-child, .framer-GrE0I .framer-moh8rn > :first-child, .framer-GrE0I .framer-1d6toyq > :first-child, .framer-GrE0I .framer-1o9g3au > :first-child, .framer-GrE0I .framer-bfrgji > :first-child, .framer-GrE0I .framer-1xm8srs > :first-child, .framer-GrE0I .framer-rme331 > :first-child, .framer-GrE0I .framer-15siv77 > :first-child, .framer-GrE0I .framer-1wivjis > :first-child, .framer-GrE0I .framer-1c2j8np > :first-child, .framer-GrE0I .framer-1lac9ac > :first-child, .framer-GrE0I .framer-d6kzfn > :first-child, .framer-GrE0I .framer-1rtmsoe > :first-child, .framer-GrE0I .framer-jz6h6r > :first-child, .framer-GrE0I .framer-1byjycw > :first-child, .framer-GrE0I .framer-12ag6ys > :first-child, .framer-GrE0I .framer-14uz3pj > :first-child, .framer-GrE0I .framer-1nl5f2s > :first-child, .framer-GrE0I .framer-122ivxz > :first-child, .framer-GrE0I .framer-5t6s54 > :first-child, .framer-GrE0I .framer-709j8x > :first-child, .framer-GrE0I .framer-9knlya > :first-child, .framer-GrE0I .framer-isdqgo > :first-child, .framer-GrE0I .framer-74qa8 > :first-child, .framer-GrE0I .framer-may3qp > :first-child, .framer-GrE0I .framer-1qggorn > :first-child, .framer-GrE0I .framer-1ge0u0q > :first-child, .framer-GrE0I .framer-ana1yx > :first-child, .framer-GrE0I .framer-1iy56xr > :first-child, .framer-GrE0I .framer-wj3do2 > :first-child, .framer-GrE0I .framer-8wsz5f > :first-child, .framer-GrE0I .framer-1wh0gje > :first-child, .framer-GrE0I .framer-18ec6l9 > :first-child, .framer-GrE0I .framer-1bjow25 > :first-child, .framer-GrE0I .framer-pte7xz > :first-child, .framer-GrE0I .framer-kvk7ay > :first-child, .framer-GrE0I .framer-c7rphv > :first-child, .framer-GrE0I .framer-114x30m > :first-child, .framer-GrE0I .framer-2bx39 > :first-child, .framer-GrE0I .framer-373f52 > :first-child, .framer-GrE0I .framer-7ds2f3 > :first-child, .framer-GrE0I .framer-dcl8rj > :first-child, .framer-GrE0I .framer-172gxzm > :first-child, .framer-GrE0I .framer-5sm6k9 > :first-child, .framer-GrE0I .framer-10crsev > :first-child, .framer-GrE0I .framer-kxsndp > :first-child, .framer-GrE0I .framer-1qoi1on > :first-child, .framer-GrE0I .framer-ndrxm5 > :first-child, .framer-GrE0I .framer-1rrm34g > :first-child, .framer-GrE0I .framer-k83cu6 > :first-child, .framer-GrE0I .framer-1c6049k > :first-child, .framer-GrE0I .framer-cs46a4 > :first-child, .framer-GrE0I .framer-dhm6oy > :first-child, .framer-GrE0I .framer-z1s7z5 > :first-child, .framer-GrE0I .framer-1rzgjbo > :first-child, .framer-GrE0I .framer-e2estz > :first-child, .framer-GrE0I .framer-xk0bk1 > :first-child, .framer-GrE0I .framer-g2qi0 > :first-child, .framer-GrE0I .framer-1hclhu1 > :first-child, .framer-GrE0I .framer-1w7k2zh > :first-child, .framer-GrE0I .framer-c1ylav > :first-child, .framer-GrE0I .framer-amieu0 > :first-child, .framer-GrE0I .framer-sgk1yz > :first-child, .framer-GrE0I .framer-23e46t > :first-child, .framer-GrE0I .framer-x6hyf6 > :first-child, .framer-GrE0I .framer-9dnpzv > :first-child, .framer-GrE0I .framer-15ughlf > :first-child, .framer-GrE0I .framer-azit7e > :first-child, .framer-GrE0I .framer-1ibgluh > :first-child, .framer-GrE0I .framer-wkt23m > :first-child, .framer-GrE0I .framer-bcj9wi > :first-child, .framer-GrE0I .framer-11izgs6 > :first-child, .framer-GrE0I .framer-kg2iyy > :first-child, .framer-GrE0I .framer-1oh044w > :first-child, .framer-GrE0I .framer-1sepyo5 > :first-child, .framer-GrE0I .framer-15d9umr > :first-child, .framer-GrE0I .framer-istvnk > :first-child, .framer-GrE0I .framer-q2h0ig > :first-child, .framer-GrE0I .framer-amnc2d > :first-child, .framer-GrE0I .framer-3u34o > :first-child, .framer-GrE0I .framer-124sbfw > :first-child, .framer-GrE0I .framer-1sdlh18 > :first-child, .framer-GrE0I .framer-12unsd9 > :first-child, .framer-GrE0I .framer-1lxlej5 > :first-child, .framer-GrE0I .framer-vnowdc > :first-child, .framer-GrE0I .framer-m1o2oj > :first-child, .framer-GrE0I .framer-qmpp2o > :first-child, .framer-GrE0I .framer-t3787y > :first-child, .framer-GrE0I .framer-bskxz > :first-child, .framer-GrE0I .framer-dgh0es > :first-child, .framer-GrE0I .framer-17ury4g > :first-child, .framer-GrE0I .framer-1scjaw5 > :first-child, .framer-GrE0I .framer-ico3ky > :first-child, .framer-GrE0I .framer-1pygwjk > :first-child, .framer-GrE0I .framer-9spbbe > :first-child, .framer-GrE0I .framer-saxnrd > :first-child, .framer-GrE0I .framer-bbpjf > :first-child, .framer-GrE0I .framer-ti5p3t > :first-child, .framer-GrE0I .framer-1dk2nzv > :first-child, .framer-GrE0I .framer-ytfyf9 > :first-child, .framer-GrE0I .framer-v98hmz > :first-child, .framer-GrE0I .framer-1tlu41v > :first-child { margin-left: 0px; } .framer-GrE0I .framer-1uvt5kc > :last-child, .framer-GrE0I .framer-bgxgm9 > :last-child, .framer-GrE0I .framer-f4i9mo > :last-child, .framer-GrE0I .framer-1cz51vm > :last-child, .framer-GrE0I .framer-moh8rn > :last-child, .framer-GrE0I .framer-1d6toyq > :last-child, .framer-GrE0I .framer-1o9g3au > :last-child, .framer-GrE0I .framer-bfrgji > :last-child, .framer-GrE0I .framer-1xm8srs > :last-child, .framer-GrE0I .framer-rme331 > :last-child, .framer-GrE0I .framer-15siv77 > :last-child, .framer-GrE0I .framer-1wivjis > :last-child, .framer-GrE0I .framer-1c2j8np > :last-child, .framer-GrE0I .framer-1lac9ac > :last-child, .framer-GrE0I .framer-d6kzfn > :last-child, .framer-GrE0I .framer-1rtmsoe > :last-child, .framer-GrE0I .framer-jz6h6r > :last-child, .framer-GrE0I .framer-1byjycw > :last-child, .framer-GrE0I .framer-12ag6ys > :last-child, .framer-GrE0I .framer-14uz3pj > :last-child, .framer-GrE0I .framer-1nl5f2s > :last-child, .framer-GrE0I .framer-122ivxz > :last-child, .framer-GrE0I .framer-5t6s54 > :last-child, .framer-GrE0I .framer-709j8x > :last-child, .framer-GrE0I .framer-9knlya > :last-child, .framer-GrE0I .framer-isdqgo > :last-child, .framer-GrE0I .framer-74qa8 > :last-child, .framer-GrE0I .framer-may3qp > :last-child, .framer-GrE0I .framer-1qggorn > :last-child, .framer-GrE0I .framer-1ge0u0q > :last-child, .framer-GrE0I .framer-ana1yx > :last-child, .framer-GrE0I .framer-1iy56xr > :last-child, .framer-GrE0I .framer-wj3do2 > :last-child, .framer-GrE0I .framer-8wsz5f > :last-child, .framer-GrE0I .framer-1wh0gje > :last-child, .framer-GrE0I .framer-18ec6l9 > :last-child, .framer-GrE0I .framer-1bjow25 > :last-child, .framer-GrE0I .framer-pte7xz > :last-child, .framer-GrE0I .framer-kvk7ay > :last-child, .framer-GrE0I .framer-c7rphv > :last-child, .framer-GrE0I .framer-114x30m > :last-child, .framer-GrE0I .framer-2bx39 > :last-child, .framer-GrE0I .framer-373f52 > :last-child, .framer-GrE0I .framer-7ds2f3 > :last-child, .framer-GrE0I .framer-dcl8rj > :last-child, .framer-GrE0I .framer-172gxzm > :last-child, .framer-GrE0I .framer-5sm6k9 > :last-child, .framer-GrE0I .framer-10crsev > :last-child, .framer-GrE0I .framer-kxsndp > :last-child, .framer-GrE0I .framer-1qoi1on > :last-child, .framer-GrE0I .framer-ndrxm5 > :last-child, .framer-GrE0I .framer-1rrm34g > :last-child, .framer-GrE0I .framer-k83cu6 > :last-child, .framer-GrE0I .framer-1c6049k > :last-child, .framer-GrE0I .framer-cs46a4 > :last-child, .framer-GrE0I .framer-dhm6oy > :last-child, .framer-GrE0I .framer-z1s7z5 > :last-child, .framer-GrE0I .framer-1rzgjbo > :last-child, .framer-GrE0I .framer-e2estz > :last-child, .framer-GrE0I .framer-xk0bk1 > :last-child, .framer-GrE0I .framer-g2qi0 > :last-child, .framer-GrE0I .framer-1hclhu1 > :last-child, .framer-GrE0I .framer-1w7k2zh > :last-child, .framer-GrE0I .framer-c1ylav > :last-child, .framer-GrE0I .framer-amieu0 > :last-child, .framer-GrE0I .framer-sgk1yz > :last-child, .framer-GrE0I .framer-23e46t > :last-child, .framer-GrE0I .framer-x6hyf6 > :last-child, .framer-GrE0I .framer-9dnpzv > :last-child, .framer-GrE0I .framer-15ughlf > :last-child, .framer-GrE0I .framer-azit7e > :last-child, .framer-GrE0I .framer-1ibgluh > :last-child, .framer-GrE0I .framer-wkt23m > :last-child, .framer-GrE0I .framer-bcj9wi > :last-child, .framer-GrE0I .framer-11izgs6 > :last-child, .framer-GrE0I .framer-kg2iyy > :last-child, .framer-GrE0I .framer-1oh044w > :last-child, .framer-GrE0I .framer-1sepyo5 > :last-child, .framer-GrE0I .framer-15d9umr > :last-child, .framer-GrE0I .framer-istvnk > :last-child, .framer-GrE0I .framer-q2h0ig > :last-child, .framer-GrE0I .framer-amnc2d > :last-child, .framer-GrE0I .framer-3u34o > :last-child, .framer-GrE0I .framer-124sbfw > :last-child, .framer-GrE0I .framer-1sdlh18 > :last-child, .framer-GrE0I .framer-12unsd9 > :last-child, .framer-GrE0I .framer-1lxlej5 > :last-child, .framer-GrE0I .framer-vnowdc > :last-child, .framer-GrE0I .framer-m1o2oj > :last-child, .framer-GrE0I .framer-qmpp2o > :last-child, .framer-GrE0I .framer-t3787y > :last-child, .framer-GrE0I .framer-bskxz > :last-child, .framer-GrE0I .framer-dgh0es > :last-child, .framer-GrE0I .framer-17ury4g > :last-child, .framer-GrE0I .framer-1scjaw5 > :last-child, .framer-GrE0I .framer-ico3ky > :last-child, .framer-GrE0I .framer-1pygwjk > :last-child, .framer-GrE0I .framer-9spbbe > :last-child, .framer-GrE0I .framer-saxnrd > :last-child, .framer-GrE0I .framer-bbpjf > :last-child, .framer-GrE0I .framer-ti5p3t > :last-child, .framer-GrE0I .framer-1dk2nzv > :last-child, .framer-GrE0I .framer-ytfyf9 > :last-child, .framer-GrE0I .framer-v98hmz > :last-child, .framer-GrE0I .framer-1tlu41v > :last-child { margin-right: 0px; } .framer-GrE0I .framer-11qdg0i > *, .framer-GrE0I .framer-1yusf5u > *, .framer-GrE0I .framer-ye6xbc > *, .framer-GrE0I .framer-1xzhkiw > *, .framer-GrE0I .framer-us0osc > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-GrE0I .framer-bgxgm9 > *, .framer-GrE0I .framer-1d6toyq > *, .framer-GrE0I .framer-d6kzfn > *, .framer-GrE0I .framer-1rtmsoe > *, .framer-GrE0I .framer-isdqgo > *, .framer-GrE0I .framer-12unsd9 > *, .framer-GrE0I .framer-m1o2oj > *, .framer-GrE0I .framer-qmpp2o > *, .framer-GrE0I .framer-t3787y > *, .framer-GrE0I .framer-17ury4g > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-GrE0I .framer-1cz51vm > *, .framer-GrE0I .framer-1lac9ac > *, .framer-GrE0I .framer-1scjaw5 > * { margin: 0px; margin-left: calc(90px / 2); margin-right: calc(90px / 2); } .framer-GrE0I .framer-moh8rn > *, .framer-GrE0I .framer-1o9g3au > *, .framer-GrE0I .framer-bfrgji > *, .framer-GrE0I .framer-rme331 > *, .framer-GrE0I .framer-15siv77 > *, .framer-GrE0I .framer-1wivjis > *, .framer-GrE0I .framer-1c2j8np > *, .framer-GrE0I .framer-1byjycw > *, .framer-GrE0I .framer-12ag6ys > *, .framer-GrE0I .framer-1nl5f2s > *, .framer-GrE0I .framer-122ivxz > *, .framer-GrE0I .framer-709j8x > *, .framer-GrE0I .framer-9knlya > *, .framer-GrE0I .framer-bskxz > *, .framer-GrE0I .framer-dgh0es > *, .framer-GrE0I .framer-ico3ky > *, .framer-GrE0I .framer-9spbbe > *, .framer-GrE0I .framer-bbpjf > *, .framer-GrE0I .framer-1dk2nzv > *, .framer-GrE0I .framer-v98hmz > *, .framer-GrE0I .framer-1tlu41v > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-GrE0I .framer-uzzvhu > *, .framer-GrE0I .framer-snwjv0 > *, .framer-GrE0I .framer-e8mit > *, .framer-GrE0I .framer-rse1wt > *, .framer-GrE0I .framer-3xx48s > *, .framer-GrE0I .framer-s2vfr1 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-GrE0I .framer-1lz5v6z > * { margin: 0px; margin-bottom: calc(90px / 2); margin-top: calc(90px / 2); } .framer-GrE0I .framer-cb7m24 > *, .framer-GrE0I .framer-a756vz > *, .framer-GrE0I .framer-17ojr5d > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-GrE0I .framer-1xm8srs > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-GrE0I .framer-jz6h6r > *, .framer-GrE0I .framer-14uz3pj > *, .framer-GrE0I .framer-5t6s54 > *, .framer-GrE0I .framer-vnowdc > *, .framer-GrE0I .framer-1pygwjk > *, .framer-GrE0I .framer-saxnrd > *, .framer-GrE0I .framer-ti5p3t > *, .framer-GrE0I .framer-ytfyf9 > * { margin: 0px; margin-left: calc(45px / 2); margin-right: calc(45px / 2); } .framer-GrE0I .framer-3cbuel > *, .framer-GrE0I .framer-1eali4j > *, .framer-GrE0I .framer-vcbh3n > *, .framer-GrE0I .framer-aui3j5 > *, .framer-GrE0I .framer-1xbbkjh > *, .framer-GrE0I .framer-1t8811e > *, .framer-GrE0I .framer-19wqz11 > *, .framer-GrE0I .framer-1tcyzso > *, .framer-GrE0I .framer-lkpr5x > *, .framer-GrE0I .framer-o1q0ug > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-GrE0I .framer-74qa8 > *, .framer-GrE0I .framer-1lxlej5 > * { margin: 0px; margin-left: calc(150px / 2); margin-right: calc(150px / 2); } .framer-GrE0I .framer-may3qp > *, .framer-GrE0I .framer-1qggorn > *, .framer-GrE0I .framer-1ge0u0q > *, .framer-GrE0I .framer-ana1yx > *, .framer-GrE0I .framer-1iy56xr > *, .framer-GrE0I .framer-wj3do2 > *, .framer-GrE0I .framer-8wsz5f > *, .framer-GrE0I .framer-1wh0gje > *, .framer-GrE0I .framer-18ec6l9 > *, .framer-GrE0I .framer-1bjow25 > *, .framer-GrE0I .framer-pte7xz > *, .framer-GrE0I .framer-kvk7ay > *, .framer-GrE0I .framer-c7rphv > *, .framer-GrE0I .framer-114x30m > *, .framer-GrE0I .framer-2bx39 > *, .framer-GrE0I .framer-373f52 > *, .framer-GrE0I .framer-7ds2f3 > *, .framer-GrE0I .framer-dcl8rj > *, .framer-GrE0I .framer-172gxzm > *, .framer-GrE0I .framer-5sm6k9 > *, .framer-GrE0I .framer-10crsev > *, .framer-GrE0I .framer-kxsndp > *, .framer-GrE0I .framer-1qoi1on > *, .framer-GrE0I .framer-ndrxm5 > *, .framer-GrE0I .framer-1rrm34g > *, .framer-GrE0I .framer-k83cu6 > *, .framer-GrE0I .framer-1c6049k > *, .framer-GrE0I .framer-cs46a4 > *, .framer-GrE0I .framer-dhm6oy > *, .framer-GrE0I .framer-z1s7z5 > *, .framer-GrE0I .framer-1rzgjbo > *, .framer-GrE0I .framer-e2estz > *, .framer-GrE0I .framer-xk0bk1 > *, .framer-GrE0I .framer-g2qi0 > *, .framer-GrE0I .framer-1hclhu1 > *, .framer-GrE0I .framer-1w7k2zh > *, .framer-GrE0I .framer-c1ylav > *, .framer-GrE0I .framer-amieu0 > *, .framer-GrE0I .framer-sgk1yz > *, .framer-GrE0I .framer-23e46t > *, .framer-GrE0I .framer-x6hyf6 > *, .framer-GrE0I .framer-9dnpzv > *, .framer-GrE0I .framer-15ughlf > *, .framer-GrE0I .framer-azit7e > *, .framer-GrE0I .framer-1ibgluh > *, .framer-GrE0I .framer-wkt23m > *, .framer-GrE0I .framer-bcj9wi > *, .framer-GrE0I .framer-11izgs6 > *, .framer-GrE0I .framer-kg2iyy > *, .framer-GrE0I .framer-1oh044w > *, .framer-GrE0I .framer-1sepyo5 > *, .framer-GrE0I .framer-15d9umr > *, .framer-GrE0I .framer-istvnk > *, .framer-GrE0I .framer-q2h0ig > *, .framer-GrE0I .framer-amnc2d > *, .framer-GrE0I .framer-3u34o > *, .framer-GrE0I .framer-124sbfw > *, .framer-GrE0I .framer-1sdlh18 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-GrE0I .framer-1hqfncj > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",...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,'.framer-GrE0I[data-border=\"true\"]::after, .framer-GrE0I [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',`@media (min-width: 1920px) { .${metadata.bodyClassName}-framer-GrE0I { background: var(--token-ad20a301-b4bf-44da-a27c-c2cf3451bad0, rgb(5, 5, 5)) /* {\"name\":\"dark lead\"} */; } .framer-GrE0I.framer-72rtr7 { width: 1920px; } .framer-GrE0I .framer-1beh1j1 { background-color: #ffffff; } .framer-GrE0I .framer-r51nxk-container { height: var(--framer-aspect-ratio-supported, 1080px); min-height: 105vh; top: -50px; width: 100%; } .framer-GrE0I .framer-1uvt5kc { right: 120px; } .framer-GrE0I .framer-1mtu42l-container { left: 120px; } .framer-GrE0I .framer-1lac9ac, .framer-GrE0I .framer-1xzhkiw, .framer-GrE0I .framer-us0osc { padding: 45px 120px 45px 120px; } .framer-GrE0I .framer-mt9wye { padding: 0px 120px 45px 120px; } .framer-GrE0I .framer-jz6h6r, .framer-GrE0I .framer-14uz3pj, .framer-GrE0I .framer-5t6s54, .framer-GrE0I .framer-vnowdc, .framer-GrE0I .framer-qmpp2o { gap: 60px; } .framer-GrE0I .framer-1scjaw5 { gap: 150px; } .framer-GrE0I .framer-nyq5yt, .framer-GrE0I .framer-1svy3pw { width: 520px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-GrE0I .framer-jz6h6r, .framer-GrE0I .framer-14uz3pj, .framer-GrE0I .framer-5t6s54, .framer-GrE0I .framer-vnowdc, .framer-GrE0I .framer-qmpp2o, .framer-GrE0I .framer-1scjaw5 { gap: 0px; } .framer-GrE0I .framer-jz6h6r > *, .framer-GrE0I .framer-14uz3pj > *, .framer-GrE0I .framer-5t6s54 > *, .framer-GrE0I .framer-vnowdc > *, .framer-GrE0I .framer-qmpp2o > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-GrE0I .framer-jz6h6r > :first-child, .framer-GrE0I .framer-14uz3pj > :first-child, .framer-GrE0I .framer-5t6s54 > :first-child, .framer-GrE0I .framer-vnowdc > :first-child, .framer-GrE0I .framer-qmpp2o > :first-child, .framer-GrE0I .framer-1scjaw5 > :first-child { margin-left: 0px; } .framer-GrE0I .framer-jz6h6r > :last-child, .framer-GrE0I .framer-14uz3pj > :last-child, .framer-GrE0I .framer-5t6s54 > :last-child, .framer-GrE0I .framer-vnowdc > :last-child, .framer-GrE0I .framer-qmpp2o > :last-child, .framer-GrE0I .framer-1scjaw5 > :last-child { margin-right: 0px; } .framer-GrE0I .framer-1scjaw5 > * { margin: 0px; margin-left: calc(150px / 2); margin-right: calc(150px / 2); } }}`,`@media (min-width: 1200px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-GrE0I { background: var(--token-ad20a301-b4bf-44da-a27c-c2cf3451bad0, rgb(5, 5, 5)) /* {\"name\":\"dark lead\"} */; } .framer-GrE0I.framer-72rtr7 { width: 1200px; } .framer-GrE0I .framer-r51nxk-container { aspect-ratio: 1.7142857142857142 / 1; width: 1440px; } .framer-GrE0I .framer-1uvt5kc { gap: 5px; } .framer-GrE0I .framer-pq6x2w, .framer-GrE0I .framer-1ggflzi { height: var(--framer-aspect-ratio-supported, 110px); width: 120px; } .framer-GrE0I .framer-f4i9mo { padding: 0px; } .framer-GrE0I .framer-1cz51vm { gap: 75px; } .framer-GrE0I .framer-1c1rrdi, .framer-GrE0I .framer-1nttfk4 { height: 250px; width: 250px; } .framer-GrE0I .framer-1w8r4h4 { height: 350px; width: 350px; } .framer-GrE0I .framer-1lac9ac { gap: 60px; } .framer-GrE0I .framer-13egvep { width: 550px; } .framer-GrE0I .framer-uswz8g { aspect-ratio: 0.847953216374269 / 1; height: var(--framer-aspect-ratio-supported, 590px); width: 500px; } .framer-GrE0I .framer-c3nrt { height: var(--framer-aspect-ratio-supported, 590px); } .framer-GrE0I .framer-3cbuel, .framer-GrE0I .framer-1eali4j, .framer-GrE0I .framer-vcbh3n, .framer-GrE0I .framer-aui3j5, .framer-GrE0I .framer-1xbbkjh, .framer-GrE0I .framer-1t8811e { align-self: stretch; height: auto; } .framer-GrE0I .framer-drzqnq { height: auto; } .framer-GrE0I .framer-us0osc { overflow: visible; } .framer-GrE0I .framer-17nj0iq { width: 352px; } .framer-GrE0I .framer-4b2np2-container { height: var(--framer-aspect-ratio-supported, 198px); } .framer-GrE0I .framer-qmpp2o { gap: 0px; } .framer-GrE0I .framer-1scjaw5 { gap: 45px; padding: 37px 45px 37px 45px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-GrE0I .framer-1uvt5kc, .framer-GrE0I .framer-1cz51vm, .framer-GrE0I .framer-1lac9ac, .framer-GrE0I .framer-qmpp2o, .framer-GrE0I .framer-1scjaw5 { gap: 0px; } .framer-GrE0I .framer-1uvt5kc > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-GrE0I .framer-1uvt5kc > :first-child, .framer-GrE0I .framer-1cz51vm > :first-child, .framer-GrE0I .framer-1lac9ac > :first-child, .framer-GrE0I .framer-qmpp2o > :first-child, .framer-GrE0I .framer-1scjaw5 > :first-child { margin-left: 0px; } .framer-GrE0I .framer-1uvt5kc > :last-child, .framer-GrE0I .framer-1cz51vm > :last-child, .framer-GrE0I .framer-1lac9ac > :last-child, .framer-GrE0I .framer-qmpp2o > :last-child, .framer-GrE0I .framer-1scjaw5 > :last-child { margin-right: 0px; } .framer-GrE0I .framer-1cz51vm > * { margin: 0px; margin-left: calc(75px / 2); margin-right: calc(75px / 2); } .framer-GrE0I .framer-1lac9ac > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-GrE0I .framer-qmpp2o > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-GrE0I .framer-1scjaw5 > * { margin: 0px; margin-left: calc(45px / 2); margin-right: calc(45px / 2); } }}`,`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-GrE0I { background: var(--token-ad20a301-b4bf-44da-a27c-c2cf3451bad0, rgb(5, 5, 5)) /* {\"name\":\"dark lead\"} */; } .framer-GrE0I.framer-72rtr7 { width: 810px; } .framer-GrE0I .framer-r51nxk-container { aspect-ratio: 1.4109347442680775 / 1; height: var(--framer-aspect-ratio-supported, 1134px); max-height: 105vh; min-height: 105vh; top: -30px; width: 1600px; } .framer-GrE0I .framer-1qj5jmn { width: 600px; } .framer-GrE0I .framer-1uvt5kc { gap: 5px; } .framer-GrE0I .framer-pq6x2w, .framer-GrE0I .framer-1ggflzi { height: var(--framer-aspect-ratio-supported, 110px); width: 120px; } .framer-GrE0I .framer-4ywpyw, .framer-GrE0I .framer-1hcbxo2, .framer-GrE0I .framer-2zr9vk, .framer-GrE0I .framer-jxcmp7, .framer-GrE0I .framer-bfhnwz, .framer-GrE0I .framer-1lh3v07, .framer-GrE0I .framer-syeo5n, .framer-GrE0I .framer-1qs7tio, .framer-GrE0I .framer-idxo8z { height: 5vh; } .framer-GrE0I .framer-11qdg0i, .framer-GrE0I .framer-1bng7e { padding: 20px; } .framer-GrE0I .framer-p7koh3 { width: 100%; } .framer-GrE0I .framer-f4i9mo { padding: 0px; } .framer-GrE0I .framer-1cz51vm { flex-direction: column; gap: 45px; } .framer-GrE0I .framer-1c1rrdi, .framer-GrE0I .framer-1nttfk4 { gap: 0px; width: 250px; } .framer-GrE0I .framer-1w8r4h4 { gap: 0px; width: 350px; } .framer-GrE0I .framer-1yusf5u { gap: 45px; } .framer-GrE0I .framer-1o9g3au, .framer-GrE0I .framer-rme331, .framer-GrE0I .framer-1wivjis { aspect-ratio: 1.6071428571428572 / 1; height: var(--framer-aspect-ratio-supported, 280px); width: 450px; } .framer-GrE0I .framer-cb7m24, .framer-GrE0I .framer-a756vz, .framer-GrE0I .framer-17ojr5d { gap: 30px; } .framer-GrE0I .framer-1xm8srs { flex-direction: column; } .framer-GrE0I .framer-1lac9ac, .framer-GrE0I .framer-1xzhkiw { gap: 45px; padding: 20px; } .framer-GrE0I .framer-13egvep { width: 350px; } .framer-GrE0I .framer-uswz8g { aspect-ratio: 0.847953216374269 / 1; height: var(--framer-aspect-ratio-supported, 413px); width: 350px; } .framer-GrE0I .framer-c3nrt { height: var(--framer-aspect-ratio-supported, 413px); } .framer-GrE0I .framer-1hqm03 { gap: 15px; } .framer-GrE0I .framer-jz6h6r, .framer-GrE0I .framer-14uz3pj, .framer-GrE0I .framer-5t6s54 { flex-direction: column; gap: 15px; } .framer-GrE0I .framer-3cbuel, .framer-GrE0I .framer-1eali4j { height: 258px; } .framer-GrE0I .framer-drzqnq { height: auto; } .framer-GrE0I .framer-vcbh3n, .framer-GrE0I .framer-aui3j5 { height: 257px; } .framer-GrE0I .framer-1xbbkjh, .framer-GrE0I .framer-1t8811e { height: 240px; } .framer-GrE0I .framer-74qa8, .framer-GrE0I .framer-1lxlej5 { gap: unset; justify-content: space-between; } .framer-GrE0I .framer-us0osc { gap: 45px; height: min-content; overflow: visible; padding: 20px; } .framer-GrE0I .framer-17nj0iq { width: 352px; } .framer-GrE0I .framer-4b2np2-container { height: var(--framer-aspect-ratio-supported, 198px); } .framer-GrE0I .framer-qmpp2o { gap: 0px; } .framer-GrE0I .framer-19wqz11 { height: 450px; width: 350px; } .framer-GrE0I .framer-10s9ovc { height: 59px; } .framer-GrE0I .framer-1gpdiev { height: 100px; } .framer-GrE0I .framer-1scjaw5 { flex-direction: column; gap: 45px; padding: 37px 45px 37px 45px; } .framer-GrE0I .framer-rdovmr { align-self: unset; height: 2px; width: 745px; } .framer-GrE0I .framer-1svy3pw { align-self: unset; height: min-content; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-GrE0I .framer-1uvt5kc, .framer-GrE0I .framer-1cz51vm, .framer-GrE0I .framer-1c1rrdi, .framer-GrE0I .framer-1w8r4h4, .framer-GrE0I .framer-1nttfk4, .framer-GrE0I .framer-1yusf5u, .framer-GrE0I .framer-cb7m24, .framer-GrE0I .framer-1xm8srs, .framer-GrE0I .framer-a756vz, .framer-GrE0I .framer-17ojr5d, .framer-GrE0I .framer-1lac9ac, .framer-GrE0I .framer-1hqm03, .framer-GrE0I .framer-jz6h6r, .framer-GrE0I .framer-14uz3pj, .framer-GrE0I .framer-5t6s54, .framer-GrE0I .framer-1xzhkiw, .framer-GrE0I .framer-74qa8, .framer-GrE0I .framer-us0osc, .framer-GrE0I .framer-1lxlej5, .framer-GrE0I .framer-qmpp2o, .framer-GrE0I .framer-1scjaw5 { gap: 0px; } .framer-GrE0I .framer-1uvt5kc > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-GrE0I .framer-1uvt5kc > :first-child, .framer-GrE0I .framer-1lac9ac > :first-child, .framer-GrE0I .framer-qmpp2o > :first-child { margin-left: 0px; } .framer-GrE0I .framer-1uvt5kc > :last-child, .framer-GrE0I .framer-1lac9ac > :last-child, .framer-GrE0I .framer-qmpp2o > :last-child { margin-right: 0px; } .framer-GrE0I .framer-1cz51vm > *, .framer-GrE0I .framer-1yusf5u > *, .framer-GrE0I .framer-1xzhkiw > *, .framer-GrE0I .framer-us0osc > *, .framer-GrE0I .framer-1scjaw5 > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-GrE0I .framer-1cz51vm > :first-child, .framer-GrE0I .framer-1c1rrdi > :first-child, .framer-GrE0I .framer-1w8r4h4 > :first-child, .framer-GrE0I .framer-1nttfk4 > :first-child, .framer-GrE0I .framer-1yusf5u > :first-child, .framer-GrE0I .framer-cb7m24 > :first-child, .framer-GrE0I .framer-1xm8srs > :first-child, .framer-GrE0I .framer-a756vz > :first-child, .framer-GrE0I .framer-17ojr5d > :first-child, .framer-GrE0I .framer-1hqm03 > :first-child, .framer-GrE0I .framer-jz6h6r > :first-child, .framer-GrE0I .framer-14uz3pj > :first-child, .framer-GrE0I .framer-5t6s54 > :first-child, .framer-GrE0I .framer-1xzhkiw > :first-child, .framer-GrE0I .framer-us0osc > :first-child, .framer-GrE0I .framer-1scjaw5 > :first-child { margin-top: 0px; } .framer-GrE0I .framer-1cz51vm > :last-child, .framer-GrE0I .framer-1c1rrdi > :last-child, .framer-GrE0I .framer-1w8r4h4 > :last-child, .framer-GrE0I .framer-1nttfk4 > :last-child, .framer-GrE0I .framer-1yusf5u > :last-child, .framer-GrE0I .framer-cb7m24 > :last-child, .framer-GrE0I .framer-1xm8srs > :last-child, .framer-GrE0I .framer-a756vz > :last-child, .framer-GrE0I .framer-17ojr5d > :last-child, .framer-GrE0I .framer-1hqm03 > :last-child, .framer-GrE0I .framer-jz6h6r > :last-child, .framer-GrE0I .framer-14uz3pj > :last-child, .framer-GrE0I .framer-5t6s54 > :last-child, .framer-GrE0I .framer-1xzhkiw > :last-child, .framer-GrE0I .framer-us0osc > :last-child, .framer-GrE0I .framer-1scjaw5 > :last-child { margin-bottom: 0px; } .framer-GrE0I .framer-1c1rrdi > *, .framer-GrE0I .framer-1w8r4h4 > *, .framer-GrE0I .framer-1nttfk4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-GrE0I .framer-cb7m24 > *, .framer-GrE0I .framer-a756vz > *, .framer-GrE0I .framer-17ojr5d > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-GrE0I .framer-1xm8srs > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-GrE0I .framer-1lac9ac > * { margin: 0px; margin-left: calc(45px / 2); margin-right: calc(45px / 2); } .framer-GrE0I .framer-1hqm03 > *, .framer-GrE0I .framer-jz6h6r > *, .framer-GrE0I .framer-14uz3pj > *, .framer-GrE0I .framer-5t6s54 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-GrE0I .framer-74qa8 > *, .framer-GrE0I .framer-74qa8 > :first-child, .framer-GrE0I .framer-74qa8 > :last-child, .framer-GrE0I .framer-1lxlej5 > *, .framer-GrE0I .framer-1lxlej5 > :first-child, .framer-GrE0I .framer-1lxlej5 > :last-child { margin: 0px; } .framer-GrE0I .framer-qmpp2o > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-GrE0I { background: var(--token-ad20a301-b4bf-44da-a27c-c2cf3451bad0, rgb(5, 5, 5)) /* {\"name\":\"dark lead\"} */; } .framer-GrE0I.framer-72rtr7 { width: 390px; } .framer-GrE0I .framer-wnq4z0 { mix-blend-mode: unset; opacity: 0; } .framer-GrE0I .framer-wmf4oj, .framer-GrE0I .framer-mt9wye, .framer-GrE0I .framer-1bng7e { padding: 16px; } .framer-GrE0I .framer-1qj5jmn, .framer-GrE0I .framer-p7koh3, .framer-GrE0I .framer-x2kkor, .framer-GrE0I .framer-1a69evb, .framer-GrE0I .framer-1n3wq1j, .framer-GrE0I .framer-nyq5yt, .framer-GrE0I .framer-syy0p9-container { width: 100%; } .framer-GrE0I .framer-1uvt5kc { right: 16px; } .framer-GrE0I .framer-pq6x2w, .framer-GrE0I .framer-1ggflzi { height: var(--framer-aspect-ratio-supported, 91px); width: 100px; } .framer-GrE0I .framer-1mtu42l-container { left: 16px; } .framer-GrE0I .framer-11qdg0i, .framer-GrE0I .framer-1lz5v6z { gap: 45px; padding: 16px; } .framer-GrE0I .framer-f4i9mo { padding: 0px; } .framer-GrE0I .framer-1cz51vm { flex-direction: column; gap: 45px; } .framer-GrE0I .framer-1c1rrdi, .framer-GrE0I .framer-1nttfk4 { gap: 0px; width: 250px; } .framer-GrE0I .framer-1w8r4h4 { gap: 0px; width: 350px; } .framer-GrE0I .framer-1yusf5u, .framer-GrE0I .framer-1smixe9, .framer-GrE0I .framer-ye6xbc { gap: 30px; } .framer-GrE0I .framer-1o9g3au, .framer-GrE0I .framer-rme331 { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; aspect-ratio: 1.6071428571428572 / 1; height: var(--framer-aspect-ratio-supported, 223px); padding: 10px; width: 100%; } .framer-GrE0I .framer-bfrgji, .framer-GrE0I .framer-15siv77, .framer-GrE0I .framer-1c2j8np { padding: 10px; } .framer-GrE0I .framer-cb7m24, .framer-GrE0I .framer-a756vz, .framer-GrE0I .framer-17ojr5d { gap: 15px; padding: 10px; } .framer-GrE0I .framer-1xm8srs { flex-direction: column; gap: 30px; } .framer-GrE0I .framer-8bopj0 { order: 0; } .framer-GrE0I .framer-1ebvn8x { order: 1; width: 100%; } .framer-GrE0I .framer-1wivjis { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; aspect-ratio: 1.6071428571428572 / 1; height: var(--framer-aspect-ratio-supported, 222px); padding: 10px; width: 100%; } .framer-GrE0I .framer-2zr9vk, .framer-GrE0I .framer-1qs7tio, .framer-GrE0I .framer-idxo8z { height: 5vh; } .framer-GrE0I .framer-1lac9ac { flex-direction: column; gap: 30px; padding: 16px; } .framer-GrE0I .framer-13egvep { align-self: unset; gap: 30px; height: min-content; justify-content: center; width: 350px; } .framer-GrE0I .framer-uswz8g { aspect-ratio: 0.847953216374269 / 1; height: var(--framer-aspect-ratio-supported, 413px); width: 350px; } .framer-GrE0I .framer-c3nrt { height: var(--framer-aspect-ratio-supported, 413px); } .framer-GrE0I .framer-1hqm03 { gap: 15px; } .framer-GrE0I .framer-jz6h6r, .framer-GrE0I .framer-14uz3pj, .framer-GrE0I .framer-5t6s54 { flex-direction: column; gap: 15px; } .framer-GrE0I .framer-3cbuel, .framer-GrE0I .framer-1eali4j, .framer-GrE0I .framer-vcbh3n, .framer-GrE0I .framer-aui3j5, .framer-GrE0I .framer-1xbbkjh, .framer-GrE0I .framer-1t8811e { height: 247px; padding: 20px; width: 100%; } .framer-GrE0I .framer-1byjycw, .framer-GrE0I .framer-12ag6ys, .framer-GrE0I .framer-1nl5f2s, .framer-GrE0I .framer-122ivxz, .framer-GrE0I .framer-709j8x, .framer-GrE0I .framer-9knlya { height: var(--framer-aspect-ratio-supported, 60px); width: 60px; } .framer-GrE0I .framer-drzqnq { height: auto; } .framer-GrE0I .framer-1xzhkiw { gap: 30px; padding: 16px; } .framer-GrE0I .framer-74qa8, .framer-GrE0I .framer-1lxlej5 { flex-direction: column; gap: 30px; justify-content: flex-start; } .framer-GrE0I .framer-1t7wbz4, .framer-GrE0I .framer-syed7t { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-GrE0I .framer-us0osc { gap: 45px; height: min-content; overflow: visible; padding: 16px; } .framer-GrE0I .framer-vnowdc, .framer-GrE0I .framer-t3787y, .framer-GrE0I .framer-1tlu41v { flex-direction: column; } .framer-GrE0I .framer-17nj0iq { width: 352px; } .framer-GrE0I .framer-4b2np2-container { height: var(--framer-aspect-ratio-supported, 198px); } .framer-GrE0I .framer-qmpp2o { gap: 0px; } .framer-GrE0I .framer-19wqz11 { height: 450px; width: 350px; } .framer-GrE0I .framer-10s9ovc { height: 59px; } .framer-GrE0I .framer-1gpdiev { height: 100px; } .framer-GrE0I .framer-1scjaw5 { flex-direction: column; gap: 45px; padding: 16px; } .framer-GrE0I .framer-rdovmr { align-self: unset; height: 2px; width: 745px; } .framer-GrE0I .framer-1svy3pw { align-self: unset; height: min-content; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-GrE0I .framer-11qdg0i, .framer-GrE0I .framer-1cz51vm, .framer-GrE0I .framer-1c1rrdi, .framer-GrE0I .framer-1w8r4h4, .framer-GrE0I .framer-1nttfk4, .framer-GrE0I .framer-1lz5v6z, .framer-GrE0I .framer-1yusf5u, .framer-GrE0I .framer-cb7m24, .framer-GrE0I .framer-1xm8srs, .framer-GrE0I .framer-a756vz, .framer-GrE0I .framer-17ojr5d, .framer-GrE0I .framer-1lac9ac, .framer-GrE0I .framer-13egvep, .framer-GrE0I .framer-1smixe9, .framer-GrE0I .framer-ye6xbc, .framer-GrE0I .framer-1hqm03, .framer-GrE0I .framer-jz6h6r, .framer-GrE0I .framer-14uz3pj, .framer-GrE0I .framer-5t6s54, .framer-GrE0I .framer-1xzhkiw, .framer-GrE0I .framer-74qa8, .framer-GrE0I .framer-us0osc, .framer-GrE0I .framer-1lxlej5, .framer-GrE0I .framer-vnowdc, .framer-GrE0I .framer-qmpp2o, .framer-GrE0I .framer-t3787y, .framer-GrE0I .framer-1scjaw5, .framer-GrE0I .framer-1tlu41v { gap: 0px; } .framer-GrE0I .framer-11qdg0i > *, .framer-GrE0I .framer-1cz51vm > *, .framer-GrE0I .framer-1lz5v6z > *, .framer-GrE0I .framer-us0osc > *, .framer-GrE0I .framer-vnowdc > *, .framer-GrE0I .framer-1scjaw5 > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-GrE0I .framer-11qdg0i > :first-child, .framer-GrE0I .framer-1cz51vm > :first-child, .framer-GrE0I .framer-1c1rrdi > :first-child, .framer-GrE0I .framer-1w8r4h4 > :first-child, .framer-GrE0I .framer-1nttfk4 > :first-child, .framer-GrE0I .framer-1lz5v6z > :first-child, .framer-GrE0I .framer-1yusf5u > :first-child, .framer-GrE0I .framer-cb7m24 > :first-child, .framer-GrE0I .framer-1xm8srs > :first-child, .framer-GrE0I .framer-a756vz > :first-child, .framer-GrE0I .framer-17ojr5d > :first-child, .framer-GrE0I .framer-1lac9ac > :first-child, .framer-GrE0I .framer-13egvep > :first-child, .framer-GrE0I .framer-1smixe9 > :first-child, .framer-GrE0I .framer-ye6xbc > :first-child, .framer-GrE0I .framer-1hqm03 > :first-child, .framer-GrE0I .framer-jz6h6r > :first-child, .framer-GrE0I .framer-14uz3pj > :first-child, .framer-GrE0I .framer-5t6s54 > :first-child, .framer-GrE0I .framer-1xzhkiw > :first-child, .framer-GrE0I .framer-74qa8 > :first-child, .framer-GrE0I .framer-us0osc > :first-child, .framer-GrE0I .framer-1lxlej5 > :first-child, .framer-GrE0I .framer-vnowdc > :first-child, .framer-GrE0I .framer-t3787y > :first-child, .framer-GrE0I .framer-1scjaw5 > :first-child, .framer-GrE0I .framer-1tlu41v > :first-child { margin-top: 0px; } .framer-GrE0I .framer-11qdg0i > :last-child, .framer-GrE0I .framer-1cz51vm > :last-child, .framer-GrE0I .framer-1c1rrdi > :last-child, .framer-GrE0I .framer-1w8r4h4 > :last-child, .framer-GrE0I .framer-1nttfk4 > :last-child, .framer-GrE0I .framer-1lz5v6z > :last-child, .framer-GrE0I .framer-1yusf5u > :last-child, .framer-GrE0I .framer-cb7m24 > :last-child, .framer-GrE0I .framer-1xm8srs > :last-child, .framer-GrE0I .framer-a756vz > :last-child, .framer-GrE0I .framer-17ojr5d > :last-child, .framer-GrE0I .framer-1lac9ac > :last-child, .framer-GrE0I .framer-13egvep > :last-child, .framer-GrE0I .framer-1smixe9 > :last-child, .framer-GrE0I .framer-ye6xbc > :last-child, .framer-GrE0I .framer-1hqm03 > :last-child, .framer-GrE0I .framer-jz6h6r > :last-child, .framer-GrE0I .framer-14uz3pj > :last-child, .framer-GrE0I .framer-5t6s54 > :last-child, .framer-GrE0I .framer-1xzhkiw > :last-child, .framer-GrE0I .framer-74qa8 > :last-child, .framer-GrE0I .framer-us0osc > :last-child, .framer-GrE0I .framer-1lxlej5 > :last-child, .framer-GrE0I .framer-vnowdc > :last-child, .framer-GrE0I .framer-t3787y > :last-child, .framer-GrE0I .framer-1scjaw5 > :last-child, .framer-GrE0I .framer-1tlu41v > :last-child { margin-bottom: 0px; } .framer-GrE0I .framer-1c1rrdi > *, .framer-GrE0I .framer-1w8r4h4 > *, .framer-GrE0I .framer-1nttfk4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-GrE0I .framer-1yusf5u > *, .framer-GrE0I .framer-1xm8srs > *, .framer-GrE0I .framer-1lac9ac > *, .framer-GrE0I .framer-13egvep > *, .framer-GrE0I .framer-1smixe9 > *, .framer-GrE0I .framer-ye6xbc > *, .framer-GrE0I .framer-1xzhkiw > *, .framer-GrE0I .framer-74qa8 > *, .framer-GrE0I .framer-1lxlej5 > *, .framer-GrE0I .framer-t3787y > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-GrE0I .framer-cb7m24 > *, .framer-GrE0I .framer-a756vz > *, .framer-GrE0I .framer-17ojr5d > *, .framer-GrE0I .framer-1hqm03 > *, .framer-GrE0I .framer-jz6h6r > *, .framer-GrE0I .framer-14uz3pj > *, .framer-GrE0I .framer-5t6s54 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-GrE0I .framer-qmpp2o > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-GrE0I .framer-qmpp2o > :first-child { margin-left: 0px; } .framer-GrE0I .framer-qmpp2o > :last-child { margin-right: 0px; } .framer-GrE0I .framer-1tlu41v > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10168\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wK4A80xoT\":{\"layout\":[\"fixed\",\"auto\"]},\"eaT8alaa4\":{\"layout\":[\"fixed\",\"auto\"]},\"lMnnLhH00\":{\"layout\":[\"fixed\",\"auto\"]},\"BTC_h41pD\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-GrE0I\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:10168,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+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:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NZ67QOF3FXYLOR27ABJOZVKKBKNRMKMF/EHBFE55HTLOOJHTZSLD54GSL3EBTAFNQ/DI2GHUWG3WKRXISSCTNDMTWKWZC25UIW.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]},...LoadingPageFonts,...NavigationFonts,...YouTubeFonts,...VideoFonts,...HeroSectionButtonFonts,...MoreInfoFonts,...CounterFonts,...MeetTheTeamFonts,...ViewAllPracticeAreasFonts,...ColorSwitchBgFonts,...CheckGoogleReviewsFonts,...TickerFonts,...CheckYoutubeChannelFonts,...ReadMoreFonts,...ViewAllPublicationsFonts,...ButtonFonts,...FooterFonts,...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)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"10168\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wK4A80xoT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eaT8alaa4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lMnnLhH00\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BTC_h41pD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["addUniqueItem", "t", "e", "clamp", "t", "e", "n", "isNumber", "isEasingList", "wrap", "o", "getEasingForSegment", "mix", "noop", "noopReturn", "progress", "fillOffset", "s", "defaultOffset", "interpolate", "f", "r", "isCubicBezier", "isEasingGenerator", "isFunction", "isString", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "steps", "clamp", "l", "cubicBezier", "u", "getEasingFunction", "s", "isFunction", "isCubicBezier", "a", "t", "i", "steps", "noopReturn", "Animation", "o", "h", "m", "c", "d", "isEasingGenerator", "isEasingList", "f", "interpolate", "e", "n", "r", "n", "e", "t", "r", "MotionValue", "i", "__rest", "r", "n", "o", "n", "calcGeneratorVelocity", "t", "s", "r", "a", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "o", "c", "i", "e", "d", "f", "l", "g", "m", "glide", "h", "u", "isOutOfBounds", "nearestBoundary", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "noopReturn", "W", "getAnimationData", "getMotionValue", "MotionValue", "L", "T", "M", "D", "B", "noopReturn", "k", "asTransformCssVar", "N", "compareTransformOrder", "$", "isTransform", "addTransformToElement", "n", "addUniqueItem", "buildTransformTemplate", "transformListToString", "isCssVar", "C", "registerCssVariable", "testAnimation", "j", "P", "R", "H", "generateLinearEasingPoints", "o", "t", "progress", "convertEasing", "isFunction", "isCubicBezier", "cubicBezierAsString", "hydrateKeyframes", "keyframesList", "getStyleName", "I", "e", "stopAnimation", "getUnitConverter", "s", "isString", "getDevToolsRecord", "window", "animateStyle", "i", "r", "l", "f", "v", "y", "E", "b", "A", "S", "O", "x", "z", "V", "isEasingGenerator", "readInitialValue", "c", "isEasingList", "isNumber", "noop", "getOptions", "resolveElements", "createAnimation", "withControls", "U", "getActiveAnimation", "selectFinished", "resolveOption", "n", "isFunction", "createAnimate", "t", "o", "i", "resolveElements", "s", "r", "a", "c", "getOptions", "l", "animateStyle", "withControls", "F", "Animation", "canGenerate", "isNumber", "getAsNumber", "isString", "createGeneratorEasing", "n", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "c", "l", "f", "noopReturn", "u", "getUnitConverter", "k", "getStyleName", "calcGeneratorVelocity", "G", "spring", "q", "glide", "K", "inView$1", "resolveElements", "onIntersectionChange", "isFunction", "_", "Z", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "X", "Y", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "n", "dispatchViewEvent", "ce", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "le", "fe", "onPointerUp", "window", "onPointerDown", "ue", "de", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "FramerB9635K7Xi", "withCSS", "B9635K7Xi_default", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "Framerhf5t_zKO3", "withCSS", "hf5t_zKO3_default", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "Framerm8VfgjM6n", "withCSS", "m8VfgjM6n_default", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "FramerNRxj2g7PK", "withCSS", "NRxj2g7PK_default", "addFonts", "StopScrollFonts", "getFonts", "Component", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearqoe9mf", "args", "onAppear1ifurw7", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "css", "FramerP73docBQ2", "withCSS", "P73docBQ2_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "FramerT2JPoIFAc", "withCSS", "T2JPoIFAc_default", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "css", "FramerWlbQWe2i8", "withCSS", "WlbQWe2i8_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transition2", "animation", "transition3", "animation1", "transition4", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "FrameryLgBKoYyZ", "withCSS", "yLgBKoYyZ_default", "addFonts", "CounterStyles", "Counter", "props", "start", "end", "speed", "gapSize", "prefixText", "suffixText", "prefixFont", "suffixFont", "prefixColor", "suffixColor", "loop", "decimalSeparatorType", "textSize", "selectedFont", "textColor", "startOnViewport", "restartOnViewport", "incrementType", "count", "setCount", "ye", "isVisible", "setIsVisible", "containerRef", "pe", "ue", "observer", "entries", "entry", "updateCount", "increment", "prevCount", "nextCount", "intervalId", "formatNumber", "number", "u", "motion", "p", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "LoadingPageFonts", "getFonts", "P73docBQ2_default", "NavigationFonts", "UiKWm_QVP_default", "ContainerWithFX", "withFX", "Container", "YouTubeFonts", "Youtube", "VideoFonts", "Video", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "HeroSectionButtonFonts", "T2JPoIFAc_default", "ContainerWithOptimizedAppearEffect", "MoreInfoFonts", "yLgBKoYyZ_default", "CounterFonts", "Counter", "MotionDivWithFX", "motion", "MeetTheTeamFonts", "NRxj2g7PK_default", "ImageWithFX", "Image2", "MotionAWithFX", "ViewAllPracticeAreasFonts", "hf5t_zKO3_default", "ColorSwitchBgFonts", "WlbQWe2i8_default", "ColorSwitchBgWithVariantAppearEffect", "withVariantAppearEffect", "CheckGoogleReviewsFonts", "m8VfgjM6n_default", "TickerFonts", "Ticker", "CheckYoutubeChannelFonts", "B9635K7Xi_default", "ReadMoreFonts", "VKtlJf7_m_default", "ViewAllPublicationsFonts", "zhiR7beFb_default", "ButtonFonts", "m08BuAxRE_default", "RichTextWithFX", "FooterFonts", "ojCcw6NSz_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "transformTemplate1", "_", "animation1", "transition2", "textEffect", "transition3", "animation2", "animation3", "transition4", "animation4", "textEffect1", "animation5", "transition5", "getTextEffect", "ref", "getTextEffect1", "transition6", "animation6", "transition7", "animation7", "animation8", "transition8", "animation9", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "toResponsiveImage", "formVariants", "form", "variants", "currentVariant", "_variants_success", "_variants_pending", "_variants_error", "_variants_incomplete", "animation10", "transition9", "animation11", "transition10", "animation12", "transition11", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "qxsUll_StdAA6i3b_H", "SYco85axpdAA6i3b_H", "h8c29GATidAA6i3b_H", "VLP1Y3LUWdAA6i3b_H", "iddAA6i3b_H", "expOrMnjoVuOHUKlvV", "IZZbiYO_HVuOHUKlvV", "Jvs_hkDEhVuOHUKlvV", "W7FNKOPHnVuOHUKlvV", "JeyKLQNOKVuOHUKlvV", "x_0oI0HeaVuOHUKlvV", "idVuOHUKlvV", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "isDisplayed", "isDisplayed1", "elementId1", "ref3", "elementId2", "ref4", "elementId3", "ref5", "elementId4", "ref6", "elementId5", "ref7", "elementId6", "ref8", "elementId7", "ref9", "ref10", "elementId8", "ref11", "ref12", "ref13", "ref14", "ref15", "elementId9", "elementId10", "activeLocaleCode", "useLocaleCode", "elementId11", "elementId12", "elementId13", "ref16", "elementId14", "ref17", "elementId15", "ref18", "elementId16", "ref19", "elementId17", "router", "useRouter", "ref20", "defaultLayoutId", "ae", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "x", "Link", "SVG", "ChildrenCanSuspend", "LHVyt78pD_default", "cGBATUf8f_default", "collection", "paginationInfo", "loadMore", "l", "i", "textContent", "PathVariablesContext", "OoHox4yAU_default", "collection1", "paginationInfo1", "loadMore1", "i1", "textContent1", "FormContainer", "formState", "FormPlainTextInput2", "FormBooleanInput", "ResolveLinks", "resolvedLinks", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
