{
  "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.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js", "ssg:https://framer.com/m/SlideShow-07du.js", "ssg:https://framerusercontent.com/modules/ACFII5OxV3XZ0ytoXexf/n8bdYMX9KRHJ8YvjqmPO/CMSSlideshow.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/qXQVWG1AZxpdrbBmhE1U/Video.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js", "ssg:https://framerusercontent.com/modules/luj2q9jm9YBji92T42sq/7pbX6S7mu974SdMITg2u/Gradient_Border.js", "ssg:https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Mn69eMnaMcqJ65TjxwR1/Embed.js", "ssg:https://framerusercontent.com/modules/kB8BzUEu17LLcPsKNzSA/olTvWdcdrEDz998JE9Ks/UnBNFDD3X.js", "ssg:https://framerusercontent.com/modules/zLGLBMkVfP9jrHSi3zgh/0CbOGmbP3rjdZg1vlGod/pOqgbVhLg.js", "ssg:https://framerusercontent.com/modules/bmvwZmJzZhQTPcCwu3A9/8Ge9BvMUn84DfUOefJla/abGTxoLFb.js", "ssg:https://framerusercontent.com/modules/59hQ8l62aQGdAKykxx2N/bhrHyYOLk0TXo4NNBcz7/cbww7gJX7.js", "ssg:https://framerusercontent.com/modules/JM8PJOSveuXBOffLEzKi/Mi0bfCxnG9UcWqDj5gTu/wkBQJJAe9.js", "ssg:https://framerusercontent.com/modules/9CklPQaw7lxC5dpqrsRp/xMiuqgcBaKR4oUaNVTbY/DFYShzw22.js", "ssg:https://framerusercontent.com/modules/xox9qJUhC4UmLUltSuAt/oxhW6uAh0azXB4ADJYix/Hxp3o698m.js", "ssg:https://framerusercontent.com/modules/NV09PtfOhHYg0IDkvbb6/jRKkATPcBZ5zfsD31PUm/L2KHQZYV9.js", "ssg:https://framerusercontent.com/modules/MiLdTU2fLrpMjpxphdU5/KbJ1WJQp51gT8mkHJNbL/L39Uub3t8.js", "ssg:https://framerusercontent.com/modules/eH1w7k4CtzcKeJVmSfOq/UWY47onTTIlEZ5tqyc6U/PwcfPfgqY.js", "ssg:https://framerusercontent.com/modules/dPDcm3EJd2EVOKoc8m9j/JM9R9JVNDzFlBtUXHz8R/SfJZWIXmE.js", "ssg:https://framerusercontent.com/modules/yhQbfQxYJd4Lr1AB3Z5Z/3sDoVve2XlMDYPHfNYVj/utq55U99W.js", "ssg:https://framerusercontent.com/modules/gxn4gGl1xZ9Ow4SQUBg0/DzSCjuNbYVHv4HF6Jdhn/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 h,steps as o}from\"@motionone/easing\";const l={ease:h(.25,.1,.25,1),\"ease-in\":h(.42,0,1,1),\"ease-in-out\":h(.42,0,.58,1),\"ease-out\":h(0,0,.58,1)};const u=/\\((.*?)\\)/;function getEasingFunction(s){if(t(s))return s;if(i(s))return h(...s);if(l[s])return l[s];if(s.startsWith(\"steps\")){const t=u.exec(s);if(t){const i=t[1].split(\",\");return o(parseFloat(i[0]),i[1].trim())}}return e}class Animation{constructor(t,i=[0,1],{easing:h,duration:o=s.duration,delay:l=s.delay,endDelay:u=s.endDelay,repeat:m=s.repeat,offset:c,direction:p=\"normal\"}={}){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}));h=h||s.easing;if(a(h)){const t=h.createAnimation(i);h=t.easing;i=t.keyframes||i;o=t.duration||o}this.repeat=m;this.easing=n(h)?e:getEasingFunction(h);this.updateDuration(o);const d=r(i,c,n(h)?h.map(getEasingFunction):e);this.tick=i=>{var e;l=l;let s=0;s=void 0!==this.pauseTime?this.pauseTime:(i-this.startTime)*this.rate;this.t=s;s/=1e3;s=Math.max(s-l,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(s=this.totalDuration);const a=s/this.duration;let n=Math.floor(a);let r=a%1;!r&&a>=1&&(r=1);1===r&&n--;const h=n%2;(\"reverse\"===p||\"alternate\"===p&&h||\"alternate-reverse\"===p&&!h)&&(r=1-r);const o=s>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(o));t(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||s>=this.totalDuration+u);if(c){this.playState=\"finished\";null===(e=this.resolve)||void 0===e?void 0:e.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t,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=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/n)/1e3;const l=calcDampingRatio(e,s,n);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const 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));void 0===n&&c.hasReachedTarget&&(n=r);r+=a}const h=r-a;1===i.length&&i.push(c.current);return{keyframes:i,duration:h/1e3,overshootDuration:(null!==n&&void 0!==n?n:h)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(!document.hidden);useEffect(()=>{const onVisibilityChange=()=>setIsVisible(!document.hidden);document.addEventListener(\"visibilitychange\",onVisibilityChange,false);return()=>{document.removeEventListener(\"visibilitychange\",onVisibilityChange);};},[]);return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;function awaitRefCallback(element,controller){let refCallbackResolve;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",()=>reject);// resolve immediately if it exists\nconst current=element.current;if(current)resolve(current);}).catch(()=>{});// we need to listen to the ref setter, so let's override `current` - we can do that, because we don't use React's `useRef` hook for those refs.\nlet current=element.current;Object.defineProperty(element,\"current\",{get(){return current;},set(node){current=node;if(node===null){// React calls with null when the element is unmounted\ncontroller.abort();return;}refCallbackResolve(node);},configurable:true});return refCallbackPromise;}/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>({current:null}));},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{const firstChild=childrenRef[0].current;const lastChild=childrenRef[filteredSlots.length-1].current;if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=firstChild?isHorizontal?firstChild.offsetLeft:firstChild.offsetTop:0;const end=lastChild?isHorizontal?lastChild.offsetLeft+lastChild.offsetWidth:lastChild.offsetTop+lastChild.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=firstChild?isHorizontal?firstChild.offsetWidth:firstChild.offsetHeight:0;const itemWidth=firstChild?firstChild.offsetWidth:0;const itemHeight=firstChild?firstChild.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);startTransition(()=>setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength}));}},[hasChildren]);const scheduleMeasure=useCallback(async()=>{const controller=new AbortController;/**\n         * The elements in the set are refs of children. If they're wrapped in Suspense, they could mount later than the parent.\n         * Thus, we wait for each ref to be set step by step if required.\n         */const firstChild=childrenRef[0];const lastChild=childrenRef[filteredSlots.length-1];if(!isCanvas&&(!firstChild.current||!lastChild.current))try{await Promise.all([awaitRefCallback(firstChild,controller),awaitRefCallback(lastChild,controller)]);}catch{controller.abort();}frame.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */const initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots?.length;const childrenSize=isCanvas?0:size?.children;const itemWithGap=size?.item+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*(size?.itemWidth+gap):-startFrom*(size?.itemHeight+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if(size?.children===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=(delta,transition=false)=>{if(!isInverted){if(transition)startTransition(()=>setCurrentItem(currentItem+delta));else setCurrentItem(currentItem+delta);}else{if(transition)startTransition(()=>setCurrentItem(currentItem-delta));else setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */const columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots?.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<filteredSlots?.length;i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:size?.item!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1,true),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1,true),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=(size?.item+gap)*childCounter;const scrollRange=[-size?.item,0,size?.parent-size?.item+gap,size?.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.on(\"change\",newValue=>{ref.current?.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...child.props?.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;const top=!isHorizontal&&index>0?inlinePadding:padding;const bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;const right=isHorizontal&&index!==total-1?inlinePadding:padding;const left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,// @ts-ignore\ngetPropertyControls,ControlType,RenderTarget}from\"framer\";import{cloneElement}from\"react\";import SlideShow from\"https://framer.com/m/SlideShow-07du.js\";/**\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n */export default function CMSSlideshow(props){const{collectionList,startLayers,endLayers,frame,...otherProps}=props;const isCanvas=RenderTarget.current()===RenderTarget.canvas;const collectionLayers=getCollectionListContents(collectionList,isCanvas);let layers=[];if(startLayers){layers=layers.concat(startLayers);}if(!isCanvas){for(let i=0;i<collectionLayers.length;i++){const layer=/*#__PURE__*/cloneElement(collectionLayers[i].props.children.props.children,{style:{width:\"100%\",height:\"100%\"}});layers.push(/*#__PURE__*/cloneElement(frame[0],{style:{width:\"100%\",height:\"100%\"},className:undefined},layer));}if(props.randomize){layers=shuffleArray(layers);}}else{for(let i=0;i<props.itemAmount;i++){layers.push(/*#__PURE__*/_jsx(CanvasPlaceholder,{title:\"Run project to view slideshow content\",subtitle:\"Collection List content is not accessible to the slideshow component in the editor. Run your project orvisit the live website to view the slideshow with CMS content.\"}));}}if(endLayers){layers=layers.concat(endLayers);}return /*#__PURE__*/_jsx(SlideShow,{...otherProps,slots:layers});}CMSSlideshow.displayName=\"CMS Slideshow\";addPropertyControls(CMSSlideshow,{collectionList:{type:ControlType.ComponentInstance},startLayers:{type:ControlType.Array,control:{type:ControlType.ComponentInstance},title:\"Start\"},endLayers:{type:ControlType.Array,control:{type:ControlType.ComponentInstance},title:\"End\"},frame:{type:ControlType.ComponentInstance},randomize:{type:ControlType.Boolean,defaultValue:false,description:\"Shuffle order of CMS items\"},...getComponentProps(SlideShow)});function getComponentProps(component){const{slots,...otherProps}=getPropertyControls(component);return otherProps;}export function getCollectionListContents(collectionList,isCanvas){const element=collectionList===null||collectionList===void 0?void 0:collectionList[0];if(element&&!isCanvas){return element.props.children.type({query:element.props.children.props.query,children:element.props.children.props.children});}return[];}export function CanvasPlaceholder({title,subtitle}){return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",backgroundColor:\"rgba(136, 85, 255, 0.1)\",borderRadius:6,border:\"1px dashed rgb(136, 85, 255)\",color:\"rgb(136, 85, 255)\",fontSize:12,padding:24},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"},children:title}),/*#__PURE__*/_jsx(\"p\",{style:{margin:0,opacity:.7,maxWidth:500,lineHeight:1.5,textAlign:\"center\"},children:subtitle})]});}function shuffleArray(array){for(let i=array.length-1;i>0;i--){const j=Math.floor(Math.random()*(i+1));[array[i],array[j]]=[array[j],array[i]];}return array;}\nexport const __FramerMetadata__ = {\"exports\":{\"CanvasPlaceholder\":{\"type\":\"reactComponent\",\"name\":\"CanvasPlaceholder\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"CMSSlideshow\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"getCollectionListContents\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CMSSlideshow.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://framer.com/m/framer/default-utils.js@^0.45.0\";import{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 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 isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.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();},[]);return{play,pause,setProgress};}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;}/**\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 */ let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/ memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing:playingProp,muted,playsinline,controls,progress,objectFit,backgroundColor,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,posterEnabled,startTime:startTimeProp,volume,loop}=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);// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress}=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]);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges){isMountedAndReadyForProgressChanges=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===SrcType.Url)return srcUrl+fragment;if(srcType===SrcType.Video)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=()=>{if(!videoRef.current)return;if(videoRef.current.currentTime<.3)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=>{return onSeeked===null||onSeeked===void 0?void 0:onSeeked(e);},onPause:e=>{return onPause===null||onPause===void 0?void 0:onPause(e);},onPlay:e=>{return onPlay===null||onPlay===void 0?void 0:onPlay(e);},onEnded:e=>{return onEnd===null||onEnd===void 0?void 0:onEnd(e);},autoPlay:autoplayBehavior===\"on-mount\",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\";Video.defaultProps={srcType:SrcType.Url,srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,playing:true,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:ObjectFitType.Cover,backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};const groupsRegex=/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu;function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(groupsRegex)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[ObjectFitType.Cover,ObjectFitType.Fill,ObjectFitType.Contain,ObjectFitType.ScaleDown,ObjectFitType.None,];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Url,SrcType.Video]},srcUrl:{type:ControlType.String,title:\" \",placeholder:\"../example.mp4\",hidden(props){return props.srcType===SrcType.Video;},description:\"Hosted video file URL. For YouTube, use the YouTube component.\"},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[\"mp4\"],hidden(props){return props.srcType===SrcType.Url;}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...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\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},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\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"112\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.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", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useRef,useEffect,useState}from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Gradient_Border({color,length,duration,repeatType,animate,loop,distance,angle,eased}){const conicGradientRef=useRef(null);const[aspectRatio,setAspectRatio]=useState(1);useEffect(()=>{if(conicGradientRef.current){const{width,height}=conicGradientRef.current.getBoundingClientRect();setAspectRatio(width/height);}},[conicGradientRef.current]);return /*#__PURE__*/_jsx(motion.div,{ref:conicGradientRef,style:{display:\"grid\",alignItems:\"center\",color:\"white\",justifyItems:\"center\",width:\"100%\",height:\"100%\",background:`conic-gradient(from -55deg at ${distance/aspectRatio}% ${distance}% , transparent ${angle-(10+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`},initial:\"initial\",animate:{background:[`conic-gradient(from -55deg at ${distance/aspectRatio}% ${distance}% , transparent ${angle-(2+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`,`conic-gradient(from 35deg at ${100-distance/aspectRatio}% ${distance}% , transparent ${angle-(2+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`,`conic-gradient(from 125deg at ${100-distance/aspectRatio}% ${100-distance}% , transparent ${angle-(2+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`,`conic-gradient(from 215deg at ${distance/aspectRatio}% ${100-distance}% , transparent ${angle-(2+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`,`conic-gradient(from 310deg at ${distance/aspectRatio}% ${distance}% , transparent ${angle-(2+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`]},transition:{duration,repeat:loop?Infinity:1,repeatType,ease:\"linear\",[eased&&\"times\"]:aspectRatio>1?[0,.25+.25/aspectRatio,.5,.75+.25/aspectRatio,1]:[0,aspectRatio*.25,.5,.5+aspectRatio*.25,1]}});}addPropertyControls(Gradient_Border,{color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#ff5e5e\"},angle:{type:ControlType.Number,title:\"Angle\",defaultValue:315,min:0,max:360,step:1},length:{type:ControlType.Number,title:\"Length\",defaultValue:10,min:1,max:100,step:1},distance:{type:ControlType.Number,title:\"Distance\",defaultValue:5,min:1,max:100,step:1},duration:{type:ControlType.Number,title:\"Duration\",defaultValue:4,min:1,max:20,step:1},animate:{type:ControlType.Boolean,title:\"Animate Rotation\",defaultValue:true},eased:{type:ControlType.Boolean,title:\"Ease\",defaultValue:true},loop:{type:ControlType.Boolean,title:\"Loop\",defaultValue:true},repeatType:{type:ControlType.Enum,title:\"Replay Type\",defaultValue:\"loop\",options:[\"loop\",\"reverse\",\"mirror\"],optionTitles:[\"Loop\",\"Reverse\",\"Mirror\"],hidden(props){return!props.loop;}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Gradient_Border\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Gradient_Border.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n */export default function Embed({type,url,html,style={}}){if(type===\"url\"&&url){return /*#__PURE__*/_jsx(EmbedURL,{url:url,style:style});}if(type===\"html\"&&html){return /*#__PURE__*/_jsx(EmbedHTML,{html:html,style:style});}return /*#__PURE__*/_jsx(Instructions,{style:style});}addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don\u2019t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",type:ControlType.String,displayTextArea:true,hidden(props){return props.type!==\"html\";}}});function Instructions({style}){return /*#__PURE__*/_jsx(\"div\",{style:{minHeight:getMinHeight(style),...emptyStateStyle,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedURL({url,style}){const hasAutoHeight=!style.height;// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can\u2019t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(onCanvas&&hasAutoHeight){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"URL embeds do not support auto height.\",style:style});}if(!url.startsWith(\"https://\")){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Unsupported protocol.\",style:style});}if(state===undefined){return /*#__PURE__*/_jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/_jsx(ErrorMessage,{message:state.message,style:style});}if(state===true){const message=`Can\u2019t embed ${url} due to its content security policy.`;return /*#__PURE__*/_jsx(ErrorMessage,{message:message,style:style});}return /*#__PURE__*/_jsx(\"iframe\",{src:url,style:{...iframeStyle,...style},loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHTML({html,style}){const ref=useRef();const onCanvas=useIsOnCanvas();const[iframeHeight,setIframeHeight]=useState(0);const hasAutoHeight=!style.height;const hasScript=html.includes(\"</script>\");useEffect(()=>{var _ref_current;const iframeWindow=(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.contentWindow;function handleMessage(event){if(event.source!==iframeWindow)return;const data=event.data;if(typeof data!==\"object\"||data===null)return;const height=data.embedHeight;if(typeof height!==\"number\")return;setIframeHeight(height);}window.addEventListener(\"message\",handleMessage);// After SSG the iframe loads before we attach the event handler,\n// therefore we need to request the latest height from the iframe.\niframeWindow===null||iframeWindow===void 0?void 0:iframeWindow.postMessage(\"getEmbedHeight\",\"*\");return()=>{window.removeEventListener(\"message\",handleMessage);};},[]);if(hasScript){const srcDoc=`<html>\n    <head>\n        <style>body { margin: 0; }</style>\n    </head>\n    <body>\n        ${html}\n        <script type=\"module\">\n            let height = 0\n\n            function sendEmbedHeight() {\n                window.parent.postMessage({\n                    embedHeight: height\n                }, \"*\")\n            }\n\n            const observer = new ResizeObserver((entries) => {\n                if (entries.length !== 1) return\n                const entry = entries[0]\n                if (entry.target !== document.body) return\n\n                height = entry.contentRect.height\n                sendEmbedHeight()\n            })\n\n            observer.observe(document.body)\n\n            window.addEventListener(\"message\", (event) => {\n                if (event.source !== window.parent) return\n                if (event.data !== \"getEmbedHeight\") return\n                sendEmbedHeight()\n            })\n        </script>\n    <body>\n</html>`;const currentStyle={...iframeStyle,...style};if(hasAutoHeight){currentStyle.height=iframeHeight+\"px\";}return /*#__PURE__*/_jsx(\"iframe\",{ref:ref,style:currentStyle,srcDoc:srcDoc});}return /*#__PURE__*/_jsx(\"div\",{style:{...htmlStyle,...style},dangerouslySetInnerHTML:{__html:html}});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"Loading\u2026\"})});}function ErrorMessage({message,style}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{minHeight:getMinHeight(style),...containerStyles,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:message})});}const centerTextStyle={textAlign:\"center\",minWidth:140};// Returns a min-height if the component is using auto-height.\nfunction getMinHeight(style){const hasAutoHeight=!style.height;if(hasAutoHeight)return 200;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"600\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"400\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Instrument Sans-600\",\"GF;Instrument Sans-700\",\"GF;Instrument Sans-700italic\",\"GF;Instrument Sans-600italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQb_gfwmS0v3_7Y.woff2\",weight:\"600\"},{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_gfwmS0v3_7Y.woff2\",weight:\"700\"},{family:\"Instrument Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENugixkywN2u7YUwU.woff2\",weight:\"700\"},{family:\"Instrument Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENujGxkywN2u7YUwU.woff2\",weight:\"600\"}]}];export const css=['.framer-MtkxP .framer-styles-preset-ck91m:not(.rich-text-wrapper), .framer-MtkxP .framer-styles-preset-ck91m.rich-text-wrapper p { --framer-font-family: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif; --framer-font-size: 59px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0.01em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --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-MtkxP\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3fa6aa4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/kB8BzUEu17LLcPsKNzSA/olTvWdcdrEDz998JE9Ks/UnBNFDD3X.js\";const cycleOrder=[\"iVJQudk70\",\"I8L0JLfwz\",\"w74eVI62B\",\"aTzybiu1X\",\"J5Fn1JgtE\",\"bqv9aW1GH\",\"hLDYhqP7p\",\"Q1mm4f1WR\",\"BPQuaCsfY\",\"twNKYazq_\"];const serializationHash=\"framer-tPmCI\";const variantClassNames={aTzybiu1X:\"framer-v-1gsduq\",BPQuaCsfY:\"framer-v-ovlv8k\",bqv9aW1GH:\"framer-v-13h6rc6\",hLDYhqP7p:\"framer-v-vh4gu7\",I8L0JLfwz:\"framer-v-xcutez\",iVJQudk70:\"framer-v-iubnu5\",J5Fn1JgtE:\"framer-v-co8wwe\",Q1mm4f1WR:\"framer-v-ju6fqg\",twNKYazq_:\"framer-v-1ep8f81\",w74eVI62B:\"framer-v-sskjry\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transition2={delay:0,duration:0,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 transition3={duration:0,type:\"tween\"};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"iVJQudk70\",\"Variant 10\":\"twNKYazq_\",\"Variant 2\":\"I8L0JLfwz\",\"Variant 3\":\"w74eVI62B\",\"Variant 4\":\"aTzybiu1X\",\"Variant 5\":\"J5Fn1JgtE\",\"Variant 6\":\"bqv9aW1GH\",\"Variant 7\":\"hLDYhqP7p\",\"Variant 8\":\"Q1mm4f1WR\",\"Variant 9\":\"BPQuaCsfY\"};const getProps=({gap,height,id,label1,label2,label3,label4,label5,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4,_ref5,_ref6;return{...props,AuteqFZi8:(_ref=label1!==null&&label1!==void 0?label1:props.AuteqFZi8)!==null&&_ref!==void 0?_ref:\"label 1\",mrsvahHX6:(_ref1=label3!==null&&label3!==void 0?label3:props.mrsvahHX6)!==null&&_ref1!==void 0?_ref1:\"label 3\",RuKXuiKR0:(_ref2=label5!==null&&label5!==void 0?label5:props.RuKXuiKR0)!==null&&_ref2!==void 0?_ref2:\"label 5\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"iVJQudk70\",VSMWnra3s:(_ref4=label4!==null&&label4!==void 0?label4:props.VSMWnra3s)!==null&&_ref4!==void 0?_ref4:\"label 4\",WuEWAhqT8:(_ref5=label2!==null&&label2!==void 0?label2:props.WuEWAhqT8)!==null&&_ref5!==void 0?_ref5:\"label 2\",yF2PK3DXU:(_ref6=gap!==null&&gap!==void 0?gap:props.yF2PK3DXU)!==null&&_ref6!==void 0?_ref6:20};};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,AuteqFZi8,WuEWAhqT8,mrsvahHX6,VSMWnra3s,RuKXuiKR0,yF2PK3DXU,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iVJQudk70\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear50b39f=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"I8L0JLfwz\"),2e3);});const onAppearu7a01k=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"w74eVI62B\"),2e3);});const onAppear151moua=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"aTzybiu1X\"),2e3);});const onAppear1crelo3=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"J5Fn1JgtE\"),2e3);});const onAppear1o4ri33=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"bqv9aW1GH\"),2e3);});const onAppear16ni35e=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"hLDYhqP7p\"),2e3);});const onAppear7ublap=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Q1mm4f1WR\"),2e3);});const onAppear1314pin=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"BPQuaCsfY\"),2e3);});const onAppearktihzh=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"twNKYazq_\"),2e3);});const onAppeargy9n6n=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"iVJQudk70\"),2e3);});useOnVariantChange(baseVariant,{aTzybiu1X:onAppear1crelo3,BPQuaCsfY:onAppearktihzh,bqv9aW1GH:onAppear16ni35e,default:onAppear50b39f,hLDYhqP7p:onAppear7ublap,I8L0JLfwz:onAppearu7a01k,J5Fn1JgtE:onAppear1o4ri33,Q1mm4f1WR:onAppear1314pin,twNKYazq_:onAppeargy9n6n,w74eVI62B:onAppear151moua});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-iubnu5\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"iVJQudk70\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({aTzybiu1X:{\"data-framer-name\":\"Variant 4\"},BPQuaCsfY:{\"data-framer-name\":\"Variant 9\"},bqv9aW1GH:{\"data-framer-name\":\"Variant 6\"},hLDYhqP7p:{\"data-framer-name\":\"Variant 7\"},I8L0JLfwz:{\"data-framer-name\":\"Variant 2\"},J5Fn1JgtE:{\"data-framer-name\":\"Variant 5\"},Q1mm4f1WR:{\"data-framer-name\":\"Variant 8\"},twNKYazq_:{\"data-framer-name\":\"Variant 10\"},w74eVI62B:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-70cyli\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"uh7TUYHrb\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-syh3ey\",\"data-framer-name\":\"Main label\",layoutDependency:layoutDependency,layoutId:\"qdO2zUZ8m\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wspqy9\",\"data-framer-name\":\"Full list\",layoutDependency:layoutDependency,layoutId:\"LThHrSHn9\",style:{\"--17ucv3z\":yF2PK3DXU},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(Transition,{value:transition2,...addPropertyOverrides({aTzybiu1X:{value:undefined},BPQuaCsfY:{value:undefined},bqv9aW1GH:{value:undefined},hLDYhqP7p:{value:undefined},I8L0JLfwz:{value:undefined},J5Fn1JgtE:{value:undefined},Q1mm4f1WR:{value:undefined},twNKYazq_:{value:undefined},w74eVI62B:{value:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-inzk51\",\"data-framer-name\":\"1.1\",layoutDependency:layoutDependency,layoutId:\"Y0aXtIlbg\",style:{opacity:0},variants:{aTzybiu1X:{opacity:.2},bqv9aW1GH:{opacity:1},hLDYhqP7p:{opacity:.2},J5Fn1JgtE:{opacity:.2},Q1mm4f1WR:{opacity:.2}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ck91m\",\"data-styles-preset\":\"UnBNFDD3X\",children:\"label 1\"})}),className:\"framer-1g8n2ys\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LBrHKyGeI\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:AuteqFZi8,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({I8L0JLfwz:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sfo9x5\",\"data-framer-name\":\"2.1\",layoutDependency:layoutDependency,layoutId:\"PxbBOjQds\",style:{opacity:0},variants:{BPQuaCsfY:{opacity:.2},bqv9aW1GH:{opacity:.2},hLDYhqP7p:{opacity:1},J5Fn1JgtE:{opacity:.2},Q1mm4f1WR:{opacity:.2}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ck91m\",\"data-styles-preset\":\"UnBNFDD3X\",children:\"label 2\"})}),className:\"framer-3iv01y\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zjMXqdlCF\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:WuEWAhqT8,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({w74eVI62B:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8nllni\",\"data-framer-name\":\"3.1\",layoutDependency:layoutDependency,layoutId:\"QLCw1C8k9\",style:{opacity:0},variants:{BPQuaCsfY:{opacity:.2},bqv9aW1GH:{opacity:.2},hLDYhqP7p:{opacity:.2},Q1mm4f1WR:{opacity:1},twNKYazq_:{opacity:.2}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ck91m\",\"data-styles-preset\":\"UnBNFDD3X\",children:\"label 3\"})}),className:\"framer-1yy4db1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sBxTN07w_\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:mrsvahHX6,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({aTzybiu1X:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kbj6y0\",\"data-framer-name\":\"4.1\",layoutDependency:layoutDependency,layoutId:\"T_WoZjMAY\",style:{opacity:.2},variants:{aTzybiu1X:{opacity:0},BPQuaCsfY:{opacity:1},bqv9aW1GH:{opacity:0},I8L0JLfwz:{opacity:0},J5Fn1JgtE:{opacity:0},w74eVI62B:{opacity:0}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ck91m\",\"data-styles-preset\":\"UnBNFDD3X\",children:\"label 4\"})}),className:\"framer-ilzdiw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cgGz8awq4\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:VSMWnra3s,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({bqv9aW1GH:{value:transition3},J5Fn1JgtE:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dl7sg8\",\"data-framer-name\":\"5.1\",layoutDependency:layoutDependency,layoutId:\"gJeRmhkM5\",style:{opacity:.2},variants:{aTzybiu1X:{opacity:0},bqv9aW1GH:{opacity:0},hLDYhqP7p:{opacity:0},J5Fn1JgtE:{opacity:0},twNKYazq_:{opacity:1},w74eVI62B:{opacity:0}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ck91m\",\"data-styles-preset\":\"UnBNFDD3X\",children:\"label 5\"})}),className:\"framer-obq27x\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dXpXGRWwB\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:RuKXuiKR0,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yticmk\",\"data-framer-name\":\"1.2\",layoutDependency:layoutDependency,layoutId:\"gc4Y6_xBc\",style:{opacity:1},variants:{aTzybiu1X:{opacity:0},BPQuaCsfY:{opacity:.2},bqv9aW1GH:{opacity:0},hLDYhqP7p:{opacity:0},I8L0JLfwz:{opacity:.2},J5Fn1JgtE:{opacity:0},Q1mm4f1WR:{opacity:0},twNKYazq_:{opacity:.2},w74eVI62B:{opacity:.2}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ck91m\",\"data-styles-preset\":\"UnBNFDD3X\",children:\"label 1\"})}),className:\"framer-18vv9zq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qXL0hMKV9\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:AuteqFZi8,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({hLDYhqP7p:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3mwcsm\",\"data-framer-name\":\"2.2\",layoutDependency:layoutDependency,layoutId:\"bAkujTLPB\",style:{opacity:.2},variants:{BPQuaCsfY:{opacity:0},bqv9aW1GH:{opacity:0},hLDYhqP7p:{opacity:0},I8L0JLfwz:{opacity:1},J5Fn1JgtE:{opacity:0},Q1mm4f1WR:{opacity:0}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ck91m\",\"data-styles-preset\":\"UnBNFDD3X\",children:\"label 2\"})}),className:\"framer-j7l8gf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zTme8fgkw\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},text:WuEWAhqT8,variants:{BPQuaCsfY:{opacity:0},hLDYhqP7p:{opacity:0},Q1mm4f1WR:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({Q1mm4f1WR:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pwv38n\",\"data-framer-name\":\"3.2\",layoutDependency:layoutDependency,layoutId:\"Cw5WyAaVf\",style:{opacity:.2},variants:{BPQuaCsfY:{opacity:0},bqv9aW1GH:{opacity:0},hLDYhqP7p:{opacity:0},Q1mm4f1WR:{opacity:0},twNKYazq_:{opacity:0},w74eVI62B:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ck91m\",\"data-styles-preset\":\"UnBNFDD3X\",children:\"label 3\"})}),className:\"framer-1w1om1j\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aem4h1QhB\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:mrsvahHX6,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-e5rlqg\",\"data-framer-name\":\"4.2\",layoutDependency:layoutDependency,layoutId:\"aveyBNhp9\",style:{opacity:0},variants:{aTzybiu1X:{opacity:1},bqv9aW1GH:{opacity:.2},I8L0JLfwz:{opacity:.2},J5Fn1JgtE:{opacity:.2},w74eVI62B:{opacity:.2}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ck91m\",\"data-styles-preset\":\"UnBNFDD3X\",children:\"label 4\"})}),className:\"framer-1agksc2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fZHAwvyMC\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:VSMWnra3s,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-em2uqe\",\"data-framer-name\":\"5.2\",layoutDependency:layoutDependency,layoutId:\"ADkdjb9qs\",style:{opacity:0},variants:{aTzybiu1X:{opacity:.2},bqv9aW1GH:{opacity:.2},hLDYhqP7p:{opacity:.2},J5Fn1JgtE:{opacity:1},w74eVI62B:{opacity:.2}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ck91m\",\"data-styles-preset\":\"UnBNFDD3X\",children:\"label 5\"})}),className:\"framer-18c1t6u\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Nwfhk8crN\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:RuKXuiKR0,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ituoyv\",\"data-framer-name\":\"Blank\",layoutDependency:layoutDependency,layoutId:\"wZiAi1R0I\",style:{opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ck91m\",\"data-styles-preset\":\"UnBNFDD3X\",children:\"label 5\"})}),className:\"framer-1eyqhne\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KwXtJoyoM\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.4},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7glpye\",\"data-framer-name\":\"Spacers\",layoutDependency:layoutDependency,layoutId:\"r8ACDj0Du\",style:{\"--17ucv3z\":yF2PK3DXU},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1zcm9w\",\"data-framer-name\":\"1.1\",layoutDependency:layoutDependency,layoutId:\"xtku0wWYF\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ck91m\",\"data-styles-preset\":\"UnBNFDD3X\",children:\"label 1\"})}),className:\"framer-1s3g50r\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ExyqDWp4w\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:AuteqFZi8,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10kabkk\",\"data-framer-name\":\"2.1\",layoutDependency:layoutDependency,layoutId:\"hStYL7Aet\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ck91m\",\"data-styles-preset\":\"UnBNFDD3X\",children:\"label 2\"})}),className:\"framer-147z10b\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"b7dHWOObj\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:WuEWAhqT8,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nkf8yj\",\"data-framer-name\":\"3.1\",layoutDependency:layoutDependency,layoutId:\"WfwKncBOY\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ck91m\",\"data-styles-preset\":\"UnBNFDD3X\",children:\"label 3\"})}),className:\"framer-1y857wo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oR4O0Aw_4\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:mrsvahHX6,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-u3gul6\",\"data-framer-name\":\"4.1\",layoutDependency:layoutDependency,layoutId:\"SD4_GjstQ\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ck91m\",\"data-styles-preset\":\"UnBNFDD3X\",children:\"label 4\"})}),className:\"framer-1c4o6lr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DyqmJM99r\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:VSMWnra3s,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-866r3q\",\"data-framer-name\":\"5.1\",layoutDependency:layoutDependency,layoutId:\"qaSRr3srb\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ck91m\",\"data-styles-preset\":\"UnBNFDD3X\",children:\"label 5\"})}),className:\"framer-lut7ic\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rFUech4xU\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:RuKXuiKR0,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tPmCI.framer-1nmihkt, .framer-tPmCI .framer-1nmihkt { display: block; }\",\".framer-tPmCI.framer-iubnu5 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-tPmCI .framer-70cyli { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-tPmCI .framer-syh3ey, .framer-tPmCI .framer-1yticmk, .framer-tPmCI .framer-1zcm9w, .framer-tPmCI .framer-10kabkk, .framer-tPmCI .framer-nkf8yj, .framer-tPmCI .framer-u3gul6, .framer-tPmCI .framer-866r3q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-tPmCI .framer-wspqy9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: calc(max(0, var(--17ucv3z)) * 1px); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 50%; width: min-content; z-index: 1; }\",\".framer-tPmCI .framer-inzk51, .framer-tPmCI .framer-sfo9x5, .framer-tPmCI .framer-8nllni, .framer-tPmCI .framer-kbj6y0, .framer-tPmCI .framer-dl7sg8, .framer-tPmCI .framer-3mwcsm, .framer-tPmCI .framer-1pwv38n, .framer-tPmCI .framer-e5rlqg, .framer-tPmCI .framer-em2uqe, .framer-tPmCI .framer-1ituoyv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-tPmCI .framer-1g8n2ys, .framer-tPmCI .framer-3iv01y, .framer-tPmCI .framer-1yy4db1, .framer-tPmCI .framer-ilzdiw, .framer-tPmCI .framer-obq27x, .framer-tPmCI .framer-18vv9zq, .framer-tPmCI .framer-j7l8gf, .framer-tPmCI .framer-1w1om1j, .framer-tPmCI .framer-1agksc2, .framer-tPmCI .framer-18c1t6u, .framer-tPmCI .framer-1s3g50r, .framer-tPmCI .framer-147z10b, .framer-tPmCI .framer-1y857wo, .framer-tPmCI .framer-1c4o6lr, .framer-tPmCI .framer-lut7ic { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-tPmCI .framer-1eyqhne { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-tPmCI .framer-7glpye { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: calc(max(0, var(--17ucv3z)) * 1px); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tPmCI.framer-iubnu5, .framer-tPmCI .framer-70cyli, .framer-tPmCI .framer-syh3ey, .framer-tPmCI .framer-wspqy9, .framer-tPmCI .framer-inzk51, .framer-tPmCI .framer-sfo9x5, .framer-tPmCI .framer-8nllni, .framer-tPmCI .framer-kbj6y0, .framer-tPmCI .framer-dl7sg8, .framer-tPmCI .framer-1yticmk, .framer-tPmCI .framer-3mwcsm, .framer-tPmCI .framer-1pwv38n, .framer-tPmCI .framer-e5rlqg, .framer-tPmCI .framer-em2uqe, .framer-tPmCI .framer-1ituoyv, .framer-tPmCI .framer-7glpye, .framer-tPmCI .framer-1zcm9w, .framer-tPmCI .framer-10kabkk, .framer-tPmCI .framer-nkf8yj, .framer-tPmCI .framer-u3gul6, .framer-tPmCI .framer-866r3q { gap: 0px; } .framer-tPmCI.framer-iubnu5 > *, .framer-tPmCI .framer-70cyli > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-tPmCI.framer-iubnu5 > :first-child, .framer-tPmCI .framer-70cyli > :first-child, .framer-tPmCI .framer-syh3ey > :first-child, .framer-tPmCI .framer-inzk51 > :first-child, .framer-tPmCI .framer-sfo9x5 > :first-child, .framer-tPmCI .framer-8nllni > :first-child, .framer-tPmCI .framer-kbj6y0 > :first-child, .framer-tPmCI .framer-dl7sg8 > :first-child, .framer-tPmCI .framer-1yticmk > :first-child, .framer-tPmCI .framer-3mwcsm > :first-child, .framer-tPmCI .framer-1pwv38n > :first-child, .framer-tPmCI .framer-e5rlqg > :first-child, .framer-tPmCI .framer-em2uqe > :first-child, .framer-tPmCI .framer-1ituoyv > :first-child, .framer-tPmCI .framer-1zcm9w > :first-child, .framer-tPmCI .framer-10kabkk > :first-child, .framer-tPmCI .framer-nkf8yj > :first-child, .framer-tPmCI .framer-u3gul6 > :first-child, .framer-tPmCI .framer-866r3q > :first-child { margin-left: 0px; } .framer-tPmCI.framer-iubnu5 > :last-child, .framer-tPmCI .framer-70cyli > :last-child, .framer-tPmCI .framer-syh3ey > :last-child, .framer-tPmCI .framer-inzk51 > :last-child, .framer-tPmCI .framer-sfo9x5 > :last-child, .framer-tPmCI .framer-8nllni > :last-child, .framer-tPmCI .framer-kbj6y0 > :last-child, .framer-tPmCI .framer-dl7sg8 > :last-child, .framer-tPmCI .framer-1yticmk > :last-child, .framer-tPmCI .framer-3mwcsm > :last-child, .framer-tPmCI .framer-1pwv38n > :last-child, .framer-tPmCI .framer-e5rlqg > :last-child, .framer-tPmCI .framer-em2uqe > :last-child, .framer-tPmCI .framer-1ituoyv > :last-child, .framer-tPmCI .framer-1zcm9w > :last-child, .framer-tPmCI .framer-10kabkk > :last-child, .framer-tPmCI .framer-nkf8yj > :last-child, .framer-tPmCI .framer-u3gul6 > :last-child, .framer-tPmCI .framer-866r3q > :last-child { margin-right: 0px; } .framer-tPmCI .framer-syh3ey > *, .framer-tPmCI .framer-inzk51 > *, .framer-tPmCI .framer-sfo9x5 > *, .framer-tPmCI .framer-8nllni > *, .framer-tPmCI .framer-kbj6y0 > *, .framer-tPmCI .framer-dl7sg8 > *, .framer-tPmCI .framer-1yticmk > *, .framer-tPmCI .framer-3mwcsm > *, .framer-tPmCI .framer-1pwv38n > *, .framer-tPmCI .framer-e5rlqg > *, .framer-tPmCI .framer-em2uqe > *, .framer-tPmCI .framer-1ituoyv > *, .framer-tPmCI .framer-1zcm9w > *, .framer-tPmCI .framer-10kabkk > *, .framer-tPmCI .framer-nkf8yj > *, .framer-tPmCI .framer-u3gul6 > *, .framer-tPmCI .framer-866r3q > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-tPmCI .framer-wspqy9 > *, .framer-tPmCI .framer-7glpye > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--17ucv3z)) * 1px) / 2); margin-top: calc(calc(max(0, var(--17ucv3z)) * 1px) / 2); } .framer-tPmCI .framer-wspqy9 > :first-child, .framer-tPmCI .framer-7glpye > :first-child { margin-top: 0px; } .framer-tPmCI .framer-wspqy9 > :last-child, .framer-tPmCI .framer-7glpye > :last-child { margin-bottom: 0px; } }\",\".framer-tPmCI.framer-v-xcutez .framer-inzk51, .framer-tPmCI.framer-v-sskjry .framer-sfo9x5, .framer-tPmCI.framer-v-1gsduq .framer-8nllni, .framer-tPmCI.framer-v-co8wwe .framer-kbj6y0, .framer-tPmCI.framer-v-13h6rc6 .framer-dl7sg8, .framer-tPmCI.framer-v-vh4gu7 .framer-1yticmk, .framer-tPmCI.framer-v-ju6fqg .framer-3mwcsm, .framer-tPmCI.framer-v-ovlv8k .framer-1pwv38n, .framer-tPmCI.framer-v-1ep8f81 .framer-e5rlqg { order: 9; }\",\".framer-tPmCI.framer-v-xcutez .framer-sfo9x5, .framer-tPmCI.framer-v-sskjry .framer-8nllni, .framer-tPmCI.framer-v-1gsduq .framer-kbj6y0, .framer-tPmCI.framer-v-co8wwe .framer-dl7sg8, .framer-tPmCI.framer-v-13h6rc6 .framer-1yticmk, .framer-tPmCI.framer-v-vh4gu7 .framer-3mwcsm, .framer-tPmCI.framer-v-ju6fqg .framer-1pwv38n, .framer-tPmCI.framer-v-ovlv8k .framer-e5rlqg, .framer-tPmCI.framer-v-1ep8f81 .framer-em2uqe { order: 0; }\",\".framer-tPmCI.framer-v-xcutez .framer-8nllni, .framer-tPmCI.framer-v-sskjry .framer-kbj6y0, .framer-tPmCI.framer-v-1gsduq .framer-dl7sg8, .framer-tPmCI.framer-v-co8wwe .framer-1yticmk, .framer-tPmCI.framer-v-13h6rc6 .framer-3mwcsm, .framer-tPmCI.framer-v-vh4gu7 .framer-1pwv38n, .framer-tPmCI.framer-v-ju6fqg .framer-e5rlqg, .framer-tPmCI.framer-v-ovlv8k .framer-em2uqe, .framer-tPmCI.framer-v-1ep8f81 .framer-inzk51 { order: 1; }\",\".framer-tPmCI.framer-v-xcutez .framer-kbj6y0, .framer-tPmCI.framer-v-sskjry .framer-dl7sg8, .framer-tPmCI.framer-v-1gsduq .framer-1yticmk, .framer-tPmCI.framer-v-co8wwe .framer-3mwcsm, .framer-tPmCI.framer-v-13h6rc6 .framer-1pwv38n, .framer-tPmCI.framer-v-vh4gu7 .framer-e5rlqg, .framer-tPmCI.framer-v-ju6fqg .framer-em2uqe, .framer-tPmCI.framer-v-ovlv8k .framer-inzk51, .framer-tPmCI.framer-v-1ep8f81 .framer-sfo9x5 { order: 2; }\",\".framer-tPmCI.framer-v-xcutez .framer-dl7sg8, .framer-tPmCI.framer-v-sskjry .framer-1yticmk, .framer-tPmCI.framer-v-1gsduq .framer-3mwcsm, .framer-tPmCI.framer-v-co8wwe .framer-1pwv38n, .framer-tPmCI.framer-v-13h6rc6 .framer-e5rlqg, .framer-tPmCI.framer-v-vh4gu7 .framer-em2uqe, .framer-tPmCI.framer-v-ju6fqg .framer-inzk51, .framer-tPmCI.framer-v-ovlv8k .framer-sfo9x5, .framer-tPmCI.framer-v-1ep8f81 .framer-8nllni { order: 3; }\",\".framer-tPmCI.framer-v-xcutez .framer-1yticmk, .framer-tPmCI.framer-v-sskjry .framer-3mwcsm, .framer-tPmCI.framer-v-1gsduq .framer-1pwv38n, .framer-tPmCI.framer-v-co8wwe .framer-e5rlqg, .framer-tPmCI.framer-v-13h6rc6 .framer-em2uqe, .framer-tPmCI.framer-v-vh4gu7 .framer-inzk51, .framer-tPmCI.framer-v-ju6fqg .framer-sfo9x5, .framer-tPmCI.framer-v-ovlv8k .framer-8nllni, .framer-tPmCI.framer-v-1ep8f81 .framer-kbj6y0 { order: 4; }\",\".framer-tPmCI.framer-v-xcutez .framer-3mwcsm, .framer-tPmCI.framer-v-sskjry .framer-1pwv38n, .framer-tPmCI.framer-v-1gsduq .framer-e5rlqg, .framer-tPmCI.framer-v-co8wwe .framer-em2uqe, .framer-tPmCI.framer-v-13h6rc6 .framer-inzk51, .framer-tPmCI.framer-v-vh4gu7 .framer-sfo9x5, .framer-tPmCI.framer-v-ju6fqg .framer-8nllni, .framer-tPmCI.framer-v-ovlv8k .framer-kbj6y0, .framer-tPmCI.framer-v-1ep8f81 .framer-dl7sg8 { order: 5; }\",\".framer-tPmCI.framer-v-xcutez .framer-1pwv38n, .framer-tPmCI.framer-v-sskjry .framer-e5rlqg, .framer-tPmCI.framer-v-1gsduq .framer-em2uqe, .framer-tPmCI.framer-v-co8wwe .framer-inzk51, .framer-tPmCI.framer-v-13h6rc6 .framer-sfo9x5, .framer-tPmCI.framer-v-vh4gu7 .framer-8nllni, .framer-tPmCI.framer-v-ju6fqg .framer-kbj6y0, .framer-tPmCI.framer-v-ovlv8k .framer-dl7sg8, .framer-tPmCI.framer-v-1ep8f81 .framer-1yticmk { order: 6; }\",\".framer-tPmCI.framer-v-xcutez .framer-e5rlqg, .framer-tPmCI.framer-v-sskjry .framer-em2uqe, .framer-tPmCI.framer-v-1gsduq .framer-inzk51, .framer-tPmCI.framer-v-co8wwe .framer-sfo9x5, .framer-tPmCI.framer-v-13h6rc6 .framer-8nllni, .framer-tPmCI.framer-v-vh4gu7 .framer-kbj6y0, .framer-tPmCI.framer-v-ju6fqg .framer-dl7sg8, .framer-tPmCI.framer-v-ovlv8k .framer-1yticmk, .framer-tPmCI.framer-v-1ep8f81 .framer-3mwcsm { order: 7; }\",\".framer-tPmCI.framer-v-xcutez .framer-em2uqe, .framer-tPmCI.framer-v-sskjry .framer-inzk51, .framer-tPmCI.framer-v-1gsduq .framer-sfo9x5, .framer-tPmCI.framer-v-co8wwe .framer-8nllni, .framer-tPmCI.framer-v-13h6rc6 .framer-kbj6y0, .framer-tPmCI.framer-v-vh4gu7 .framer-dl7sg8, .framer-tPmCI.framer-v-ju6fqg .framer-1yticmk, .framer-tPmCI.framer-v-ovlv8k .framer-3mwcsm, .framer-tPmCI.framer-v-1ep8f81 .framer-1pwv38n { order: 8; }\",\".framer-tPmCI.framer-v-xcutez .framer-1ituoyv, .framer-tPmCI.framer-v-sskjry .framer-1ituoyv, .framer-tPmCI.framer-v-1gsduq .framer-1ituoyv, .framer-tPmCI.framer-v-co8wwe .framer-1ituoyv, .framer-tPmCI.framer-v-13h6rc6 .framer-1ituoyv, .framer-tPmCI.framer-v-vh4gu7 .framer-1ituoyv, .framer-tPmCI.framer-v-ju6fqg .framer-1ituoyv, .framer-tPmCI.framer-v-ovlv8k .framer-1ituoyv, .framer-tPmCI.framer-v-1ep8f81 .framer-1ituoyv { order: 10; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 297\n * @framerIntrinsicWidth 98\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"I8L0JLfwz\":{\"layout\":[\"auto\",\"auto\"]},\"w74eVI62B\":{\"layout\":[\"auto\",\"auto\"]},\"aTzybiu1X\":{\"layout\":[\"auto\",\"auto\"]},\"J5Fn1JgtE\":{\"layout\":[\"auto\",\"auto\"]},\"bqv9aW1GH\":{\"layout\":[\"auto\",\"auto\"]},\"hLDYhqP7p\":{\"layout\":[\"auto\",\"auto\"]},\"Q1mm4f1WR\":{\"layout\":[\"auto\",\"auto\"]},\"BPQuaCsfY\":{\"layout\":[\"auto\",\"auto\"]},\"twNKYazq_\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"AuteqFZi8\":\"label1\",\"WuEWAhqT8\":\"label2\",\"mrsvahHX6\":\"label3\",\"VSMWnra3s\":\"label4\",\"RuKXuiKR0\":\"label5\",\"yF2PK3DXU\":\"gap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpOqgbVhLg=withCSS(Component,css,\"framer-tPmCI\");export default FramerpOqgbVhLg;FramerpOqgbVhLg.displayName=\"Text cycle 2\";FramerpOqgbVhLg.defaultProps={height:297,width:98};addPropertyControls(FramerpOqgbVhLg,{variant:{options:[\"iVJQudk70\",\"I8L0JLfwz\",\"w74eVI62B\",\"aTzybiu1X\",\"J5Fn1JgtE\",\"bqv9aW1GH\",\"hLDYhqP7p\",\"Q1mm4f1WR\",\"BPQuaCsfY\",\"twNKYazq_\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\",\"Variant 8\",\"Variant 9\",\"Variant 10\"],title:\"Variant\",type:ControlType.Enum},AuteqFZi8:{defaultValue:\"label 1\",displayTextArea:false,title:\"Label 1\",type:ControlType.String},WuEWAhqT8:{defaultValue:\"label 2\",displayTextArea:false,title:\"Label 2\",type:ControlType.String},mrsvahHX6:{defaultValue:\"label 3\",displayTextArea:false,title:\"Label 3\",type:ControlType.String},VSMWnra3s:{defaultValue:\"label 4\",displayTextArea:false,title:\"Label 4\",type:ControlType.String},RuKXuiKR0:{defaultValue:\"label 5\",displayTextArea:false,title:\"Label 5\",type:ControlType.String},yF2PK3DXU:{defaultValue:20,min:0,title:\"Gap\",type:ControlType.Number}});addFonts(FramerpOqgbVhLg,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpOqgbVhLg\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"I8L0JLfwz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"w74eVI62B\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aTzybiu1X\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"J5Fn1JgtE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bqv9aW1GH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hLDYhqP7p\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Q1mm4f1WR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BPQuaCsfY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"twNKYazq_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"AuteqFZi8\\\":\\\"label1\\\",\\\"WuEWAhqT8\\\":\\\"label2\\\",\\\"mrsvahHX6\\\":\\\"label3\\\",\\\"VSMWnra3s\\\":\\\"label4\\\",\\\"RuKXuiKR0\\\":\\\"label5\\\",\\\"yF2PK3DXU\\\":\\\"gap\\\"}\",\"framerIntrinsicHeight\":\"297\",\"framerIntrinsicWidth\":\"98\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"QJdUGjLcK\",\"JKOArf4Yx\",\"Edi0VMLdq\",\"KXPJz7dlU\",\"dyC6lUlrf\",\"KDVmvHMJM\",\"TE51XMnV_\",\"NBam6pXkT\",\"MOHDSUiwy\",\"GHbv87lLp\"];const serializationHash=\"framer-aX8mg\";const variantClassNames={dyC6lUlrf:\"framer-v-17uytt5\",Edi0VMLdq:\"framer-v-ymv0e1\",GHbv87lLp:\"framer-v-12frqdc\",JKOArf4Yx:\"framer-v-aay3a5\",KDVmvHMJM:\"framer-v-v7ygkx\",KXPJz7dlU:\"framer-v-tlios\",MOHDSUiwy:\"framer-v-bjgccg\",NBam6pXkT:\"framer-v-19nw1hp\",QJdUGjLcK:\"framer-v-bz7hxq\",TE51XMnV_:\"framer-v-xqq95v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transition2={delay:0,duration:0,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 transition3={duration:0,type:\"tween\"};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"QJdUGjLcK\",\"Variant 10\":\"GHbv87lLp\",\"Variant 2\":\"JKOArf4Yx\",\"Variant 3\":\"Edi0VMLdq\",\"Variant 4\":\"KXPJz7dlU\",\"Variant 5\":\"dyC6lUlrf\",\"Variant 6\":\"KDVmvHMJM\",\"Variant 7\":\"TE51XMnV_\",\"Variant 8\":\"NBam6pXkT\",\"Variant 9\":\"MOHDSUiwy\"};const getProps=({gap,height,id,label1,label2,label3,label4,label5,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4,_ref5,_ref6;return{...props,AuteqFZi8:(_ref=label1!==null&&label1!==void 0?label1:props.AuteqFZi8)!==null&&_ref!==void 0?_ref:\"label 1\",mrsvahHX6:(_ref1=label3!==null&&label3!==void 0?label3:props.mrsvahHX6)!==null&&_ref1!==void 0?_ref1:\"label 3\",RuKXuiKR0:(_ref2=label5!==null&&label5!==void 0?label5:props.RuKXuiKR0)!==null&&_ref2!==void 0?_ref2:\"label 5\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"QJdUGjLcK\",VSMWnra3s:(_ref4=label4!==null&&label4!==void 0?label4:props.VSMWnra3s)!==null&&_ref4!==void 0?_ref4:\"label 4\",WuEWAhqT8:(_ref5=label2!==null&&label2!==void 0?label2:props.WuEWAhqT8)!==null&&_ref5!==void 0?_ref5:\"label 2\",yF2PK3DXU:(_ref6=gap!==null&&gap!==void 0?gap:props.yF2PK3DXU)!==null&&_ref6!==void 0?_ref6:20};};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,AuteqFZi8,WuEWAhqT8,mrsvahHX6,VSMWnra3s,RuKXuiKR0,yF2PK3DXU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"QJdUGjLcK\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear161dgjf=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"JKOArf4Yx\"),2e3);});const onAppearhc6bp6=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Edi0VMLdq\"),2e3);});const onAppeareur8dr=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"KXPJz7dlU\"),2e3);});const onAppear10pn58m=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"dyC6lUlrf\"),2e3);});const onAppear121nfn2=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"KDVmvHMJM\"),2e3);});const onAppear1le6bxc=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"TE51XMnV_\"),2e3);});const onAppear16k48a6=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"NBam6pXkT\"),2e3);});const onAppear8d8u5q=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"MOHDSUiwy\"),2e3);});const onAppear1b8sqgj=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"GHbv87lLp\"),2e3);});const onAppear19iqozt=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"QJdUGjLcK\"),2e3);});useOnVariantChange(baseVariant,{default:onAppear161dgjf,dyC6lUlrf:onAppear121nfn2,Edi0VMLdq:onAppeareur8dr,GHbv87lLp:onAppear19iqozt,JKOArf4Yx:onAppearhc6bp6,KDVmvHMJM:onAppear1le6bxc,KXPJz7dlU:onAppear10pn58m,MOHDSUiwy:onAppear1b8sqgj,NBam6pXkT:onAppear8d8u5q,TE51XMnV_:onAppear16k48a6});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-bz7hxq\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"QJdUGjLcK\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({dyC6lUlrf:{\"data-framer-name\":\"Variant 5\"},Edi0VMLdq:{\"data-framer-name\":\"Variant 3\"},GHbv87lLp:{\"data-framer-name\":\"Variant 10\"},JKOArf4Yx:{\"data-framer-name\":\"Variant 2\"},KDVmvHMJM:{\"data-framer-name\":\"Variant 6\"},KXPJz7dlU:{\"data-framer-name\":\"Variant 4\"},MOHDSUiwy:{\"data-framer-name\":\"Variant 9\"},NBam6pXkT:{\"data-framer-name\":\"Variant 8\"},TE51XMnV_:{\"data-framer-name\":\"Variant 7\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mk9lgm\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"P9dBR3L2H\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10ytign\",\"data-framer-name\":\"Full list\",layoutDependency:layoutDependency,layoutId:\"whmbTJWEs\",style:{\"--17ucv3z\":yF2PK3DXU},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(Transition,{value:transition2,...addPropertyOverrides({dyC6lUlrf:{value:undefined},Edi0VMLdq:{value:undefined},GHbv87lLp:{value:undefined},JKOArf4Yx:{value:undefined},KDVmvHMJM:{value:undefined},KXPJz7dlU:{value:undefined},MOHDSUiwy:{value:undefined},NBam6pXkT:{value:undefined},TE51XMnV_:{value:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-805n6c\",\"data-framer-name\":\"1.1\",layoutDependency:layoutDependency,layoutId:\"FRu2LL3Zy\",style:{opacity:0},variants:{dyC6lUlrf:{opacity:.2},KDVmvHMJM:{opacity:1},KXPJz7dlU:{opacity:.2},NBam6pXkT:{opacity:.2},TE51XMnV_:{opacity:.2}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"label 1\"})}),className:\"framer-1rw5pe6\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"KeWZ7zRz5\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:AuteqFZi8,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({JKOArf4Yx:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nay116\",\"data-framer-name\":\"2.1\",layoutDependency:layoutDependency,layoutId:\"uYlTnZN9D\",style:{opacity:0},variants:{dyC6lUlrf:{opacity:.2},KDVmvHMJM:{opacity:.2},MOHDSUiwy:{opacity:.2},NBam6pXkT:{opacity:.2},TE51XMnV_:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"label 2\"})}),className:\"framer-pvjjkk\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"J3MiGMjJx\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:WuEWAhqT8,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({Edi0VMLdq:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8e4rkh\",\"data-framer-name\":\"3.1\",layoutDependency:layoutDependency,layoutId:\"TbrxKJDF_\",style:{opacity:0},variants:{GHbv87lLp:{opacity:.2},KDVmvHMJM:{opacity:.2},MOHDSUiwy:{opacity:.2},NBam6pXkT:{opacity:1},TE51XMnV_:{opacity:.2}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"label 3\"})}),className:\"framer-13fy09u\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"NtqUH1yns\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:mrsvahHX6,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({KXPJz7dlU:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12yacvm\",\"data-framer-name\":\"4.1\",layoutDependency:layoutDependency,layoutId:\"WwRPguEEI\",style:{opacity:.2},variants:{dyC6lUlrf:{opacity:0},Edi0VMLdq:{opacity:0},JKOArf4Yx:{opacity:0},KDVmvHMJM:{opacity:0},KXPJz7dlU:{opacity:0},MOHDSUiwy:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"label 4\"})}),className:\"framer-1nxsygy\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"JRmtuePyx\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:VSMWnra3s,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({dyC6lUlrf:{value:transition3},KDVmvHMJM:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j1njon\",\"data-framer-name\":\"5.1\",layoutDependency:layoutDependency,layoutId:\"jNLUagfwb\",style:{opacity:.2},variants:{dyC6lUlrf:{opacity:0},Edi0VMLdq:{opacity:0},GHbv87lLp:{opacity:1},KDVmvHMJM:{opacity:0},KXPJz7dlU:{opacity:0},TE51XMnV_:{opacity:0}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"label 5\"})}),className:\"framer-1y0lnqx\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"nwdS9v3gA\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:RuKXuiKR0,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zgayng\",\"data-framer-name\":\"1.2\",layoutDependency:layoutDependency,layoutId:\"EoE6wdQYM\",style:{opacity:1},variants:{dyC6lUlrf:{opacity:0},Edi0VMLdq:{opacity:.2},GHbv87lLp:{opacity:.2},JKOArf4Yx:{opacity:.2},KDVmvHMJM:{opacity:0},KXPJz7dlU:{opacity:0},MOHDSUiwy:{opacity:.2},NBam6pXkT:{opacity:0},TE51XMnV_:{opacity:0}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"label 1\"})}),className:\"framer-1j68av4\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"nkbOtKjZK\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:AuteqFZi8,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({TE51XMnV_:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pjadh0\",\"data-framer-name\":\"2.2\",layoutDependency:layoutDependency,layoutId:\"M8PVWRykF\",style:{opacity:.2},variants:{dyC6lUlrf:{opacity:0},JKOArf4Yx:{opacity:1},KDVmvHMJM:{opacity:0},MOHDSUiwy:{opacity:0},NBam6pXkT:{opacity:0},TE51XMnV_:{opacity:0}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"label 2\"})}),className:\"framer-2xqsxb\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"ZH6jpILji\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},text:WuEWAhqT8,variants:{MOHDSUiwy:{opacity:0},NBam6pXkT:{opacity:0},TE51XMnV_:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({NBam6pXkT:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nbpnxb\",\"data-framer-name\":\"3.2\",layoutDependency:layoutDependency,layoutId:\"DnUb8s8wi\",style:{opacity:.2},variants:{Edi0VMLdq:{opacity:1},GHbv87lLp:{opacity:0},KDVmvHMJM:{opacity:0},MOHDSUiwy:{opacity:0},NBam6pXkT:{opacity:0},TE51XMnV_:{opacity:0}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"label 3\"})}),className:\"framer-ku5c0m\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"xGxD84RVP\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:mrsvahHX6,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11gn2ju\",\"data-framer-name\":\"4.2\",layoutDependency:layoutDependency,layoutId:\"vYzH0LasK\",style:{opacity:0},variants:{dyC6lUlrf:{opacity:.2},Edi0VMLdq:{opacity:.2},JKOArf4Yx:{opacity:.2},KDVmvHMJM:{opacity:.2},KXPJz7dlU:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"label 4\"})}),className:\"framer-1g63t15\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"r334Ipwiz\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:VSMWnra3s,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sben0l\",\"data-framer-name\":\"5.2\",layoutDependency:layoutDependency,layoutId:\"VOZJOU4bB\",style:{opacity:0},variants:{dyC6lUlrf:{opacity:1},Edi0VMLdq:{opacity:.2},KDVmvHMJM:{opacity:.2},KXPJz7dlU:{opacity:.2},TE51XMnV_:{opacity:.2}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"label 5\"})}),className:\"framer-1v770vw\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"vEubOj0qj\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:RuKXuiKR0,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15twdx5\",\"data-framer-name\":\"Blank\",layoutDependency:layoutDependency,layoutId:\"cn3d918UV\",style:{opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"label 5\"})}),className:\"framer-ephc4k\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"dUKinvroq\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.4},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x92fhz\",\"data-framer-name\":\"Spacers\",layoutDependency:layoutDependency,layoutId:\"bu64MQ77P\",style:{\"--17ucv3z\":yF2PK3DXU},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-shbdy1\",\"data-framer-name\":\"1.1\",layoutDependency:layoutDependency,layoutId:\"ZxC03KBEM\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"label 1\"})}),className:\"framer-1vkh9k9\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"HpP3SPsij\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:AuteqFZi8,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bqdlp5\",\"data-framer-name\":\"2.1\",layoutDependency:layoutDependency,layoutId:\"Kgua0eTD4\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"label 2\"})}),className:\"framer-1rf1lza\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"tH3o_VXKx\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:WuEWAhqT8,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a13ekr\",\"data-framer-name\":\"3.1\",layoutDependency:layoutDependency,layoutId:\"zoEoALxmc\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"label 3\"})}),className:\"framer-l1uxir\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"ycTyAYmqE\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:mrsvahHX6,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xaowtj\",\"data-framer-name\":\"4.1\",layoutDependency:layoutDependency,layoutId:\"pY8EMz8ve\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"label 4\"})}),className:\"framer-1l67trv\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"eGTycrcTp\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:VSMWnra3s,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10jo7j6\",\"data-framer-name\":\"5.1\",layoutDependency:layoutDependency,layoutId:\"lztOZQLKe\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"label 5\"})}),className:\"framer-cw52pk\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"q6uUVO8uS\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:RuKXuiKR0,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aX8mg.framer-1ramb27, .framer-aX8mg .framer-1ramb27 { display: block; }\",\".framer-aX8mg.framer-bz7hxq { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-aX8mg .framer-mk9lgm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-aX8mg .framer-10ytign { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: calc(max(0, var(--17ucv3z)) * 1px); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 50%; width: min-content; z-index: 1; }\",\".framer-aX8mg .framer-805n6c, .framer-aX8mg .framer-1nay116, .framer-aX8mg .framer-8e4rkh, .framer-aX8mg .framer-12yacvm, .framer-aX8mg .framer-1j1njon, .framer-aX8mg .framer-pjadh0, .framer-aX8mg .framer-nbpnxb, .framer-aX8mg .framer-11gn2ju, .framer-aX8mg .framer-1sben0l, .framer-aX8mg .framer-15twdx5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-aX8mg .framer-1rw5pe6, .framer-aX8mg .framer-pvjjkk, .framer-aX8mg .framer-13fy09u, .framer-aX8mg .framer-1nxsygy, .framer-aX8mg .framer-1y0lnqx, .framer-aX8mg .framer-1j68av4, .framer-aX8mg .framer-2xqsxb, .framer-aX8mg .framer-ku5c0m, .framer-aX8mg .framer-1g63t15, .framer-aX8mg .framer-1v770vw, .framer-aX8mg .framer-1vkh9k9, .framer-aX8mg .framer-1rf1lza, .framer-aX8mg .framer-l1uxir, .framer-aX8mg .framer-1l67trv, .framer-aX8mg .framer-cw52pk { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-aX8mg .framer-zgayng, .framer-aX8mg .framer-shbdy1, .framer-aX8mg .framer-1bqdlp5, .framer-aX8mg .framer-a13ekr, .framer-aX8mg .framer-1xaowtj, .framer-aX8mg .framer-10jo7j6 { 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-aX8mg .framer-ephc4k { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-aX8mg .framer-x92fhz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: calc(max(0, var(--17ucv3z)) * 1px); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aX8mg.framer-bz7hxq, .framer-aX8mg .framer-mk9lgm, .framer-aX8mg .framer-10ytign, .framer-aX8mg .framer-805n6c, .framer-aX8mg .framer-1nay116, .framer-aX8mg .framer-8e4rkh, .framer-aX8mg .framer-12yacvm, .framer-aX8mg .framer-1j1njon, .framer-aX8mg .framer-zgayng, .framer-aX8mg .framer-pjadh0, .framer-aX8mg .framer-nbpnxb, .framer-aX8mg .framer-11gn2ju, .framer-aX8mg .framer-1sben0l, .framer-aX8mg .framer-15twdx5, .framer-aX8mg .framer-x92fhz, .framer-aX8mg .framer-shbdy1, .framer-aX8mg .framer-1bqdlp5, .framer-aX8mg .framer-a13ekr, .framer-aX8mg .framer-1xaowtj, .framer-aX8mg .framer-10jo7j6 { gap: 0px; } .framer-aX8mg.framer-bz7hxq > *, .framer-aX8mg .framer-mk9lgm > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-aX8mg.framer-bz7hxq > :first-child, .framer-aX8mg .framer-mk9lgm > :first-child, .framer-aX8mg .framer-805n6c > :first-child, .framer-aX8mg .framer-1nay116 > :first-child, .framer-aX8mg .framer-8e4rkh > :first-child, .framer-aX8mg .framer-12yacvm > :first-child, .framer-aX8mg .framer-1j1njon > :first-child, .framer-aX8mg .framer-zgayng > :first-child, .framer-aX8mg .framer-pjadh0 > :first-child, .framer-aX8mg .framer-nbpnxb > :first-child, .framer-aX8mg .framer-11gn2ju > :first-child, .framer-aX8mg .framer-1sben0l > :first-child, .framer-aX8mg .framer-15twdx5 > :first-child, .framer-aX8mg .framer-shbdy1 > :first-child, .framer-aX8mg .framer-1bqdlp5 > :first-child, .framer-aX8mg .framer-a13ekr > :first-child, .framer-aX8mg .framer-1xaowtj > :first-child, .framer-aX8mg .framer-10jo7j6 > :first-child { margin-left: 0px; } .framer-aX8mg.framer-bz7hxq > :last-child, .framer-aX8mg .framer-mk9lgm > :last-child, .framer-aX8mg .framer-805n6c > :last-child, .framer-aX8mg .framer-1nay116 > :last-child, .framer-aX8mg .framer-8e4rkh > :last-child, .framer-aX8mg .framer-12yacvm > :last-child, .framer-aX8mg .framer-1j1njon > :last-child, .framer-aX8mg .framer-zgayng > :last-child, .framer-aX8mg .framer-pjadh0 > :last-child, .framer-aX8mg .framer-nbpnxb > :last-child, .framer-aX8mg .framer-11gn2ju > :last-child, .framer-aX8mg .framer-1sben0l > :last-child, .framer-aX8mg .framer-15twdx5 > :last-child, .framer-aX8mg .framer-shbdy1 > :last-child, .framer-aX8mg .framer-1bqdlp5 > :last-child, .framer-aX8mg .framer-a13ekr > :last-child, .framer-aX8mg .framer-1xaowtj > :last-child, .framer-aX8mg .framer-10jo7j6 > :last-child { margin-right: 0px; } .framer-aX8mg .framer-10ytign > *, .framer-aX8mg .framer-x92fhz > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--17ucv3z)) * 1px) / 2); margin-top: calc(calc(max(0, var(--17ucv3z)) * 1px) / 2); } .framer-aX8mg .framer-10ytign > :first-child, .framer-aX8mg .framer-x92fhz > :first-child { margin-top: 0px; } .framer-aX8mg .framer-10ytign > :last-child, .framer-aX8mg .framer-x92fhz > :last-child { margin-bottom: 0px; } .framer-aX8mg .framer-805n6c > *, .framer-aX8mg .framer-1nay116 > *, .framer-aX8mg .framer-8e4rkh > *, .framer-aX8mg .framer-12yacvm > *, .framer-aX8mg .framer-1j1njon > *, .framer-aX8mg .framer-zgayng > *, .framer-aX8mg .framer-pjadh0 > *, .framer-aX8mg .framer-nbpnxb > *, .framer-aX8mg .framer-11gn2ju > *, .framer-aX8mg .framer-1sben0l > *, .framer-aX8mg .framer-15twdx5 > *, .framer-aX8mg .framer-shbdy1 > *, .framer-aX8mg .framer-1bqdlp5 > *, .framer-aX8mg .framer-a13ekr > *, .framer-aX8mg .framer-1xaowtj > *, .framer-aX8mg .framer-10jo7j6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-aX8mg.framer-v-aay3a5 .framer-805n6c, .framer-aX8mg.framer-v-ymv0e1 .framer-1nay116, .framer-aX8mg.framer-v-tlios .framer-8e4rkh, .framer-aX8mg.framer-v-17uytt5 .framer-12yacvm, .framer-aX8mg.framer-v-v7ygkx .framer-1j1njon, .framer-aX8mg.framer-v-xqq95v .framer-zgayng, .framer-aX8mg.framer-v-19nw1hp .framer-pjadh0, .framer-aX8mg.framer-v-bjgccg .framer-nbpnxb, .framer-aX8mg.framer-v-12frqdc .framer-11gn2ju { order: 9; }\",\".framer-aX8mg.framer-v-aay3a5 .framer-1nay116, .framer-aX8mg.framer-v-ymv0e1 .framer-8e4rkh, .framer-aX8mg.framer-v-tlios .framer-12yacvm, .framer-aX8mg.framer-v-17uytt5 .framer-1j1njon, .framer-aX8mg.framer-v-v7ygkx .framer-zgayng, .framer-aX8mg.framer-v-xqq95v .framer-pjadh0, .framer-aX8mg.framer-v-19nw1hp .framer-nbpnxb, .framer-aX8mg.framer-v-bjgccg .framer-11gn2ju, .framer-aX8mg.framer-v-12frqdc .framer-1sben0l { order: 0; }\",\".framer-aX8mg.framer-v-aay3a5 .framer-8e4rkh, .framer-aX8mg.framer-v-ymv0e1 .framer-12yacvm, .framer-aX8mg.framer-v-tlios .framer-1j1njon, .framer-aX8mg.framer-v-17uytt5 .framer-zgayng, .framer-aX8mg.framer-v-v7ygkx .framer-pjadh0, .framer-aX8mg.framer-v-xqq95v .framer-nbpnxb, .framer-aX8mg.framer-v-19nw1hp .framer-11gn2ju, .framer-aX8mg.framer-v-bjgccg .framer-1sben0l, .framer-aX8mg.framer-v-12frqdc .framer-805n6c { order: 1; }\",\".framer-aX8mg.framer-v-aay3a5 .framer-12yacvm, .framer-aX8mg.framer-v-ymv0e1 .framer-1j1njon, .framer-aX8mg.framer-v-tlios .framer-zgayng, .framer-aX8mg.framer-v-17uytt5 .framer-pjadh0, .framer-aX8mg.framer-v-v7ygkx .framer-nbpnxb, .framer-aX8mg.framer-v-xqq95v .framer-11gn2ju, .framer-aX8mg.framer-v-19nw1hp .framer-1sben0l, .framer-aX8mg.framer-v-bjgccg .framer-805n6c, .framer-aX8mg.framer-v-12frqdc .framer-1nay116 { order: 2; }\",\".framer-aX8mg.framer-v-aay3a5 .framer-1j1njon, .framer-aX8mg.framer-v-ymv0e1 .framer-zgayng, .framer-aX8mg.framer-v-tlios .framer-pjadh0, .framer-aX8mg.framer-v-17uytt5 .framer-nbpnxb, .framer-aX8mg.framer-v-v7ygkx .framer-11gn2ju, .framer-aX8mg.framer-v-xqq95v .framer-1sben0l, .framer-aX8mg.framer-v-19nw1hp .framer-805n6c, .framer-aX8mg.framer-v-bjgccg .framer-1nay116, .framer-aX8mg.framer-v-12frqdc .framer-8e4rkh { order: 3; }\",\".framer-aX8mg.framer-v-aay3a5 .framer-zgayng, .framer-aX8mg.framer-v-ymv0e1 .framer-pjadh0, .framer-aX8mg.framer-v-tlios .framer-nbpnxb, .framer-aX8mg.framer-v-17uytt5 .framer-11gn2ju, .framer-aX8mg.framer-v-v7ygkx .framer-1sben0l, .framer-aX8mg.framer-v-xqq95v .framer-805n6c, .framer-aX8mg.framer-v-19nw1hp .framer-1nay116, .framer-aX8mg.framer-v-bjgccg .framer-8e4rkh, .framer-aX8mg.framer-v-12frqdc .framer-12yacvm { order: 4; }\",\".framer-aX8mg.framer-v-aay3a5 .framer-pjadh0, .framer-aX8mg.framer-v-ymv0e1 .framer-nbpnxb, .framer-aX8mg.framer-v-tlios .framer-11gn2ju, .framer-aX8mg.framer-v-17uytt5 .framer-1sben0l, .framer-aX8mg.framer-v-v7ygkx .framer-805n6c, .framer-aX8mg.framer-v-xqq95v .framer-1nay116, .framer-aX8mg.framer-v-19nw1hp .framer-8e4rkh, .framer-aX8mg.framer-v-bjgccg .framer-12yacvm, .framer-aX8mg.framer-v-12frqdc .framer-1j1njon { order: 5; }\",\".framer-aX8mg.framer-v-aay3a5 .framer-nbpnxb, .framer-aX8mg.framer-v-ymv0e1 .framer-11gn2ju, .framer-aX8mg.framer-v-tlios .framer-1sben0l, .framer-aX8mg.framer-v-17uytt5 .framer-805n6c, .framer-aX8mg.framer-v-v7ygkx .framer-1nay116, .framer-aX8mg.framer-v-xqq95v .framer-8e4rkh, .framer-aX8mg.framer-v-19nw1hp .framer-12yacvm, .framer-aX8mg.framer-v-bjgccg .framer-1j1njon, .framer-aX8mg.framer-v-12frqdc .framer-zgayng { order: 6; }\",\".framer-aX8mg.framer-v-aay3a5 .framer-11gn2ju, .framer-aX8mg.framer-v-ymv0e1 .framer-1sben0l, .framer-aX8mg.framer-v-tlios .framer-805n6c, .framer-aX8mg.framer-v-17uytt5 .framer-1nay116, .framer-aX8mg.framer-v-v7ygkx .framer-8e4rkh, .framer-aX8mg.framer-v-xqq95v .framer-12yacvm, .framer-aX8mg.framer-v-19nw1hp .framer-1j1njon, .framer-aX8mg.framer-v-bjgccg .framer-zgayng, .framer-aX8mg.framer-v-12frqdc .framer-pjadh0 { order: 7; }\",\".framer-aX8mg.framer-v-aay3a5 .framer-1sben0l, .framer-aX8mg.framer-v-ymv0e1 .framer-805n6c, .framer-aX8mg.framer-v-tlios .framer-1nay116, .framer-aX8mg.framer-v-17uytt5 .framer-8e4rkh, .framer-aX8mg.framer-v-v7ygkx .framer-12yacvm, .framer-aX8mg.framer-v-xqq95v .framer-1j1njon, .framer-aX8mg.framer-v-19nw1hp .framer-zgayng, .framer-aX8mg.framer-v-bjgccg .framer-pjadh0, .framer-aX8mg.framer-v-12frqdc .framer-nbpnxb { order: 8; }\",\".framer-aX8mg.framer-v-aay3a5 .framer-15twdx5, .framer-aX8mg.framer-v-ymv0e1 .framer-15twdx5, .framer-aX8mg.framer-v-tlios .framer-15twdx5, .framer-aX8mg.framer-v-17uytt5 .framer-15twdx5, .framer-aX8mg.framer-v-v7ygkx .framer-15twdx5, .framer-aX8mg.framer-v-xqq95v .framer-15twdx5, .framer-aX8mg.framer-v-19nw1hp .framer-15twdx5, .framer-aX8mg.framer-v-bjgccg .framer-15twdx5, .framer-aX8mg.framer-v-12frqdc .framer-15twdx5 { order: 10; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 311\n * @framerIntrinsicWidth 102\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"JKOArf4Yx\":{\"layout\":[\"auto\",\"auto\"]},\"Edi0VMLdq\":{\"layout\":[\"auto\",\"auto\"]},\"KXPJz7dlU\":{\"layout\":[\"auto\",\"auto\"]},\"dyC6lUlrf\":{\"layout\":[\"auto\",\"auto\"]},\"KDVmvHMJM\":{\"layout\":[\"auto\",\"auto\"]},\"TE51XMnV_\":{\"layout\":[\"auto\",\"auto\"]},\"NBam6pXkT\":{\"layout\":[\"auto\",\"auto\"]},\"MOHDSUiwy\":{\"layout\":[\"auto\",\"auto\"]},\"GHbv87lLp\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"AuteqFZi8\":\"label1\",\"WuEWAhqT8\":\"label2\",\"mrsvahHX6\":\"label3\",\"VSMWnra3s\":\"label4\",\"RuKXuiKR0\":\"label5\",\"yF2PK3DXU\":\"gap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerabGTxoLFb=withCSS(Component,css,\"framer-aX8mg\");export default FramerabGTxoLFb;FramerabGTxoLFb.displayName=\"Text cycle 2\";FramerabGTxoLFb.defaultProps={height:311,width:102};addPropertyControls(FramerabGTxoLFb,{variant:{options:[\"QJdUGjLcK\",\"JKOArf4Yx\",\"Edi0VMLdq\",\"KXPJz7dlU\",\"dyC6lUlrf\",\"KDVmvHMJM\",\"TE51XMnV_\",\"NBam6pXkT\",\"MOHDSUiwy\",\"GHbv87lLp\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\",\"Variant 8\",\"Variant 9\",\"Variant 10\"],title:\"Variant\",type:ControlType.Enum},AuteqFZi8:{defaultValue:\"label 1\",displayTextArea:false,title:\"Label 1\",type:ControlType.String},WuEWAhqT8:{defaultValue:\"label 2\",displayTextArea:false,title:\"Label 2\",type:ControlType.String},mrsvahHX6:{defaultValue:\"label 3\",displayTextArea:false,title:\"Label 3\",type:ControlType.String},VSMWnra3s:{defaultValue:\"label 4\",displayTextArea:false,title:\"Label 4\",type:ControlType.String},RuKXuiKR0:{defaultValue:\"label 5\",displayTextArea:false,title:\"Label 5\",type:ControlType.String},yF2PK3DXU:{defaultValue:20,min:0,title:\"Gap\",type:ControlType.Number}});addFonts(FramerabGTxoLFb,[{explicitInter:true,fonts:[{family:\"Inter Display\",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/gazZKZuUEtvr9ULhdA4SprP0AZ0.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/pe8RoujoPxuTZhqoNzYqHX2MXA.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/teGhWnhH3bCqefKGsIsqFy3hK8.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/qQHxgTnEk6Czu1yW4xS82HQWFOk.woff2\",weight:\"600\"},{family:\"Inter Display\",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/MJ3N6lfN4iP5Um8rJGqLYl03tE.woff2\",weight:\"600\"},{family:\"Inter Display\",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/dHHUz45rhM2KCQpj9zttNVlibk.woff2\",weight:\"600\"},{family:\"Inter Display\",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/0SEEmmWc3vovhaai4RlRQSWRrz0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerabGTxoLFb\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"311\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JKOArf4Yx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Edi0VMLdq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KXPJz7dlU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dyC6lUlrf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KDVmvHMJM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TE51XMnV_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NBam6pXkT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MOHDSUiwy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GHbv87lLp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"102\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"AuteqFZi8\\\":\\\"label1\\\",\\\"WuEWAhqT8\\\":\\\"label2\\\",\\\"mrsvahHX6\\\":\\\"label3\\\",\\\"VSMWnra3s\\\":\\\"label4\\\",\\\"RuKXuiKR0\\\":\\\"label5\\\",\\\"yF2PK3DXU\\\":\\\"gap\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./abGTxoLFb.map", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={hcV8Kxhap:{hover:true,pressed:true},pjDyYpxQ0:{hover:true,pressed:true}};const cycleOrder=[\"pjDyYpxQ0\",\"hcV8Kxhap\"];const serializationHash=\"framer-VwoH8\";const variantClassNames={hcV8Kxhap:\"framer-v-1o8th0i\",pjDyYpxQ0:\"framer-v-1q7t0f3\"};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:0,duration:.1,ease:[.12,.23,.5,1],type:\"tween\"};const transition2={damping:40,delay:0,mass:1,stiffness:328,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const 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={Off:\"hcV8Kxhap\",On:\"pjDyYpxQ0\"};const getProps=({height,id,image,lightColor,text,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,HEurBzDhU:(_ref=image!==null&&image!==void 0?image:props.HEurBzDhU)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/PNeJAFiE6oxHgIOfGjAJhpFamog.png\"},KQC04gfum:(_ref1=text!==null&&text!==void 0?text:props.KQC04gfum)!==null&&_ref1!==void 0?_ref1:\"Party\",NoqjGmFer:(_ref2=lightColor!==null&&lightColor!==void 0?lightColor:props.NoqjGmFer)!==null&&_ref2!==void 0?_ref2:\"rgb(15, 153, 238)\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"pjDyYpxQ0\"};};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,NoqjGmFer,KQC04gfum,HEurBzDhU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pjDyYpxQ0\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapyx8smg=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"hcV8Kxhap\");});const onTap1plas28=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"pjDyYpxQ0\");});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({hcV8Kxhap:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1q7t0f3\",className,classNames),\"data-border\":true,\"data-framer-name\":\"On\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"pjDyYpxQ0\",onTap:onTapyx8smg,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.5px\",background:\"linear-gradient(140deg, hsl(203, 3%, 12%) 0%, hsl(212, 5%, 7%) 100%)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 1.5px 0px 0px hsl(210, 5%, 19%), inset 0px 3px 0px 0px hsl(0, 0%, 16%)\",...style},variants:{\"hcV8Kxhap-hover\":{background:\"linear-gradient(140deg, hsl(212, 6%, 10%) 0%, hsl(212, 4%, 9%) 100%)\"},\"hcV8Kxhap-pressed\":{background:\"linear-gradient(140deg, hsl(221, 7%, 4%) 0%, hsl(221, 7%, 7%) 100%)\",boxShadow:\"0px 1.5px 0px 0px hsl(210, 5%, 19%), inset 0px 3px 0px 0px hsl(0, 0%, 16%)\"},\"pjDyYpxQ0-hover\":{background:\"linear-gradient(140deg, hsl(203, 4%, 4%) 0%, hsl(212, 6%, 6%) 100%)\"},\"pjDyYpxQ0-pressed\":{background:\"linear-gradient(140deg, hsl(203, 5%, 4%) 0%, hsl(212, 8%, 4%) 100%)\"},hcV8Kxhap:{background:\"linear-gradient(140deg, hsl(212, 4%, 14%) 0%, hsl(212, 4%, 10%) 100%)\",boxShadow:\"inset 0px 3px 0px 0px hsl(0, 0%, 24%)\"}},...addPropertyOverrides({\"hcV8Kxhap-hover\":{\"data-framer-name\":undefined},\"hcV8Kxhap-pressed\":{\"data-framer-name\":undefined},\"pjDyYpxQ0-hover\":{\"data-framer-name\":undefined},\"pjDyYpxQ0-pressed\":{\"data-framer-name\":undefined},hcV8Kxhap:{\"data-framer-name\":\"Off\",onTap:onTap1plas28}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+4+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||84)-4-127.99999999999999)/2+0+0)),pixelHeight:96,pixelWidth:160,sizes:\"24px\",...toResponsiveImage(HEurBzDhU),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-kvn70m\",layoutDependency:layoutDependency,layoutId:\"cm_bcpi0n\",style:{borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(237, 237, 237))\"},children:\"Party\"})}),className:\"framer-1x1f6iw\",\"data-framer-name\":\"Title\",fonts:[\"GF;Manrope-500\"],layoutDependency:layoutDependency,layoutId:\"VGecbIuMx\",style:{\"--extracted-r6o4lv\":\"rgb(237, 237, 237)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:KQC04gfum,variants:{hcV8Kxhap:{\"--extracted-r6o4lv\":\"rgb(138, 138, 138)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hcV8Kxhap:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:\"Party\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f885ah\",\"data-framer-name\":\"Light\",layoutDependency:layoutDependency,layoutId:\"qn5UnvKy8\",style:{backgroundColor:NoqjGmFer,borderBottomLeftRadius:30,borderBottomRightRadius:30,opacity:1},variants:{hcV8Kxhap:{opacity:.2}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-149kvw2\",\"data-framer-name\":\"Glow\",layoutDependency:layoutDependency,layoutId:\"x6tBid04w\",style:{backgroundColor:NoqjGmFer,borderBottomLeftRadius:30,borderBottomRightRadius:30,filter:\"blur(10px)\",opacity:1,WebkitFilter:\"blur(10px)\"},variants:{hcV8Kxhap:{opacity:0}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-99urpd\",\"data-framer-name\":\"Highlight\",layoutDependency:layoutDependency,layoutId:\"OzwNXRvTl\",style:{background:\"radial-gradient(78.01999999999998% 47% at 50% 100%, rgba(255, 255, 255, 0.07) 0%, hsla(0, 0%, 100%, 0) 100%)\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9,opacity:1},variants:{hcV8Kxhap:{opacity:0}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VwoH8.framer-1f7q9qj, .framer-VwoH8 .framer-1f7q9qj { display: block; }\",\".framer-VwoH8.framer-1q7t0f3 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: 84px; justify-content: center; overflow: hidden; padding: 4px 0px 0px 0px; position: relative; width: 76px; will-change: var(--framer-will-change-override, transform); }\",\".framer-VwoH8 .framer-kvn70m { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-VwoH8 .framer-1x1f6iw { flex: none; height: auto; pointer-events: none; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-VwoH8 .framer-f885ah { flex: none; height: 3px; left: 28px; overflow: hidden; pointer-events: none; position: absolute; right: 27px; top: 3px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-VwoH8 .framer-149kvw2 { flex: none; height: 5px; left: 20px; overflow: hidden; pointer-events: none; position: absolute; right: 20px; top: 3px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-VwoH8 .framer-99urpd { flex: none; height: 80px; left: calc(50.00000000000002% - 72px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 80px / 2); width: 72px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VwoH8.framer-1q7t0f3 { gap: 0px; } .framer-VwoH8.framer-1q7t0f3 > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-VwoH8.framer-1q7t0f3 > :first-child { margin-top: 0px; } .framer-VwoH8.framer-1q7t0f3 > :last-child { margin-bottom: 0px; } }\",'.framer-VwoH8[data-border=\"true\"]::after, .framer-VwoH8 [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 84\n * @framerIntrinsicWidth 76\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"hcV8Kxhap\":{\"layout\":[\"fixed\",\"fixed\"]},\"xe62KE6Rp\":{\"layout\":[\"fixed\",\"fixed\"]},\"ilr9qQDeq\":{\"layout\":[\"fixed\",\"fixed\"]},\"pe4buZWR7\":{\"layout\":[\"fixed\",\"fixed\"]},\"ssLxQI0k_\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"NoqjGmFer\":\"lightColor\",\"KQC04gfum\":\"text\",\"HEurBzDhU\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framercbww7gJX7=withCSS(Component,css,\"framer-VwoH8\");export default Framercbww7gJX7;Framercbww7gJX7.displayName=\"Skeu-Toggles\";Framercbww7gJX7.defaultProps={height:84,width:76};addPropertyControls(Framercbww7gJX7,{variant:{options:[\"pjDyYpxQ0\",\"hcV8Kxhap\"],optionTitles:[\"On\",\"Off\"],title:\"Variant\",type:ControlType.Enum},NoqjGmFer:{defaultValue:\"rgb(15, 153, 238)\",title:\"Light Color\",type:ControlType.Color},KQC04gfum:{defaultValue:\"Party\",displayTextArea:false,placeholder:\"Placeholder\",title:\"Text\",type:ControlType.String},HEurBzDhU:{__defaultAssetReference:\"data:framer/asset-reference,PNeJAFiE6oxHgIOfGjAJhpFamog.png?originalFilename=de.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(Framercbww7gJX7,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framercbww7gJX7\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"76\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"NoqjGmFer\\\":\\\"lightColor\\\",\\\"KQC04gfum\\\":\\\"text\\\",\\\"HEurBzDhU\\\":\\\"image\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hcV8Kxhap\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xe62KE6Rp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ilr9qQDeq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pe4buZWR7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ssLxQI0k_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"84\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cbww7gJX7.map", "// Generated by Framer (3e30e79)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Audio from\"https://framerusercontent.com/modules/rua4m6TZXUoRj3vvWpdc/5qqjB8uZjIBKCZFgVhbs/Ui4z9CLxb.js\";const AudioFonts=getFonts(Audio);const cycleOrder=[\"kD8fczRod\",\"rFFhsVK_8\"];const serializationHash=\"framer-XCmyc\";const variantClassNames={kD8fczRod:\"framer-v-7wa1n8\",rFFhsVK_8:\"framer-v-uze8tl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Default:\"kD8fczRod\",WithName:\"rFFhsVK_8\"};const getProps=({height,id,image,name1,voice,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,eCBWMelsX:(_ref=image!==null&&image!==void 0?image:props.eCBWMelsX)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/uP1ZgpaEpMImGStoGCYgFj8AOHA.png\"},MwQA3e3WQ:(_ref1=name1!==null&&name1!==void 0?name1:props.MwQA3e3WQ)!==null&&_ref1!==void 0?_ref1:\"Nitish\",R_WHb1jcV:voice!==null&&voice!==void 0?voice:props.R_WHb1jcV,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"kD8fczRod\"};};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,eCBWMelsX,MwQA3e3WQ,R_WHb1jcV,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kD8fczRod\",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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-7wa1n8\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"kD8fczRod\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({rFFhsVK_8:{\"data-framer-name\":\"WithName\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:400,pixelWidth:400,sizes:\"48px\",...toResponsiveImage(eCBWMelsX)},className:\"framer-wl6xvz\",\"data-border\":true,\"data-framer-name\":\"IMG\",layoutDependency:layoutDependency,layoutId:\"phANTSI8H\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3,boxShadow:\"0px 4px 8px -2px rgba(0, 0, 0, 0.4)\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165)))\"},children:\"Nitish\"})}),className:\"framer-x8v1nn\",\"data-framer-name\":\"Name\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"pIKeQElU6\",style:{\"--extracted-r6o4lv\":\"var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:MwQA3e3WQ,transformTemplate:transformTemplate1,variants:{rFFhsVK_8:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({rFFhsVK_8:{transformTemplate:undefined}},baseVariant,gestureVariant)}),R_WHb1jcV&&/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"24px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-77y28b-container\",layoutDependency:layoutDependency,layoutId:\"wreQQybTy-container\",children:/*#__PURE__*/_jsx(Audio,{height:\"100%\",id:\"wreQQybTy\",layoutId:\"wreQQybTy\",style:{height:\"100%\",width:\"100%\"},variant:\"kxFhdtBfR\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XCmyc.framer-6jo70b, .framer-XCmyc .framer-6jo70b { display: block; }\",\".framer-XCmyc.framer-7wa1n8 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-XCmyc .framer-wl6xvz { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: hidden; position: relative; width: 48px; will-change: var(--framer-will-change-override, transform); }\",\".framer-XCmyc .framer-x8v1nn { -webkit-user-select: none; bottom: -18px; flex: none; height: auto; left: 50%; pointer-events: none; position: absolute; user-select: none; white-space: pre; width: auto; z-index: 1; }\",\".framer-XCmyc .framer-77y28b-container { flex: none; height: 24px; position: absolute; right: -8px; top: -8px; width: 24px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XCmyc.framer-7wa1n8 { gap: 0px; } .framer-XCmyc.framer-7wa1n8 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-XCmyc.framer-7wa1n8 > :first-child { margin-top: 0px; } .framer-XCmyc.framer-7wa1n8 > :last-child { margin-bottom: 0px; } }\",\".framer-XCmyc.framer-v-uze8tl .framer-x8v1nn { -webkit-user-select: auto; bottom: unset; left: unset; position: relative; user-select: auto; }\",'.framer-XCmyc[data-border=\"true\"]::after, .framer-XCmyc [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 48\n * @framerIntrinsicWidth 48\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"rFFhsVK_8\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"eCBWMelsX\":\"image\",\"MwQA3e3WQ\":\"name1\",\"R_WHb1jcV\":\"voice\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwkBQJJAe9=withCSS(Component,css,\"framer-XCmyc\");export default FramerwkBQJJAe9;FramerwkBQJJAe9.displayName=\"Profile\";FramerwkBQJJAe9.defaultProps={height:48,width:48};addPropertyControls(FramerwkBQJJAe9,{variant:{options:[\"kD8fczRod\",\"rFFhsVK_8\"],optionTitles:[\"Default\",\"WithName\"],title:\"Variant\",type:ControlType.Enum},eCBWMelsX:{__defaultAssetReference:\"data:framer/asset-reference,uP1ZgpaEpMImGStoGCYgFj8AOHA.png?originalFilename=image.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},MwQA3e3WQ:{defaultValue:\"Nitish\",displayTextArea:false,title:\"Name\",type:ControlType.String},R_WHb1jcV:{defaultValue:false,title:\"Voice\",type:ControlType.Boolean}});addFonts(FramerwkBQJJAe9,[{explicitInter:true,fonts:[{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"}]},...AudioFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwkBQJJAe9\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"48\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"48\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"eCBWMelsX\\\":\\\"image\\\",\\\"MwQA3e3WQ\\\":\\\"name1\\\",\\\"R_WHb1jcV\\\":\\\"voice\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rFFhsVK_8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wkBQJJAe9.map", "// Generated by Framer (c56cc2c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import SVG from\"https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/hAahUT5WhkA90ScusgxD/SVG.js\";import Profile from\"https://framerusercontent.com/modules/JM8PJOSveuXBOffLEzKi/Mi0bfCxnG9UcWqDj5gTu/wkBQJJAe9.js\";const SVGFonts=getFonts(SVG);const ProfileFonts=getFonts(Profile);const cycleOrder=[\"RjASzC0kM\",\"eUzwJeiXX\"];const serializationHash=\"framer-jw7F1\";const variantClassNames={eUzwJeiXX:\"framer-v-1c26od8\",RjASzC0kM:\"framer-v-1vl5gb0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;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={Close:\"RjASzC0kM\",Open:\"eUzwJeiXX\"};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:\"RjASzC0kM\"};};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:\"RjASzC0kM\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap6nejhw=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"eUzwJeiXX\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"eUzwJeiXX\")return false;return true;};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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1vl5gb0\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Close\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"RjASzC0kM\",onTap:onTap6nejhw,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-965e5c17-6359-41cc-bd03-2fa4898e2c2b, rgb(34, 36, 38))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-38c4cf9a-0aa8-4902-ad35-3a2d52d62d05, rgb(26, 28, 29))\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32,boxShadow:\"0px 4px 8px -2px rgba(0, 0, 0, 0.45)\",...style},variants:{eUzwJeiXX:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}},...addPropertyOverrides({eUzwJeiXX:{\"data-framer-name\":\"Open\",\"data-highlight\":undefined,onTap:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b1o5sb\",\"data-border\":true,\"data-framer-name\":\"Topbar\",layoutDependency:layoutDependency,layoutId:\"iXSIN_F8I\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-965e5c17-6359-41cc-bd03-2fa4898e2c2b, rgb(34, 36, 38))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-3edc53ec-2b53-43fb-be53-9e75b862c113, rgb(22, 24, 25))\",borderTopLeftRadius:32,borderTopRightRadius:32,opacity:0},variants:{eUzwJeiXX:{borderTopLeftRadius:16,borderTopRightRadius:16,opacity:1}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165)))\"},children:\"Voice chat\"})}),className:\"framer-1wmqamg\",fonts:[\"GF;Inter Tight-500\"],layoutDependency:layoutDependency,layoutId:\"kxOUFJqN2\",style:{\"--extracted-r6o4lv\":\"var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({eUzwJeiXX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165)))\"},children:\"Verf\\xfcgbare Mitarbeiter\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r7hobt\",\"data-framer-name\":\"Close\",layoutDependency:layoutDependency,layoutId:\"UUvZjUA5v\",style:{backgroundColor:\"var(--token-965e5c17-6359-41cc-bd03-2fa4898e2c2b, rgb(34, 36, 38))\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rihgxg-container\",layoutDependency:layoutDependency,layoutId:\"k7XAmeEjH-container\",children:/*#__PURE__*/_jsx(SVG,{customColor:\"var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165))\",customPadding:0,customStrokeWidth:2,customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.25023 3.13281L12.0002 9.88281L18.7502 3.13281L20.8715 5.25413L14.1215 12.0041L20.8715 18.7541L18.7502 20.8754L12.0002 14.1254L5.25023 20.8754L3.12891 18.7541L9.87891 12.0041L3.12891 5.25413L5.25023 3.13281Z\" fill=\"black\"/> </svg>',height:\"100%\",id:\"k7XAmeEjH\",layoutId:\"k7XAmeEjH\",lineCap:\"butt\",lineJoin:\"miter\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8yquvn\",\"data-framer-name\":\"People\",layoutDependency:layoutDependency,layoutId:\"vUH9Lf3Bn\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sgeawy\",\"data-framer-name\":\"First\",layoutDependency:layoutDependency,layoutId:\"lEfKk5sdy\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18c7t7x\",\"data-framer-name\":\"Row\",layoutDependency:layoutDependency,layoutId:\"laHKPbRUV\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+8+0,...addPropertyOverrides({eUzwJeiXX:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+53+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2p6d00-container\",layoutDependency:layoutDependency,layoutId:\"xpBcvZIv2-container\",children:/*#__PURE__*/_jsx(Profile,{height:\"100%\",id:\"xpBcvZIv2\",layoutId:\"xpBcvZIv2\",MwQA3e3WQ:\"Nitish\",R_WHb1jcV:false,variant:\"kD8fczRod\",width:\"100%\",...addPropertyOverrides({eUzwJeiXX:{R_WHb1jcV:true,variant:\"rFFhsVK_8\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+8+10658141036401503e-30,...addPropertyOverrides({eUzwJeiXX:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+53+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-q4kq5v-container\",layoutDependency:layoutDependency,layoutId:\"KYnvl9P0z-container\",transformTemplate:transformTemplate1,...addPropertyOverrides({eUzwJeiXX:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Profile,{eCBWMelsX:addImageAlt({src:\"https://framerusercontent.com/images/obuEDb3oxYHXWblCrb6z3Fe88dk.png\"},\"\"),height:\"100%\",id:\"KYnvl9P0z\",layoutId:\"KYnvl9P0z\",MwQA3e3WQ:\"Mariana\",R_WHb1jcV:false,variant:\"kD8fczRod\",width:\"100%\",...addPropertyOverrides({eUzwJeiXX:{variant:\"rFFhsVK_8\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+8+10658141036401503e-30,...addPropertyOverrides({eUzwJeiXX:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+53+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-d7eiod-container\",layoutDependency:layoutDependency,layoutId:\"md8xLnQaP-container\",transformTemplate:transformTemplate1,...addPropertyOverrides({eUzwJeiXX:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Profile,{eCBWMelsX:addImageAlt({src:\"https://framerusercontent.com/images/8z8F5Yq9r8nPBtVKTwTTniIyc.jpg\"},\"\"),height:\"100%\",id:\"md8xLnQaP\",layoutId:\"md8xLnQaP\",MwQA3e3WQ:\"MDS\",R_WHb1jcV:false,variant:\"kD8fczRod\",width:\"100%\",...addPropertyOverrides({eUzwJeiXX:{eCBWMelsX:addImageAlt({src:\"https://framerusercontent.com/images/COVy5dG1j6JyCEmMyyN24qMSo8.jpg\"},\"\"),MwQA3e3WQ:\"Clara\",variant:\"rFFhsVK_8\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+8+10658141036401503e-30,...addPropertyOverrides({eUzwJeiXX:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+53+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m3pboq-container\",layoutDependency:layoutDependency,layoutId:\"dALTim0yv-container\",transformTemplate:transformTemplate1,...addPropertyOverrides({eUzwJeiXX:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Profile,{eCBWMelsX:addImageAlt({src:\"https://framerusercontent.com/images/i2OOfA92Y07GdQ7bBf3JzSmf1GY.png\"},\"\"),height:\"100%\",id:\"dALTim0yv\",layoutId:\"dALTim0yv\",MwQA3e3WQ:\"O\u011Fuz\",R_WHb1jcV:false,variant:\"kD8fczRod\",width:\"100%\",...addPropertyOverrides({eUzwJeiXX:{variant:\"rFFhsVK_8\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2tr5jm\",\"data-framer-name\":\"Plus\",layoutDependency:layoutDependency,layoutId:\"Ef57ib5gR\",style:{opacity:1},variants:{eUzwJeiXX:{opacity:0}},...addPropertyOverrides({eUzwJeiXX:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165)))\"},children:\"+3\"})}),className:\"framer-1faucy2\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"cUhGWkzZu\",style:{\"--extracted-r6o4lv\":\"var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-p3ab0n\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"JYmR6sm8Z\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1amn5yo-container\",layoutDependency:layoutDependency,layoutId:\"xzFsKfSrp-container\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(SVG,{customColor:\"var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165))\",customPadding:0,customStrokeWidth:2,customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 15.5898L4.70718 8.29688L3.29297 9.71109L12.0001 18.4182L20.7072 9.71109L19.293 8.29688L12.0001 15.5898Z\" fill=\"black\"/> </svg>',height:\"100%\",id:\"xzFsKfSrp\",layoutId:\"xzFsKfSrp\",lineCap:\"butt\",lineJoin:\"miter\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-577doz\",\"data-framer-name\":\"Rest\",layoutDependency:layoutDependency,layoutId:\"KW39zsylO\",style:{opacity:0},variants:{eUzwJeiXX:{opacity:1}},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+80+0,...addPropertyOverrides({eUzwJeiXX:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+53+0+64+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15fnlab-container\",layoutDependency:layoutDependency,layoutId:\"EI4mrIzDj-container\",children:/*#__PURE__*/_jsx(Profile,{eCBWMelsX:addImageAlt({src:\"https://framerusercontent.com/images/CDSoRipaV9Hpq0zdDkZvdZ5lQe8.png\"},\"\"),height:\"100%\",id:\"EI4mrIzDj\",layoutId:\"EI4mrIzDj\",MwQA3e3WQ:\"Jurre\",R_WHb1jcV:false,variant:\"rFFhsVK_8\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+80+0,...addPropertyOverrides({eUzwJeiXX:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+53+0+64+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-163ubly-container\",layoutDependency:layoutDependency,layoutId:\"tYVrvvNTc-container\",children:/*#__PURE__*/_jsx(Profile,{eCBWMelsX:addImageAlt({src:\"https://framerusercontent.com/images/7UmMsmgvCMHDxKx6QasBLzW7tG4.png\"},\"\"),height:\"100%\",id:\"tYVrvvNTc\",layoutId:\"tYVrvvNTc\",MwQA3e3WQ:\"Jorn\",R_WHb1jcV:true,variant:\"rFFhsVK_8\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+80+0,...addPropertyOverrides({eUzwJeiXX:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+53+0+64+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gd8qvl-container\",layoutDependency:layoutDependency,layoutId:\"D2R5fGJ68-container\",children:/*#__PURE__*/_jsx(Profile,{eCBWMelsX:addImageAlt({src:\"https://framerusercontent.com/images/dc8xaTir25CSGKnsIOaEcqnyqI.png\"},\"\"),height:\"100%\",id:\"D2R5fGJ68\",layoutId:\"D2R5fGJ68\",MwQA3e3WQ:\"Koen\",R_WHb1jcV:false,variant:\"rFFhsVK_8\",width:\"100%\",...addPropertyOverrides({eUzwJeiXX:{MwQA3e3WQ:\"Karim\"}},baseVariant,gestureVariant)})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d86yw9\",\"data-framer-name\":\"CTA\",layoutDependency:layoutDependency,layoutId:\"gagho3BD1\",style:{opacity:0},variants:{eUzwJeiXX:{opacity:1}},children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-5sg5s8\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"rtDLyMXCU\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5)))\"},children:\"Join now\"})}),className:\"framer-xdih9d\",fonts:[\"GF;Inter Tight-600\"],layoutDependency:layoutDependency,layoutId:\"mvnqDSkkr\",style:{\"--extracted-r6o4lv\":\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-82b5832e-a0cf-4abf-84b4-daf77b132a71, rgb(81, 86, 90)))\"},children:\"Mic will be muted initially.\"})}),className:\"framer-1y9a2f9\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"tG2INa8sb\",style:{\"--extracted-r6o4lv\":\"var(--token-82b5832e-a0cf-4abf-84b4-daf77b132a71, rgb(81, 86, 90))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jw7F1.framer-33ulho, .framer-jw7F1 .framer-33ulho { display: block; }\",\".framer-jw7F1.framer-1vl5gb0 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 64px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 249px; will-change: var(--framer-will-change-override, transform); }\",\".framer-jw7F1 .framer-b1o5sb { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 33px; justify-content: center; left: calc(49.79919678714862% - 249px / 2); overflow: hidden; padding: 0px; pointer-events: none; position: absolute; top: -33px; user-select: none; width: 249px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-jw7F1 .framer-1wmqamg, .framer-jw7F1 .framer-1faucy2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-jw7F1 .framer-1r7hobt { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: hidden; position: absolute; right: 20px; top: 48%; width: 16px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-jw7F1 .framer-rihgxg-container { flex: none; height: 10px; left: calc(50.00000000000002% - 10px / 2); position: absolute; top: calc(50.00000000000002% - 10px / 2); width: 10px; }\",\".framer-jw7F1 .framer-8yquvn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 64px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-jw7F1 .framer-1sgeawy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 8px 16px 8px 8px; position: relative; width: min-content; }\",\".framer-jw7F1 .framer-18c7t7x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 174px; }\",\".framer-jw7F1 .framer-2p6d00-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-jw7F1 .framer-q4kq5v-container { flex: none; height: auto; left: 42px; position: absolute; top: 50%; width: auto; z-index: 1; }\",\".framer-jw7F1 .framer-d7eiod-container { flex: none; height: auto; left: 84px; position: absolute; top: 50%; width: auto; z-index: 1; }\",\".framer-jw7F1 .framer-1m3pboq-container { flex: none; height: auto; left: 126px; position: absolute; top: 50%; width: auto; z-index: 1; }\",\".framer-jw7F1 .framer-2tr5jm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 44px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-jw7F1 .framer-p3ab0n { flex: none; height: 20px; overflow: hidden; position: relative; width: 16px; }\",\".framer-jw7F1 .framer-1amn5yo-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 50%; position: absolute; top: 1px; width: 16px; }\",\".framer-jw7F1 .framer-577doz { -webkit-user-select: none; align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 0px 20px; pointer-events: none; position: relative; user-select: none; width: auto; z-index: 1; }\",\".framer-jw7F1 .framer-15fnlab-container, .framer-jw7F1 .framer-163ubly-container, .framer-jw7F1 .framer-1gd8qvl-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-jw7F1 .framer-1d86yw9 { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 20px 16px 20px; pointer-events: none; position: relative; user-select: none; width: 100%; z-index: 1; }\",\".framer-jw7F1 .framer-5sg5s8 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 36px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-jw7F1 .framer-xdih9d { -webkit-user-select: none; flex: none; height: auto; pointer-events: none; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-jw7F1 .framer-1y9a2f9 { -webkit-user-select: none; flex: none; height: auto; pointer-events: none; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jw7F1.framer-1vl5gb0, .framer-jw7F1 .framer-b1o5sb, .framer-jw7F1 .framer-8yquvn, .framer-jw7F1 .framer-1sgeawy, .framer-jw7F1 .framer-18c7t7x, .framer-jw7F1 .framer-2tr5jm, .framer-jw7F1 .framer-577doz, .framer-jw7F1 .framer-1d86yw9, .framer-jw7F1 .framer-5sg5s8 { gap: 0px; } .framer-jw7F1.framer-1vl5gb0 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-jw7F1.framer-1vl5gb0 > :first-child, .framer-jw7F1 .framer-8yquvn > :first-child, .framer-jw7F1 .framer-1d86yw9 > :first-child, .framer-jw7F1 .framer-5sg5s8 > :first-child { margin-top: 0px; } .framer-jw7F1.framer-1vl5gb0 > :last-child, .framer-jw7F1 .framer-8yquvn > :last-child, .framer-jw7F1 .framer-1d86yw9 > :last-child, .framer-jw7F1 .framer-5sg5s8 > :last-child { margin-bottom: 0px; } .framer-jw7F1 .framer-b1o5sb > *, .framer-jw7F1 .framer-1sgeawy > *, .framer-jw7F1 .framer-18c7t7x > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-jw7F1 .framer-b1o5sb > :first-child, .framer-jw7F1 .framer-1sgeawy > :first-child, .framer-jw7F1 .framer-18c7t7x > :first-child, .framer-jw7F1 .framer-2tr5jm > :first-child, .framer-jw7F1 .framer-577doz > :first-child { margin-left: 0px; } .framer-jw7F1 .framer-b1o5sb > :last-child, .framer-jw7F1 .framer-1sgeawy > :last-child, .framer-jw7F1 .framer-18c7t7x > :last-child, .framer-jw7F1 .framer-2tr5jm > :last-child, .framer-jw7F1 .framer-577doz > :last-child { margin-right: 0px; } .framer-jw7F1 .framer-8yquvn > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-jw7F1 .framer-2tr5jm > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-jw7F1 .framer-577doz > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-jw7F1 .framer-1d86yw9 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-jw7F1 .framer-5sg5s8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-jw7F1.framer-v-1c26od8.framer-1vl5gb0 { cursor: default; height: min-content; width: 268px; }\",\".framer-jw7F1.framer-v-1c26od8 .framer-b1o5sb { -webkit-user-select: auto; left: unset; pointer-events: auto; position: relative; top: unset; user-select: auto; width: 100%; }\",\".framer-jw7F1.framer-v-1c26od8 .framer-8yquvn { height: min-content; width: 100%; }\",\".framer-jw7F1.framer-v-1c26od8 .framer-1sgeawy { padding: 0px 20px 0px 20px; width: 100%; }\",\".framer-jw7F1.framer-v-1c26od8 .framer-18c7t7x { flex: 1 0 0px; gap: 12px; width: 1px; }\",\".framer-jw7F1.framer-v-1c26od8 .framer-q4kq5v-container, .framer-jw7F1.framer-v-1c26od8 .framer-d7eiod-container, .framer-jw7F1.framer-v-1c26od8 .framer-1m3pboq-container { left: unset; position: relative; top: unset; }\",\".framer-jw7F1.framer-v-1c26od8 .framer-2tr5jm { -webkit-user-select: none; pointer-events: none; position: absolute; right: -54px; top: 50%; user-select: none; z-index: 1; }\",\".framer-jw7F1.framer-v-1c26od8 .framer-577doz { -webkit-user-select: auto; align-self: unset; pointer-events: auto; user-select: auto; width: 100%; }\",\".framer-jw7F1.framer-v-1c26od8 .framer-1d86yw9 { -webkit-user-select: auto; height: 0px; padding: 0px 20px 0px 20px; pointer-events: auto; user-select: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jw7F1.framer-v-1c26od8 .framer-18c7t7x { gap: 0px; } .framer-jw7F1.framer-v-1c26od8 .framer-18c7t7x > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-jw7F1.framer-v-1c26od8 .framer-18c7t7x > :first-child { margin-left: 0px; } .framer-jw7F1.framer-v-1c26od8 .framer-18c7t7x > :last-child { margin-right: 0px; } }\",'.framer-jw7F1[data-border=\"true\"]::after, .framer-jw7F1 [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 64\n * @framerIntrinsicWidth 249\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"eUzwJeiXX\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDFYShzw22=withCSS(Component,css,\"framer-jw7F1\");export default FramerDFYShzw22;FramerDFYShzw22.displayName=\"Voice Chat\";FramerDFYShzw22.defaultProps={height:64,width:249};addPropertyControls(FramerDFYShzw22,{variant:{options:[\"RjASzC0kM\",\"eUzwJeiXX\"],optionTitles:[\"Close\",\"Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerDFYShzw22,[{explicitInter:true,fonts:[{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj0QiqWSRToK8EPg.woff2\",weight:\"600\"}]},...SVGFonts,...ProfileFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDFYShzw22\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eUzwJeiXX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"249\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"64\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DFYShzw22.map", "// Generated by Framer (ed8225c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"z_A1Tnix3\",\"TUawSAFjd\"];const serializationHash=\"framer-5PdnY\";const variantClassNames={TUawSAFjd:\"framer-v-1ptdzfk\",z_A1Tnix3:\"framer-v-dux9sc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;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\":\"z_A1Tnix3\",\"Variant 2\":\"TUawSAFjd\"};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:\"z_A1Tnix3\"};};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:\"z_A1Tnix3\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterzn1ie8=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"TUawSAFjd\");});const onMouseLeave2ut33m=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"z_A1Tnix3\");});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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-dux9sc\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"z_A1Tnix3\",onMouseEnter:onMouseEnterzn1ie8,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.39)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(166, 166, 166, 0.1)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({TUawSAFjd:{\"data-framer-name\":\"Variant 2\",onMouseLeave:onMouseLeave2ut33m}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7fotzj\",\"data-framer-name\":\"Frame 57\",layoutDependency:layoutDependency,layoutId:\"g8DPFBFlx\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 3.200000047683716px 8px 0px rgba(0, 0, 0, 0.05000000074505806)\",rotate:12},variants:{TUawSAFjd:{rotate:0}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j23fyz\",\"data-framer-name\":\"Frame 63\",layoutDependency:layoutDependency,layoutId:\"uy2wG_8TA\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-omcd54\",\"data-framer-name\":\"Logomark\",layoutDependency:layoutDependency,layoutId:\"Un8SyzqrI\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:134,intrinsicWidth:152,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+56+47.50000000000004+0+0+4.500000000000007),pixelHeight:245,pixelWidth:246,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/CZFblIlDOEU37VMALUHGcsf190.png\"},className:\"framer-1b2iuu8\",\"data-framer-name\":\"Bildschirmfoto 2024-10-17 um 20.50.21\",layoutDependency:layoutDependency,layoutId:\"QFFbqV9WN\",...addPropertyOverrides({TUawSAFjd:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:134,intrinsicWidth:152,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+25+52.713793103448324+0+0+4.500000000000007),pixelHeight:245,pixelWidth:246,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/CZFblIlDOEU37VMALUHGcsf190.png\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"6.4px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Lukas Popovic\"})}),className:\"framer-1ukyvvp\",\"data-framer-name\":\"@Sohiljx\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"v35WIzOYR\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TUawSAFjd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Lukas Popovic\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l7nde1\",\"data-framer-name\":\"Frame 62\",layoutDependency:layoutDependency,layoutId:\"RXARyjjxF\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i17rcr\",\"data-framer-name\":\"Frame 59\",layoutDependency:layoutDependency,layoutId:\"WSubi0zVG\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n19ttf\",\"data-framer-name\":\"Frame 56\",layoutDependency:layoutDependency,layoutId:\"lxr_TBIj_\",style:{backgroundColor:\"rgb(240, 240, 240)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-msvryh\",\"data-framer-name\":\"Frame 60\",layoutDependency:layoutDependency,layoutId:\"IIzliEiGX\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x74vs6\",\"data-framer-name\":\"Frame 56\",layoutDependency:layoutDependency,layoutId:\"YWMuws1re\",style:{backgroundColor:\"rgb(240, 240, 240)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xdkdyc\",\"data-framer-name\":\"Frame 58\",layoutDependency:layoutDependency,layoutId:\"E7blHLlO3\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ck8t9a\",\"data-framer-name\":\"Frame 56\",layoutDependency:layoutDependency,layoutId:\"O7aRS7I24\",style:{backgroundColor:\"rgb(240, 240, 240)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ytmpn\",\"data-framer-name\":\"Frame 57\",layoutDependency:layoutDependency,layoutId:\"hZQyD2IEv\",style:{backgroundColor:\"rgb(240, 240, 240)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}})]})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mdoex4\",\"data-framer-name\":\"Frame 25\",layoutDependency:layoutDependency,layoutId:\"avC_69OP6\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16fcgld\",\"data-framer-name\":\"Frame 24\",layoutDependency:layoutDependency,layoutId:\"BlIKLxT9R\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Kontakte auf dem neuesten Stand\"})}),className:\"framer-wdwcww\",\"data-framer-name\":\"Write & schedule, effortlessly\",fonts:[\"FR;InterDisplay-Medium\"],layoutDependency:layoutDependency,layoutId:\"mjL17A78a\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.8))\"},children:\"Aurili \\xfcbernimmt f\\xfcr Sie automatisch Kontaktdaten\\xe4nderungen und \\xe4ndert z.B. selbst\\xe4ndig den Nachnamen eines Anrufers.\"})}),className:\"framer-147c9d4\",\"data-framer-name\":\"Lorem ipsum dolor sit amet consectetur. Sed fringilla id faucibus morbi.\",fonts:[\"FR;InterDisplay\"],layoutDependency:layoutDependency,layoutId:\"kQtpsiTaq\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.8)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gidtfs\",\"data-framer-name\":\"Frame 55\",layoutDependency:layoutDependency,layoutId:\"HbS7Kz0Ut\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 3.200000047683716px 8px 0px rgba(0, 0, 0, 0.05000000074505806)\",rotate:-12},variants:{TUawSAFjd:{rotate:0}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a8aqen\",\"data-framer-name\":\"Frame 63\",layoutDependency:layoutDependency,layoutId:\"Y1BqPdPmk\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-sdbk05\",\"data-framer-name\":\"Logomark\",layoutDependency:layoutDependency,layoutId:\"GsnR8DXF0\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:134,intrinsicWidth:152,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+56+47.50000000000004+0+0+4.500000000000007),pixelHeight:247,pixelWidth:247,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/M7aCqEWSUB2GocrYd0datu078.png\"},className:\"framer-1oexytm\",\"data-framer-name\":\"Bildschirmfoto 2024-10-17 um 20.50.21\",layoutDependency:layoutDependency,layoutId:\"bmeoIjLVP\",...addPropertyOverrides({TUawSAFjd:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:134,intrinsicWidth:152,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+25+52.713793103448324+0+0+4.500000000000007),pixelHeight:247,pixelWidth:247,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/M7aCqEWSUB2GocrYd0datu078.png\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"6.4px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Sophie Nguyen\"})}),className:\"framer-fmf89o\",\"data-framer-name\":\"@Sohiljx\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"xppynKCre\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TUawSAFjd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Sophie Nguyen\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kfbxdt\",\"data-framer-name\":\"Frame 62\",layoutDependency:layoutDependency,layoutId:\"DX6LkD5pe\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hnnge3\",\"data-framer-name\":\"Frame 58\",layoutDependency:layoutDependency,layoutId:\"TPkwgniKT\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-la9sqe\",\"data-framer-name\":\"Frame 56\",layoutDependency:layoutDependency,layoutId:\"tUc5tlkWL\",style:{backgroundColor:\"rgb(240, 240, 240)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6q9an5\",\"data-framer-name\":\"Frame 57\",layoutDependency:layoutDependency,layoutId:\"issROjldA\",style:{backgroundColor:\"rgb(240, 240, 240)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qxmnnk\",\"data-framer-name\":\"Frame 59\",layoutDependency:layoutDependency,layoutId:\"ToYt3RPRM\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r9g85v\",\"data-framer-name\":\"Frame 56\",layoutDependency:layoutDependency,layoutId:\"wcIPNntBP\",style:{backgroundColor:\"rgb(240, 240, 240)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ddicmq\",\"data-framer-name\":\"Frame 60\",layoutDependency:layoutDependency,layoutId:\"K4JUNr6VD\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qixo95\",\"data-framer-name\":\"Frame 56\",layoutDependency:layoutDependency,layoutId:\"t0bCJv1Uu\",style:{backgroundColor:\"rgb(240, 240, 240)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-oz9mrq\",\"data-framer-name\":\"Frame 56\",layoutDependency:layoutDependency,layoutId:\"HM7gTB_bo\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 4px 10px 0px rgba(0, 0, 0, 0.05000000074505806)\"},transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ht6kkg\",\"data-framer-name\":\"Frame 63\",layoutDependency:layoutDependency,layoutId:\"g1ONN_g93\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fpa3pr\",\"data-framer-name\":\"Layers\",layoutDependency:layoutDependency,layoutId:\"xiiL18o4n\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xzy2fb\",\"data-framer-name\":\"Logomark\",layoutDependency:layoutDependency,layoutId:\"x8kQfgyUy\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:134,intrinsicWidth:152,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+25+47.50000000000004+0+0+5.500000000000011+4.500000000000007),pixelHeight:249,pixelWidth:252,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/kT7EALkQniLJYmbNvbFh8x8c.png\"},className:\"framer-1hbqnz2\",\"data-framer-name\":\"Bildschirmfoto 2024-10-17 um 20.50.21\",layoutDependency:layoutDependency,layoutId:\"Iz07Wj1mf\",...addPropertyOverrides({TUawSAFjd:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:134,intrinsicWidth:152,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+25+52.713793103448324+0+0+5.500000000000011+4.500000000000007),pixelHeight:249,pixelWidth:252,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/kT7EALkQniLJYmbNvbFh8x8c.png\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(61, 61, 61))\"},children:\"Max Mustermann\"})}),className:\"framer-1hjqrgh\",\"data-framer-name\":\"@Sohiljx\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"ckKzXrOWt\",style:{\"--extracted-r6o4lv\":\"rgb(61, 61, 61)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hpgs5d\",\"data-framer-name\":\"Frame 62\",layoutDependency:layoutDependency,layoutId:\"DKYb9Pvzf\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12heulx\",\"data-framer-name\":\"Frame 59\",layoutDependency:layoutDependency,layoutId:\"t8rGojIlX\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-800c3p\",\"data-framer-name\":\"Frame 56\",layoutDependency:layoutDependency,layoutId:\"ab5VX42uV\",style:{backgroundColor:\"rgb(240, 240, 240)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-anozro\",\"data-framer-name\":\"Frame 58\",layoutDependency:layoutDependency,layoutId:\"wMO3xonre\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-h8exp8\",\"data-framer-name\":\"Frame 56\",layoutDependency:layoutDependency,layoutId:\"GtO6DiqsN\",style:{backgroundColor:\"rgb(240, 240, 240)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-m04zt3\",\"data-framer-name\":\"Frame 57\",layoutDependency:layoutDependency,layoutId:\"sQkQF7EXT\",style:{backgroundColor:\"rgb(240, 240, 240)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dm6e02\",\"data-framer-name\":\"Frame 60\",layoutDependency:layoutDependency,layoutId:\"P1xWnRs9y\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o9g7mr\",\"data-framer-name\":\"Frame 56\",layoutDependency:layoutDependency,layoutId:\"oPH1u9VGo\",style:{backgroundColor:\"rgb(240, 240, 240)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5PdnY.framer-qswhm1, .framer-5PdnY .framer-qswhm1 { display: block; }\",\".framer-5PdnY.framer-dux9sc { height: 467px; overflow: hidden; position: relative; width: 639px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5PdnY .framer-7fotzj { aspect-ratio: 0.8333333333333334 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 192px); overflow: hidden; position: absolute; right: 91px; top: 56px; width: 160px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5PdnY .framer-j23fyz, .framer-5PdnY .framer-1a8aqen { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 97px; justify-content: space-between; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; width: min-content; }\",\".framer-5PdnY .framer-omcd54, .framer-5PdnY .framer-sdbk05 { flex: none; height: 39px; overflow: visible; position: relative; width: 34px; }\",\".framer-5PdnY .framer-1b2iuu8, .framer-5PdnY .framer-1oexytm, .framer-5PdnY .framer-1hbqnz2 { flex: none; height: 29px; left: calc(50.00000000000002% - 30px / 2); overflow: visible; position: absolute; top: calc(48.71794871794874% - 29px / 2); width: 30px; }\",\".framer-5PdnY .framer-1ukyvvp, .framer-5PdnY .framer-wdwcww, .framer-5PdnY .framer-fmf89o, .framer-5PdnY .framer-1hjqrgh { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5PdnY .framer-l7nde1, .framer-5PdnY .framer-1kfbxdt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-5PdnY .framer-1i17rcr, .framer-5PdnY .framer-msvryh, .framer-5PdnY .framer-1qxmnnk, .framer-5PdnY .framer-1ddicmq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 80px; }\",\".framer-5PdnY .framer-1n19ttf, .framer-5PdnY .framer-x74vs6, .framer-5PdnY .framer-1ck8t9a, .framer-5PdnY .framer-ytmpn, .framer-5PdnY .framer-la9sqe, .framer-5PdnY .framer-6q9an5, .framer-5PdnY .framer-1r9g85v, .framer-5PdnY .framer-1qixo95 { flex: 1 0 0px; height: 7px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5PdnY .framer-1xdkdyc, .framer-5PdnY .framer-1hnnge3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 80px; }\",\".framer-5PdnY .framer-mdoex4 { align-content: center; align-items: center; bottom: 18px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; width: min-content; }\",\".framer-5PdnY .framer-16fcgld { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-5PdnY .framer-147c9d4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 338px; word-break: break-word; word-wrap: break-word; }\",\".framer-5PdnY .framer-gidtfs { aspect-ratio: 0.8333333333333334 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 192px); left: 93px; overflow: hidden; position: absolute; top: 56px; width: 160px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5PdnY .framer-oz9mrq { aspect-ratio: 0.8333333333333334 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 216px); left: 50%; overflow: hidden; position: absolute; top: 25px; width: 180px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5PdnY .framer-1ht6kkg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 121px; justify-content: space-between; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; width: min-content; }\",\".framer-5PdnY .framer-1fpa3pr { flex: none; height: 50px; overflow: visible; position: relative; width: 50px; }\",\".framer-5PdnY .framer-1xzy2fb { flex: none; height: 39px; left: calc(50.00000000000002% - 34px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 39px / 2); width: 34px; }\",\".framer-5PdnY .framer-hpgs5d { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-5PdnY .framer-12heulx, .framer-5PdnY .framer-dm6e02 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100px; }\",\".framer-5PdnY .framer-800c3p, .framer-5PdnY .framer-h8exp8, .framer-5PdnY .framer-m04zt3, .framer-5PdnY .framer-1o9g7mr { flex: 1 0 0px; height: 9px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5PdnY .framer-anozro { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5PdnY .framer-l7nde1, .framer-5PdnY .framer-1i17rcr, .framer-5PdnY .framer-msvryh, .framer-5PdnY .framer-1xdkdyc, .framer-5PdnY .framer-mdoex4, .framer-5PdnY .framer-16fcgld, .framer-5PdnY .framer-1kfbxdt, .framer-5PdnY .framer-1hnnge3, .framer-5PdnY .framer-1qxmnnk, .framer-5PdnY .framer-1ddicmq, .framer-5PdnY .framer-hpgs5d, .framer-5PdnY .framer-12heulx, .framer-5PdnY .framer-anozro, .framer-5PdnY .framer-dm6e02 { gap: 0px; } .framer-5PdnY .framer-l7nde1 > *, .framer-5PdnY .framer-1kfbxdt > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-5PdnY .framer-l7nde1 > :first-child, .framer-5PdnY .framer-mdoex4 > :first-child, .framer-5PdnY .framer-16fcgld > :first-child, .framer-5PdnY .framer-1kfbxdt > :first-child, .framer-5PdnY .framer-hpgs5d > :first-child { margin-top: 0px; } .framer-5PdnY .framer-l7nde1 > :last-child, .framer-5PdnY .framer-mdoex4 > :last-child, .framer-5PdnY .framer-16fcgld > :last-child, .framer-5PdnY .framer-1kfbxdt > :last-child, .framer-5PdnY .framer-hpgs5d > :last-child { margin-bottom: 0px; } .framer-5PdnY .framer-1i17rcr > *, .framer-5PdnY .framer-msvryh > *, .framer-5PdnY .framer-1qxmnnk > *, .framer-5PdnY .framer-1ddicmq > * { margin: 0px; margin-left: calc(2.4000000953674316px / 2); margin-right: calc(2.4000000953674316px / 2); } .framer-5PdnY .framer-1i17rcr > :first-child, .framer-5PdnY .framer-msvryh > :first-child, .framer-5PdnY .framer-1xdkdyc > :first-child, .framer-5PdnY .framer-1hnnge3 > :first-child, .framer-5PdnY .framer-1qxmnnk > :first-child, .framer-5PdnY .framer-1ddicmq > :first-child, .framer-5PdnY .framer-12heulx > :first-child, .framer-5PdnY .framer-anozro > :first-child, .framer-5PdnY .framer-dm6e02 > :first-child { margin-left: 0px; } .framer-5PdnY .framer-1i17rcr > :last-child, .framer-5PdnY .framer-msvryh > :last-child, .framer-5PdnY .framer-1xdkdyc > :last-child, .framer-5PdnY .framer-1hnnge3 > :last-child, .framer-5PdnY .framer-1qxmnnk > :last-child, .framer-5PdnY .framer-1ddicmq > :last-child, .framer-5PdnY .framer-12heulx > :last-child, .framer-5PdnY .framer-anozro > :last-child, .framer-5PdnY .framer-dm6e02 > :last-child { margin-right: 0px; } .framer-5PdnY .framer-1xdkdyc > *, .framer-5PdnY .framer-1hnnge3 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-5PdnY .framer-mdoex4 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-5PdnY .framer-16fcgld > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-5PdnY .framer-hpgs5d > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-5PdnY .framer-12heulx > *, .framer-5PdnY .framer-dm6e02 > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } .framer-5PdnY .framer-anozro > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",\".framer-5PdnY.framer-v-1ptdzfk .framer-7fotzj { height: var(--framer-aspect-ratio-supported, 228px); right: 18px; top: 25px; width: 190px; }\",\".framer-5PdnY.framer-v-1ptdzfk .framer-j23fyz, .framer-5PdnY.framer-v-1ptdzfk .framer-1a8aqen { height: 121px; left: 49%; top: 50%; }\",\".framer-5PdnY.framer-v-1ptdzfk .framer-1i17rcr, .framer-5PdnY.framer-v-1ptdzfk .framer-msvryh, .framer-5PdnY.framer-v-1ptdzfk .framer-1qxmnnk, .framer-5PdnY.framer-v-1ptdzfk .framer-1ddicmq { align-self: stretch; width: auto; }\",\".framer-5PdnY.framer-v-1ptdzfk .framer-1n19ttf, .framer-5PdnY.framer-v-1ptdzfk .framer-x74vs6, .framer-5PdnY.framer-v-1ptdzfk .framer-la9sqe, .framer-5PdnY.framer-v-1ptdzfk .framer-6q9an5, .framer-5PdnY.framer-v-1ptdzfk .framer-1r9g85v, .framer-5PdnY.framer-v-1ptdzfk .framer-1qixo95 { height: 9px; }\",\".framer-5PdnY.framer-v-1ptdzfk .framer-1xdkdyc, .framer-5PdnY.framer-v-1ptdzfk .framer-1hnnge3 { width: 100px; }\",\".framer-5PdnY.framer-v-1ptdzfk .framer-1ck8t9a, .framer-5PdnY.framer-v-1ptdzfk .framer-ytmpn { height: 8px; }\",\".framer-5PdnY.framer-v-1ptdzfk .framer-gidtfs { height: var(--framer-aspect-ratio-supported, 228px); left: 17px; top: 25px; width: 190px; }\",\".framer-5PdnY.framer-v-1ptdzfk .framer-sdbk05 { order: 0; }\",\".framer-5PdnY.framer-v-1ptdzfk .framer-fmf89o { order: 1; }\",\".framer-5PdnY.framer-v-1ptdzfk .framer-1kfbxdt { order: 2; }\",\".framer-5PdnY.framer-v-1ptdzfk .framer-oz9mrq { height: var(--framer-aspect-ratio-supported, 228px); left: 50%; width: 190px; }\",\".framer-5PdnY.framer-v-1ptdzfk .framer-1ht6kkg { left: 51%; top: 50%; }\",'.framer-5PdnY[data-border=\"true\"]::after, .framer-5PdnY [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 467\n * @framerIntrinsicWidth 639\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"TUawSAFjd\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHxp3o698m=withCSS(Component,css,\"framer-5PdnY\");export default FramerHxp3o698m;FramerHxp3o698m.displayName=\"Card Component\";FramerHxp3o698m.defaultProps={height:467,width:639};addPropertyControls(FramerHxp3o698m,{variant:{options:[\"z_A1Tnix3\",\"TUawSAFjd\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerHxp3o698m,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter Display\",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/ePuN3mCjzajIHnyCdvKBFiZkyY0.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/V3j1L0o5vPFKe26Sw4HcpXCfHo.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/F3kdpd2N0cToWV5huaZjjgM.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/0iDmxkizU9goZoclqIqsV5rvETU.woff2\",weight:\"500\"},{family:\"Inter Display\",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/r0mv3NegmA0akcQsNFotG32Las.woff2\",weight:\"500\"},{family:\"Inter Display\",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/8yoV9pUxquX7VD7ZXlNYKQmkmk.woff2\",weight:\"500\"},{family:\"Inter Display\",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/Ii21jnSJkulBKsHHXKlapi7fv9w.woff2\",weight:\"500\"},{family:\"Inter Display\",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/2uIBiALfCHVpWbHqRMZutfT7giU.woff2\",weight:\"400\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Zwfz6xbVe5pmcWRJRgBDHnMkOkI.woff2\",weight:\"400\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/U9LaDDmbRhzX3sB8g8glTy5feTE.woff2\",weight:\"400\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tVew2LzXJ1t7QfxP1gdTIdj2o0g.woff2\",weight:\"400\"},{family:\"Inter Display\",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/DF7bjCRmStYPqSb945lAlMfCCVQ.woff2\",weight:\"400\"},{family:\"Inter Display\",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/nCpxWS6DaPlPe0lHzStXAPCo3lw.woff2\",weight:\"400\"},{family:\"Inter Display\",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/vebZUMjGyKkYsfcY73iwWTzLNag.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHxp3o698m\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"467\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TUawSAFjd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"639\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hxp3o698m.map", "// Generated by Framer (cf240c2)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as localizedValues from\"./L2KHQZYV9-0.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"hvjUtIQGh\",\"uqqdb7d75\",\"tZewqNSTw\"];const serializationHash=\"framer-zyd6v\";const variantClassNames={hvjUtIQGh:\"framer-v-1dja9d\",tZewqNSTw:\"framer-v-19bor2p\",uqqdb7d75:\"framer-v-83atcr\"};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 valuesByLocaleId={PpQnxRLhR:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const transition2={duration:0,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={Hover:\"tZewqNSTw\",Normal:\"uqqdb7d75\",Small:\"hvjUtIQGh\"};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:\"hvjUtIQGh\"};};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:\"hvjUtIQGh\",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,...addPropertyOverrides({tZewqNSTw:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1dja9d\",className,classNames),\"data-framer-name\":\"Small\",layoutDependency:layoutDependency,layoutId:\"hvjUtIQGh\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({tZewqNSTw:{\"data-framer-name\":\"Hover\"},uqqdb7d75:{\"data-framer-name\":\"Normal\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9g21vx\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"lH6W_9qRo\",style:{backgroundColor:\"rgb(1, 113, 227)\",borderBottomLeftRadius:174,borderBottomRightRadius:174,borderTopLeftRadius:174,borderTopRightRadius:174},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7xvxap-container\",layoutDependency:layoutDependency,layoutId:\"WPP8AiM1S-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(211, 225, 250)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Info\",id:\"WPP8AiM1S\",layoutId:\"WPP8AiM1S\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({tZewqNSTw:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zyd6v.framer-1s93da5, .framer-zyd6v .framer-1s93da5 { display: block; }\",\".framer-zyd6v.framer-1dja9d { height: 36px; overflow: hidden; position: relative; width: 36px; }\",\".framer-zyd6v .framer-9g21vx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; left: calc(50.00000000000002% - 1px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(50.00000000000002% - 1px / 2); width: 1px; }\",\".framer-zyd6v .framer-7xvxap-container { flex: none; height: 1px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zyd6v .framer-9g21vx { gap: 0px; } .framer-zyd6v .framer-9g21vx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zyd6v .framer-9g21vx > :first-child { margin-left: 0px; } .framer-zyd6v .framer-9g21vx > :last-child { margin-right: 0px; } }\",\".framer-zyd6v.framer-v-83atcr .framer-9g21vx, .framer-zyd6v.framer-v-19bor2p .framer-9g21vx { bottom: 0px; height: unset; left: 0px; right: 0px; top: 0px; width: unset; }\",\".framer-zyd6v.framer-v-83atcr .framer-7xvxap-container { height: 22px; order: 0; width: 22px; }\",\".framer-zyd6v.framer-v-19bor2p .framer-7xvxap-container { height: 22px; width: 22px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 36\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"uqqdb7d75\":{\"layout\":[\"fixed\",\"fixed\"]},\"tZewqNSTw\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerL2KHQZYV9=withCSS(Component,css,\"framer-zyd6v\");export default FramerL2KHQZYV9;FramerL2KHQZYV9.displayName=\"Apple Read More/Plus Icon\";FramerL2KHQZYV9.defaultProps={height:36,width:36};addPropertyControls(FramerL2KHQZYV9,{variant:{options:[\"hvjUtIQGh\",\"uqqdb7d75\",\"tZewqNSTw\"],optionTitles:[\"Small\",\"Normal\",\"Hover\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerL2KHQZYV9,[{explicitInter:true,fonts:[]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerL2KHQZYV9\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uqqdb7d75\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tZewqNSTw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"36\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"36\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./L2KHQZYV9.map", "// Generated by Framer (3bc9980)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import AppleReadMorePlusIcon from\"https://framerusercontent.com/modules/NV09PtfOhHYg0IDkvbb6/jRKkATPcBZ5zfsD31PUm/L2KHQZYV9.js\";const AppleReadMorePlusIconFonts=getFonts(AppleReadMorePlusIcon);const enabledGestures={T23W9l4NK:{hover:true}};const cycleOrder=[\"xm3Fd7hKR\",\"d3SJa38HT\",\"iir9O5aNX\",\"QvxM_BHFY\",\"tXYC8HYU8\",\"g2Rshjg3Y\",\"hQKQkDKZ_\",\"bNmAouJQy\",\"T23W9l4NK\"];const serializationHash=\"framer-zhcBF\";const variantClassNames={bNmAouJQy:\"framer-v-1xkb3sg\",d3SJa38HT:\"framer-v-1g97h6n\",g2Rshjg3Y:\"framer-v-n2bo5x\",hQKQkDKZ_:\"framer-v-1l9vd9j\",iir9O5aNX:\"framer-v-1gnl0oa\",QvxM_BHFY:\"framer-v-ry45vr\",T23W9l4NK:\"framer-v-xu89sx\",tXYC8HYU8:\"framer-v-1km8r82\",xm3Fd7hKR:\"framer-v-1kc0xs8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:60,delay:0,mass:1,stiffness:300,type:\"spring\"};const transition3={damping:60,delay:0,mass:2.5,stiffness:600,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate3=(_,t)=>`translateY(-50%) ${t}`;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={\"Appear 1\":\"d3SJa38HT\",\"Appear 2\":\"iir9O5aNX\",\"Appear 3\":\"QvxM_BHFY\",\"Appear 4\":\"T23W9l4NK\",\"Disappear 1\":\"tXYC8HYU8\",\"Disappear 2\":\"hQKQkDKZ_\",\"Disappear 3\":\"bNmAouJQy\",Idle:\"xm3Fd7hKR\"};const getProps=({height,id,overlay,text,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,mt9yQRoSb:overlay!==null&&overlay!==void 0?overlay:props.mt9yQRoSb,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"xm3Fd7hKR\",z08Rh3d_Q:(_ref1=text!==null&&text!==void 0?text:props.z08Rh3d_Q)!==null&&_ref1!==void 0?_ref1:\"More on why Framer is top\"};};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,z08Rh3d_Q,mt9yQRoSb,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xm3Fd7hKR\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear60z3pv=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"iir9O5aNX\"),500);});const onAppear18f8q5t=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"QvxM_BHFY\"),250);});const onAppearvdewi6=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"T23W9l4NK\"),350);});const onAppear1jfhi35=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"g2Rshjg3Y\"),250);});const onAppearlam2ly=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"hQKQkDKZ_\"),250);});const onAppearz4aevu=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"bNmAouJQy\"),450);});const onAppear12ofeg1=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"xm3Fd7hKR\"),250);});const onTap1g4fzej=activeVariantCallback(async(...args)=>{if(mt9yQRoSb){const res=await mt9yQRoSb(...args);if(res===false)return false;}});useOnVariantChange(baseVariant,{bNmAouJQy:onAppear12ofeg1,d3SJa38HT:onAppear60z3pv,g2Rshjg3Y:onAppearlam2ly,hQKQkDKZ_:onAppearz4aevu,iir9O5aNX:onAppear18f8q5t,QvxM_BHFY:onAppearvdewi6,tXYC8HYU8:onAppear1jfhi35});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({iir9O5aNX:{value:transition2},QvxM_BHFY:{value:transition3},T23W9l4NK:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1kc0xs8\",className,classNames),\"data-framer-name\":\"Idle\",layoutDependency:layoutDependency,layoutId:\"xm3Fd7hKR\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"T23W9l4NK-hover\":{\"data-framer-name\":undefined},bNmAouJQy:{\"data-framer-name\":\"Disappear 3\",\"data-highlight\":true},d3SJa38HT:{\"data-framer-name\":\"Appear 1\",\"data-highlight\":true},g2Rshjg3Y:{\"data-framer-name\":\"Disappear 2\",\"data-highlight\":true},hQKQkDKZ_:{\"data-framer-name\":\"Disappear 2\",\"data-highlight\":true},iir9O5aNX:{\"data-framer-name\":\"Appear 2\",\"data-highlight\":true},QvxM_BHFY:{\"data-framer-name\":\"Appear 3\",\"data-highlight\":true},T23W9l4NK:{\"data-framer-name\":\"Appear 4\"},tXYC8HYU8:{\"data-framer-name\":\"Disappear 1\",\"data-highlight\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bmdagt\",\"data-framer-name\":\"BG\",layoutDependency:layoutDependency,layoutId:\"mNo3E6GAR\",style:{backgroundColor:\"rgb(1, 113, 227)\",borderBottomLeftRadius:124,borderBottomRightRadius:124,borderTopLeftRadius:124,borderTopRightRadius:124,opacity:0},transformTemplate:transformTemplate1,variants:{d3SJa38HT:{opacity:1}},...addPropertyOverrides({bNmAouJQy:{transformTemplate:transformTemplate2},g2Rshjg3Y:{transformTemplate:transformTemplate2},hQKQkDKZ_:{transformTemplate:transformTemplate2},iir9O5aNX:{transformTemplate:transformTemplate2},QvxM_BHFY:{transformTemplate:transformTemplate2},T23W9l4NK:{transformTemplate:transformTemplate2},tXYC8HYU8:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vm2irg\",\"data-framer-name\":\"Body\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"iPROVEp77\",onTap:onTap1g4fzej,style:{backdropFilter:\"blur(7px)\",backgroundColor:\"rgba(66, 66, 69, 0.7)\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32,boxShadow:\"inset 0px 0px 1px 0px rgba(232, 232, 237, 0.11)\",opacity:0,WebkitBackdropFilter:\"blur(7px)\"},variants:{\"T23W9l4NK-hover\":{backgroundColor:\"rgba(66, 66, 69, 0.6)\",opacity:1},d3SJa38HT:{opacity:1},g2Rshjg3Y:{opacity:1},hQKQkDKZ_:{opacity:1},iir9O5aNX:{opacity:1},QvxM_BHFY:{opacity:1},T23W9l4NK:{opacity:1},tXYC8HYU8:{opacity:1}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(245, 245, 247))\"},children:\"More on why Framer is top\"})}),className:\"framer-17ax27b\",\"data-framer-name\":\"Text\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"hgf7oBYVM\",style:{\"--extracted-r6o4lv\":\"rgb(245, 245, 247)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",opacity:0},text:z08Rh3d_Q,transformTemplate:transformTemplate3,variants:{\"T23W9l4NK-hover\":{opacity:1},T23W9l4NK:{opacity:1},tXYC8HYU8:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"T23W9l4NK-hover\":{transformTemplate:undefined},bNmAouJQy:{transformTemplate:undefined},g2Rshjg3Y:{transformTemplate:undefined},hQKQkDKZ_:{transformTemplate:undefined},QvxM_BHFY:{transformTemplate:undefined},T23W9l4NK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(245, 245, 247))\"},children:\"More on why Framer is top\"})}),transformTemplate:undefined},tXYC8HYU8:{transformTemplate:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"36px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||70)- -1+-13.999999999999998,...addPropertyOverrides({bNmAouJQy:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||70)- -1+-14},d3SJa38HT:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||70)-0-56)/2)+10.000000000000014},g2Rshjg3Y:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||70)-0-56)/2)+10},hQKQkDKZ_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||70)-0-56)/2)+10},iir9O5aNX:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||70)-0-56)/2)+10.000000000000014},QvxM_BHFY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||70)-0-56)/2)+10},T23W9l4NK:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||70)-0-56)/2)+10},tXYC8HYU8:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||70)-0-56)/2)+10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m9iqyw-container\",layoutDependency:layoutDependency,layoutId:\"VtEBsMsA0-container\",style:{opacity:0},variants:{\"T23W9l4NK-hover\":{opacity:1},iir9O5aNX:{opacity:1},QvxM_BHFY:{opacity:1},T23W9l4NK:{opacity:1},tXYC8HYU8:{opacity:1}},children:/*#__PURE__*/_jsx(AppleReadMorePlusIcon,{height:\"100%\",id:\"VtEBsMsA0\",layoutId:\"VtEBsMsA0\",style:{height:\"100%\",width:\"100%\"},variant:\"hvjUtIQGh\",width:\"100%\",...addPropertyOverrides({\"T23W9l4NK-hover\":{variant:\"tZewqNSTw\"},iir9O5aNX:{variant:\"uqqdb7d75\"},QvxM_BHFY:{variant:\"uqqdb7d75\"},T23W9l4NK:{variant:\"uqqdb7d75\"},tXYC8HYU8:{variant:\"uqqdb7d75\"}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zhcBF.framer-11xt2bd, .framer-zhcBF .framer-11xt2bd { display: block; }\",\".framer-zhcBF.framer-1kc0xs8 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 70px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 300px; }\",\".framer-zhcBF .framer-1bmdagt { aspect-ratio: 1 / 1; bottom: -9px; flex: none; height: var(--framer-aspect-ratio-supported, 8px); left: 50%; overflow: hidden; position: absolute; width: 8px; will-change: var(--framer-will-change-override, transform); }\",\".framer-zhcBF .framer-1vm2irg { align-content: center; align-items: center; bottom: -9px; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 8px; justify-content: center; left: calc(50.00000000000002% - 8px / 2); overflow: hidden; padding: 0px; position: absolute; width: 8px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-zhcBF .framer-17ax27b { flex: none; height: auto; left: -97px; position: absolute; top: 50%; white-space: pre; width: auto; z-index: 1; }\",\".framer-zhcBF .framer-1m9iqyw-container { flex: none; height: 36px; left: calc(50.00000000000002% - 36px / 2); position: absolute; top: calc(50.00000000000002% - 36px / 2); width: 36px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zhcBF.framer-1kc0xs8, .framer-zhcBF .framer-1vm2irg { gap: 0px; } .framer-zhcBF.framer-1kc0xs8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zhcBF.framer-1kc0xs8 > :first-child, .framer-zhcBF .framer-1vm2irg > :first-child { margin-left: 0px; } .framer-zhcBF.framer-1kc0xs8 > :last-child, .framer-zhcBF .framer-1vm2irg > :last-child { margin-right: 0px; } .framer-zhcBF .framer-1vm2irg > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-zhcBF.framer-v-1g97h6n .framer-1bmdagt { bottom: -15px; height: unset; top: -15px; width: var(--framer-aspect-ratio-supported, 100px); }\",\".framer-zhcBF.framer-v-1g97h6n .framer-1vm2irg, .framer-zhcBF.framer-v-1gnl0oa .framer-1vm2irg { bottom: unset; height: 56px; left: unset; padding: 0px 10px 0px 24px; position: relative; width: 56px; }\",\".framer-zhcBF.framer-v-1gnl0oa .framer-1bmdagt { bottom: unset; height: var(--framer-aspect-ratio-supported, 4px); top: 50%; width: 4px; }\",\".framer-zhcBF.framer-v-ry45vr .framer-1bmdagt, .framer-zhcBF.framer-v-1km8r82 .framer-1bmdagt, .framer-zhcBF.framer-v-n2bo5x .framer-1bmdagt, .framer-zhcBF.framer-v-1l9vd9j .framer-1bmdagt, .framer-zhcBF.framer-v-1xkb3sg .framer-1bmdagt, .framer-zhcBF.framer-v-xu89sx .framer-1bmdagt { bottom: unset; height: var(--framer-aspect-ratio-supported, 1px); top: 107%; width: 1px; }\",\".framer-zhcBF.framer-v-ry45vr .framer-1vm2irg, .framer-zhcBF.framer-v-1km8r82 .framer-1vm2irg, .framer-zhcBF.framer-v-n2bo5x .framer-1vm2irg, .framer-zhcBF.framer-v-xu89sx .framer-1vm2irg { bottom: unset; height: 56px; left: unset; padding: 0px 10px 0px 24px; position: relative; width: min-content; }\",\".framer-zhcBF.framer-v-ry45vr .framer-17ax27b, .framer-zhcBF.framer-v-ry45vr .framer-1m9iqyw-container, .framer-zhcBF.framer-v-1km8r82 .framer-17ax27b, .framer-zhcBF.framer-v-1km8r82 .framer-1m9iqyw-container, .framer-zhcBF.framer-v-n2bo5x .framer-17ax27b, .framer-zhcBF.framer-v-n2bo5x .framer-1m9iqyw-container, .framer-zhcBF.framer-v-1l9vd9j .framer-17ax27b, .framer-zhcBF.framer-v-1l9vd9j .framer-1m9iqyw-container, .framer-zhcBF.framer-v-1xkb3sg .framer-17ax27b, .framer-zhcBF.framer-v-1xkb3sg .framer-1m9iqyw-container, .framer-zhcBF.framer-v-xu89sx .framer-17ax27b, .framer-zhcBF.framer-v-xu89sx .framer-1m9iqyw-container { left: unset; position: relative; top: unset; }\",\".framer-zhcBF.framer-v-1l9vd9j .framer-1vm2irg { bottom: unset; height: 56px; left: unset; position: relative; width: 56px; }\",\".framer-zhcBF.framer-v-xu89sx.framer-1kc0xs8 { cursor: pointer; }\",\".framer-zhcBF.framer-v-xu89sx.hover .framer-1bmdagt { bottom: unset; }\",\".framer-zhcBF.framer-v-xu89sx.hover .framer-1vm2irg { bottom: unset; left: unset; }\",\".framer-zhcBF.framer-v-xu89sx.hover .framer-17ax27b, .framer-zhcBF.framer-v-xu89sx.hover .framer-1m9iqyw-container { left: unset; top: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 70\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"d3SJa38HT\":{\"layout\":[\"fixed\",\"fixed\"]},\"iir9O5aNX\":{\"layout\":[\"fixed\",\"fixed\"]},\"QvxM_BHFY\":{\"layout\":[\"fixed\",\"fixed\"]},\"tXYC8HYU8\":{\"layout\":[\"fixed\",\"fixed\"]},\"g2Rshjg3Y\":{\"layout\":[\"fixed\",\"fixed\"]},\"hQKQkDKZ_\":{\"layout\":[\"fixed\",\"fixed\"]},\"bNmAouJQy\":{\"layout\":[\"fixed\",\"fixed\"]},\"T23W9l4NK\":{\"layout\":[\"fixed\",\"fixed\"]},\"TsJ9negFX\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"z08Rh3d_Q\":\"text\",\"mt9yQRoSb\":\"overlay\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerL39Uub3t8=withCSS(Component,css,\"framer-zhcBF\");export default FramerL39Uub3t8;FramerL39Uub3t8.displayName=\"Apple Read More/Main\";FramerL39Uub3t8.defaultProps={height:70,width:300};addPropertyControls(FramerL39Uub3t8,{variant:{options:[\"xm3Fd7hKR\",\"d3SJa38HT\",\"iir9O5aNX\",\"QvxM_BHFY\",\"tXYC8HYU8\",\"g2Rshjg3Y\",\"hQKQkDKZ_\",\"bNmAouJQy\",\"T23W9l4NK\"],optionTitles:[\"Idle\",\"Appear 1\",\"Appear 2\",\"Appear 3\",\"Disappear 1\",\"Disappear 2\",\"Disappear 2\",\"Disappear 3\",\"Appear 4\"],title:\"Variant\",type:ControlType.Enum},z08Rh3d_Q:{defaultValue:\"More on why Framer is top\",displayTextArea:false,title:\"Text\",type:ControlType.String},mt9yQRoSb:{title:\"Overlay\",type:ControlType.EventHandler}});addFonts(FramerL39Uub3t8,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]},...AppleReadMorePlusIconFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerL39Uub3t8\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"70\",\"framerIntrinsicWidth\":\"300\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"z08Rh3d_Q\\\":\\\"text\\\",\\\"mt9yQRoSb\\\":\\\"overlay\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"d3SJa38HT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iir9O5aNX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QvxM_BHFY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tXYC8HYU8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"g2Rshjg3Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hQKQkDKZ_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bNmAouJQy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"T23W9l4NK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TsJ9negFX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./L39Uub3t8.map", "// Generated by Framer (51f36d1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-osWp4\";const variantClassNames={xCClKeT40:\"framer-v-cvih58\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,title,width,...props})=>{var _ref;return{...props,NQocEm4NG:(_ref=title!==null&&title!==void 0?title:props.NQocEm4NG)!==null&&_ref!==void 0?_ref:\"Tag\"};};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,NQocEm4NG,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"xCClKeT40\",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-cvih58\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Tag\",layoutDependency:layoutDependency,layoutId:\"xCClKeT40\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-89607ec9-0f6d-4251-b857-396ee563b509, rgb(193, 199, 208))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,...style},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 1, 77))\"},children:\"Tag\"})}),className:\"framer-1r5v3gs\",\"data-framer-name\":\"The team\",fonts:[\"FR;InterDisplay-Medium\"],layoutDependency:layoutDependency,layoutId:\"OnuYwD50C\",style:{\"--extracted-r6o4lv\":\"rgb(0, 1, 77)\"},text:NQocEm4NG,verticalAlignment:\"top\",withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-osWp4.framer-47a84x, .framer-osWp4 .framer-47a84x { display: block; }\",\".framer-osWp4.framer-cvih58 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 10px 3px 10px; position: relative; width: min-content; }\",\".framer-osWp4 .framer-1r5v3gs { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-osWp4.framer-cvih58 { gap: 0px; } .framer-osWp4.framer-cvih58 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-osWp4.framer-cvih58 > :first-child { margin-left: 0px; } .framer-osWp4.framer-cvih58 > :last-child { margin-right: 0px; } }\",'.framer-osWp4[data-border=\"true\"]::after, .framer-osWp4 [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 24.5\n * @framerIntrinsicWidth 42\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"NQocEm4NG\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerPwcfPfgqY=withCSS(Component,css,\"framer-osWp4\");export default FramerPwcfPfgqY;FramerPwcfPfgqY.displayName=\"Tag\";FramerPwcfPfgqY.defaultProps={height:24.5,width:42};addPropertyControls(FramerPwcfPfgqY,{NQocEm4NG:{defaultValue:\"Tag\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerPwcfPfgqY,[{explicitInter:true,fonts:[{family:\"Inter Display\",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/ePuN3mCjzajIHnyCdvKBFiZkyY0.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/V3j1L0o5vPFKe26Sw4HcpXCfHo.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/F3kdpd2N0cToWV5huaZjjgM.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/0iDmxkizU9goZoclqIqsV5rvETU.woff2\",weight:\"500\"},{family:\"Inter Display\",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/r0mv3NegmA0akcQsNFotG32Las.woff2\",weight:\"500\"},{family:\"Inter Display\",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/8yoV9pUxquX7VD7ZXlNYKQmkmk.woff2\",weight:\"500\"},{family:\"Inter Display\",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/Ii21jnSJkulBKsHHXKlapi7fv9w.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPwcfPfgqY\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"42\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"NQocEm4NG\\\":\\\"title\\\"}\",\"framerIntrinsicHeight\":\"24.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PwcfPfgqY.map", "// Generated by Framer (51f36d1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js\";import Loader from\"https://framerusercontent.com/modules/WWgepZ53F0UvvW2fDAoG/9AlSFL6dAzTVzS4oiWbM/APim4rHnB.js\";const HeroFonts=getFonts(Hero);const LoaderFonts=getFonts(Loader);const MotionDivWithFX=withFX(motion.div);const serializationHash=\"framer-HUYuZ\";const variantClassNames={dmfHYLMJR:\"framer-v-1ub5lk3\"};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 transition2={delay:0,duration:.7,ease:[.5,0,.88,.77],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==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=({click,height,id,width,...props})=>{return{...props,qeh3D1cTk:click!==null&&click!==void 0?click:props.qeh3D1cTk};};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,qeh3D1cTk,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"dmfHYLMJR\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1c02mn5=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(qeh3D1cTk){const res=await qeh3D1cTk(...args);if(res===false)return false;}});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__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ub5lk3\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"dmfHYLMJR\",onTap:onTap1c02mn5,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(0, 1, 77)\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3,boxShadow:\"inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15)\",...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3erl3l-container\",layoutDependency:layoutDependency,layoutId:\"P0J6TQE9N-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, rgb(236, 239, 243))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Play\",id:\"P0J6TQE9N\",layoutId:\"P0J6TQE9N\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,width:\"20px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||33)*.5000000000000002-10),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1981f6-container\",layoutDependency:layoutDependency,layoutId:\"c1rztCpD6-container\",style:{opacity:0,scale:.6},children:/*#__PURE__*/_jsx(Loader,{height:\"100%\",id:\"c1rztCpD6\",layoutId:\"c1rztCpD6\",PuQ5WOk1G:0,style:{height:\"100%\",width:\"100%\"},variant:\"ZjE38YABk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255)))\"},children:\"Anruf anh\\xf6ren\"})}),className:\"framer-1o7xwjh\",fonts:[\"FR;InterDisplay-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"k8G9Ravzr\",style:{\"--extracted-r6o4lv\":\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",textShadow:\"0px 0.5px 0px rgba(0, 0, 0, 0.15)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1f9n2o\",\"data-border\":true,\"data-framer-name\":\"Ring 1\",layoutDependency:layoutDependency,layoutId:\"Kl1hgmjuZ\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(0, 1, 77)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3},tabIndex:-1})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HUYuZ.framer-n5z6y3, .framer-HUYuZ .framer-n5z6y3 { display: block; }\",\".framer-HUYuZ.framer-1ub5lk3 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 33px; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: 161px; }\",\".framer-HUYuZ .framer-3erl3l-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-HUYuZ .framer-1981f6-container { flex: none; height: 20px; left: 16px; pointer-events: none; position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; z-index: 1; }\",\".framer-HUYuZ .framer-1o7xwjh { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-HUYuZ .framer-1f9n2o { -webkit-user-select: none; bottom: -6px; flex: none; left: -6px; overflow: hidden; pointer-events: none; position: absolute; right: -6px; top: -6px; user-select: none; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HUYuZ.framer-1ub5lk3 { gap: 0px; } .framer-HUYuZ.framer-1ub5lk3 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-HUYuZ.framer-1ub5lk3 > :first-child { margin-left: 0px; } .framer-HUYuZ.framer-1ub5lk3 > :last-child { margin-right: 0px; } }\",'.framer-HUYuZ[data-border=\"true\"]::after, .framer-HUYuZ [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 33\n * @framerIntrinsicWidth 161\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"qeh3D1cTk\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSfJZWIXmE=withCSS(Component,css,\"framer-HUYuZ\");export default FramerSfJZWIXmE;FramerSfJZWIXmE.displayName=\"Button Play\";FramerSfJZWIXmE.defaultProps={height:33,width:161};addPropertyControls(FramerSfJZWIXmE,{qeh3D1cTk:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerSfJZWIXmE,[{explicitInter:true,fonts:[{family:\"Inter Display\",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/gazZKZuUEtvr9ULhdA4SprP0AZ0.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/pe8RoujoPxuTZhqoNzYqHX2MXA.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/teGhWnhH3bCqefKGsIsqFy3hK8.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/qQHxgTnEk6Czu1yW4xS82HQWFOk.woff2\",weight:\"600\"},{family:\"Inter Display\",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/MJ3N6lfN4iP5Um8rJGqLYl03tE.woff2\",weight:\"600\"},{family:\"Inter Display\",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/dHHUz45rhM2KCQpj9zttNVlibk.woff2\",weight:\"600\"},{family:\"Inter Display\",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/0SEEmmWc3vovhaai4RlRQSWRrz0.woff2\",weight:\"600\"}]},...HeroFonts,...LoaderFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSfJZWIXmE\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"161\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"33\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"qeh3D1cTk\\\":\\\"click\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SfJZWIXmE.map", "// Generated by Framer (ed8225c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"ZlH3BQBaO\",\"jMql_An61\"];const serializationHash=\"framer-QE5nW\";const variantClassNames={jMql_An61:\"framer-v-42hyz7\",ZlH3BQBaO:\"framer-v-jrdqd2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;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\":\"ZlH3BQBaO\",\"Variant 2\":\"jMql_An61\"};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:\"ZlH3BQBaO\"};};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:\"ZlH3BQBaO\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter106nacx=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"jMql_An61\");});const onMouseLeavesw9he7=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"ZlH3BQBaO\");});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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-jrdqd2\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ZlH3BQBaO\",onMouseEnter:onMouseEnter106nacx,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.39)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(166, 166, 166, 0.1)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({jMql_An61:{\"data-framer-name\":\"Variant 2\",onMouseLeave:onMouseLeavesw9he7}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11l27x1\",\"data-framer-name\":\"Frame 67\",layoutDependency:layoutDependency,layoutId:\"Ojlrrzegn\",style:{backgroundColor:\"rgb(233, 233, 233)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,boxShadow:\"0px 2px 4px 0px rgba(0, 0, 0, 0.05000000074505806)\",rotate:0},variants:{jMql_An61:{rotate:-2}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-t5ch8b\",\"data-framer-name\":\"Frame 68\",layoutDependency:layoutDependency,layoutId:\"FzDt4OXdC\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xsvq6t\",\"data-framer-name\":\"Frame 67\",layoutDependency:layoutDependency,layoutId:\"C0vyo9zup\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1prraem-container\",layoutDependency:layoutDependency,layoutId:\"FWc1yoASY-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(153, 153, 153)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"FilePdf\",id:\"FWc1yoASY\",layoutId:\"FWc1yoASY\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(153, 153, 153))\"},children:\"Produkte_Q2.pdf\"})}),className:\"framer-10g4osv\",\"data-framer-name\":\"Create engagement\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GOrKJ6CD_\",style:{\"--extracted-r6o4lv\":\"rgb(153, 153, 153)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{jMql_An61:{\"--extracted-r6o4lv\":\"rgba(15, 45, 110, 0.68)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({jMql_An61:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(15, 45, 110, 0.68))\"},children:\"Produkte_Q2.pdf\"})}),fonts:[\"FR;InterDisplay\"]}},baseVariant,gestureVariant)})]})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xt7r75\",\"data-framer-name\":\"Frame 65\",layoutDependency:layoutDependency,layoutId:\"PcIESqJ0A\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,boxShadow:\"0px 2px 4px 0px rgba(0, 0, 0, 0.05000000074505806)\",rotate:0},transformTemplate:transformTemplate1,variants:{jMql_An61:{rotate:1}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o37w9w\",\"data-framer-name\":\"Frame 68\",layoutDependency:layoutDependency,layoutId:\"IUXMex2A5\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kkeojm\",\"data-framer-name\":\"Frame 67\",layoutDependency:layoutDependency,layoutId:\"qDhg_udIh\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-j2vsj9-container\",layoutDependency:layoutDependency,layoutId:\"CZGC7QUmc-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(153, 153, 153)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"FileHtml\",id:\"CZGC7QUmc\",layoutId:\"CZGC7QUmc\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 1, 77))\"},children:\"Muster-Startseite.de\"})}),className:\"framer-14nfsc\",\"data-framer-name\":\"Build in public\",fonts:[\"FR;InterDisplay\"],layoutDependency:layoutDependency,layoutId:\"WfIlP0Syf\",style:{\"--extracted-r6o4lv\":\"rgb(0, 1, 77)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 1, 77))\"},children:\"Aktuelle Informationen zur Muster GmbH\"})}),className:\"framer-1h9v6rn\",\"data-framer-name\":\"Share a recent learning with your followers.\",fonts:[\"FR;InterDisplay\"],layoutDependency:layoutDependency,layoutId:\"EMIUA1RVp\",style:{\"--extracted-r6o4lv\":\"rgb(0, 1, 77)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2mmtyt\",\"data-framer-name\":\"Frame 24\",layoutDependency:layoutDependency,layoutId:\"PbX9aVmTr\",transformTemplate:transformTemplate2,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Aurili's Wissen\"})}),className:\"framer-bto8yo\",\"data-framer-name\":\"Write & schedule, effortlessly\",fonts:[\"FR;InterDisplay-Medium\"],layoutDependency:layoutDependency,layoutId:\"tuTF5Jzoj\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.8))\"},children:\"F\\xfcgen Sie in wenigen Sekunden PDF-Dokumente oder Websites hinzu. Aurili kann sofort Ihren Anrufern basierend auf diesem Wissen Fragen beantworten.\"})}),className:\"framer-b6l5u0\",\"data-framer-name\":\"Lorem ipsum dolor sit amet consectetur. Sed fringilla id faucibus morbi.\",fonts:[\"FR;InterDisplay\"],layoutDependency:layoutDependency,layoutId:\"NiGwjaTKB\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.8)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QE5nW.framer-1hb30rl, .framer-QE5nW .framer-1hb30rl { display: block; }\",\".framer-QE5nW.framer-jrdqd2 { height: 347px; overflow: hidden; position: relative; width: 350px; will-change: var(--framer-will-change-override, transform); }\",\".framer-QE5nW .framer-11l27x1 { flex: none; height: 60px; left: calc(49.71428571428574% - 175px / 2); overflow: hidden; position: absolute; top: 62px; width: 175px; will-change: var(--framer-will-change-override, transform); }\",\".framer-QE5nW .framer-t5ch8b, .framer-QE5nW .framer-o37w9w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; left: 12px; overflow: visible; padding: 0px; position: absolute; top: 9px; width: min-content; }\",\".framer-QE5nW .framer-xsvq6t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-QE5nW .framer-1prraem-container, .framer-QE5nW .framer-j2vsj9-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 21px; }\",\".framer-QE5nW .framer-10g4osv, .framer-QE5nW .framer-14nfsc, .framer-QE5nW .framer-bto8yo { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-QE5nW .framer-1xt7r75 { aspect-ratio: 2.9166666666666665 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 82px); left: 53%; overflow: hidden; position: absolute; top: 58px; width: 238px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-QE5nW .framer-1kkeojm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-QE5nW .framer-1h9v6rn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 153px; word-break: break-word; word-wrap: break-word; }\",\".framer-QE5nW .framer-2mmtyt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 77%; width: min-content; }\",\".framer-QE5nW .framer-b6l5u0 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 297px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QE5nW .framer-t5ch8b, .framer-QE5nW .framer-xsvq6t, .framer-QE5nW .framer-o37w9w, .framer-QE5nW .framer-1kkeojm, .framer-QE5nW .framer-2mmtyt { gap: 0px; } .framer-QE5nW .framer-t5ch8b > *, .framer-QE5nW .framer-o37w9w > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-QE5nW .framer-t5ch8b > :first-child, .framer-QE5nW .framer-o37w9w > :first-child, .framer-QE5nW .framer-2mmtyt > :first-child { margin-top: 0px; } .framer-QE5nW .framer-t5ch8b > :last-child, .framer-QE5nW .framer-o37w9w > :last-child, .framer-QE5nW .framer-2mmtyt > :last-child { margin-bottom: 0px; } .framer-QE5nW .framer-xsvq6t > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-QE5nW .framer-xsvq6t > :first-child, .framer-QE5nW .framer-1kkeojm > :first-child { margin-left: 0px; } .framer-QE5nW .framer-xsvq6t > :last-child, .framer-QE5nW .framer-1kkeojm > :last-child { margin-right: 0px; } .framer-QE5nW .framer-1kkeojm > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-QE5nW .framer-2mmtyt > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-QE5nW.framer-v-42hyz7 .framer-11l27x1 { left: calc(47.71428571428574% - 175px / 2); top: 32px; }\",\".framer-QE5nW.framer-v-42hyz7 .framer-1xt7r75 { top: 70px; }\",'.framer-QE5nW[data-border=\"true\"]::after, .framer-QE5nW [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 347\n * @framerIntrinsicWidth 350\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"jMql_An61\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerutq55U99W=withCSS(Component,css,\"framer-QE5nW\");export default Framerutq55U99W;Framerutq55U99W.displayName=\"Share Component\";Framerutq55U99W.defaultProps={height:347,width:350};addPropertyControls(Framerutq55U99W,{variant:{options:[\"ZlH3BQBaO\",\"jMql_An61\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerutq55U99W,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter Display\",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/2uIBiALfCHVpWbHqRMZutfT7giU.woff2\",weight:\"400\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Zwfz6xbVe5pmcWRJRgBDHnMkOkI.woff2\",weight:\"400\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/U9LaDDmbRhzX3sB8g8glTy5feTE.woff2\",weight:\"400\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tVew2LzXJ1t7QfxP1gdTIdj2o0g.woff2\",weight:\"400\"},{family:\"Inter Display\",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/DF7bjCRmStYPqSb945lAlMfCCVQ.woff2\",weight:\"400\"},{family:\"Inter Display\",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/nCpxWS6DaPlPe0lHzStXAPCo3lw.woff2\",weight:\"400\"},{family:\"Inter Display\",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/vebZUMjGyKkYsfcY73iwWTzLNag.woff2\",weight:\"400\"},{family:\"Inter Display\",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/ePuN3mCjzajIHnyCdvKBFiZkyY0.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/V3j1L0o5vPFKe26Sw4HcpXCfHo.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/F3kdpd2N0cToWV5huaZjjgM.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/0iDmxkizU9goZoclqIqsV5rvETU.woff2\",weight:\"500\"},{family:\"Inter Display\",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/r0mv3NegmA0akcQsNFotG32Las.woff2\",weight:\"500\"},{family:\"Inter Display\",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/8yoV9pUxquX7VD7ZXlNYKQmkmk.woff2\",weight:\"500\"},{family:\"Inter Display\",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/Ii21jnSJkulBKsHHXKlapi7fv9w.woff2\",weight:\"500\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerutq55U99W\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jMql_An61\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"350\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"347\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utq55U99W.map", "// Generated by Framer (ff6f0b6)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import CMSSlideshow from\"https://framerusercontent.com/modules/ACFII5OxV3XZ0ytoXexf/n8bdYMX9KRHJ8YvjqmPO/CMSSlideshow.js\";import BlurCycle from\"https://framerusercontent.com/modules/K9XZikamzRg8diOTO0v6/WTFEtpHUbJ1zBoWfXvpa/BlurCycle_Prod.js\";import{Video as Video2}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js\";import{Video as Video1}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/qXQVWG1AZxpdrbBmhE1U/Video.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js\";import Gradient_Border from\"https://framerusercontent.com/modules/luj2q9jm9YBji92T42sq/7pbX6S7mu974SdMITg2u/Gradient_Border.js\";import Embed1 from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Mn69eMnaMcqJ65TjxwR1/Embed.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js\";import TextShimmer from\"https://framerusercontent.com/modules/TS5bPiMUGtjrWMUlvKp9/HS2L1soJSQR1OyI7TPRZ/TextShimmer_Prod.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Particles from\"https://framerusercontent.com/modules/wb6ZrZlCLNQ5HHBJtNND/c1GLxCsQBQvlLXhkz7er/Particles.js\";import Loader from\"https://framerusercontent.com/modules/WWgepZ53F0UvvW2fDAoG/9AlSFL6dAzTVzS4oiWbM/APim4rHnB.js\";import TextCycle2 from\"https://framerusercontent.com/modules/zLGLBMkVfP9jrHSi3zgh/0CbOGmbP3rjdZg1vlGod/pOqgbVhLg.js\";import TextCycle21 from\"#framer/local/canvasComponent/abGTxoLFb/abGTxoLFb.js\";import SkeuToggles from\"#framer/local/canvasComponent/cbww7gJX7/cbww7gJX7.js\";import VoiceChat from\"#framer/local/canvasComponent/DFYShzw22/DFYShzw22.js\";import AIKitNav from\"#framer/local/canvasComponent/FgbzfpRtw/FgbzfpRtw.js\";import AIKitCTA2 from\"#framer/local/canvasComponent/HDh3QkM3v/HDh3QkM3v.js\";import CardComponent from\"#framer/local/canvasComponent/Hxp3o698m/Hxp3o698m.js\";import AppleReadMoreMain from\"#framer/local/canvasComponent/L39Uub3t8/L39Uub3t8.js\";import Profile from\"#framer/local/canvasComponent/P19Sdbt__/P19Sdbt__.js\";import Tag from\"#framer/local/canvasComponent/PwcfPfgqY/PwcfPfgqY.js\";import ButtonPlay from\"#framer/local/canvasComponent/SfJZWIXmE/SfJZWIXmE.js\";import Profile4 from\"#framer/local/canvasComponent/tCEhJb91U/tCEhJb91U.js\";import ShareComponent from\"#framer/local/canvasComponent/utq55U99W/utq55U99W.js\";import Profile2 from\"#framer/local/canvasComponent/XbcUGojR2/XbcUGojR2.js\";import AIKitFeatureSmall2 from\"#framer/local/canvasComponent/XKDKoclBU/XKDKoclBU.js\";import AIKitFooter from\"#framer/local/canvasComponent/Xn77iei6J/Xn77iei6J.js\";import Profile3 from\"#framer/local/canvasComponent/yN_Z6kmZ1/yN_Z6kmZ1.js\";import*as sharedStyle from\"#framer/local/css/j6Oy52zxj/j6Oy52zxj.js\";import*as sharedStyle1 from\"#framer/local/css/yC07fs0Gs/yC07fs0Gs.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const AIKitNavFonts=getFonts(AIKitNav);const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const EmbedFonts=getFonts(Embed);const BlurCycleFonts=getFonts(BlurCycle);const TextShimmerFonts=getFonts(TextShimmer);const TagFonts=getFonts(Tag);const ButtonPlayFonts=getFonts(ButtonPlay);const VideoFonts=getFonts(Video);const TextCycle2Fonts=getFonts(TextCycle2);const TextCycle21Fonts=getFonts(TextCycle21);const VoiceChatFonts=getFonts(VoiceChat);const SkeuTogglesFonts=getFonts(SkeuToggles);const CardComponentFonts=getFonts(CardComponent);const ShareComponentFonts=getFonts(ShareComponent);const Embed1Fonts=getFonts(Embed1);const Gradient_BorderFonts=getFonts(Gradient_Border);const AppleReadMoreMainFonts=getFonts(AppleReadMoreMain);const AppleReadMoreMainWithVariantAppearEffect=withVariantAppearEffect(AppleReadMoreMain);const Video1Fonts=getFonts(Video1);const ParticlesFonts=getFonts(Particles);const ContainerWithFX=withFX(Container);const CMSSlideshowFonts=getFonts(CMSSlideshow);const ProfileFonts=getFonts(Profile);const Profile2Fonts=getFonts(Profile2);const Profile3Fonts=getFonts(Profile3);const Profile4Fonts=getFonts(Profile4);const Video2Fonts=getFonts(Video2);const AIKitFeatureSmall2Fonts=getFonts(AIKitFeatureSmall2);const AIKitCTA2Fonts=getFonts(AIKitCTA2);const LoaderFonts=getFonts(Loader);const AIKitFooterFonts=getFonts(AIKitFooter);const breakpoints={ITQFdwOHH:\"(max-width: 809px)\",lTNx0wjPV:\"(min-width: 810px) and (max-width: 1299px)\",WQLkyLRf1:\"(min-width: 1300px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-0CLuC\";const variantClassNames={ITQFdwOHH:\"framer-v-lr3eb8\",lTNx0wjPV:\"framer-v-d0bk3s\",WQLkyLRf1:\"framer-v-72rtr7\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition1={delay:0,duration:.7,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:40};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.02,skewX:0,skewY:0,transition:transition2};const transition3={delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition4={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:40};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition5={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={damping:60,delay:.1,mass:1,stiffness:500,type:\"spring\"};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const animation15={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:1e3};const transition7={delay:0,duration:24,ease:[0,0,1,1],type:\"tween\"};const animation16={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition8={delay:0,duration:16,ease:[0,0,1,1],type:\"tween\"};const transformTemplate3=(_,t)=>`translateX(-50%) ${t}`;const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation18={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition9={delay:0,duration:.7,ease:[.5,0,.88,.77],type:\"tween\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"ITQFdwOHH\",Tablet:\"lTNx0wjPV\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onTap1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const mt9yQRoSb3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"ITQFdwOHH\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"lTNx0wjPV\")return false;return true;};const elementId=useRouteElementId(\"X55e7CSP7\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"LsNQOUM9v\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"smtkPaCrM\");const ref4=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"ITQFdwOHH\")return true;return false;};const elementId3=useRouteElementId(\"TGbI3VMqj\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"bnwgwfOQH\");const ref6=React.useRef(null);const elementId5=useRouteElementId(\"ymaFSzh3f\");const ref7=React.useRef(null);const elementId6=useRouteElementId(\"OvHx6uphV\");const ref8=React.useRef(null);const elementId7=useRouteElementId(\"l4_a89bIg\");const ref9=React.useRef(null);const elementId8=useRouteElementId(\"DOFjfP5Cc\");const ref10=React.useRef(null);const elementId9=useRouteElementId(\"MM5Wrc9dO\");const ref11=React.useRef(null);const elementId10=useRouteElementId(\"KTo1lS7lN\");const ref12=React.useRef(null);const elementId11=useRouteElementId(\"OIZSh0boN\");const ref13=React.useRef(null);const elementId12=useRouteElementId(\"RAUhtkyjD\");const ref14=React.useRef(null);const elementId13=useRouteElementId(\"fwB6vf2EF\");const ref15=React.useRef(null);const elementId14=useRouteElementId(\"vVZJPAJR7\");const ref16=React.useRef(null);const elementId15=useRouteElementId(\"y3o066HxR\");const ref17=React.useRef(null);const elementId16=useRouteElementId(\"fxU7iEuH9\");const ref18=React.useRef(null);const elementId17=useRouteElementId(\"zrXgJl9wE\");const ref19=React.useRef(null);const elementId18=useRouteElementId(\"m6aMOKUIm\");const ref20=React.useRef(null);const elementId19=useRouteElementId(\"gO2SH67MD\");const ref21=React.useRef(null);const router=useRouter();const elementId20=useRouteElementId(\"Vxv2iVUV5\");const ref22=React.useRef(null);const elementId21=useRouteElementId(\"DmTr6G08d\");const ref23=React.useRef(null);const elementId22=useRouteElementId(\"S5fGY2u6Y\");const ref24=React.useRef(null);const elementId23=useRouteElementId(\"k695JLzOw\");const ref25=React.useRef(null);const elementId24=useRouteElementId(\"leFk7jrSQ\");const ref26=React.useRef(null);const elementId25=useRouteElementId(\"R1jo7HIgM\");const ref27=React.useRef(null);const elementId26=useRouteElementId(\"UKP1GIq_a\");const ref28=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(237, 237, 237); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-46bmxe-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{variant:\"f_6O496Ht\"},lTNx0wjPV:{variant:\"vcqhe2GQA\"}},children:/*#__PURE__*/_jsx(AIKitNav,{height:\"100%\",id:\"xaGoeLm2R\",layoutId:\"xaGoeLm2R\",style:{width:\"100%\"},variant:\"eTL_lIPt6\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hwifro\",\"data-framer-name\":\"Sections Wrapper\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n9sr2j hidden-lr3eb8\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-wxevg\",\"data-framer-name\":\"Haupt-Container Au\\xdfen\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-lv65g9\",\"data-framer-name\":\"Haupt-Container Innen\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1bo2hax\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-uk0vpe hidden-d0bk3s\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+0+-.49999999999982947+.5000000000001705+.5000000000001705+39.5+11.760000000000105),pixelHeight:1393,pixelWidth:1315,src:\"https://framerusercontent.com/images/gAEk5KPgyZK8snikzgwqOxFg6g.jpg\",srcSet:\"https://framerusercontent.com/images/gAEk5KPgyZK8snikzgwqOxFg6g.jpg?scale-down-to=1024 966w,https://framerusercontent.com/images/gAEk5KPgyZK8snikzgwqOxFg6g.jpg 1315w\"},className:\"framer-apma9\",\"data-framer-name\":\"Bild\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yz4yv1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rzg6rs\",\"data-border\":true,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+0+-.49999999999982947+.5000000000001705+.5000000000001705+40.5+12+-2+20+-13.5),pixelHeight:1031,pixelWidth:3390,positionX:\"center\",positionY:\"center\",sizes:\"186px\",src:\"https://framerusercontent.com/images/h455iETmm5qlqyKnyivmoYrV9x8.png\",srcSet:\"https://framerusercontent.com/images/h455iETmm5qlqyKnyivmoYrV9x8.png?scale-down-to=512 512w,https://framerusercontent.com/images/h455iETmm5qlqyKnyivmoYrV9x8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/h455iETmm5qlqyKnyivmoYrV9x8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/h455iETmm5qlqyKnyivmoYrV9x8.png 3390w\"},className:\"framer-9hbls6\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1imyoeo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:\"Kundenservice\"})}),className:\"framer-ge3bwh\",\"data-framer-name\":\"Heading\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(0, 1, 77) 0%, rgb(1, 45, 77) 100%)\"},children:\"auf Autopilot\"})})}),className:\"framer-85g8bq\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y4mje2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"75px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(237, 237, 237)\"},children:\"All-In-One\"})}),className:\"framer-1tawga8\",\"data-framer-name\":\"Heading\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"75px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(1, 3, 74) 0%, rgb(2, 60, 102) 100%)\"},children:\"KI-Telefonassistent\"})})}),className:\"framer-1nzqjnt\",\"data-framer-name\":\"Heading\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ucmwvm\",\"data-framer-name\":\"Badges\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+0+-.49999999999982947+.5000000000001705+.5000000000001705+40.5+12+356+23.5),pixelHeight:393,pixelWidth:970,positionX:\"center\",positionY:\"center\",sizes:\"147px\",src:\"https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png\",srcSet:\"https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png?scale-down-to=512 512w,https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png 970w\"},className:\"framer-btzlja\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+0+-.49999999999982947+.5000000000001705+.5000000000001705+40.5+12+356+21.5),pixelHeight:393,pixelWidth:1170,positionX:\"center\",positionY:\"center\",sizes:\"193px\",src:\"https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png\",srcSet:\"https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png?scale-down-to=512 512w,https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png 1170w\"},className:\"framer-1yhn6wk\"}),/*#__PURE__*/_jsx(Link,{href:\"https://dataguard.de\",nodeId:\"NgHyMoARw\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+0+-.49999999999982947+.5000000000001705+.5000000000001705+40.5+12+356+13),pixelHeight:320,pixelWidth:320,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xobExMjoNBpQfTwyQhd62MPrL0.webp\"},className:\"framer-7w0x1e framer-lux5qc\"})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+0+-.49999999999982947+.5000000000001705+.5000000000001705+40.5+12+356+18),pixelHeight:885,pixelWidth:1288,positionX:\"center\",positionY:\"center\",sizes:\"121px\",src:\"https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png\",srcSet:\"https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png?scale-down-to=512 512w,https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png 1288w\"},className:\"framer-v426d1\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-buhubu\",children:[/*#__PURE__*/_jsx(Link,{href:\"app.aurili.com/login?mode=signup\",nodeId:\"KyU_Rb4NQ\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-bcyubz framer-lux5qc\",\"data-framer-name\":\"Metal Button\",whileHover:animation2,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-vyg7mg\",\"data-framer-name\":\"Bevel\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7m9854\",\"data-framer-name\":\"Cap\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kuzj9w-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(2, 16, 80)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowCircleRight\",id:\"Uo7J_b9UF\",layoutId:\"Uo7J_b9UF\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(2, 20, 82)\"},children:\"Jetzt kostenlos testen\"})}),className:\"framer-8wl46n\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Kundengespr\\xe4che f\\xfchren, Anfragen bearbeiten, Support automatisieren, Daten analysieren.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Alles mit Aurili, Ihrer intelligenten Telefon-Assistenz.\"})]}),className:\"framer-1alswga\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ivg402\",\"data-framer-name\":\"SaaS\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14r4123\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-156w3i0\",\"data-framer-name\":\"Text-Dreier-Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Kommunikation\",/*#__PURE__*/_jsx(\"br\",{}),\"neu gedacht. \"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Kommunikation neu gedacht. \"})}),className:\"framer-63t1jr\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(84, 134, 247) 0%, rgb(197, 91, 222) 31.8007%, rgb(246, 54, 107) 70.4462%, rgb(255, 132, 29) 100%)\"},children:\"Pr\\xe4zise umgesetzt.\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(84, 134, 247) 0%, rgb(197, 91, 222) 31.8007%, rgb(246, 54, 107) 70.4462%, rgb(255, 132, 29) 100%)\"},children:\"Pr\\xe4zise umgesetzt.\"})})}),className:\"framer-1gsl8ow\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Entwickeln Sie mit Aurili Ihre ma\\xdfgeschneiderte Kommunikationsstrategie f\\xfcr all Ihre Gesch\\xe4ftskontakte \u2013 von Kunden \\xfcber Patienten bis zu Mandanten. Professionell, durchdacht und exakt auf Ihre Anforderungen zugeschnitten.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Entwickeln Sie mit Aurili Ihre ma\\xdfgeschneiderte Kommunikationsstrategie f\\xfcr all Ihre Gesch\\xe4ftskontakte \u2013 von Kunden \\xfcber Patienten bis zu Mandanten. Professionell, durchdacht und exakt auf Ihre Anforderungen zugeschnitten.\"})}),className:\"framer-1tmvof\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10mc517-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:\"\",id:\"O5PabITtI\",layoutId:\"O5PabITtI\",style:{height:\"100%\",width:\"100%\"},type:\"url\",url:\"https://aurili-embed-features.vercel.app/embed-features/desktop\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9z2i1l\",\"data-framer-name\":\"Kostenlos Testen\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+12006.752631578947+0+0),pixelHeight:5851,pixelWidth:3901,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1410px) - 20px)`,src:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg\",srcSet:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg 3901w\"}},lTNx0wjPV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+1846+0+0),pixelHeight:5851,pixelWidth:3901,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px)`,src:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg\",srcSet:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg 3901w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+1349+0+0),pixelHeight:5851,pixelWidth:3901,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px)`,src:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg\",srcSet:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg 3901w\"},className:\"framer-v1jbcx\",id:elementId1,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8uwvb0\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-674s5g\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1owmxr7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n3t4yb\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u3vmp2\",\"data-framer-name\":\"Text-Dreier-Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Testen Sie Aurili\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Testen Sie Aurili\"})}),className:\"framer-1n6t09w\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(84, 134, 247) 0%, rgb(197, 91, 222) 31.8007%, rgb(246, 54, 107) 70.4462%, rgb(255, 132, 29) 100%)\"},children:\"kostenlos\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(84, 134, 247) 0%, rgb(197, 91, 222) 31.8007%, rgb(246, 54, 107) 70.4462%, rgb(255, 132, 29) 100%)\"},children:\"kostenlos\"})})}),className:\"framer-85bmy2\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"in Ihrem Unternehmen\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"in Ihrem Unternehmen\"})}),className:\"framer-1uxdvu5\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-weight\":\"400\"},children:\"Testen Sie Aurili \"}),\"7 Tage lang kostenfrei\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-weight\":\"400\"},children:\".\"})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Die Einrichtung dauert \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-weight\":\"600\"},children:\"nur wenige Minuten\"}),\" und unser Team ist f\\xfcr Sie da.\"]})]}),className:\"framer-npjl9t\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-SemiBold\",\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Bei Fragen zur Einrichtung k\\xf6nnen Sie uns jederzeit \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Lj2s9niew\"},nodeId:\"HsH41XHN5\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-13i0rgu\",\"data-styles-preset\":\"j6Oy52zxj\",children:\"kontaktieren\"})}),\" oder ein pers\\xf6nliches Beratungsgespr\\xe4ch \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"lmrdD4oWU\"},nodeId:\"HsH41XHN5\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-13i0rgu\",\"data-styles-preset\":\"j6Oy52zxj\",children:\"buchen\"})}),\".\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Bei Fragen zur Einrichtung k\\xf6nnen Sie uns jederzeit \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Lj2s9niew\"},nodeId:\"HsH41XHN5\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-13i0rgu\",\"data-styles-preset\":\"j6Oy52zxj\",children:\"kontaktieren\"})}),\" oder ein pers\\xf6nliches Beratungsgespr\\xe4ch \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"lmrdD4oWU\"},nodeId:\"HsH41XHN5\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-13i0rgu\",\"data-styles-preset\":\"j6Oy52zxj\",children:\"buchen\"})}),\".\"]})}),className:\"framer-etrj2s\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+12006.752631578947+0+0+40+0+0+565.8),pixelHeight:800,pixelWidth:1200,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1410px) - 60px)`,src:\"https://framerusercontent.com/images/bFwTW1S38o08qKXtbYDM8mLgKl0.png\",srcSet:\"https://framerusercontent.com/images/bFwTW1S38o08qKXtbYDM8mLgKl0.png?scale-down-to=512 512w,https://framerusercontent.com/images/bFwTW1S38o08qKXtbYDM8mLgKl0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bFwTW1S38o08qKXtbYDM8mLgKl0.png 1200w\"}},lTNx0wjPV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+1846+0+0+40+20+598),pixelHeight:800,pixelWidth:1200,sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1450px) - 160px) * 0.8)`,src:\"https://framerusercontent.com/images/bFwTW1S38o08qKXtbYDM8mLgKl0.png\",srcSet:\"https://framerusercontent.com/images/bFwTW1S38o08qKXtbYDM8mLgKl0.png?scale-down-to=512 512w,https://framerusercontent.com/images/bFwTW1S38o08qKXtbYDM8mLgKl0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bFwTW1S38o08qKXtbYDM8mLgKl0.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+1349+0+0+40+99.5),pixelHeight:800,pixelWidth:1200,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1450px) - 160px) / 2.25, 1px)`,src:\"https://framerusercontent.com/images/bFwTW1S38o08qKXtbYDM8mLgKl0.png\",srcSet:\"https://framerusercontent.com/images/bFwTW1S38o08qKXtbYDM8mLgKl0.png?scale-down-to=512 512w,https://framerusercontent.com/images/bFwTW1S38o08qKXtbYDM8mLgKl0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bFwTW1S38o08qKXtbYDM8mLgKl0.png 1200w\"},className:\"framer-1rg8m64\",\"data-border\":true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b643wr\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qcq4an-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{delay:1.5,font:{fontFamily:'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',fontSize:\"26px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(BlurCycle,{alignment:\"center\",color:\"rgb(255, 255, 255)\",delay:.6,font:{fontFamily:'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',fontSize:\"33px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1.3em\"},height:\"100%\",id:\"BDDvKQRdG\",layoutId:\"BDDvKQRdG\",loop:true,speed:9,style:{width:\"100%\"},tag:\"h2\",text:\"Keine Zahlungsdaten erforderlich, Einfache Einrichtung in wenigen Minuten, Keine Vorkentnisse erforderlich, Alle Premium Funktionen enthalten, Sofort mit Ihren Unternehmensdaten testen\",userSelect:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(Link,{href:\"app.aurili.com/login?mode=signup\",nodeId:\"sSVjXcrpd\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-tjv990 framer-lux5qc\",\"data-framer-name\":\"Metal Button\",whileHover:animation2,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-gwmgua\",\"data-framer-name\":\"Bevel\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j0twes\",\"data-framer-name\":\"Cap\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wxuwm7-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(10, 10, 10)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowCircleRight\",id:\"qysMEt29O\",layoutId:\"qysMEt29O\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-se9pqb-container\",children:/*#__PURE__*/_jsx(TextShimmer,{color:\"rgba(10, 10, 10, 0.8)\",content:\"Jetzt kostenlos testen\",delay:2,direction:\"right\",font:{fontFamily:'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",id:\"vk4loretI\",layoutId:\"vk4loretI\",rotation:90,shimmer:\"rgb(255, 255, 255)\",size:21,speed:5,tag:\"h2\",userSelect:false,width:\"100%\"})})})]})})})})]})})})]})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-562b0d\",\"data-framer-name\":\"SaaS\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-132hor2\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{y:(componentViewport?.y||0)+0+90+10+4524.9+50+0+0+0},lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+2993+40+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+0+90+15+2057+40.75+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rl0ef4-container\",children:/*#__PURE__*/_jsx(Tag,{height:\"100%\",id:\"s7_w6eeJl\",layoutId:\"s7_w6eeJl\",NQocEm4NG:\"Nat\\xfcrliche Gespr\\xe4chsf\\xfchrung\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rzveln\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8oui8e\",\"data-framer-name\":\"Text-Dreier-Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Schon einmal mit einer\"})})},lTNx0wjPV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Schon einmal\",/*#__PURE__*/_jsx(\"br\",{}),\"mit einer\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Schon einmal mit einer\"})}),className:\"framer-xnxe16\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(84, 134, 247) 0%, rgb(197, 91, 222) 31.8007%, rgb(246, 54, 107) 70.4462%, rgb(255, 132, 29) 100%)\"},children:\"KI telefoniert\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(84, 134, 247) 0%, rgb(197, 91, 222) 31.8007%, rgb(246, 54, 107) 70.4462%, rgb(255, 132, 29) 100%)\"},children:\"KI telefoniert\"})})}),className:\"framer-1wyk8w3\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"wie mit einem Menschen?\"})})},lTNx0wjPV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"wie mit\",/*#__PURE__*/_jsx(\"br\",{}),\"einem Menschen?\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"wie mit einem Menschen?\"})}),className:\"framer-crtfzq\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Aurili verwendet neueste Sprachsynthese-Technologie und wird bei Ihren Kunden durch \\xfcberraschend \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-weight\":\"600\"},children:\"nat\\xfcrliche Aussprache\"}),\" und \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-weight\":\"600\"},children:\"geringe Antwort-Zeiten\"}),\" einen professionellen Eindruck hinterlassen.\"]})}),fonts:[\"FR;InterDisplay\",\"FR;InterDisplay-SemiBold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Aurili verwendet neueste Sprachsynthese-Technologie und wird bei Ihren Kunden durch \\xfcberraschend nat\\xfcrliche Aussprache und geringe Antwort-Zeiten einen professionellen Eindruck hinterlassen.\"})}),className:\"framer-1bq5n0c\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yh6537\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960},className:\"framer-1hprvhp\",\"data-framer-name\":\"Image\",id:\"1hprvhp\",onTap:onTap3bnx0g({overlay}),children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{width:undefined,y:(componentViewport?.y||0)+0+90+10+4524.9+50+309.8+30+0+10+0},lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+2993+126.25+15+0+10+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,width:\"161px\",y:(componentViewport?.y||0)+0+90+15+2057+40+15+0+10+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17xfx80-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{style:{height:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonPlay,{height:\"100%\",id:\"iuls9lRr1\",layoutId:\"iuls9lRr1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15k9hao-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"wIORTaRbz\",isMixedBorderRadius:false,layoutId:\"wIORTaRbz\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/dITdfmlKMPcOvBC63S251FJhgQ.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:80,width:\"100%\"})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1roy7dx\"),\"data-framer-portal-id\":\"1hprvhp\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"EF5FlLfFt\"),/*#__PURE__*/_jsx(motion.div,{animate:animation4,className:cx(scopingClassNames,\"framer-dez0cb\"),\"data-framer-name\":\"BG Blur\",\"data-framer-portal-id\":\"1hprvhp\",exit:animation3,initial:animation5,style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsxs(motion.div,{animate:animation7,className:cx(scopingClassNames,\"framer-11d6mn1\"),\"data-framer-name\":\"Modal\",\"data-framer-portal-id\":\"1hprvhp\",exit:animation6,initial:animation8,style:{transformPerspective:1200},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4udaq7\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jri07e\",\"data-framer-name\":\"Close\",onTap:onTap1wnntms({overlay}),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-scmykf\",\"data-framer-name\":\"Icon\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 10 1 C 14.971 1 19 5.029 19 10 C 19 14.971 14.971 19 10 19 C 5.029 19 1 14.971 1 10 C 1 5.029 5.029 1 10 1 Z M 6.464 12.121 C 6.074 12.512 6.074 13.145 6.464 13.536 C 6.855 13.926 7.488 13.926 7.879 13.536 L 10 11.414 L 12.121 13.536 C 12.512 13.926 13.145 13.926 13.536 13.536 C 13.926 13.145 13.926 12.512 13.536 12.121 L 11.414 10 L 13.536 7.879 C 13.926 7.488 13.926 6.855 13.536 6.464 C 13.145 6.074 12.512 6.074 12.121 6.464 L 10 8.586 L 7.879 6.464 C 7.488 6.074 6.855 6.074 6.464 6.464 C 6.074 6.855 6.074 7.488 6.464 7.879 L 8.586 10 Z\" fill=\"rgb(0, 0, 0)\"></path></svg>',svgContentId:11379524694,withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960},className:\"framer-pe4spb\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vps282-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"f2O31dItP\",isMixedBorderRadius:false,layoutId:\"f2O31dItP\",loop:false,muted:false,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/AeWZRqKOp7Ys0gEZMKu3CI9M.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:95,width:\"100%\"})})})})]})})]}),getContainer())})})]})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+2057.9),pixelHeight:5851,pixelWidth:3901,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1410px) - 20px)`,src:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg\",srcSet:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg 3901w\"}},lTNx0wjPV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+3586.5),pixelHeight:5851,pixelWidth:3901,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px)`,src:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg\",srcSet:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg 3901w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+2478),pixelHeight:5851,pixelWidth:3901,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px)`,src:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg\",srcSet:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg 3901w\"},className:\"framer-1lhe1t4\",\"data-framer-name\":\"Aurili unterst\\xfctzt\",id:elementId2,ref:ref4,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-fuv96e\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xvt2gs\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:64,intrinsicWidth:64,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+2057.9+10+0+6.5),pixelHeight:1031,pixelWidth:3390,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/bulcQ6InlpDWQyRXjndZ5g8LzQ.png?scale-down-to=1024\"}},lTNx0wjPV:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:64,intrinsicWidth:64,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+3586.5+30+0+13.5),pixelHeight:1031,pixelWidth:3390,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/bulcQ6InlpDWQyRXjndZ5g8LzQ.png?scale-down-to=1024\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:64,intrinsicWidth:64,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+2478+30+0+13.5),pixelHeight:1031,pixelWidth:3390,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/bulcQ6InlpDWQyRXjndZ5g8LzQ.png?scale-down-to=1024\"},className:\"framer-xqc1nv\",\"data-framer-name\":\"aurili\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:\"unterst\\xfctzt\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:\"unterst\\xfctzt\"})}),className:\"framer-k8rvg9\",fonts:[\"GF;Instrument Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+3586.5+30+85}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,y:(componentViewport?.y||0)+0+90+15+2478+30+85,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ph913-container hidden-lr3eb8\",children:/*#__PURE__*/_jsx(TextCycle2,{AuteqFZi8:\"Arztpraxen\",height:\"100%\",id:\"LXjcbaqx7\",layoutId:\"LXjcbaqx7\",mrsvahHX6:\"Einzelh\\xe4ndler\",RuKXuiKR0:\"Autoh\\xe4user\",style:{height:\"100%\"},variant:\"iVJQudk70\",VSMWnra3s:\"Online-Shops\",width:\"100%\",WuEWAhqT8:\"Versicherungen\",yF2PK3DXU:20})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{height:42,y:(componentViewport?.y||0)+0+90+10+2057.9+10+39}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-134c7j-container hidden-72rtr7 hidden-d0bk3s\",\"data-framer-name\":\"Text Cycle Mobile\",name:\"Text Cycle Mobile\",children:/*#__PURE__*/_jsx(TextCycle21,{AuteqFZi8:\"Arztpraxen\",height:\"100%\",id:\"gKIY_y4CQ\",layoutId:\"gKIY_y4CQ\",mrsvahHX6:\"Einzelh\\xe4ndler\",name:\"Text Cycle Mobile\",RuKXuiKR0:\"Autoh\\xe4user\",style:{height:\"100%\"},variant:\"QJdUGjLcK\",VSMWnra3s:\"Online-Shops\",width:\"100%\",WuEWAhqT8:\"Versicherungen\",yF2PK3DXU:20})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xtwwyb\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-g80wx1\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.9)\"},children:\"Intelligente Supportassistenz f\\xfcr vielf\\xe4ltige Branchen. Effiziente L\\xf6sungen f\\xfcr eine optimale Kundenerfahrung.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.85)\"},children:\"Intelligente Supportassistenz f\\xfcr vielf\\xe4ltige Branchen. Effiziente L\\xf6sungen f\\xfcr eine optimale Kundenerfahrung.\"})}),className:\"framer-u67xk4\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j58x5j\",\"data-framer-name\":\"Dreier-Features #2\",id:elementId3,ref:ref5,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ghm6ef\",\"data-framer-name\":\"Grid-Child\",id:elementId4,ref:ref6,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-b8e4ti\",\"data-framer-name\":\"Unterst\\xfctzung\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f1lh8z\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o1505t-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 1, 77)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ClockClockwise\",id:\"v6OyBLDz8\",layoutId:\"v6OyBLDz8\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Unterst\\xfctzung rund\",/*#__PURE__*/_jsx(\"br\",{}),\"um die Uhr\"]})})},lTNx0wjPV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Unterst\\xfctzung rund\",/*#__PURE__*/_jsx(\"br\",{}),\"um die Uhr\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Unterst\\xfctzung rund um die Uhr\"})}),className:\"framer-1lpf1va\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Aurili steht Ihren Kunden 24/7 zur Verf\\xfcgung und bearbeitet Anfragen zuverl\\xe4ssig zu jeder Tages- und Nachtzeit. Reduzieren Sie Wartezeiten, steigern Sie die Kundenzufriedenheit und entlasten Sie Ihr Team.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Mit Aurili ist Ihr Kundenservice immer erreichbar.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Aurili steht Ihren Kunden 24/7 zur Verf\\xfcgung und bearbeitet Anfragen zuverl\\xe4ssig zu jeder Tages- und Nachtzeit. Reduzieren Sie Wartezeiten, steigern Sie die Kundenzufriedenheit und entlasten Sie Ihr Team.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Mit Aurili ist Ihr Kundenservice immer erreichbar.\"})]}),className:\"framer-n53376\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ezu2l8\",children:[/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-135zo5k\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hneam1\",\"data-border\":true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-7wqgt4\",\"data-border\":true,\"data-framer-name\":\"Topbar\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165))\"},children:\"Hallo, kann ich mit jemandem aus der Buchhaltung sprechen?\"})}),className:\"framer-4b5g33\",fonts:[\"GF;Inter Tight-500\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{style:{rotate:90}}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-wvmwbm-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgba(25, 27, 28, 0.9)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowCircleRight\",id:\"sAI83Pzv4\",layoutId:\"sAI83Pzv4\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{y:(componentViewport?.y||0)+0+90+10+5239.7+0+0+0+532.6+0+257.6+0+199},lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+3985+0+0+281.5+0+0+25.565326633165824}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:216,width:\"265px\",y:(componentViewport?.y||0)+0+90+15+2876.5+0+0+281.5+0+0+25.565326633165824,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rsx0nb-container\",children:/*#__PURE__*/_jsx(VoiceChat,{height:\"100%\",id:\"A4KqZeJnT\",layoutId:\"A4KqZeJnT\",style:{height:\"100%\",width:\"100%\"},variant:\"eUzwJeiXX\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g4w6m9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rvj9l3-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 1, 77)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"PhoneTransfer\",id:\"cMnq9r_T1\",layoutId:\"cMnq9r_T1\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Intelligente Weiterleitungen\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Intelligente Weiterleitungen\"})}),className:\"framer-174y240\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Lassen Sie Aurili automatisch entscheiden und Ihren Anrufer an einen geeigneten menschlichen Mitarbeiter weiterleiten oder oder gezielt zu einem vom Anrufer gew\\xfcnschten Ansprechpartner.\"})}),className:\"framer-l6tgse\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14bpflq\",\"data-framer-name\":\"Grid-Child\",id:elementId5,ref:ref7,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f0tgg2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18jdbmt\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ctoqx5-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 1, 77)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Translate\",id:\"CS3u8GpWL\",layoutId:\"CS3u8GpWL\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Mehrere Sprachen auf einer einzigen Leitung?\",/*#__PURE__*/_jsx(\"br\",{}),\"Kein Problem!\"]})})},lTNx0wjPV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Mehrere Sprachen\",/*#__PURE__*/_jsx(\"br\",{}),\"auf einer\",/*#__PURE__*/_jsx(\"br\",{}),\"einzigen Leitung?\",/*#__PURE__*/_jsx(\"br\",{}),\"Kein Problem!\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Mehrere Sprachen auf einer einzigen Leitung?\",/*#__PURE__*/_jsx(\"br\",{}),\"Kein Problem!\"]})}),className:\"framer-12flcbn\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Aurili kann dynamisch die Sprache wechseln und bis zu drei verschiedene Sprachen gleichzeitig sprechen. \"})}),className:\"framer-z8b8l2\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zo7k4b\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q8dz1u\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{height:110.52631578947368,width:\"100px\",y:(componentViewport?.y||0)+0+90+10+5239.7+0+1235.2+0+0+20+242.6+20+0+0},lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+3985+0+0+0+30+281+0+-1.5+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:132.5,width:\"120px\",y:(componentViewport?.y||0)+0+90+15+2876.5+0+0+0+30+281+0+-1.5+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-181di0u-container\",children:/*#__PURE__*/_jsx(SkeuToggles,{height:\"100%\",id:\"qF0qUr3Aa\",KQC04gfum:\"Deutsch\",layoutId:\"qF0qUr3Aa\",NoqjGmFer:\"rgb(15, 153, 238)\",style:{height:\"100%\",width:\"100%\"},variant:\"pjDyYpxQ0\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{height:110.52631578947368,width:\"100px\",y:(componentViewport?.y||0)+0+90+10+5239.7+0+1235.2+0+0+20+242.6+20+0+0},lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+3985+0+0+0+30+281+0+-1.5+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:132.5,width:\"120px\",y:(componentViewport?.y||0)+0+90+15+2876.5+0+0+0+30+281+0+-1.5+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ph3v5f-container\",children:/*#__PURE__*/_jsx(SkeuToggles,{height:\"100%\",HEurBzDhU:addImageAlt({src:\"https://framerusercontent.com/images/GHLnfCFPd5lC07dnfSCe6fuyhCI.png\"},\"\"),id:\"WLNRfAWNh\",KQC04gfum:\"Englisch\",layoutId:\"WLNRfAWNh\",NoqjGmFer:\"rgb(15, 153, 238)\",style:{height:\"100%\",width:\"100%\"},variant:\"pjDyYpxQ0\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{height:110.52631578947368,width:\"100px\",y:(componentViewport?.y||0)+0+90+10+5239.7+0+1235.2+0+0+20+242.6+20+0+0},lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+3985+0+0+0+30+281+0+-1.5+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:132.5,width:\"120px\",y:(componentViewport?.y||0)+0+90+15+2876.5+0+0+0+30+281+0+-1.5+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-959qs8-container\",children:/*#__PURE__*/_jsx(SkeuToggles,{height:\"100%\",HEurBzDhU:addImageAlt({src:\"https://framerusercontent.com/images/NjFZKDqPgYQOlrAnIW94tE37os.png\"},\"\"),id:\"iFhhhGunl\",KQC04gfum:\"Spanisch\",layoutId:\"iFhhhGunl\",NoqjGmFer:\"rgb(15, 153, 238)\",style:{height:\"100%\",width:\"100%\"},variant:\"hcV8Kxhap\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xpozdm\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{height:110.52631578947368,width:\"100px\",y:(componentViewport?.y||0)+0+90+10+5239.7+0+1235.2+0+0+20+242.6+20+145.5263157894737+0},lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+3985+0+0+0+30+281+0+176+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:132.5,width:\"120px\",y:(componentViewport?.y||0)+0+90+15+2876.5+0+0+0+30+281+0+176+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lc3eww-container\",children:/*#__PURE__*/_jsx(SkeuToggles,{height:\"100%\",HEurBzDhU:addImageAlt({src:\"https://framerusercontent.com/images/dwSAtrinP20YkSWK8b77EWbyg.png\"},\"\"),id:\"eU5bJw53J\",KQC04gfum:\"Franz\\xf6sisch\",layoutId:\"eU5bJw53J\",NoqjGmFer:\"rgb(15, 153, 238)\",style:{height:\"100%\",width:\"100%\"},variant:\"hcV8Kxhap\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{height:110.52631578947368,width:\"100px\",y:(componentViewport?.y||0)+0+90+10+5239.7+0+1235.2+0+0+20+242.6+20+145.5263157894737+0},lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+3985+0+0+0+30+281+0+176+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:132.5,width:\"120px\",y:(componentViewport?.y||0)+0+90+15+2876.5+0+0+0+30+281+0+176+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-m876hz-container\",children:/*#__PURE__*/_jsx(SkeuToggles,{height:\"100%\",HEurBzDhU:addImageAlt({src:\"https://framerusercontent.com/images/9QFPaxguUl9XX9Fut4eYnpoc1c.png\"},\"\"),id:\"OkYFGb0in\",KQC04gfum:\"T\\xfcrkisch\",layoutId:\"OkYFGb0in\",NoqjGmFer:\"rgb(15, 153, 238)\",style:{height:\"100%\",width:\"100%\"},variant:\"hcV8Kxhap\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{height:110.52631578947368,width:\"100px\",y:(componentViewport?.y||0)+0+90+10+5239.7+0+1235.2+0+0+20+242.6+20+145.5263157894737+0},lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+3985+0+0+0+30+281+0+176+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:132.5,width:\"120px\",y:(componentViewport?.y||0)+0+90+15+2876.5+0+0+0+30+281+0+176+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b20q4a-container\",children:/*#__PURE__*/_jsx(SkeuToggles,{height:\"100%\",HEurBzDhU:addImageAlt({src:\"https://framerusercontent.com/images/USnzcL43m95DqhUYR1dFxb0DKU.png\"},\"\"),id:\"qjGXkVeGJ\",KQC04gfum:\"Italienisch\",layoutId:\"qjGXkVeGJ\",NoqjGmFer:\"rgb(15, 153, 238)\",style:{height:\"100%\",width:\"100%\"},variant:\"pjDyYpxQ0\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 1, 77, 0.8)\"},children:\"und viele weitere\u2026\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 1, 77, 0.85)\"},children:\"und viele weitere\u2026\"})}),className:\"framer-1pw7qew\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-628r6e\",\"data-framer-name\":\"Kontaktverwaltung & Wissensbasis\",id:elementId6,ref:ref8,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+7206.5526315789475+0+0),pixelHeight:5851,pixelWidth:3901,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1410px) - 20px)`,src:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg\",srcSet:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg 3901w\"}},lTNx0wjPV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+4788+0+0),pixelHeight:5851,pixelWidth:3901,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px)`,src:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg\",srcSet:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg 3901w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+3679.5+0+0),pixelHeight:5851,pixelWidth:3901,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px)`,src:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg\",srcSet:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg 3901w\"},className:\"framer-ha7oy3\",id:elementId7,ref:ref9,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ia2f3n\",\"data-framer-name\":\"Oben\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nttz0x\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1410px) - 90px, 1px)`,y:(componentViewport?.y||0)+0+90+10+7206.5526315789475+0+0+40+0+0+304.7+0},lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+4788+0+0+40+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:404,width:\"620px\",y:(componentViewport?.y||0)+0+90+15+3679.5+0+0+40+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yy091g-container\",children:/*#__PURE__*/_jsx(CardComponent,{height:\"100%\",id:\"Ope537ekV\",layoutId:\"Ope537ekV\",style:{height:\"100%\",width:\"100%\"},variant:\"z_A1Tnix3\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oywd8i\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1omhzlv\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mhhis5-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Users\",id:\"bfZLdNOrZ\",layoutId:\"bfZLdNOrZ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Automatisierte\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Automatisierte\"})}),className:\"framer-ani8me\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(84, 134, 247) 0%, rgb(197, 91, 222) 31.8007%, rgb(246, 54, 107) 70.4462%, rgb(255, 132, 29) 100%)\"},children:\"Kontaktverwaltung\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(84, 134, 247) 0%, rgb(197, 91, 222) 31.8007%, rgb(246, 54, 107) 70.4462%, rgb(255, 132, 29) 100%)\"},children:\"Kontaktverwaltung\"})})}),className:\"framer-1wz8m9p\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qcfj48\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Aurili h\\xe4lt Ihre \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-weight\":\"600\"},children:\"Kundendaten automatisch aktuell\"}),\". Neue Telefonnummern, ge\\xe4nderte Adressen oder \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-weight\":\"600\"},children:\"aktualisierte Kontaktinformationen\"}),\" werden selbstst\\xe4ndig erfasst - ohne dass Ihr Team aktiv werden muss.\"]})}),className:\"framer-btuhe0\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\",\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fdq5ic\",\"data-framer-name\":\"Unten\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cfnv05\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3nppt\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-doq7o3-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"FolderOpen\",id:\"B2do8Qvva\",layoutId:\"B2do8Qvva\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c441hd\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Flexible\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Flexible\"})}),className:\"framer-1ce9lbk\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(84, 134, 247) 0%, rgb(197, 91, 222) 31.8007%, rgb(246, 54, 107) 70.4462%, rgb(255, 132, 29) 100%)\"},children:\"Wissensbasis\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(84, 134, 247) 0%, rgb(197, 91, 222) 31.8007%, rgb(246, 54, 107) 70.4462%, rgb(255, 132, 29) 100%)\"},children:\"Wissensbasis\"})})}),className:\"framer-18xhfke\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f2bj7n\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Aurili h\\xe4lt Ihre \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-weight\":\"600\"},children:\"Kundendaten automatisch aktuell\"}),\" und beantwortet Fragen direkt aus Ihren hinterlegten Dokumenten. F\\xfcgen Sie einfach \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-weight\":\"600\"},children:\"PDFs oder Websites\"}),\" hinzu. Aurili lernt den Inhalt und die Informationen stehen sofort f\\xfcr Kundengespr\\xe4che zur Verf\\xfcgung. So sparen Sie Zeit bei der Datenpflege und bieten gleichzeitig einen kompetenten Service.\"]})}),className:\"framer-10c4v7q\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\",\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1410px) - 90px)`,y:(componentViewport?.y||0)+0+90+10+7206.5526315789475+0+0+40+733.7+0+314.7},lTNx0wjPV:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 1450px) - 110px) * 0.8)`,y:(componentViewport?.y||0)+0+90+15+4788+0+0+40+815+0+335}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:327,width:`max((min(${componentViewport?.width||\"100vw\"}, 1450px) - 120px) / 2.25, 1px)`,y:(componentViewport?.y||0)+0+90+15+3679.5+0+0+40+429+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yh2yhl-container\",children:/*#__PURE__*/_jsx(ShareComponent,{height:\"100%\",id:\"e8Zr7T6E1\",layoutId:\"e8Zr7T6E1\",style:{height:\"100%\",width:\"100%\"},variant:\"ZlH3BQBaO\",width:\"100%\"})})})})]})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c6g5eq\",\"data-framer-name\":\"Feature-Grid\",id:elementId8,ref:ref10,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d0r0xl\",\"data-framer-name\":\"Grid-Child\",id:elementId9,ref:ref11,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iz7f91\",id:elementId10,ref:ref12,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18zruke\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pf5dsf-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 1, 77)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"DeviceMobile\",id:\"eeqwZSLDs\",layoutId:\"eeqwZSLDs\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Auch von unterwegs schnell auf alle Anrufe zugreifen\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Auch von unterwegs schnell auf alle Anrufe zugreifen\"})}),className:\"framer-7g8mwo\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Maximale Flexibilit\\xe4t f\\xfcr Ihr Kundenmanagement: Die Aurili-Webapp passt sich nahtlos an Ihr Ger\\xe4t an. Ob im B\\xfcro oder unterwegs \u2013 \\xfcberpr\\xfcfen Sie eingehende Anrufe mit einem Fingertipp und behalten Sie Ihre Kundenkommunikation stets im Blick.\"})}),className:\"framer-1apyrj7\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+8674.952631578948+0+0+0+0+30+232.6),pixelHeight:2521,pixelWidth:2100,positionX:\"center\",positionY:\"center\",sizes:\"301px\",src:\"https://framerusercontent.com/images/iq5Xg27jrnN1eTMduLQhDii0MhI.png\",srcSet:\"https://framerusercontent.com/images/iq5Xg27jrnN1eTMduLQhDii0MhI.png?scale-down-to=1024 852w,https://framerusercontent.com/images/iq5Xg27jrnN1eTMduLQhDii0MhI.png?scale-down-to=2048 1705w,https://framerusercontent.com/images/iq5Xg27jrnN1eTMduLQhDii0MhI.png 2100w\"}},lTNx0wjPV:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+6365+0+0+0+30+570),pixelHeight:2521,pixelWidth:2100,positionX:\"center\",positionY:\"center\",sizes:\"368px\",src:\"https://framerusercontent.com/images/iq5Xg27jrnN1eTMduLQhDii0MhI.png\",srcSet:\"https://framerusercontent.com/images/iq5Xg27jrnN1eTMduLQhDii0MhI.png?scale-down-to=1024 852w,https://framerusercontent.com/images/iq5Xg27jrnN1eTMduLQhDii0MhI.png?scale-down-to=2048 1705w,https://framerusercontent.com/images/iq5Xg27jrnN1eTMduLQhDii0MhI.png 2100w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+4535.5+0+0+0+30+276),pixelHeight:2521,pixelWidth:2100,positionX:\"center\",positionY:\"center\",sizes:\"504px\",src:\"https://framerusercontent.com/images/iq5Xg27jrnN1eTMduLQhDii0MhI.png\",srcSet:\"https://framerusercontent.com/images/iq5Xg27jrnN1eTMduLQhDii0MhI.png?scale-down-to=1024 852w,https://framerusercontent.com/images/iq5Xg27jrnN1eTMduLQhDii0MhI.png?scale-down-to=2048 1705w,https://framerusercontent.com/images/iq5Xg27jrnN1eTMduLQhDii0MhI.png 2100w\"},className:\"framer-zdjat6\"})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jl0uyo\",\"data-framer-name\":\"Grid-Child\",id:elementId11,ref:ref13,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-5fafct\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ah9dta\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-148mv3r-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 1, 77)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"UserSound\",id:\"Il4NU7dsC\",layoutId:\"Il4NU7dsC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Herausragende Kundenkommunikation dank Premium-Stimmen\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Herausragende Kundenkommunikation dank Premium-Stimmen\"})}),className:\"framer-pbrqlr\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-kt9jj9\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-d73vtx-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{html:'<a href=\"https://elevenlabs.io/text-to-speech\">\\n<img src=\"https://storage.googleapis.com/eleven-public-cdn/images/elevenlabs-grants-logo.png\" alt=\"Text to Speech\" style=\"width:300px\">\\n</a>'}},children:/*#__PURE__*/_jsx(Embed1,{height:\"100%\",html:'<a href=\"https://elevenlabs.io/text-to-speech\">\\n<img src=\"https://storage.googleapis.com/eleven-public-cdn/images/elevenlabs-grants-logo.png\" alt=\"Text to Speech\" style=\"width:330px\">\\n</a>',id:\"gIjrPnwmf\",layoutId:\"gIjrPnwmf\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Als offizieller Partner im ElevenLabs Grants-Programm integrieren wir die branchenf\\xfchrende KI-Sprachsynthese von ElevenLabs in Aurili. Dies erm\\xf6glicht eine au\\xdfergew\\xf6hnlich nat\\xfcrliche und menschen\\xe4hnliche Sprachausgabe, die die Telefonate zwischen Aurili und Ihren Kunden auf ein neues Niveau hebt.\"})}),className:\"framer-jmt6ac\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3a5cmt\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uxc278\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13y4ok6-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 1, 77)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ShieldCheck\",id:\"SLeXUtHWu\",layoutId:\"SLeXUtHWu\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Konsequente\",/*#__PURE__*/_jsx(\"br\",{}),\"DSGVO-Abfrage\"]})})},lTNx0wjPV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Konsequente\",/*#__PURE__*/_jsx(\"br\",{}),\"DSGVO-Abfrage\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Konsequente DSGVO-Abfrage\"})}),className:\"framer-1qv0zco\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Stehen Sie dank dem eindeutigen Aufnahmezustimmungsverfahren auf der sicheren Seite - insbesondere bei sensiblen Daten wie Patienteninformationen.\"})}),className:\"framer-1okm500\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-az4bv0 hidden-lr3eb8\",\"data-framer-name\":\"Grid-Child\",id:elementId12,ref:ref14,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lTNx0wjPV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+7424+0+0),pixelHeight:5851,pixelWidth:3901,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px)`,src:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg\",srcSet:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg 3901w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+5333.5+0+0),pixelHeight:5851,pixelWidth:3901,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px)`,src:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg\",srcSet:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg 3901w\"},className:\"framer-z81ycg\",id:elementId13,ref:ref15,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-c193yq\",\"data-framer-name\":\"Container-Nummer\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lTNx0wjPV:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+7424+0+0+40+0+0+22.5),pixelHeight:997,pixelWidth:1727,positionX:\"center\",positionY:\"center\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1450px) - 110px) * 0.7616)`,src:\"https://framerusercontent.com/images/0WFfTqwU3Ieeevu6KEktFKXGTtI.png\",srcSet:\"https://framerusercontent.com/images/0WFfTqwU3Ieeevu6KEktFKXGTtI.png?scale-down-to=512 512w,https://framerusercontent.com/images/0WFfTqwU3Ieeevu6KEktFKXGTtI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0WFfTqwU3Ieeevu6KEktFKXGTtI.png 1727w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+5333.5+0+0+161.25+0+22.5),pixelHeight:997,pixelWidth:1727,positionX:\"center\",positionY:\"center\",sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1450px) - 170px) / 2.25, 1px) * 0.952)`,src:\"https://framerusercontent.com/images/0WFfTqwU3Ieeevu6KEktFKXGTtI.png\",srcSet:\"https://framerusercontent.com/images/0WFfTqwU3Ieeevu6KEktFKXGTtI.png?scale-down-to=512 512w,https://framerusercontent.com/images/0WFfTqwU3Ieeevu6KEktFKXGTtI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0WFfTqwU3Ieeevu6KEktFKXGTtI.png 1727w\"},className:\"framer-1n498jc\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13p632e\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i1dkou\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e46yti\",\"data-framer-name\":\"Text-Dreier-Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Einfache\"})}),className:\"framer-7e94a3\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(84, 134, 247) 0%, rgb(197, 91, 222) 31.8007%, rgb(246, 54, 107) 70.4462%, rgb(255, 132, 29) 100%)\"},children:\"Zusammenarbeit\"})})}),className:\"framer-1kywkcd\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"und effiziente Verteilung\"})}),className:\"framer-8badvb\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Erledigen Sie Ihre Arbeit schneller und weisen Sie die Anrufe aus Ihrer Inbox den \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-weight\":\"600\"},children:\"passenden Teammitgliedern\"}),\" zu.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Mit der \\xfcbersichtlichen Mitarbeiterauswahl behalten Sie den \\xdcberblick \\xfcber alle \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-weight\":\"600\"},children:\"zugewiesenen Anrufe und deren Bearbeitungsstatus\"}),\".\"]})]}),className:\"framer-zlbtk2\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\",\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h6r9aj\",\"data-framer-name\":\"Testanruf\",id:elementId14,ref:ref16,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cyxkqn\",id:elementId15,ref:ref17,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11cp1tt\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14h8ju4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hisatp\",\"data-framer-name\":\"Text-Dreier-Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Jetzt\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Jetzt\"})}),className:\"framer-195q3tq\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(84, 134, 247) 0%, rgb(197, 91, 222) 31.8007%, rgb(246, 54, 107) 70.4462%, rgb(255, 132, 29) 100%)\"},children:\"anrufen\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(84, 134, 247) 0%, rgb(197, 91, 222) 31.8007%, rgb(246, 54, 107) 70.4462%, rgb(255, 132, 29) 100%)\"},children:\"anrufen\"})})}),className:\"framer-y9upyu\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"und\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"und\"})}),className:\"framer-1wvbaxl\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Aurili kennenlernen\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Aurili kennenlernen\"})}),className:\"framer-n2d1mm\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"\\xdcberzeugen Sie sich selbst von \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-weight\":\"600\"},children:\"Aurili\"}),\":\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Keine komplizierten Men\\xfcs, kein endloses 'Dr\\xfccken Sie die 2 f\\xfcr...' und \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-weight\":\"600\"},children:\"keine Warteschleifen mehr\"}),\".\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-weight\":\"400\"},children:\"Erleben Sie \"}),\"nat\\xfcrliche Gespr\\xe4che\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-weight\":\"400\"},children:\" mit einer KI, die Ihre \"}),\"Anliegen sofort versteht und effizient bearbeitet\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-weight\":\"400\"},children:\".\"})]})]}),className:\"framer-1cgfd8g hidden-lr3eb8\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\",\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kg0wae\",\"data-framer-name\":\"Container-Nummer\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xdivby\",children:[/*#__PURE__*/_jsx(Link,{href:\"tel:+4921192450000\",nodeId:\"dsJiAHGxf\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-lomiqq framer-lux5qc\",\"data-border\":true,\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-aqhawc\",\"data-border\":true,\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"0211 / 92 450 000\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"0211 / 92 450 000\"})}),className:\"framer-nx4vfs\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sixilf\",\"data-framer-name\":\"GradientBroderMask\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15dcp3l-container\",children:/*#__PURE__*/_jsx(Gradient_Border,{angle:335,animate:true,color:\"rgb(53, 81, 140)\",distance:50,duration:4,eased:true,height:\"100%\",id:\"cXxRippkD\",layoutId:\"cXxRippkD\",length:16,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sxuzh3\",\"data-framer-name\":\"Glow\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wa0iwk\",\"data-framer-name\":\"Blur\"})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:true,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{height:56,y:(componentViewport?.y||0)+0+90+10+1319.2+0+20+104.2+0+0+0+88}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1omr8mz-container hidden-72rtr7 hidden-d0bk3s\",id:\"1omr8mz\",children:[/*#__PURE__*/_jsx(AppleReadMoreMainWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref16,target:\"d3SJa38HT\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"Ytk4OwHm8\",layoutId:\"Ytk4OwHm8\",mt9yQRoSb:mt9yQRoSb3bnx0g({overlay:overlay1}),style:{height:\"100%\"},variant:\"xm3Fd7hKR\",width:\"100%\",z08Rh3d_Q:\"Mit diesen Fragen k\\xf6nnen Sie Aurili direkt testen\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1},className:cx(scopingClassNames,\"framer-168oeya\"),\"data-framer-portal-id\":\"1omr8mz\",exit:{opacity:0},initial:{opacity:0},onTap:()=>overlay1.hide(),transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},\"plYnGkNBJ\"),/*#__PURE__*/_jsx(motion.div,{animate:animation12,className:cx(scopingClassNames,\"framer-1qrolxc\"),\"data-framer-name\":\"Blur\",\"data-framer-portal-id\":\"1omr8mz\",exit:animation11,initial:animation5,style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(\"div\",{className:cx(scopingClassNames,\"framer-10ptj5t\"),\"data-framer-name\":\"Window\",\"data-framer-portal-id\":\"1omr8mz\",children:/*#__PURE__*/_jsxs(Image,{animate:animation14,background:{alt:\"\",fit:\"fill\",pixelHeight:5851,pixelWidth:3901,sizes:\"342px\",src:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg\",srcSet:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg 3901w\"},className:\"framer-a0fqvo\",\"data-framer-name\":\"Content\",exit:animation13,initial:animation15,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(motion.div,{animate:animation14,className:\"framer-iuxr1u\",\"data-framer-name\":\"Close wrap\",exit:animation13,initial:animation15,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ox6dwa\",\"data-framer-name\":\"Close\",onTap:onTap1wnntms({overlay:overlay1}),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-z7c9c\",\"data-framer-name\":\"graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 12.12 10 L 16.19 5.94 C 16.619 5.574 16.807 4.999 16.676 4.451 C 16.546 3.903 16.119 3.474 15.571 3.341 C 15.024 3.208 14.448 3.393 14.08 3.82 L 10 7.88 L 5.94 3.81 C 5.566 3.409 5.003 3.244 4.471 3.379 C 3.94 3.515 3.525 3.93 3.389 4.461 C 3.254 4.993 3.419 5.556 3.82 5.93 L 7.88 10 L 3.81 14.06 C 3.225 14.646 3.225 15.594 3.81 16.18 C 4.399 16.766 5.351 16.766 5.94 16.18 L 10 12.12 L 14.06 16.19 C 14.338 16.476 14.721 16.635 15.12 16.63 C 15.726 16.629 16.273 16.264 16.505 15.704 C 16.737 15.144 16.608 14.499 16.18 14.07 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:10248909710,withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oryo8y\",\"data-framer-name\":\"Section 1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-k64el5\",\"data-framer-name\":\"TItle\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"rgb(245, 246, 247)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"30px\"},children:\"Jetzt Aurili anrufen &\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXI=\",\"--framer-font-family\":'\"Inter\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"400\",\"--framer-letter-spacing\":\"0em\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"30px\"},children:\"F\\xe4higkeiten testen.\"})]})}),className:\"framer-3pvp2k\",fonts:[\"Inter-SemiBold\",\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ekr3ka\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dkarbr-container\",children:/*#__PURE__*/_jsx(Video1,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:9,bottomLeftRadius:9,bottomRightRadius:9,controls:false,height:\"100%\",id:\"kW3pLXs9J\",isMixedBorderRadius:false,layoutId:\"kW3pLXs9J\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/NDp5BVmcs6s2oxnqQELq7e7rHAs.mp4\",srcType:\"Upload\",srcUrl:\"https://www.apple.com/105/media/us/iphone-15-pro/2023/2f337511-a940-4b57-b89c-1512b7507777/anim/design-titanium/large_2x.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:9,topRightRadius:9,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:\"tel:+4921192450000\",nodeId:\"dxTuD3kx5\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-hejjm2 framer-lux5qc\",\"data-border\":true,\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9iybjv\",\"data-border\":true,\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"0211 / 92 450 000\"})}),className:\"framer-1izs3tu\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2mqago\",\"data-framer-name\":\"GradientBroderMask\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jwz1s5-container\",children:/*#__PURE__*/_jsx(Gradient_Border,{angle:335,animate:true,color:\"rgb(53, 81, 140)\",distance:50,duration:4,eased:true,height:\"100%\",id:\"lhgTteCh6\",layoutId:\"lhgTteCh6\",length:16,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a4i3mz\",\"data-framer-name\":\"Glow\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cvda6s\",\"data-framer-name\":\"Blur\"})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sm4wz6\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"MIT DIESEN FRAGEN K\\xd6NNEN SIE AURILI TESTEN:\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"MIT DIESEN FRAGEN K\\xd6NNEN SIE AURILI TESTEN:\"})}),className:\"framer-monsyd\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lgqisz\",\"data-framer-name\":\"Fragen-Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11ttjpq\",\"data-framer-name\":\"Frage\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1meii9s\",\"data-framer-name\":\"Container Text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1domfgc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 1, 77, 0.8)\"},children:\"F\\xe4higkeitsbereich: Allgemeine Informationsbereitstellung\"})}),className:\"framer-1tbwsil\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xkovq6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"sagen Sie:\"})}),className:\"framer-11l792e\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.9)\"},children:'\"Hallo Aurili, kannst Du mir ein bisschen \\xfcber Dich erz\\xe4hlen?\"'})}),className:\"framer-1xcxzs6\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nma3nd\",\"data-framer-name\":\"Trennlinie\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j3qud3\",\"data-framer-name\":\"Frage\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bo74vc\",\"data-framer-name\":\"Container Text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-k2kyl7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 1, 77, 0.8)\"},children:\"Terminplanung und zeitliches Verst\\xe4ndnis\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 1, 77, 0.8)\"},children:\"F\\xe4higkeitsbereich: Terminplanung und zeitliches Verst\\xe4ndnis\"})}),className:\"framer-35p39x\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ybrq31\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"sagen Sie:\"})}),className:\"framer-x9pxys\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.9)\"},children:'\"Hallo Aurili, ich h\\xe4tte gerne in Zwei-Einhalb Wochen einen Test-Termin bei Euch - Welcher Tag w\\xe4re das?\"'})}),className:\"framer-zfbcuy\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wralwy\",\"data-framer-name\":\"Trennlinie\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-puy3p7\",\"data-framer-name\":\"Frage\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jr78g0\",\"data-framer-name\":\"Container Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3hg4rf\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10heswr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 1, 77, 0.8)\"},children:\"Weiterleitung an den richtigen Ansprechpartner\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 1, 77, 0.8)\"},children:\"F\\xe4higkeitsbereich: Weiterleitung an den richtigen Ansprechpartner\"})}),className:\"framer-ywj267\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e29u9e\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"WEITERLEITUNG DES GESPR\\xc4CHS\"})}),className:\"framer-wawmis\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tdph6h\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"sagen Sie:\"})}),className:\"framer-17gs485\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.9)\"},children:'\"Hallo Aurili, kannst Du mich bitte weiterleiten an einen Menschen?\"'})}),className:\"framer-k8suzl\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kfl1hz\",\"data-framer-name\":\"Trennlinie\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-frck20\",\"data-framer-name\":\"Frage\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1szlu0v\",\"data-framer-name\":\"Container Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ule012\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1koilih\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 1, 77, 0.8)\"},children:\"F\\xe4higkeitsbereich: Situatives Achtsamkeit bei Missverst\\xe4ndnissen\"})}),className:\"framer-1g35bw4\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xw22ji\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"BEENDIGUNG DES GESPR\\xc4CHS\"})}),className:\"framer-1rvy4ho\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c3xn50\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"sagen Sie:\"})}),className:\"framer-35x31b\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.9)\"},children:'\"Oh, ich glaube ich habe mich verw\\xe4hlt. Tsch\\xfcss!\"'})}),className:\"framer-11dq19k\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t7fyub\",\"data-framer-name\":\"Trennlinie\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qdrzb6\",\"data-framer-name\":\"Frage\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gi42vt\",\"data-framer-name\":\"Container Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10w01x3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cjnn0x\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 1, 77, 0.8)\"},children:\"F\\xe4higkeitsbereich: Gespr\\xe4chszusammenfassung / Terminbest\\xe4tigung\"})}),className:\"framer-2oa1ky\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xzvuvt\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"AUTOMATISCHER SMS VERSAND\"})}),className:\"framer-1y6noeu\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fquhsi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"sagen Sie:\"})}),className:\"framer-19to7l0\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.9)\"},children:'\"Kannst Du mir bitte eine Zusammenfassung per SMS senden?\"'})}),className:\"framer-1azqvg0\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gw20qr\",\"data-framer-name\":\"Trennlinie\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-699q51\",\"data-framer-name\":\"Frage\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13tp0ou\",\"data-framer-name\":\"Container Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u67o7s\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9tdecs\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 1, 77, 0.8)\"},children:\"F\\xe4higkeitsbereich: Wiedererkennung eines Anrufers und seines Anliegens\"})}),className:\"framer-1f2yqge\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-136luzc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"WIEDERERKENNUNG\"})}),className:\"framer-sbuoqq\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ly3i7a\",\"data-framer-name\":\"AI Kit/Badge Small\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(0, 1, 77)\",\"--framer-text-transform\":\"uppercase\"},children:\"NEU\"})}),className:\"framer-1vruoyk\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l6a5jo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:[\"Nennen Sie beim ersten Anruf Ihren Namen und sprechen Sie \\xfcber ein beliebiges Thema. \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-weight\":\"700\",\"--framer-text-decoration\":\"underline\"},children:\"Rufen Sie erneut an \"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"und sagen Sie:\"})]}),className:\"framer-yrutun\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\",\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.9)\"},children:'\"Hallo Aurili, erinnerst Du Dich an unser letztes Gespr\\xe4ch?\"'})}),className:\"framer-1415qmj\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]})]})]})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"\\xdcberzeugen Sie sich selbst von \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-weight\":\"600\"},children:\"Aurili:\"}),\" Keine komplizierten Men\\xfcs, kein endloses 'Dr\\xfccken Sie die 2 f\\xfcr...' und \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-weight\":\"600\"},children:\"keine Warteschleifen mehr\"}),\".\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-weight\":\"400\"},children:\"Erleben Sie \"}),\"nat\\xfcrliche Gespr\\xe4che\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-weight\":\"400\"},children:\" mit einer KI, die Ihre \"}),\"Anliegen sofort versteht und effizient bearbeitet.\"]})]}),fonts:[\"GF;Instrument Sans-regular\",\"GF;Instrument Sans-600\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Bitte beachten Sie die f\\xfcr den Anruf geltenden \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cNj_Kg5fj\"},nodeId:\"rcjfNhmeZ\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-ak1mg7\",\"data-styles-preset\":\"yC07fs0Gs\",children:\"Datenschutzbestimmungen\"})}),\".\"]})}),className:\"framer-1f0rtzm\",\"data-framer-name\":\"Text\",fonts:[\"GF;Inter Tight-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:true,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+8430.5+0+0+40+767+0+160}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"360px\",y:(componentViewport?.y||0)+0+90+15+5998+0+0+285.5+0+160,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1e37pfw-container hidden-lr3eb8\",id:\"1e37pfw\",children:[/*#__PURE__*/_jsx(AppleReadMoreMainWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref16,target:\"d3SJa38HT\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"IiEZcKg6m\",layoutId:\"IiEZcKg6m\",mt9yQRoSb:mt9yQRoSb3bnx0g({overlay:overlay2}),style:{height:\"100%\",width:\"100%\"},variant:\"xm3Fd7hKR\",width:\"100%\",z08Rh3d_Q:\"Mit diesen Fragen k\\xf6nnen Sie Aurili direkt testen\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1},className:cx(scopingClassNames,\"framer-1dc40d5\"),\"data-framer-portal-id\":\"1e37pfw\",exit:{opacity:0},initial:{opacity:0},onTap:()=>overlay2.hide(),transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},\"ktdKgT9u_\"),/*#__PURE__*/_jsx(motion.div,{animate:animation12,className:cx(scopingClassNames,\"framer-rvsdvx\"),\"data-framer-name\":\"Blur\",\"data-framer-portal-id\":\"1e37pfw\",exit:animation11,initial:animation5,style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(\"div\",{className:cx(scopingClassNames,\"framer-1gd9jn9\"),\"data-framer-name\":\"Window\",\"data-framer-portal-id\":\"1e37pfw\",children:/*#__PURE__*/_jsxs(Image,{animate:animation14,background:{alt:\"\",fit:\"fill\",pixelHeight:5851,pixelWidth:3901,sizes:\"min(100vw - 48px, 1100px)\",src:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg\",srcSet:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg 3901w\"},className:\"framer-1cx8rne\",\"data-framer-name\":\"Content\",exit:animation13,initial:animation15,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(motion.div,{animate:animation14,className:\"framer-1bzivj4\",\"data-framer-name\":\"Close wrap\",exit:animation13,initial:animation15,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-s6wm1k\",\"data-framer-name\":\"Close\",onTap:onTap1wnntms({overlay:overlay2}),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1vfr73y\",\"data-framer-name\":\"graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 12.12 10 L 16.19 5.94 C 16.619 5.574 16.807 4.999 16.676 4.451 C 16.546 3.903 16.119 3.474 15.571 3.341 C 15.024 3.208 14.448 3.393 14.08 3.82 L 10 7.88 L 5.94 3.81 C 5.566 3.409 5.003 3.244 4.471 3.379 C 3.94 3.515 3.525 3.93 3.389 4.461 C 3.254 4.993 3.419 5.556 3.82 5.93 L 7.88 10 L 3.81 14.06 C 3.225 14.646 3.225 15.594 3.81 16.18 C 4.399 16.766 5.351 16.766 5.94 16.18 L 10 12.12 L 14.06 16.19 C 14.338 16.476 14.721 16.635 15.12 16.63 C 15.726 16.629 16.273 16.264 16.505 15.704 C 16.737 15.144 16.608 14.499 16.18 14.07 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:10248909710,withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qa29om\",\"data-framer-name\":\"Section 1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6dmtrb\",\"data-framer-name\":\"TItle\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-guwffd-container\",children:/*#__PURE__*/_jsx(Video1,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:100,bottomLeftRadius:100,bottomRightRadius:100,controls:false,height:\"100%\",id:\"YbzKyH541\",isMixedBorderRadius:false,layoutId:\"YbzKyH541\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/NDp5BVmcs6s2oxnqQELq7e7rHAs.mp4\",srcType:\"Upload\",srcUrl:\"https://www.apple.com/105/media/us/iphone-15-pro/2023/2f337511-a940-4b57-b89c-1512b7507777/anim/design-titanium/large_2x.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:100,topRightRadius:100,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"rgb(245, 246, 247)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"55px\"},children:\"Jetzt Aurili anrufen &\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXI=\",\"--framer-font-family\":'\"Inter\", sans-serif',\"--framer-font-size\":\"55px\",\"--framer-font-weight\":\"400\",\"--framer-letter-spacing\":\"0em\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"55px\"},children:\"kennenlernen.\"})]})}),className:\"framer-9gppo6\",fonts:[\"FR;InterDisplay-SemiBold\",\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mi8uwn\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:890,pixelWidth:2400,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/TuDc9tC1bkxurlPK2H6NTZaxLs.png\"},className:\"framer-1fjjbam\"}),/*#__PURE__*/_jsx(Link,{href:\"tel:+4921192450000\",nodeId:\"MhDLreFr4\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-ls3yuf framer-lux5qc\",\"data-border\":true,\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-57zxto\",\"data-border\":true,\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"0211 / 92 450 000\"})}),className:\"framer-2wsike\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12y5t89\",\"data-framer-name\":\"GradientBroderMask\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pqiwxs-container\",children:/*#__PURE__*/_jsx(Gradient_Border,{angle:335,animate:true,color:\"rgb(255, 255, 255)\",distance:50,duration:4,eased:true,height:\"100%\",id:\"DgPuB3GKU\",layoutId:\"DgPuB3GKU\",length:16,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sx990h\",\"data-framer-name\":\"Glow\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l1o4t5\",\"data-framer-name\":\"Blur\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation16,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition7,__perspectiveFX:false,__targetOpacity:.3,className:\"framer-z4jaby-container\",\"data-framer-name\":\"Paritcle Overflow\",name:\"Paritcle Overflow\",children:/*#__PURE__*/_jsx(Particles,{background:\"rgba(0, 0, 0, 0)\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"rgb(255, 255, 255)\",colors:[],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:20},fpsOptions:30,height:\"100%\",hoverOptions:{hoverEnabled:true,hoverForce:10,hoverModes:\"none\",hoverParallax:false,hoverSmooth:10},id:\"w3Pxrs_XT\",layoutId:\"w3Pxrs_XT\",linksOptions:{linksColor:\"rgb(255, 255, 255)\",linksDistance:100,linksEnabled:false,linksOpacity:.2,linksWidth:1},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:50,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:10,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"outside\",moveEnabled:true,moveGravityAcceleration:1,moveGravityEnabled:false,moveGravityMaxSpeed:2,moveOut:\"out\",moveRandom:true,moveSpeed:.3,moveSpinAcceleration:1,moveSpinEnabled:false,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},name:\"Paritcle Overflow\",number:15,opacityOptions:{opacity:1,opacityMax:1,opacityMin:.5,opacityType:false},particlesID:\"Two\",radius:1e3,rotateOptions:{rotateAnimation:false,rotateDirection:\"clockwise\",rotateSpeed:5,rotateSync:false,rotateValue:2},shapeOptions:{characterType:\"\uD83D\uDE0E\",imageHeight:100,imageWidth:100,shapeType:\"circle\"},sizeOptions:{size:1,sizeMax:2,sizeMin:.2,sizeType:false},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation16,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition8,__perspectiveFX:false,__targetOpacity:.7,className:\"framer-wyki6t-container\",\"data-framer-name\":\"Paritcle Overflow\",name:\"Paritcle Overflow\",children:/*#__PURE__*/_jsx(Particles,{background:\"rgba(0, 0, 0, 0)\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"rgb(255, 255, 255)\",colors:[],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:50},fpsOptions:30,height:\"100%\",hoverOptions:{hoverEnabled:true,hoverForce:10,hoverModes:\"none\",hoverParallax:false,hoverSmooth:10},id:\"aBgBAVnFC\",layoutId:\"aBgBAVnFC\",linksOptions:{linksColor:\"rgb(255, 255, 255)\",linksDistance:100,linksEnabled:false,linksOpacity:.2,linksWidth:1},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:50,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"outside\",moveEnabled:true,moveGravityAcceleration:1,moveGravityEnabled:false,moveGravityMaxSpeed:2,moveOut:\"out\",moveRandom:false,moveSpeed:1,moveSpinAcceleration:1,moveSpinEnabled:false,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},name:\"Paritcle Overflow\",number:15,opacityOptions:{opacity:1,opacityMax:1,opacityMin:.5,opacityType:false},particlesID:\"One\",radius:1e3,rotateOptions:{rotateAnimation:false,rotateDirection:\"clockwise\",rotateSpeed:5,rotateSync:false,rotateValue:100},shapeOptions:{characterType:\"\uD83D\uDE0E\",imageHeight:100,imageWidth:100,shapeType:\"circle\"},sizeOptions:{size:1,sizeMax:2,sizeMin:.2,sizeType:false},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rw1lk2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Mit diesen Fragen k\\xf6nnen Sie die F\\xe4higkeiten von Aurili testen:\"})}),className:\"framer-t8o3kv\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ys5kmx\",\"data-framer-name\":\"Fragen-Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-nu0fnt\",\"data-framer-name\":\"Frage\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15r834a\",\"data-framer-name\":\"Container Text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-38h4n7\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 1, 77, 0.8)\"},children:\"Allgemeine Informationsbereitstellung\"})}),className:\"framer-4fsdkq\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uhsexw\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"sagen Sie:\"})}),className:\"framer-1uvjwtn\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"Hallo Aurili, kannst Du mir ein bisschen \\xfcber Dich erz\\xe4hlen?\"'})}),className:\"framer-1p0cj5l\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1skejak\",\"data-framer-name\":\"Frage\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-123xvr6\",\"data-framer-name\":\"Container Text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-cudrk5\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 1, 77, 0.8)\"},children:\"Terminplanung und zeitliches Verst\\xe4ndnis\"})}),className:\"framer-97lknm\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-199ynnh\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"sagen Sie:\"})}),className:\"framer-xof1n0\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"Ich h\\xe4tte gerne in Zwei Wochen einen Test-Termin - Welcher Tag w\\xe4re das?\"'})}),className:\"framer-1ryrjrv\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hvf8vs\",\"data-framer-name\":\"Frage\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1msvs1n\",\"data-framer-name\":\"Container Text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-53luy8\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 1, 77, 0.8)\"},children:\"Weiterleitung an den richtigen Ansprechpartner\"})}),className:\"framer-1ubfy3l\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gx9e4f\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"AKTION: Automatische Weiterleitung\"})}),className:\"framer-e7r45e\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wr33fj\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"sagen Sie:\"})}),className:\"framer-163f1fz\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"Kannst Du mich bitte weiterleiten an einen Mitarbeiter?\"'})}),className:\"framer-11h52uw\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8beyi0\",\"data-framer-name\":\"Frage\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yiby2z\",\"data-framer-name\":\"Container Text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-19enme9\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 1, 77, 0.8)\"},children:\"Situative Achtsamkeit bei Missverst\\xe4ndnissen\"})}),className:\"framer-5tb0jm\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3vyj44\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"AKTION: Automatisches Auflegen\"})}),className:\"framer-bwk6dk\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-353hh2\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"sagen Sie:\"})}),className:\"framer-49k636\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"Oh, ich glaube ich habe mich verw\\xe4hlt. Tsch\\xfcss!\"'})}),className:\"framer-1fn6sa2\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z19k4u\",\"data-framer-name\":\"Frage\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14ur415\",\"data-framer-name\":\"Container Text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-uvuh5c\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 1, 77, 0.8)\"},children:\"Gespr\\xe4chszusammenfassung / Terminbest\\xe4tigung\"})}),className:\"framer-1gab6jp\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cnoeo9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"AKTION: Automatischer SMS-Versand\"})}),className:\"framer-okmyce\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jekbio\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"sagen Sie:\"})}),className:\"framer-174905c\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"Kannst Du mir bitte eine Zusammenfassung per SMS senden?\"'})}),className:\"framer-ypo73y\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oqpd7b\",\"data-framer-name\":\"Frage\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y643jf\",\"data-framer-name\":\"Container Text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hkxe3u\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 1, 77, 0.8)\"},children:\"Wiedererkennung eines Anrufers und seines Anliegens\"})}),className:\"framer-1062xfi\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ahj24h\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-188ap6z\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"Kunden-Ged\\xe4chtnis\"})}),className:\"framer-1g6zd9q\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9l34g9\",\"data-framer-name\":\"AI Kit/Badge Small\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LUJvbGQ=\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"8px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(0, 1, 77)\",\"--framer-text-transform\":\"uppercase\"},children:\"NEU\"})}),className:\"framer-aa9qh2\",fonts:[\"FR;InterDisplay-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5ovz7a\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"Nennen Sie beim ersten Anruf Ihren Namen und sprechen Sie \\xfcber ein beliebiges Thema.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\",\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-decoration\":\"underline\"},children:\"Rufen Sie erneut an\"}),\"  und sagen Sie:\"]})]}),className:\"framer-tnthda\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-Medium\",\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:'\"Hallo Aurili, erinnerst Du Dich an unser letztes Gespr\\xe4ch?\"'})}),className:\"framer-z53sq0\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]})]})]})})]}),getContainer())})})]})})})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g47v0n\",\"data-framer-name\":\"Zitate\",id:elementId16,ref:ref18,children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nliy3j-container hidden-lr3eb8\",children:/*#__PURE__*/_jsx(CMSSlideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:-50,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-mid\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:12,collectionList:[],direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:.5,effectsPerspective:1200,effectsRotate:0,effectsScale:.85},endLayers:[],fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},frame:[],gap:20,height:\"100%\",id:\"DIXa7pmit\",intervalControl:3.2,itemAmount:1,layoutId:\"DIXa7pmit\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:10,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},randomize:false,startFrom:0,startLayers:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2400,sizes:\"752px\",src:\"https://framerusercontent.com/images/17jcITIoNNl2uwfAR9bxVLBhLM8.jpg\",srcSet:\"https://framerusercontent.com/images/17jcITIoNNl2uwfAR9bxVLBhLM8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/17jcITIoNNl2uwfAR9bxVLBhLM8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/17jcITIoNNl2uwfAR9bxVLBhLM8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/17jcITIoNNl2uwfAR9bxVLBhLM8.jpg 2400w\"},className:\"framer-11fg8ed\",\"data-border\":true,\"data-framer-name\":\"Zitat 2\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-n9pyok\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:\"R\\xfcckrufmanagement\"})}),className:\"framer-12aeugk\",fonts:[\"GF;Instrument Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:'\"Herr Schneider wird Sie heute ab 15 Uhr zur\\xfcckrufen.\"'})}),className:\"framer-ia8uxo\",\"data-framer-name\":\"Automate routine tasks with Devata\",fonts:[\"GF;Instrument Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, rgb(236, 239, 243))\"},children:\"Aurili, Ihre KI-Assistenz\"})}),className:\"framer-2n95pz\",\"data-framer-name\":\"Smart Task Automation\",fonts:[\"GF;Instrument Sans-500italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:758,pixelWidth:2400,sizes:\"752px\",src:\"https://framerusercontent.com/images/yJWBN1QlcN7ZYfU6PH09ewYWfs.jpg\",srcSet:\"https://framerusercontent.com/images/yJWBN1QlcN7ZYfU6PH09ewYWfs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yJWBN1QlcN7ZYfU6PH09ewYWfs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yJWBN1QlcN7ZYfU6PH09ewYWfs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yJWBN1QlcN7ZYfU6PH09ewYWfs.jpg 2400w\"},className:\"framer-1bgdxyy\",\"data-border\":true,\"data-framer-name\":\"Zitat 3\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-zxiys0\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:\"Bestellstatus\"})}),className:\"framer-1rzy6ry\",fonts:[\"GF;Instrument Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:'\"Die Lieferung Ihrer Bestellung #4711  erfolgt am Mittwoch.\"'})}),className:\"framer-1p8qtrz\",\"data-framer-name\":\"Automate routine tasks with Devata\",fonts:[\"GF;Instrument Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, rgb(236, 239, 243))\"},children:\"Aurili, Ihre KI-Assistenz\"})}),className:\"framer-7rs7rb\",\"data-framer-name\":\"Smart Task Automation\",fonts:[\"GF;Instrument Sans-500italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1280,pixelWidth:1920,sizes:\"750px\",src:\"https://framerusercontent.com/images/RS4bPdbWEVbgDuylBPSDFGlOpVs.jpg\",srcSet:\"https://framerusercontent.com/images/RS4bPdbWEVbgDuylBPSDFGlOpVs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/RS4bPdbWEVbgDuylBPSDFGlOpVs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/RS4bPdbWEVbgDuylBPSDFGlOpVs.jpg 1920w\"},className:\"framer-19zad3\",\"data-border\":true,\"data-framer-name\":\"Zitat 1\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ipp8vm\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:\"Terminvereinbarungen\"})}),className:\"framer-hu8nzv\",fonts:[\"GF;Instrument Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:'\"Sehr gerne, Ihr Termin ist f\\xfcr 10 Uhr am Freitag eingetragen.\"'})}),className:\"framer-wewew9\",\"data-framer-name\":\"Automate routine tasks with Devata\",fonts:[\"GF;Instrument Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, rgb(236, 239, 243))\"},children:\"Aurili, Ihre KI-Assistenz\"})}),className:\"framer-vewb4v\",\"data-framer-name\":\"Smart Task Automation\",fonts:[\"GF;Instrument Sans-500italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1280,pixelWidth:1920,sizes:\"752px\",src:\"https://framerusercontent.com/images/Rnkocu943ypveKx7VZH7TzYWvyo.jpg\",srcSet:\"https://framerusercontent.com/images/Rnkocu943ypveKx7VZH7TzYWvyo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Rnkocu943ypveKx7VZH7TzYWvyo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Rnkocu943ypveKx7VZH7TzYWvyo.jpg 1920w\"},className:\"framer-1c5ku7i\",\"data-border\":true,\"data-framer-name\":\"Zitat 5\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-xua7r5\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:\"Angebotserstellung\"})}),className:\"framer-1x5lv6d\",fonts:[\"GF;Instrument Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:'\"Unsere Mitarbeiter werden Ihnen ein  Angebot zukommen lassen.\"'})}),className:\"framer-1xngkqs\",\"data-framer-name\":\"Automate routine tasks with Devata\",fonts:[\"GF;Instrument Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, rgb(236, 239, 243))\"},children:\"Aurili, Ihre KI-Assistenz\"})}),className:\"framer-1v1n4z\",\"data-framer-name\":\"Smart Task Automation\",fonts:[\"GF;Instrument Sans-500italic\"],verticalAlignment:\"top\",withExternalLayout:true})]})],style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:300,type:\"spring\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-32a4vm-container hidden-72rtr7 hidden-d0bk3s\",\"data-framer-name\":\"CMS Slideshow Mobile\",name:\"CMS Slideshow Mobile\",children:/*#__PURE__*/_jsx(CMSSlideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:-50,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-mid\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,collectionList:[],direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:.5,effectsPerspective:1200,effectsRotate:0,effectsScale:.85},endLayers:[],fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},frame:[],gap:20,height:\"100%\",id:\"uYVGEZU1L\",intervalControl:3,itemAmount:1,layoutId:\"uYVGEZU1L\",name:\"CMS Slideshow Mobile\",padding:0,paddingBottom:0,paddingLeft:5,paddingPerSide:true,paddingRight:5,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:10,dotsFill:\"rgb(255, 255, 255)\",dotsGap:8,dotsInset:10,dotSize:3,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},randomize:false,startFrom:0,startLayers:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:5851,pixelWidth:3901,sizes:\"364px\",src:\"https://framerusercontent.com/images/03utW7IccWjl5zfNVGxiL1tileo.jpg\",srcSet:\"https://framerusercontent.com/images/03utW7IccWjl5zfNVGxiL1tileo.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/03utW7IccWjl5zfNVGxiL1tileo.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/03utW7IccWjl5zfNVGxiL1tileo.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/03utW7IccWjl5zfNVGxiL1tileo.jpg 3901w\"},className:\"framer-45gkca\",\"data-border\":true,\"data-framer-name\":\"Zitat 1 - Mobile\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a5m1ao\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:\"Terminvereinbarungen\"})}),className:\"framer-164ul1\",fonts:[\"GF;Instrument Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:'\"Sehr gerne, Ihr Termin ist f\\xfcr 10 Uhr am Freitag eingetragen.\"'})}),className:\"framer-8rjs4s\",\"data-framer-name\":\"Automate routine tasks with Devata\",fonts:[\"GF;Instrument Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, rgb(236, 239, 243))\"},children:\"Aurili, Ihre KI-Assistenz\"})}),className:\"framer-82v9mg\",\"data-framer-name\":\"Smart Task Automation\",fonts:[\"GF;Instrument Sans-500italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1280,pixelWidth:1920,sizes:\"364px\",src:\"https://framerusercontent.com/images/Rnkocu943ypveKx7VZH7TzYWvyo.jpg\",srcSet:\"https://framerusercontent.com/images/Rnkocu943ypveKx7VZH7TzYWvyo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Rnkocu943ypveKx7VZH7TzYWvyo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Rnkocu943ypveKx7VZH7TzYWvyo.jpg 1920w\"},className:\"framer-cwf6c2\",\"data-border\":true,\"data-framer-name\":\"Zitat 5 - Mobile\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rhdlzw\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:\"Angebotserstellung\"})}),className:\"framer-5knxbt\",fonts:[\"GF;Instrument Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:'\"Unsere Mitarbeiter werden Ihnen ein  Angebot zukommen lassen.\"'})}),className:\"framer-ovwvst\",\"data-framer-name\":\"Automate routine tasks with Devata\",fonts:[\"GF;Instrument Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, rgb(236, 239, 243))\"},children:\"Aurili, Ihre KI-Assistenz\"})}),className:\"framer-1t33br2\",\"data-framer-name\":\"Smart Task Automation\",fonts:[\"GF;Instrument Sans-500italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:2400,sizes:\"364px\",src:\"https://framerusercontent.com/images/17jcITIoNNl2uwfAR9bxVLBhLM8.jpg\",srcSet:\"https://framerusercontent.com/images/17jcITIoNNl2uwfAR9bxVLBhLM8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/17jcITIoNNl2uwfAR9bxVLBhLM8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/17jcITIoNNl2uwfAR9bxVLBhLM8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/17jcITIoNNl2uwfAR9bxVLBhLM8.jpg 2400w\"},className:\"framer-3sed1i\",\"data-border\":true,\"data-framer-name\":\"Zitat 2 - Mobile\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rpam3u\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:\"R\\xfcckrufmanagement\"})}),className:\"framer-1ohrefh\",fonts:[\"GF;Instrument Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:'\"Herr Schneider wird Sie heute ab 15 Uhr zur\\xfcckrufen.\"'})}),className:\"framer-1mf5hag\",\"data-framer-name\":\"Automate routine tasks with Devata\",fonts:[\"GF;Instrument Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, rgb(236, 239, 243))\"},children:\"Aurili, Ihre KI-Assistenz\"})}),className:\"framer-f732x0\",\"data-framer-name\":\"Smart Task Automation\",fonts:[\"GF;Instrument Sans-500italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:758,pixelWidth:2400,sizes:\"364px\",src:\"https://framerusercontent.com/images/yJWBN1QlcN7ZYfU6PH09ewYWfs.jpg\",srcSet:\"https://framerusercontent.com/images/yJWBN1QlcN7ZYfU6PH09ewYWfs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yJWBN1QlcN7ZYfU6PH09ewYWfs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yJWBN1QlcN7ZYfU6PH09ewYWfs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yJWBN1QlcN7ZYfU6PH09ewYWfs.jpg 2400w\"},className:\"framer-l7sjoc\",\"data-border\":true,\"data-framer-name\":\"Zitat 3 - Mobile\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wd1l7f\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:\"Bestellstatus\"})}),className:\"framer-128rd73\",fonts:[\"GF;Instrument Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:'\"Die Lieferung Ihrer Bestellung #4711  erfolgt am Mittwoch.\"'})}),className:\"framer-njt8ki\",\"data-framer-name\":\"Automate routine tasks with Devata\",fonts:[\"GF;Instrument Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, rgb(236, 239, 243))\"},children:\"Aurili, Ihre KI-Assistenz\"})}),className:\"framer-u17ag4\",\"data-framer-name\":\"Smart Task Automation\",fonts:[\"GF;Instrument Sans-500italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1280,pixelWidth:1920,sizes:\"364px\",src:\"https://framerusercontent.com/images/sSQ9OdHhXe05aykFjEs1tN2jkw.jpg\",srcSet:\"https://framerusercontent.com/images/sSQ9OdHhXe05aykFjEs1tN2jkw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/sSQ9OdHhXe05aykFjEs1tN2jkw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/sSQ9OdHhXe05aykFjEs1tN2jkw.jpg 1920w\"},className:\"framer-fmtq2i\",\"data-border\":true,\"data-framer-name\":\"Zitat 4 - Mobile\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-w2xu91\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:\"Produktberatung\"})}),className:\"framer-18npfhy\",fonts:[\"GF;Instrument Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:'\"Das Laufband ProFit 3000 verf\\xfcgt \\xfcber 15 Steigungsstufen.\"'})}),className:\"framer-co3vvy\",\"data-framer-name\":\"Automate routine tasks with Devata\",fonts:[\"GF;Instrument Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMGl0YWxpYw==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, rgb(236, 239, 243))\"},children:\"Aurili, Ihre KI-Assistenz\"})}),className:\"framer-l45thb\",\"data-framer-name\":\"Smart Task Automation\",fonts:[\"GF;Instrument Sans-500italic\"],verticalAlignment:\"top\",withExternalLayout:true})]})],style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:300,type:\"spring\"},width:\"100%\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-zwc3ml hidden-lr3eb8\",\"data-framer-name\":\"Standorte\",id:elementId17,ref:ref19,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1irijmq\",id:elementId18,ref:ref20,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lptcdg\",\"data-framer-name\":\"Container-Nummer\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2u8aao\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ic1rek\",\"data-framer-name\":\"Organisation\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15i77nb\",\"data-framer-name\":\"Mitarbeiter\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+9774.5+0+0+40+0+0+31.5+0+0+53+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+0+90+15+7066+0+0+405.75+0+31.5+0+0+53+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b6arcp-container\",children:/*#__PURE__*/_jsx(Profile,{eCBWMelsX:addImageAlt({src:\"https://framerusercontent.com/images/H1OL4FkayCSY9Q2mJrByagXqqY.png\",srcSet:\"https://framerusercontent.com/images/H1OL4FkayCSY9Q2mJrByagXqqY.png 776w\"},\"\"),height:\"100%\",id:\"iTbdagTlV\",layoutId:\"iTbdagTlV\",MwQA3e3WQ:\"Nitish\",R_WHb1jcV:false,variant:\"F4mIE2_rZ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+9774.5+0+0+40+0+0+31.5+0+0+53+-.4999999999999929}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+0+90+15+7066+0+0+405.75+0+31.5+0+0+53+-.4999999999999929,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2449mi-container\",children:/*#__PURE__*/_jsx(Profile2,{eCBWMelsX:addImageAlt({src:\"https://framerusercontent.com/images/n62ZzHj1FnhlBA5Wk6P6z9l8I8.png\",srcSet:\"https://framerusercontent.com/images/n62ZzHj1FnhlBA5Wk6P6z9l8I8.png?scale-down-to=512 512w,https://framerusercontent.com/images/n62ZzHj1FnhlBA5Wk6P6z9l8I8.png 780w\"},\"\"),height:\"100%\",id:\"eUGcxAIHr\",layoutId:\"eUGcxAIHr\",MwQA3e3WQ:\"Mariana\",R_WHb1jcV:false,variant:\"w6Ef1wePg\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+9774.5+0+0+40+0+0+31.5+0+0+53+-.4999999999999929}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+0+90+15+7066+0+0+405.75+0+31.5+0+0+53+-.4999999999999929,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d80jmv-container\",children:/*#__PURE__*/_jsx(Profile3,{eCBWMelsX:addImageAlt({src:\"https://framerusercontent.com/images/8z8F5Yq9r8nPBtVKTwTTniIyc.jpg\"},\"\"),height:\"100%\",id:\"SxsHuTSwR\",layoutId:\"SxsHuTSwR\",MwQA3e3WQ:\"MDS\",R_WHb1jcV:false,variant:\"JiHwl7OJL\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+9774.5+0+0+40+0+0+31.5+0+0+53+-.4999999999999929}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+0+90+15+7066+0+0+405.75+0+31.5+0+0+53+-.4999999999999929,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10z1qgx-container\",children:/*#__PURE__*/_jsx(Profile4,{eCBWMelsX:addImageAlt({src:\"https://framerusercontent.com/images/VyaAURGkkRmmetWgc9PJ7h0.png\",srcSet:\"https://framerusercontent.com/images/VyaAURGkkRmmetWgc9PJ7h0.png?scale-down-to=512 512w,https://framerusercontent.com/images/VyaAURGkkRmmetWgc9PJ7h0.png 780w\"},\"\"),height:\"100%\",id:\"XDBZUQ1yb\",layoutId:\"XDBZUQ1yb\",MwQA3e3WQ:\"O\u011Fuz\",R_WHb1jcV:false,variant:\"fzXLChkpw\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"BioLaws GmbH\"})}),className:\"framer-1tm0r6y\",fonts:[\"FR;InterDisplay-SemiBold\"],transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h0rj0a\",\"data-border\":true,\"data-framer-name\":\"Standort\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"+49 211 000 001\"})}),className:\"framer-1bibllc\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Standort D\\xfcsseldorf\"})}),className:\"framer-qpamd\",fonts:[\"FR;InterDisplay\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xov67o-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Folder\",id:\"sBgmRgdpi\",layoutId:\"sBgmRgdpi\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fnpl1z\",\"data-border\":true,\"data-framer-name\":\"Standort\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"+49 211 000 002\"})}),className:\"framer-vlnc6l\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Standort Berlin\"})}),className:\"framer-kqrngh\",fonts:[\"FR;InterDisplay\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-mu3apt-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Folder\",id:\"xnFho0WCd\",layoutId:\"xnFho0WCd\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cgpkjk\",\"data-border\":true,\"data-framer-name\":\"Standort\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"+49 211 000 003\"})}),className:\"framer-dyc8fa\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Buchhaltung\"})}),className:\"framer-1s19o09\",fonts:[\"FR;InterDisplay\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15iiukl-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Folder\",id:\"wF91iY0IZ\",layoutId:\"wF91iY0IZ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wftps8\",\"data-border\":true,\"data-framer-name\":\"Standort\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"+49 211 000 004\"})}),className:\"framer-1qp8czi\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Kundensupport\"})}),className:\"framer-1usovz8\",fonts:[\"FR;InterDisplay\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e6t49m-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Folder\",id:\"tddCI8QP_\",layoutId:\"tddCI8QP_\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1urvolz\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b2kpwc\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pioos6\",\"data-framer-name\":\"Text-Dreier-Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Alle\"})}),className:\"framer-6lp688\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(84, 134, 247) 0%, rgb(197, 91, 222) 31.8007%, rgb(246, 54, 107) 70.4462%, rgb(255, 132, 29) 100%)\"},children:\"Standorte\"})})}),className:\"framer-bsab2e\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"in einem Posteingang\"})}),className:\"framer-exltw\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Verschiedene Standorte, mehrere Abteilungen, eine Plattform. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Sie entscheiden, wie Ihre \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-weight\":\"600\"},children:\"Anrufe organisiert werden\"}),\".\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Zugriffsverwaltung\"}),\": z.B. Mitarbeiter 1 kann nur auf Postfach A und Mitarbeiter 2 nur auf Postfach B zugreifen.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Koordinieren Sie individuell Standorte oder Abteilungen, damit jeder Anruf den \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-weight\":\"600\"},children:\"passenden Ansprechpartner\"}),\" findet.\"]})]}),className:\"framer-1p172fx\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\",\"FR;InterDisplay-Bold\",\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ytb7w5\",\"data-framer-name\":\"Branchen\",id:elementId19,ref:ref21,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:\"framer-10amqz6\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7n6ohn\",\"data-framer-name\":\"Hero Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cqqc7b\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11gvdir\",\"data-border\":true,\"data-framer-name\":\"Tag\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Anwendungsbereiche\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, rgb(236, 239, 243))\"},children:\"Anwendungsbereiche\"})}),className:\"framer-186yq7q\",\"data-framer-name\":\"The team\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"34px\"},children:\"Branchenl\\xf6sungen\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"34px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"34px\"},children:\"f\\xfcr moderne Kommunikation\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"59px\"},children:\"Branchenl\\xf6sungen f\\xfcr\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"59px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"59px\"},children:\"moderne Kundenkommunikation\"})]})}),className:\"framer-1mzjmgt\",\"data-framer-name\":\"Heading\",fonts:[\"FR;InterDisplay\",\"GF;Instrument Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"145%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Branchen\\xfcbergreifende L\\xf6sungen\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"145%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-45eccdde-722c-4190-9ec6-106074155b3f, rgb(255, 255, 255))\"},children:\"Branchen\\xfcbergreifende L\\xf6sungen\"})}),className:\"framer-3fhok6\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation17,__framer__exit:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:\"framer-8zm7xd\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s1xvvn-container\",children:/*#__PURE__*/_jsx(Video2,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:40,bottomLeftRadius:40,bottomRightRadius:40,controls:false,height:\"100%\",id:\"LxHGetUMx\",isMixedBorderRadius:false,layoutId:\"LxHGetUMx\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/0mDkdLJiWap8Wbh66Gn57vm39nc.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:40,topRightRadius:40,volume:25,width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-aenyc9 hidden-lr3eb8\"})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-u84h4f\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dt9xk4\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{eq84YTS7R:\"health\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"m6vlUzzPx\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"health\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"m6vlUzzPx\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"health\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"m6vlUzzPx\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1410px) - 60px) * 0.85, 50px) * 0.9)`,y:(componentViewport?.y||0)+0+90+10+13164.152631578947+40+607.3+39+0+0+0},lTNx0wjPV:{width:`max(((min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px) * 0.85 - 30px) / 2, 50px)`,y:(componentViewport?.y||0)+0+90+15+11464+50+398+39+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:119,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px) * 0.85 - 60px) / 3, 50px)`,y:(componentViewport?.y||0)+0+90+15+8296.5+50+398+39+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1feilk2-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{PfCY_CRFC:resolvedLinks[2],variant:\"J6euhxJnc\"},lTNx0wjPV:{PfCY_CRFC:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(AIKitFeatureSmall2,{aZts8hcy1:\"NEW\",eoEAnehP1:true,height:\"100%\",id:\"S13l7RmZp\",kxDdHTi1D:\"0px\",layoutId:\"S13l7RmZp\",MFt5Zs_AB:true,OPJUBTb18:\"Heart\",PfCY_CRFC:resolvedLinks[0],qCV3eUx76:\"rgb(0, 1, 77)\",SeJGf8Cjm:\"Unterst\\xfctzen Sie Ihr Praxismanagement mit strukturierter Erfassung von Terminanfragen und effizienterer Bearbeitung von Routineanfragen f\\xfcr eine verbesserte Patientenbetreuung.\",style:{width:\"100%\"},u6K4JqA__:\"Gesundheitswesen\",ui_AXJ1vG:\"var(--token-6ee39359-b4dc-42f1-93d9-495015475b07, rgb(140, 69, 255))\",UrJk386ze:false,variant:\"qzTgBsJxZ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{eq84YTS7R:\"insurance\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"qVXZlLGzk\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"insurance\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"qVXZlLGzk\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"insurance\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"qVXZlLGzk\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1410px) - 60px) * 0.85, 50px) * 0.9)`,y:(componentViewport?.y||0)+0+90+10+13164.152631578947+40+607.3+39+0+0+149},lTNx0wjPV:{width:`max(((min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px) * 0.85 - 30px) / 2, 50px)`,y:(componentViewport?.y||0)+0+90+15+11464+50+398+39+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:119,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px) * 0.85 - 60px) / 3, 50px)`,y:(componentViewport?.y||0)+0+90+15+8296.5+50+398+39+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fnkpg8-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{PfCY_CRFC:resolvedLinks1[2],variant:\"J6euhxJnc\"},lTNx0wjPV:{PfCY_CRFC:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(AIKitFeatureSmall2,{aZts8hcy1:\"NEW\",eoEAnehP1:true,height:\"100%\",id:\"mYksLaQuI\",kxDdHTi1D:\"0px\",layoutId:\"mYksLaQuI\",MFt5Zs_AB:true,OPJUBTb18:\"Umbrella\",PfCY_CRFC:resolvedLinks1[0],qCV3eUx76:\"rgb(0, 1, 77)\",SeJGf8Cjm:\"Bieten Sie Ihren Kunden rund um die Uhr eine erste Anlaufstelle f\\xfcr Produktinformationen und Schadenmeldungen, um den Service zu verbessern.\",style:{width:\"100%\"},u6K4JqA__:\"Versicherungen\",ui_AXJ1vG:\"var(--token-6ee39359-b4dc-42f1-93d9-495015475b07, rgb(140, 69, 255))\",UrJk386ze:false,variant:\"qzTgBsJxZ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{eq84YTS7R:\"automotive\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"mH0cZYzf1\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"automotive\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"mH0cZYzf1\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"automotive\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"mH0cZYzf1\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1410px) - 60px) * 0.85, 50px) * 0.9)`,y:(componentViewport?.y||0)+0+90+10+13164.152631578947+40+607.3+39+0+0+298},lTNx0wjPV:{width:`max(((min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px) * 0.85 - 30px) / 2, 50px)`,y:(componentViewport?.y||0)+0+90+15+11464+50+398+39+0+0+149}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:119,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px) * 0.85 - 60px) / 3, 50px)`,y:(componentViewport?.y||0)+0+90+15+8296.5+50+398+39+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11xqxk5-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{PfCY_CRFC:resolvedLinks2[2],variant:\"J6euhxJnc\"},lTNx0wjPV:{PfCY_CRFC:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(AIKitFeatureSmall2,{aZts8hcy1:\"NEW\",eoEAnehP1:true,height:\"100%\",id:\"IjdT8RHnA\",kxDdHTi1D:\"0px\",layoutId:\"IjdT8RHnA\",MFt5Zs_AB:true,OPJUBTb18:\"Car\",PfCY_CRFC:resolvedLinks2[0],qCV3eUx76:\"rgb(0, 1, 77)\",SeJGf8Cjm:\"Verbessern Sie Ihr Verkaufs-, Vermietungs- und Werkstattmanagement durch erweiterte telefonische Erreichbarkeit und strukturierte Erfassung von Kundenanliegen.\",style:{width:\"100%\"},u6K4JqA__:\"Kfz-Branche\",ui_AXJ1vG:\"var(--token-6ee39359-b4dc-42f1-93d9-495015475b07, rgb(140, 69, 255))\",UrJk386ze:false,variant:\"qzTgBsJxZ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sns9co\",\"data-framer-name\":\"AI Kit/Feature Small\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qv65at\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-v18iq7-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 1, 77)\",height:\"100%\",iconSearch:\"Hair-dryer\",iconSelection:\"ListChecks\",id:\"smxNMivMY\",layoutId:\"smxNMivMY\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Beauty\"})}),className:\"framer-15b04x4\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{eq84YTS7R:\"beauty\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"oyHtgzcjD\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"beauty\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"oyHtgzcjD\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"beauty\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"oyHtgzcjD\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{y:(componentViewport?.y||0)+0+90+10+13164.152631578947+40+607.3+39+0+0+447+0+0+0},lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+11464+50+398+39+0+0+149+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+0+90+15+8296.5+50+398+39+0+0+149+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13z1ghw-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{bHonsnZBI:resolvedLinks3[2]},lTNx0wjPV:{bHonsnZBI:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(AIKitCTA2,{bHonsnZBI:resolvedLinks3[0],height:\"100%\",id:\"dPcTk_yyd\",layoutId:\"dPcTk_yyd\",style:{height:\"100%\"},width:\"100%\",X0DpKG8w4:\"Mehr erfahren\"})})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Optimieren Sie Ihre Terminplanung mit einer effizienten Erfassung von Buchungsanfragen und bieten Sie eine erste Orientierung zu Behandlungen und h\\xe4ufigen Kundenfragen.\"})}),className:\"framer-539xy4 hidden-lr3eb8\",fonts:[\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{eq84YTS7R:\"e-commerce\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"Diz3dBPQx\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"e-commerce\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"Diz3dBPQx\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"e-commerce\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"Diz3dBPQx\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1410px) - 60px) * 0.85, 50px) * 0.9)`,y:(componentViewport?.y||0)+0+90+10+13164.152631578947+40+607.3+39+0+0+498},lTNx0wjPV:{width:`max(((min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px) * 0.85 - 30px) / 2, 50px)`,y:(componentViewport?.y||0)+0+90+15+11464+50+398+39+0+0+330}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:119,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px) * 0.85 - 60px) / 3, 50px)`,y:(componentViewport?.y||0)+0+90+15+8296.5+50+398+39+0+0+149,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1krybnm-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{PfCY_CRFC:resolvedLinks4[2],variant:\"J6euhxJnc\"},lTNx0wjPV:{PfCY_CRFC:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(AIKitFeatureSmall2,{aZts8hcy1:\"NEW\",eoEAnehP1:true,height:\"100%\",id:\"t7HTu4gbW\",kxDdHTi1D:\"0px\",layoutId:\"t7HTu4gbW\",MFt5Zs_AB:true,OPJUBTb18:\"ShoppingBag\",PfCY_CRFC:resolvedLinks4[0],qCV3eUx76:\"rgb(0, 1, 77)\",SeJGf8Cjm:\"Verbessern Sie Ihren Kundenservice durch erweiterte Erreichbarkeit bei Anfragen zu Bestellstatus, Retouren und Produktinformationen.\",style:{width:\"100%\"},u6K4JqA__:\"E-Commerce\",ui_AXJ1vG:\"var(--token-6ee39359-b4dc-42f1-93d9-495015475b07, rgb(140, 69, 255))\",UrJk386ze:false,variant:\"qzTgBsJxZ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{eq84YTS7R:\"tourism\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"UQazVAbiN\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"tourism\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"UQazVAbiN\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"tourism\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"UQazVAbiN\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1410px) - 60px) * 0.85, 50px) * 0.9)`,y:(componentViewport?.y||0)+0+90+10+13164.152631578947+40+607.3+39+0+0+647},lTNx0wjPV:{width:`max(((min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px) * 0.85 - 30px) / 2, 50px)`,y:(componentViewport?.y||0)+0+90+15+11464+50+398+39+0+0+330}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:119,width:`max(((min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px) * 0.85 - 60px) / 3, 50px)`,y:(componentViewport?.y||0)+0+90+15+8296.5+50+398+39+0+0+149,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18t67v6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{PfCY_CRFC:resolvedLinks5[2],variant:\"J6euhxJnc\"},lTNx0wjPV:{PfCY_CRFC:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(AIKitFeatureSmall2,{aZts8hcy1:\"NEW\",eoEAnehP1:true,height:\"100%\",id:\"h2lPtrvh8\",kxDdHTi1D:\"0px\",layoutId:\"h2lPtrvh8\",MFt5Zs_AB:true,OPJUBTb18:\"Airplane\",PfCY_CRFC:resolvedLinks5[0],qCV3eUx76:\"rgb(0, 1, 77)\",SeJGf8Cjm:\"Erweitern Sie Ihre Kundenbetreuung mit strukturierter Erfassung von Buchungsanfragen, allgemeiner Reiseberatung und ersten Ausk\\xfcnften zu Destinationen.\",style:{width:\"100%\"},u6K4JqA__:\"Tourismus\",ui_AXJ1vG:\"var(--token-6ee39359-b4dc-42f1-93d9-495015475b07, rgb(140, 69, 255))\",UrJk386ze:false,variant:\"qzTgBsJxZ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bwedcg\",\"data-framer-name\":\"AI Kit/Feature Small\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nsgio4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-128tae1-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 1, 77)\",height:\"100%\",iconSearch:\"Road-Horizon\",iconSelection:\"MagicWand\",id:\"YYnEqpXDx\",layoutId:\"YYnEqpXDx\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Fahrschulen\"})}),className:\"framer-yona19\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{eq84YTS7R:\"driving-school\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"Ik5A5DwU5\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"driving-school\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"Ik5A5DwU5\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"driving-school\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"Ik5A5DwU5\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{y:(componentViewport?.y||0)+0+90+10+13164.152631578947+40+607.3+39+0+0+796+0+0+0},lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+11464+50+398+39+0+0+479+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+0+90+15+8296.5+50+398+39+0+0+330+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ghv54a-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{bHonsnZBI:resolvedLinks6[2]},lTNx0wjPV:{bHonsnZBI:resolvedLinks6[1]}},children:/*#__PURE__*/_jsx(AIKitCTA2,{bHonsnZBI:resolvedLinks6[0],height:\"100%\",id:\"T9jBo2bRY\",layoutId:\"T9jBo2bRY\",style:{height:\"100%\"},width:\"100%\",X0DpKG8w4:\"Mehr erfahren\"})})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Unterst\\xfctzen Sie die Organisation Ihres Unterrichts durch effiziente Erfassung von Terminanfragen f\\xfcr Fahrstunden und erste Beantwortung h\\xe4ufiger Fragen zur F\\xfchrerscheinpr\\xfcfung.\"})}),className:\"framer-1oqifvg hidden-lr3eb8\",fonts:[\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1invmgs\",\"data-framer-name\":\"AI Kit/Feature Small\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r33gw0\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dgd69y-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 1, 77)\",height:\"100%\",iconSearch:\"storefront\",iconSelection:\"House\",id:\"Mwv9wf5uV\",layoutId:\"Mwv9wf5uV\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Einzelhandel\"})}),className:\"framer-15k1p9e\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{eq84YTS7R:\"retail\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"uLjwk5ueq\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"retail\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"uLjwk5ueq\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"retail\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"uLjwk5ueq\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{y:(componentViewport?.y||0)+0+90+10+13164.152631578947+40+607.3+39+0+0+847+0+0+0},lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+11464+50+398+39+0+0+479+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+0+90+15+8296.5+50+398+39+0+0+330+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zdfwwf-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{bHonsnZBI:resolvedLinks7[2]},lTNx0wjPV:{bHonsnZBI:resolvedLinks7[1]}},children:/*#__PURE__*/_jsx(AIKitCTA2,{bHonsnZBI:resolvedLinks7[0],height:\"100%\",id:\"XzOxVVspY\",layoutId:\"XzOxVVspY\",style:{height:\"100%\"},width:\"100%\",X0DpKG8w4:\"Mehr erfahren\"})})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Erweitern Sie Ihren Kundenservice durch erste Ausk\\xfcnfte zu Produktverf\\xfcgbarkeit, \\xd6ffnungszeiten sowie Unterst\\xfctzung bei allgemeinen Produktanfragen.\"})}),className:\"framer-112i733 hidden-lr3eb8\",fonts:[\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13ms79h\",\"data-framer-name\":\"AI Kit/Feature Small\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1obmm2d\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-u3shpy-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 1, 77)\",height:\"100%\",iconSearch:\"warehouse\",iconSelection:\"Files\",id:\"kyshLQktF\",layoutId:\"kyshLQktF\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Gro\\xdfhandel\"})}),className:\"framer-1srv97y\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{eq84YTS7R:\"wholesale\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"KQu9gT4ck\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"wholesale\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"KQu9gT4ck\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined},{href:{pathVariables:{eq84YTS7R:\"wholesale\"},unresolvedPathSlugs:{eq84YTS7R:{collectionId:\"o8UvGI5Ie\",collectionItemId:\"KQu9gT4ck\"}},webPageId:\"JemuZaeXz\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{y:(componentViewport?.y||0)+0+90+10+13164.152631578947+40+607.3+39+0+0+898+0+0+0},lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+11464+50+398+39+0+0+660+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+0+90+15+8296.5+50+398+39+0+0+330+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qj4giv-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{bHonsnZBI:resolvedLinks8[2]},lTNx0wjPV:{bHonsnZBI:resolvedLinks8[1]}},children:/*#__PURE__*/_jsx(AIKitCTA2,{bHonsnZBI:resolvedLinks8[0],height:\"100%\",id:\"Z8xg_yoIs\",layoutId:\"Z8xg_yoIs\",style:{height:\"100%\"},width:\"100%\",X0DpKG8w4:\"Mehr erfahren\"})})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Unterst\\xfctzen Sie Ihre Bestellprozesse durch effiziente Erfassung von Auftragsanfragen und erste Hilfestellung bei Produktanfragen f\\xfcr eine verbesserte Kundenzufriedenheit.\"})}),className:\"framer-4bwixs hidden-lr3eb8\",fonts:[\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gyzu02\",\"data-framer-name\":\"Fragen zur Einrichtung\",id:elementId20,ref:ref22,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+13015.552631578947+0+0),pixelHeight:5851,pixelWidth:3901,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1410px) - 20px)`,src:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg\",srcSet:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg 3901w\"}},lTNx0wjPV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+12832+0+0),pixelHeight:5851,pixelWidth:3901,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px)`,src:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg\",srcSet:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg 3901w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+9334.5+0+0),pixelHeight:5851,pixelWidth:3901,positionX:\"center\",positionY:\"bottom\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px)`,src:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg\",srcSet:\"https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m2uFkoC00k1Us6P8R91NZCyBQ.jpg 3901w\"},className:\"framer-6jp12r\",id:elementId21,ref:ref23,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12wcoq4\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-py18pq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Haben Sie Fragen zur Einrichtung oder Umsetzung?\"})})},lTNx0wjPV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"31px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Haben Sie Fragen zur Einrichtung oder Umsetzung?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Haben Sie Fragen zur Einrichtung oder Umsetzung?\"})}),className:\"framer-1khsb83\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"lmrdD4oWU\"},nodeId:\"SiOYGof8H\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1a95hiu framer-lux5qc\",\"data-framer-name\":\"Metal Button\",whileHover:animation2,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k3msup\",\"data-framer-name\":\"Bevel\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n3lpaw\",\"data-framer-name\":\"Cap\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-s2cofk-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(10, 10, 10)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowCircleRight\",id:\"wwtLuUOrL\",layoutId:\"wwtLuUOrL\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wis01r-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{content:\"Beratungsgespr\\xe4ch buchen\"}},children:/*#__PURE__*/_jsx(TextShimmer,{color:\"rgba(10, 10, 10, 0.8)\",content:\"Pers\\xf6nliches Beratungsgespr\\xe4ch buchen\",delay:2,direction:\"right\",font:{fontFamily:'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",id:\"WIL7YRbuI\",layoutId:\"WIL7YRbuI\",rotation:90,shimmer:\"rgb(255, 255, 255)\",size:21,speed:5,tag:\"h2\",userSelect:false,width:\"100%\"})})})})]})})})})]})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+14822.452631578946),pixelHeight:790,pixelWidth:932,positionX:\"center\",positionY:\"top\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1410px) - 20px)`,src:\"https://framerusercontent.com/images/nGc3CGwKvdnfaoZtdnSU44L1Mqg.jpg\",srcSet:\"https://framerusercontent.com/images/nGc3CGwKvdnfaoZtdnSU44L1Mqg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nGc3CGwKvdnfaoZtdnSU44L1Mqg.jpg 932w\"}},lTNx0wjPV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+13042.2),pixelHeight:790,pixelWidth:932,positionX:\"center\",positionY:\"top\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px)`,src:\"https://framerusercontent.com/images/nGc3CGwKvdnfaoZtdnSU44L1Mqg.jpg\",srcSet:\"https://framerusercontent.com/images/nGc3CGwKvdnfaoZtdnSU44L1Mqg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nGc3CGwKvdnfaoZtdnSU44L1Mqg.jpg 932w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+9561.5),pixelHeight:790,pixelWidth:932,positionX:\"center\",positionY:\"top\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1450px) - 40px)`,src:\"https://framerusercontent.com/images/nGc3CGwKvdnfaoZtdnSU44L1Mqg.jpg\",srcSet:\"https://framerusercontent.com/images/nGc3CGwKvdnfaoZtdnSU44L1Mqg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nGc3CGwKvdnfaoZtdnSU44L1Mqg.jpg 932w\"},className:\"framer-1d0a8k9\",\"data-framer-name\":\"Datenschutz\",id:elementId22,ref:ref24,children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:\"framer-1rd3nl5\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3jfhor-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{borderRadius:20,bottomLeftRadius:20,bottomRightRadius:20,topLeftRadius:20,topRightRadius:20}},children:/*#__PURE__*/_jsx(Video2,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:40,bottomLeftRadius:40,bottomRightRadius:40,controls:false,height:\"100%\",id:\"tKsAGyKcp\",isMixedBorderRadius:false,layoutId:\"tKsAGyKcp\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/h7ZmGAdRu6MsjkIdL2yYOISgdFA.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:40,topRightRadius:40,volume:25,width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hljs23\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"41px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Datenschutz\",/*#__PURE__*/_jsx(\"br\",{}),\"bei Aurili\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Datenschutz bei Aurili\"})}),className:\"framer-1rki128\",\"data-framer-name\":\"Heading\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Aurili dokumentiert alle Kundengespr\\xe4che DSGVO-konform auf deutschen Servern.\"})}),className:\"framer-1wdkwf5\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rnaw25 hidden-lr3eb8\",\"data-framer-name\":\"Badges\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lTNx0wjPV:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+13042.2+35+358+0+224+23.5),pixelHeight:393,pixelWidth:970,positionX:\"center\",positionY:\"center\",sizes:\"147px\",src:\"https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png\",srcSet:\"https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png?scale-down-to=512 512w,https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png 970w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+9561.5+35+358+0+224+23.5),pixelHeight:393,pixelWidth:970,positionX:\"center\",positionY:\"center\",sizes:\"147px\",src:\"https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png\",srcSet:\"https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png?scale-down-to=512 512w,https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png 970w\"},className:\"framer-1eoirgb\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lTNx0wjPV:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+13042.2+35+358+0+224+21.5),pixelHeight:393,pixelWidth:1170,positionX:\"center\",positionY:\"center\",sizes:\"193px\",src:\"https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png\",srcSet:\"https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png?scale-down-to=512 512w,https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png 1170w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+9561.5+35+358+0+224+21.5),pixelHeight:393,pixelWidth:1170,positionX:\"center\",positionY:\"center\",sizes:\"193px\",src:\"https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png\",srcSet:\"https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png?scale-down-to=512 512w,https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png 1170w\"},className:\"framer-1uiyeue\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://dataguard.de\",nodeId:\"qEDRs9ur5\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lTNx0wjPV:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+13042.2+35+358+0+224+13),pixelHeight:320,pixelWidth:320,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xobExMjoNBpQfTwyQhd62MPrL0.webp\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+9561.5+35+358+0+224+13),pixelHeight:320,pixelWidth:320,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xobExMjoNBpQfTwyQhd62MPrL0.webp\"},className:\"framer-z9vyl6 framer-lux5qc\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lTNx0wjPV:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+13042.2+35+358+0+224+18),pixelHeight:885,pixelWidth:1288,positionX:\"center\",positionY:\"center\",sizes:\"121px\",src:\"https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png\",srcSet:\"https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png?scale-down-to=512 512w,https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png 1288w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+15+9561.5+35+358+0+224+18),pixelHeight:885,pixelWidth:1288,positionX:\"center\",positionY:\"center\",sizes:\"121px\",src:\"https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png\",srcSet:\"https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png?scale-down-to=512 512w,https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png 1288w\"},className:\"framer-1mc3r43\"})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uiz3gh hidden-72rtr7 hidden-d0bk3s\",\"data-framer-name\":\"Badges\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-85jm60\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://dataguard.de\",nodeId:\"evRPpMeTv\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+14822.452631578946+35+288+5+189.2+10+56+0),pixelHeight:320,pixelWidth:320,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xobExMjoNBpQfTwyQhd62MPrL0.webp\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:320,pixelWidth:320,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xobExMjoNBpQfTwyQhd62MPrL0.webp\"},className:\"framer-1bppnrn framer-lux5qc\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+14822.452631578946+35+288+5+189.2+10+56+7.5),pixelHeight:885,pixelWidth:1288,sizes:\"86px\",src:\"https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png\",srcSet:\"https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png?scale-down-to=512 512w,https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png 1288w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:885,pixelWidth:1288,sizes:\"86px\",src:\"https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png\",srcSet:\"https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png?scale-down-to=512 512w,https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png 1288w\"},className:\"framer-1cacnmq\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16ypn7k\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+14822.452631578946+35+288+5+189.2+10+0+1),pixelHeight:393,pixelWidth:970,positionX:\"center\",positionY:\"center\",sizes:\"127px\",src:\"https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png\",srcSet:\"https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png?scale-down-to=512 512w,https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png 970w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:393,pixelWidth:970,positionX:\"center\",positionY:\"center\",sizes:\"127px\",src:\"https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png\",srcSet:\"https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png?scale-down-to=512 512w,https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png 970w\"},className:\"framer-q22jra\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+14822.452631578946+35+288+5+189.2+10+0+.5),pixelHeight:393,pixelWidth:1170,positionX:\"center\",positionY:\"center\",sizes:\"142px\",src:\"https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png\",srcSet:\"https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png?scale-down-to=512 512w,https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png 1170w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:393,pixelWidth:1170,positionX:\"center\",positionY:\"center\",sizes:\"142px\",src:\"https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png\",srcSet:\"https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png?scale-down-to=512 512w,https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png 1170w\"},className:\"framer-t5bjhx\"})})]})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-1fyadcc\",\"data-framer-name\":\"CTA\",id:elementId23,ref:ref25,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1acb2tx-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{borderRadius:20,bottomLeftRadius:20,bottomRightRadius:20,topLeftRadius:20,topRightRadius:20}},children:/*#__PURE__*/_jsx(Video2,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"iQSnb2AHO\",isMixedBorderRadius:false,layoutId:\"iQSnb2AHO\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/3Nq9gGlYKYTYa9nRd8uJ3jI2vpw.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xmotps\",\"data-framer-name\":\"CTA Content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rdhspi\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-casa40\",\"data-border\":true,\"data-framer-name\":\"Tag\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"7 Tage kostenlos testen\"})}),className:\"framer-8dr56x\",\"data-framer-name\":\"The team\",fonts:[\"GF;Instrument Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c102d492-892b-4c1d-9699-fca601a6150e, rgb(13, 13, 18))\"},children:[\"Kundenservice\",/*#__PURE__*/_jsx(\"br\",{}),\"neu gedacht.\"]}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c102d492-892b-4c1d-9699-fca601a6150e, rgb(13, 13, 18))\"},children:\"Jetzt Aurili entdecken.\"})]}),fonts:[\"GF;Instrument Sans-regular\"]},lTNx0wjPV:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"47px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Kundenservice neu gedacht.\"}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"47px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Jetzt Aurili entdecken.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Kundenservice neu gedacht.\"}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Jetzt Aurili entdecken.\"})]}),className:\"framer-xz8ghh\",\"data-framer-name\":\"Heading\",fonts:[\"FR;InterDisplay\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dhkeno\",\"data-framer-name\":\"CTA Content\",children:[/*#__PURE__*/_jsx(Link,{href:\"app.aurili.com/login?mode=signup\",nodeId:\"Dh8lmxPIQ\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-az06nx framer-lux5qc\",\"data-framer-name\":\"Button Copy\",\"data-reset\":\"button\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{y:(componentViewport?.y||0)+0+90+10+15504.652631578947+30+0+0+153.7+0+6.500000000000007},lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+13807.2+80+0+0+168.5+0+6.500000000000007}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,width:\"20px\",y:(componentViewport?.y||0)+0+90+15+10326.5+80+0+0+214.5+0+6.500000000000007,children:/*#__PURE__*/_jsx(Container,{className:\"framer-sl68uh-container\",style:{scale:.6},children:/*#__PURE__*/_jsx(Loader,{height:\"100%\",id:\"xH0A2aAJk\",layoutId:\"xH0A2aAJk\",PuQ5WOk1G:0,style:{height:\"100%\",width:\"100%\"},variant:\"ZjE38YABk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{viewBox:\"0 0 177 19\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\"},children:\"Jetzt kostenlos testen\"})}),className:\"framer-115smy1\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation17,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition9,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1mraik3\",\"data-border\":true,\"data-framer-name\":\"Ring 1\",tabIndex:-1})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"lmrdD4oWU\"},nodeId:\"naJOyl_p3\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-a6o5gc framer-lux5qc\",\"data-framer-name\":\"Button Copy\",\"data-reset\":\"button\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{y:(componentViewport?.y||0)+0+90+10+15504.652631578947+30+0+0+153.7+0+6.500000000000007},lTNx0wjPV:{y:(componentViewport?.y||0)+0+90+15+13807.2+80+0+0+168.5+0+6.500000000000007}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,width:\"20px\",y:(componentViewport?.y||0)+0+90+15+10326.5+80+0+0+214.5+0+6.500000000000007,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u26qes-container\",style:{scale:.6},children:/*#__PURE__*/_jsx(Loader,{height:\"100%\",id:\"u8YntLQOT\",layoutId:\"u8YntLQOT\",PuQ5WOk1G:0,style:{height:\"100%\",width:\"100%\"},variant:\"ZjE38YABk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{viewBox:\"0 0 215 19\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\"},children:\"Beratungsgespr\\xe4ch buchen\"})}),className:\"framer-1i7sgkw\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation17,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition9,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ajbgm8\",\"data-border\":true,\"data-framer-name\":\"Ring 1\",tabIndex:-1})]})})]})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-3zx3qr hidden-72rtr7 hidden-d0bk3s\",\"data-framer-name\":\"Grid-Child\",id:elementId24,ref:ref26,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rwkmj8\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pleg6h\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10lrxl0\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h7e3cs\",\"data-framer-name\":\"Text-Dreier-Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Alle\"})}),className:\"framer-1tzo20c\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(84, 134, 247) 0%, rgb(197, 91, 222) 31.8007%, rgb(246, 54, 107) 70.4462%, rgb(255, 132, 29) 100%)\"},children:\"Standorte\"})})}),className:\"framer-y94t\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"in einem Posteingang\"})}),className:\"framer-16rnmu8\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-a4r4h\",\"data-framer-name\":\"Container-Nummer\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3cy3eh\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a3vbm7\",\"data-framer-name\":\"Organisation\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sl3obp\",\"data-framer-name\":\"Mitarbeiter\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{y:(componentViewport?.y||0)+0+90+10+10993.052631578947+0+40+0+0+103.2+15+0+0+0+53+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(Container,{className:\"framer-u2ohl1-container\",children:/*#__PURE__*/_jsx(Profile,{eCBWMelsX:addImageAlt({src:\"https://framerusercontent.com/images/H1OL4FkayCSY9Q2mJrByagXqqY.png\",srcSet:\"https://framerusercontent.com/images/H1OL4FkayCSY9Q2mJrByagXqqY.png 776w\"},\"\"),height:\"100%\",id:\"g2wmqrlJJ\",layoutId:\"g2wmqrlJJ\",MwQA3e3WQ:\"Nitish\",R_WHb1jcV:false,variant:\"F4mIE2_rZ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{y:(componentViewport?.y||0)+0+90+10+10993.052631578947+0+40+0+0+103.2+15+0+0+0+53+-.4999999999999929}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ni9qnj-container\",children:/*#__PURE__*/_jsx(Profile2,{eCBWMelsX:addImageAlt({src:\"https://framerusercontent.com/images/n62ZzHj1FnhlBA5Wk6P6z9l8I8.png\",srcSet:\"https://framerusercontent.com/images/n62ZzHj1FnhlBA5Wk6P6z9l8I8.png?scale-down-to=512 512w,https://framerusercontent.com/images/n62ZzHj1FnhlBA5Wk6P6z9l8I8.png 780w\"},\"\"),height:\"100%\",id:\"rlGDJl3qB\",layoutId:\"rlGDJl3qB\",MwQA3e3WQ:\"Mariana\",R_WHb1jcV:false,variant:\"w6Ef1wePg\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{y:(componentViewport?.y||0)+0+90+10+10993.052631578947+0+40+0+0+103.2+15+0+0+0+53+-.4999999999999929}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dm2kwm-container\",children:/*#__PURE__*/_jsx(Profile3,{eCBWMelsX:addImageAlt({src:\"https://framerusercontent.com/images/8z8F5Yq9r8nPBtVKTwTTniIyc.jpg\"},\"\"),height:\"100%\",id:\"l14flp2zM\",layoutId:\"l14flp2zM\",MwQA3e3WQ:\"MDS\",R_WHb1jcV:false,variant:\"JiHwl7OJL\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{y:(componentViewport?.y||0)+0+90+10+10993.052631578947+0+40+0+0+103.2+15+0+0+0+53+-.4999999999999929}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,children:/*#__PURE__*/_jsx(Container,{className:\"framer-otxfmr-container\",children:/*#__PURE__*/_jsx(Profile4,{eCBWMelsX:addImageAlt({src:\"https://framerusercontent.com/images/VyaAURGkkRmmetWgc9PJ7h0.png\",srcSet:\"https://framerusercontent.com/images/VyaAURGkkRmmetWgc9PJ7h0.png?scale-down-to=512 512w,https://framerusercontent.com/images/VyaAURGkkRmmetWgc9PJ7h0.png 780w\"},\"\"),height:\"100%\",id:\"JhN3KUY90\",layoutId:\"JhN3KUY90\",MwQA3e3WQ:\"O\u011Fuz\",R_WHb1jcV:false,variant:\"fzXLChkpw\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"BioLaws GmbH\"})}),className:\"framer-gfx0z5\",fonts:[\"FR;InterDisplay-SemiBold\"],transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gkij1b\",\"data-border\":true,\"data-framer-name\":\"Standort\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"+49 211 000 001\"})}),className:\"framer-1357oxg\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Standort D\\xfcsseldorf\"})}),className:\"framer-1s8xgk8\",fonts:[\"FR;InterDisplay\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-gj6nwy-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Folder\",id:\"UGURIc8um\",layoutId:\"UGURIc8um\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+10993.052631578947+0+40+0+0+103.2+15+0+0+111+-.5),pixelHeight:225,pixelWidth:392,src:\"https://framerusercontent.com/images/oG6HOPq75vvnrPR5Q8N6nztiM.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:225,pixelWidth:392,src:\"https://framerusercontent.com/images/oG6HOPq75vvnrPR5Q8N6nztiM.jpg\"},className:\"framer-qm3ou3\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-onj9gz\",\"data-border\":true,\"data-framer-name\":\"Standort\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"+49 211 000 002\"})}),className:\"framer-18qd63h\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Standort Berlin\"})}),className:\"framer-1sahx2\",fonts:[\"FR;InterDisplay\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kotpev-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Folder\",id:\"ep9jy10j1\",layoutId:\"ep9jy10j1\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+10993.052631578947+0+40+0+0+103.2+15+0+0+166+-.5),pixelHeight:225,pixelWidth:392,src:\"https://framerusercontent.com/images/oG6HOPq75vvnrPR5Q8N6nztiM.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:225,pixelWidth:392,src:\"https://framerusercontent.com/images/oG6HOPq75vvnrPR5Q8N6nztiM.jpg\"},className:\"framer-14pa92h\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xz2v00\",\"data-border\":true,\"data-framer-name\":\"Standort\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"+49 211 000 003\"})}),className:\"framer-n4wnax\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Buchhaltung\"})}),className:\"framer-1o2t9j3\",fonts:[\"FR;InterDisplay\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-fncxda-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Folder\",id:\"Bo2qv8xVJ\",layoutId:\"Bo2qv8xVJ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+10993.052631578947+0+40+0+0+103.2+15+0+0+221+-.5),pixelHeight:225,pixelWidth:392,src:\"https://framerusercontent.com/images/oG6HOPq75vvnrPR5Q8N6nztiM.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:225,pixelWidth:392,src:\"https://framerusercontent.com/images/oG6HOPq75vvnrPR5Q8N6nztiM.jpg\"},className:\"framer-1euzxrk\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c8pg7d\",\"data-border\":true,\"data-framer-name\":\"Standort\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"+49 211 000 004\"})}),className:\"framer-u281ns\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Kundensupport\"})}),className:\"framer-p9wrxx\",fonts:[\"FR;InterDisplay\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9e1c62-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Folder\",id:\"Wn3ySQt8I\",layoutId:\"Wn3ySQt8I\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+10993.052631578947+0+40+0+0+103.2+15+0+0+276+-.5),pixelHeight:225,pixelWidth:392,src:\"https://framerusercontent.com/images/oG6HOPq75vvnrPR5Q8N6nztiM.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:225,pixelWidth:392,src:\"https://framerusercontent.com/images/oG6HOPq75vvnrPR5Q8N6nztiM.jpg\"},className:\"framer-sw1fq7\"})})]})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Verschiedene Standorte, mehrere Abteilungen, eine Plattform. Sie entscheiden, wie Ihre \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-weight\":\"600\"},children:\"Anrufe organisiert werden\"}),\".\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Koordinieren Sie individuell Standorte oder Abteilungen, damit jeder Anruf den \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-weight\":\"600\"},children:\"passenden Ansprechpartner\"}),\" findet.\"]})]}),className:\"framer-32icu5\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\",\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-vys18k hidden-72rtr7 hidden-d0bk3s\",\"data-framer-name\":\"Grid-Child\",id:elementId25,ref:ref27,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-273cnu\",id:elementId26,ref:ref28,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i9tjsi\",\"data-framer-name\":\"Container-Nummer\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+9929.752631578947+0+40+143.8+0+0),pixelHeight:997,pixelWidth:1727,positionX:\"center\",positionY:\"center\",sizes:\"261px\",src:\"https://framerusercontent.com/images/0WFfTqwU3Ieeevu6KEktFKXGTtI.png\",srcSet:\"https://framerusercontent.com/images/0WFfTqwU3Ieeevu6KEktFKXGTtI.png?scale-down-to=512 512w,https://framerusercontent.com/images/0WFfTqwU3Ieeevu6KEktFKXGTtI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0WFfTqwU3Ieeevu6KEktFKXGTtI.png 1727w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:997,pixelWidth:1727,positionX:\"center\",positionY:\"center\",sizes:\"261px\",src:\"https://framerusercontent.com/images/0WFfTqwU3Ieeevu6KEktFKXGTtI.png\",srcSet:\"https://framerusercontent.com/images/0WFfTqwU3Ieeevu6KEktFKXGTtI.png?scale-down-to=512 512w,https://framerusercontent.com/images/0WFfTqwU3Ieeevu6KEktFKXGTtI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0WFfTqwU3Ieeevu6KEktFKXGTtI.png 1727w\"},className:\"framer-qbxkje\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-27ay6b\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-186kejr\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u6ja7g\",\"data-framer-name\":\"Text-Dreier-Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"Einfache\"})}),className:\"framer-cvtf2p\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(84, 134, 247) 0%, rgb(197, 91, 222) 31.8007%, rgb(246, 54, 107) 70.4462%, rgb(255, 132, 29) 100%)\"},children:\"Zusammenarbeit\"})})}),className:\"framer-mirfax\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LU1lZGl1bQ==\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:\"und effiziente Verteilung\"})}),className:\"framer-1o5417k\",fonts:[\"FR;InterDisplay-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Erledigen Sie Ihre Arbeit schneller und weisen Sie die Anrufe aus Ihrer Inbox den \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-weight\":\"600\"},children:\"passenden Teammitgliedern\"}),\" zu.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:[\"Mit der \\xfcbersichtlichen Mitarbeiterauswahl behalten Sie den \\xdcberblick \\xfcber alle \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-weight\":\"600\"},children:\"zugewiesenen Anrufe und deren Bearbeitungsstatus\"}),\".\"]})]}),className:\"framer-542mt6\",\"data-framer-name\":\"Text\",fonts:[\"FR;InterDisplay\",\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vfcciu hidden-72rtr7 hidden-d0bk3s\",\"data-framer-name\":\"Hero Mobile\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w9r1pk\",\"data-framer-name\":\"Haupt-Container Au\\xdfen\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1aultux hidden-72rtr7\",\"data-framer-name\":\"Verdunklung\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-197snig\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qplb5q\",\"data-border\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+0+0+0+0+20+0+10+0),pixelHeight:1031,pixelWidth:3390,positionX:\"center\",positionY:\"center\",sizes:\"162px\",src:\"https://framerusercontent.com/images/h455iETmm5qlqyKnyivmoYrV9x8.png\",srcSet:\"https://framerusercontent.com/images/h455iETmm5qlqyKnyivmoYrV9x8.png?scale-down-to=512 512w,https://framerusercontent.com/images/h455iETmm5qlqyKnyivmoYrV9x8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/h455iETmm5qlqyKnyivmoYrV9x8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/h455iETmm5qlqyKnyivmoYrV9x8.png 3390w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1031,pixelWidth:3390,positionX:\"center\",positionY:\"center\",sizes:\"162px\",src:\"https://framerusercontent.com/images/h455iETmm5qlqyKnyivmoYrV9x8.png\",srcSet:\"https://framerusercontent.com/images/h455iETmm5qlqyKnyivmoYrV9x8.png?scale-down-to=512 512w,https://framerusercontent.com/images/h455iETmm5qlqyKnyivmoYrV9x8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/h455iETmm5qlqyKnyivmoYrV9x8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/h455iETmm5qlqyKnyivmoYrV9x8.png 3390w\"},className:\"framer-vioesu\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u6egru\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d69fbfa5-cf01-43df-b963-d79fba4929d0, rgb(18, 12, 125))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(252, 252, 252) 0%, rgb(237, 237, 237) 100%)\"},children:\"Kundenservice\"})})}),className:\"framer-es1zlo\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(0, 1, 79) 0%, rgb(0, 30, 51) 100%)\"},children:\"auf Autopilot\"})})}),className:\"framer-r7qc4q\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Instrument Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kfulb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d69fbfa5-cf01-43df-b963-d79fba4929d0, rgb(18, 12, 125))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(252, 252, 252) 0%, rgb(237, 237, 237) 100%)\"},children:\"All-In-One\"})})}),className:\"framer-cdiehy\",\"data-framer-name\":\"Heading\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 1, 77)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(0, 1, 77) 0%, rgb(2, 50, 84) 100%)\"},children:\"KI-Telefonassistent\"})})}),className:\"framer-1t2c5pj\",\"data-framer-name\":\"Heading\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o736md\",children:[/*#__PURE__*/_jsx(Link,{href:\"app.aurili.com/login?mode=signup\",nodeId:\"dug3uoJRX\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-10ywjwh framer-lux5qc\",\"data-framer-name\":\"Metal Button\",whileHover:animation2,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-79i9cw\",\"data-framer-name\":\"Bevel\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j463ca\",\"data-framer-name\":\"Cap\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-91s2kz-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(1, 10, 78)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowCircleRight\",id:\"jhYn3cJWC\",layoutId:\"jhYn3cJWC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(2, 22, 80)\"},children:\"Jetzt kostenlos testen\"})}),className:\"framer-fhrroa\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Kundengespr\\xe4che f\\xfchren, Anfragen bearbeiten, Support automatisieren, Daten analysieren.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Alles mit Aurili, Ihrer intelligenten Telefon-Assistenz.\"})]}),className:\"framer-y8z08q\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5h7z4\",\"data-framer-name\":\"Badges\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14d0598\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://dataguard.de\",nodeId:\"RKcdOYBM5\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+0+0+0+0+20+560.2+10+0+0),pixelHeight:320,pixelWidth:320,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xobExMjoNBpQfTwyQhd62MPrL0.webp\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:320,pixelWidth:320,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xobExMjoNBpQfTwyQhd62MPrL0.webp\"},className:\"framer-5zc0ar framer-lux5qc\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+0+0+0+0+20+560.2+10+0+4),pixelHeight:885,pixelWidth:1288,positionX:\"center\",positionY:\"center\",sizes:\"91px\",src:\"https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png\",srcSet:\"https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png?scale-down-to=512 512w,https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png 1288w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:885,pixelWidth:1288,positionX:\"center\",positionY:\"center\",sizes:\"91px\",src:\"https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png\",srcSet:\"https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png?scale-down-to=512 512w,https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wkL9nqk2ShsCKJ1tyjDUz8hglkI.png 1288w\"},className:\"framer-sfhahf\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ptilfi\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+0+0+0+0+20+560.2+10+75+1),pixelHeight:393,pixelWidth:970,positionX:\"center\",positionY:\"center\",sizes:\"127px\",src:\"https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png\",srcSet:\"https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png?scale-down-to=512 512w,https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png 970w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:393,pixelWidth:970,positionX:\"center\",positionY:\"center\",sizes:\"127px\",src:\"https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png\",srcSet:\"https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png?scale-down-to=512 512w,https://framerusercontent.com/images/FSLXEfqUzMFBLfe0gnmMdZyVqg.png 970w\"},className:\"framer-k1fvoq\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+90+10+0+0+0+0+20+560.2+10+75+.5),pixelHeight:393,pixelWidth:1170,positionX:\"center\",positionY:\"center\",sizes:\"142px\",src:\"https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png\",srcSet:\"https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png?scale-down-to=512 512w,https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png 1170w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:393,pixelWidth:1170,positionX:\"center\",positionY:\"center\",sizes:\"142px\",src:\"https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png\",srcSet:\"https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png?scale-down-to=512 512w,https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jsDgsHPQkUsmCtyT5XOzcBfOI.png 1170w\"},className:\"framer-apnz5p\"})})]})]})]})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-baxibo hidden-72rtr7 hidden-d0bk3s\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jvi8fr-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'// Beispiel f\\xfcr die Einbettung auf einer anderen Seite\\n<iframe \\n  src=\"/embed/conversation-animation\"\\n  width=\"100%\"\\n  height=\"560px\"\\n  frameBorder=\"0\"\\n  style={{\\n    background: \\'transparent\\',\\n    border: \\'none\\',\\n    overflow: \\'hidden\\'\\n  }}\\n/>\\n\\n',id:\"kVEebjbXo\",layoutId:\"kVEebjbXo\",style:{height:\"100%\",width:\"100%\"},type:\"url\",url:\"https://aurili-embed.vercel.app/embed/conversation-animation-mobile\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{y:(componentViewport?.y||0)+0+15861.352631578948},lTNx0wjPV:{y:(componentViewport?.y||0)+0+14288.7}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:321,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+10854,children:/*#__PURE__*/_jsx(Container,{className:\"framer-u3v3it-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ITQFdwOHH:{variant:\"hdTcfKQqf\"},lTNx0wjPV:{variant:\"Q7Eo_ABFi\"}},children:/*#__PURE__*/_jsx(AIKitFooter,{height:\"100%\",id:\"jqFe2eq7w\",layoutId:\"jqFe2eq7w\",style:{width:\"100%\"},variant:\"on_2JCrFx\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0CLuC.framer-lux5qc, .framer-0CLuC .framer-lux5qc { display: block; }\",\".framer-0CLuC.framer-72rtr7 { align-content: center; align-items: center; background-color: #ededed; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1300px; }\",\".framer-0CLuC .framer-46bmxe-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 9; }\",\".framer-0CLuC .framer-1hwifro { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1450px; overflow: visible; padding: 15px 20px 15px 20px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-1n9sr2j { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 667px; justify-content: flex-start; overflow: hidden; padding: 170px 50px 176px 50px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-0CLuC .framer-wxevg { background: linear-gradient(0deg, #799ebd 0%, rgb(73, 148, 209) 33%, rgb(1, 71, 139) 100%); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(49.925037481259395% - 100% / 2); width: 100%; z-index: 2; }\",\".framer-0CLuC .framer-lv65g9 { background-color: rgba(31, 31, 31, 0.17); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.07496251874065% - 100% / 2); width: 100%; z-index: 2; }\",\".framer-0CLuC .framer-1bo2hax { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px 25px 0px 25px; position: absolute; top: calc(50.07496251874065% - 100% / 2); width: 100%; }\",\".framer-0CLuC .framer-uk0vpe { flex: 1 0 0px; height: 588px; position: relative; width: 1px; }\",\".framer-0CLuC .framer-apma9 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 96%; left: calc(50.00000000000002% - 89.05472636815921% / 2); position: absolute; top: calc(50.095238095238116% - 96.19047619047619% / 2); width: 89%; }\",\".framer-0CLuC .framer-1yz4yv1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 586px; justify-content: center; overflow: hidden; padding: 12px 20px 5px 20px; position: relative; width: min-content; z-index: 1; }\",\".framer-0CLuC .framer-rzg6rs { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.39); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(166, 166, 166, 0.1); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 153px; justify-content: center; overflow: hidden; padding: 20px 0px 20px 20px; position: relative; width: 667px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-9hbls6 { flex: none; height: 79px; position: relative; width: 186px; }\",\".framer-0CLuC .framer-1imyoeo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: 61px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 638px; }\",\".framer-0CLuC .framer-ge3bwh, .framer-0CLuC .framer-85g8bq { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-0CLuC .framer-1y4mje2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 25px 0px 0px 0px; position: relative; width: 670px; }\",\".framer-0CLuC .framer-1tawga8, .framer-0CLuC .framer-1nzqjnt { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-0CLuC .framer-ucmwvm, .framer-0CLuC .framer-rnaw25 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 13px 0px 0px 0px; position: relative; width: auto; z-index: 1; }\",\".framer-0CLuC .framer-btzlja, .framer-0CLuC .framer-1eoirgb { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 59px; position: relative; width: 147px; }\",\".framer-0CLuC .framer-1yhn6wk, .framer-0CLuC .framer-1uiyeue { aspect-ratio: 3.0689655172413794 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: var(--framer-aspect-ratio-supported, 63px); position: relative; width: 193px; }\",\".framer-0CLuC .framer-7w0x1e, .framer-0CLuC .framer-z9vyl6 { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 80px; position: relative; text-decoration: none; width: 90px; }\",\".framer-0CLuC .framer-v426d1, .framer-0CLuC .framer-1mc3r43 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 70px; position: relative; width: 121px; }\",\".framer-0CLuC .framer-buhubu { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 26px; height: 122px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 10px; position: relative; width: auto; }\",\".framer-0CLuC .framer-bcyubz, .framer-0CLuC .framer-10ywjwh { align-content: center; align-items: center; border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 1px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-vyg7mg, .framer-0CLuC .framer-79i9cw { align-content: center; align-items: center; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 2px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-0CLuC .framer-7m9854 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.25); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 42px; justify-content: center; overflow: hidden; padding: 0px 18px 0px 18px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-0CLuC .framer-1kuzj9w-container, .framer-0CLuC .framer-wxuwm7-container, .framer-0CLuC .framer-s2cofk-container, .framer-0CLuC .framer-91s2kz-container { flex: none; height: 23px; position: relative; width: 23px; }\",\".framer-0CLuC .framer-8wl46n, .framer-0CLuC .framer-fhrroa { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-0CLuC .framer-1alswga { -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-0CLuC .framer-ivg402 { align-content: center; align-items: center; background-color: var(--token-72ddf4e9-b795-4f15-bbe0-a001c1f17eeb, #ffffff); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 642px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-14r4123 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 1051px; }\",\".framer-0CLuC .framer-156w3i0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 8px 0px; position: relative; width: 890px; }\",\".framer-0CLuC .framer-63t1jr, .framer-0CLuC .framer-1uxdvu5, .framer-0CLuC .framer-xnxe16, .framer-0CLuC .framer-crtfzq, .framer-0CLuC .framer-k8rvg9, .framer-0CLuC .framer-1lpf1va, .framer-0CLuC .framer-174y240, .framer-0CLuC .framer-1ce9lbk, .framer-0CLuC .framer-1qv0zco, .framer-0CLuC .framer-8badvb, .framer-0CLuC .framer-n2d1mm, .framer-0CLuC .framer-1vruoyk, .framer-0CLuC .framer-aa9qh2, .framer-0CLuC .framer-exltw, .framer-0CLuC .framer-15b04x4, .framer-0CLuC .framer-yona19, .framer-0CLuC .framer-15k1p9e, .framer-0CLuC .framer-1srv97y, .framer-0CLuC .framer-16rnmu8, .framer-0CLuC .framer-1o5417k { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-0CLuC .framer-1gsl8ow { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 341px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1tmvof { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 996px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-10mc517-container { flex: none; height: 466px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-9z2i1l, .framer-0CLuC .framer-628r6e, .framer-0CLuC .framer-az4bv0, .framer-0CLuC .framer-1h6r9aj, .framer-0CLuC .framer-zwc3ml, .framer-0CLuC .framer-1gyzu02 { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-v1jbcx { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 40px; position: relative; scroll-margin-top: 30px; width: 100%; }\",\".framer-0CLuC .framer-8uwvb0 { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-674s5g { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0CLuC .framer-1owmxr7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-0CLuC .framer-n3t4yb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 25px 0px; position: relative; width: 483px; }\",\".framer-0CLuC .framer-1u3vmp2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 64px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 468px; }\",\".framer-0CLuC .framer-1n6t09w { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 281px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-85bmy2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 172px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-npjl9t { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 79%; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-etrj2s { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 339px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1rg8m64 { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.7); --border-left-width: 1px; --border-right-width: 1px; --border-style: double; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; display: flex; flex: 0.8 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 40px 60px 40px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-b643wr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 39px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-0CLuC .framer-1qcq4an-container { flex: none; height: auto; position: relative; width: 421px; }\",\".framer-0CLuC .framer-tjv990 { align-content: center; align-items: center; background: linear-gradient(180deg, #000000 0%, rgb(176, 176, 176) 100%); border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.15); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 1px; position: relative; text-decoration: none; width: 230px; }\",\".framer-0CLuC .framer-gwmgua, .framer-0CLuC .framer-1k3msup { align-content: center; align-items: center; background: linear-gradient(180deg, #ffffff 0%, rgb(87, 87, 87) 48.73085231496269%, rgb(255, 255, 255) 100%); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 2px; position: relative; width: 1px; z-index: 1; }\",\".framer-0CLuC .framer-1j0twes, .framer-0CLuC .framer-1n3lpaw { align-content: center; align-items: center; background: linear-gradient(180deg, #f7f7f7 0%, rgb(138, 138, 138) 100%); border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.25); display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 44px; justify-content: center; overflow: visible; padding: 0px 20px 1px 20px; position: relative; width: 1px; z-index: 1; }\",\".framer-0CLuC .framer-se9pqb-container, .framer-0CLuC .framer-rl0ef4-container, .framer-0CLuC .framer-1b6arcp-container, .framer-0CLuC .framer-1wis01r-container, .framer-0CLuC .framer-u2ohl1-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-0CLuC .framer-562b0d { align-content: center; align-items: center; background-color: var(--token-72ddf4e9-b795-4f15-bbe0-a001c1f17eeb, #ffffff); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 50px 40px 50px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-132hor2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 4; }\",\".framer-0CLuC .framer-1rzveln { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 113px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 645px; }\",\".framer-0CLuC .framer-8oui8e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 621px; }\",\".framer-0CLuC .framer-1wyk8w3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 229px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1bq5n0c { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 601px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1yh6537 { align-content: center; align-items: center; display: flex; flex: 0.6 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-0CLuC .framer-1hprvhp { align-content: center; align-items: center; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-17xfx80-container { flex: none; height: 33px; position: relative; width: 161px; z-index: 6; }\",\".framer-0CLuC .framer-15k9hao-container { flex: none; height: 233px; position: relative; width: 327px; }\",\".framer-0CLuC.framer-1roy7dx { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-0CLuC.framer-dez0cb { -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); background-color: rgba(0, 0, 0, 0.01); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-0CLuC.framer-11d6mn1 { align-content: center; align-items: center; background-color: #fdfefd; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 2px 0px rgba(255, 255, 255, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 20px 20px 30px 20px; position: fixed; top: 55%; transform: translate(-50%, -50%); width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 10; }\",\".framer-0CLuC .framer-4udaq7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 676px; }\",\".framer-0CLuC .framer-1jri07e { cursor: pointer; flex: none; height: 20px; overflow: visible; position: relative; width: 20px; }\",\".framer-0CLuC .framer-scmykf, .framer-0CLuC .framer-z7c9c, .framer-0CLuC .framer-1vfr73y { flex: none; height: 20px; left: calc(50.00000000000002% - 20px / 2); position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; }\",\".framer-0CLuC .framer-pe4spb { align-content: center; align-items: center; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; 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: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-1vps282-container { flex: none; height: 333px; position: relative; width: 421px; }\",\".framer-0CLuC .framer-1lhe1t4 { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 30px 50px 30px 50px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-fuv96e { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(31, 31, 31, 0.76) 100%); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); opacity: 0.07; position: absolute; top: calc(49.851632047477764% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-0CLuC .framer-xvt2gs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 85px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-0CLuC .framer-xqc1nv { flex: none; height: 58px; overflow: visible; position: relative; width: 173px; }\",\".framer-0CLuC .framer-ph913-container { flex: none; height: 76px; position: relative; width: auto; }\",\".framer-0CLuC .framer-134c7j-container { flex: none; height: 42px; position: relative; width: auto; }\",\".framer-0CLuC .framer-1xtwwyb { 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: 15px 0px 0px 0px; position: relative; width: 100%; z-index: 4; }\",\".framer-0CLuC .framer-g80wx1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 500px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 4; }\",\".framer-0CLuC .framer-u67xk4, .framer-0CLuC .framer-2n95pz, .framer-0CLuC .framer-7rs7rb, .framer-0CLuC .framer-vewb4v, .framer-0CLuC .framer-1v1n4z, .framer-0CLuC .framer-8rjs4s, .framer-0CLuC .framer-82v9mg, .framer-0CLuC .framer-ovwvst, .framer-0CLuC .framer-1t33br2, .framer-0CLuC .framer-1mf5hag, .framer-0CLuC .framer-f732x0, .framer-0CLuC .framer-njt8ki, .framer-0CLuC .framer-u17ag4, .framer-0CLuC .framer-co3vvy, .framer-0CLuC .framer-l45thb, .framer-0CLuC .framer-xz8ghh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1j58x5j { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 783px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-1ghm6ef, .framer-0CLuC .framer-1jl0uyo { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-0CLuC .framer-b8e4ti { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 33%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-1f1lh8z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 206px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 566px; }\",\".framer-0CLuC .framer-1o1505t-container, .framer-0CLuC .framer-rvj9l3-container, .framer-0CLuC .framer-ctoqx5-container, .framer-0CLuC .framer-1mhhis5-container, .framer-0CLuC .framer-doq7o3-container, .framer-0CLuC .framer-pf5dsf-container, .framer-0CLuC .framer-148mv3r-container, .framer-0CLuC .framer-13y4ok6-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); position: relative; width: 40px; }\",\".framer-0CLuC .framer-n53376 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 497px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1ezu2l8 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-135zo5k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 19px; height: 53%; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-hneam1 { --border-bottom-width: 1px; --border-color: var(--token-965e5c17-6359-41cc-bd03-2fa4898e2c2b, #222426); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-38c4cf9a-0aa8-4902-ad35-3a2d52d62d05, #1a1c1d); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.45); cursor: default; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 132px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 210px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-7wqgt4 { --border-bottom-width: 1px; --border-color: var(--token-965e5c17-6359-41cc-bd03-2fa4898e2c2b, #222426); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-user-select: auto; align-content: center; align-items: center; background-color: var(--token-3edc53ec-2b53-43fb-be53-9e75b862c113, #161819); border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; pointer-events: auto; position: relative; user-select: auto; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-0CLuC .framer-4b5g33 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 97%; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-wvmwbm-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 29px; }\",\".framer-0CLuC .framer-1rsx0nb-container { flex: none; height: 216px; position: relative; width: 265px; }\",\".framer-0CLuC .framer-1g4w6m9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 222px; justify-content: center; overflow: hidden; padding: 25px 0px 20px 0px; position: relative; width: 95%; }\",\".framer-0CLuC .framer-l6tgse { flex: none; height: auto; max-width: 80%; position: relative; white-space: pre-wrap; width: 412px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-14bpflq { align-content: flex-start; align-items: flex-start; background: radial-gradient(41.199999999999996% 50% at 28.599999999999998% 24.5%, #f3f3ff 10.247499798343048%, #eef0f8 100%); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-0CLuC .framer-1f0tgg2 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; overflow: hidden; padding: 30px 0px 0px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-18jdbmt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 273px; justify-content: center; overflow: hidden; padding: 10px 0px 20px 0px; position: relative; width: 566px; }\",\".framer-0CLuC .framer-12flcbn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-z8b8l2 { flex: none; height: auto; max-width: 80%; position: relative; white-space: pre-wrap; width: 391px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-zo7k4b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 45px; height: 472px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 563px; }\",\".framer-0CLuC .framer-q8dz1u, .framer-0CLuC .framer-xpozdm { 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: 483px; }\",\".framer-0CLuC .framer-181di0u-container, .framer-0CLuC .framer-1ph3v5f-container, .framer-0CLuC .framer-959qs8-container, .framer-0CLuC .framer-1lc3eww-container, .framer-0CLuC .framer-m876hz-container, .framer-0CLuC .framer-1b20q4a-container { aspect-ratio: 0.9047619047619048 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 133px); position: relative; width: 120px; }\",\".framer-0CLuC .framer-1pw7qew { flex: none; height: auto; max-width: 80%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-ha7oy3 { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: visible; padding: 40px 20px 40px 20px; position: relative; scroll-margin-top: 30px; width: 100%; }\",\".framer-0CLuC .framer-1ia2f3n, .framer-0CLuC .framer-fdq5ic { 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 15px 0px 15px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-1nttz0x { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0CLuC .framer-1yy091g-container { flex: none; height: 404px; position: relative; width: 620px; }\",\".framer-0CLuC .framer-1oywd8i { align-content: center; align-items: center; display: flex; flex: 0.8 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 401px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0CLuC .framer-1omhzlv { 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: hidden; padding: 0px; position: relative; width: 446px; }\",\".framer-0CLuC .framer-ani8me, .framer-0CLuC .framer-7g8mwo, .framer-0CLuC .framer-pbrqlr { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1wz8m9p { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 353px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1qcfj48, .framer-0CLuC .framer-1f2bj7n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-btuhe0 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 85%; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-cfnv05 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 325px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0CLuC .framer-3nppt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 566px; }\",\".framer-0CLuC .framer-1c441hd, .framer-0CLuC .framer-1ahj24h { 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-0CLuC .framer-18xhfke { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 256px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-10c4v7q, .framer-0CLuC .framer-32icu5 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1yh2yhl-container { flex: 0.8 0 0px; height: 327px; position: relative; width: 1px; }\",\".framer-0CLuC .framer-1c6g5eq { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 778px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-1d0r0xl { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-0CLuC .framer-iz7f91 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; overflow: visible; padding: 30px 0px 0px 0px; position: relative; scroll-margin-top: 30px; width: 100%; }\",\".framer-0CLuC .framer-18zruke { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 263px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 566px; }\",\".framer-0CLuC .framer-1apyrj7 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 489px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-zdjat6 { -webkit-filter: drop-shadow(20px 8px 4px rgba(0, 0, 0, 0.16)); filter: drop-shadow(20px 8px 4px rgba(0, 0, 0, 0.16)); flex: none; height: 472px; position: relative; width: 504px; }\",\".framer-0CLuC .framer-5fafct { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-1ah9dta { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: 95%; }\",\".framer-0CLuC .framer-kt9jj9 { flex: none; height: 112px; position: relative; width: 95%; }\",\".framer-0CLuC .framer-d73vtx-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-0CLuC .framer-jmt6ac { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 469px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-3a5cmt { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 34%; justify-content: flex-start; overflow: hidden; padding: 30px 0px 0px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-uxc278 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 190px; justify-content: center; overflow: hidden; padding: 30px 0px 20px 0px; position: relative; width: 566px; }\",\".framer-0CLuC .framer-1okm500 { flex: none; height: auto; max-width: 95%; position: relative; white-space: pre-wrap; width: 77%; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-z81ycg { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 40px 35px 40px 35px; position: relative; scroll-margin-top: 30px; width: 100%; }\",\".framer-0CLuC .framer-c193yq { align-content: center; align-items: center; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px; display: flex; flex: 0.8 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 322px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-1n498jc { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 277px; position: relative; width: 95%; }\",\".framer-0CLuC .framer-13p632e { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0CLuC .framer-i1dkou { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 113px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-1e46yti { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 476px; }\",\".framer-0CLuC .framer-7e94a3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 156px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1kywkcd { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 310px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-zlbtk2, .framer-0CLuC .framer-1p172fx { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 510px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1cyxkqn { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 40px 0px 40px 0px; position: relative; scroll-margin-top: 30px; width: 100%; }\",\".framer-0CLuC .framer-11cp1tt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 566px; }\",\".framer-0CLuC .framer-14h8ju4, .framer-0CLuC .framer-1b2kpwc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 113px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 411px; }\",\".framer-0CLuC .framer-hisatp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 317px; }\",\".framer-0CLuC .framer-195q3tq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 91px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-y9upyu { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 139px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1wvbaxl { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 71px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1cgfd8g { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 83%; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-kg0wae { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 529px; }\",\".framer-0CLuC .framer-xdivby { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 110px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 430px; }\",\".framer-0CLuC .framer-lomiqq { --border-bottom-width: 0.5px; --border-color: rgba(255, 255, 255, 0.2); --border-left-width: 0.5px; --border-right-width: 0.5px; --border-style: solid; --border-top-width: 0.5px; align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.1); border-bottom-left-radius: 19px; border-bottom-right-radius: 19px; border-top-left-radius: 19px; border-top-right-radius: 19px; box-shadow: 0px 0.6021873017743928px 1.083937143193907px -0.8333333333333333px rgba(0, 0, 0, 0.05), 0px 2.288533303243457px 4.119359945838223px -1.6666666666666665px rgba(0, 0, 0, 0.05), 0px 10px 18px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 78px; justify-content: center; overflow: visible; padding: 4px; position: relative; text-decoration: none; width: 404px; }\",\".framer-0CLuC .framer-aqhawc { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.5); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 57px; justify-content: center; overflow: hidden; padding: 0px 28px 0px 28px; position: relative; width: 382px; will-change: var(--framer-will-change-override, transform); z-index: 5; }\",\".framer-0CLuC .framer-nx4vfs, .framer-0CLuC .framer-1izs3tu, .framer-0CLuC .framer-2wsike { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-0CLuC .framer-1sixilf, .framer-0CLuC .framer-2mqago, .framer-0CLuC .framer-12y5t89 { border-bottom-left-radius: 19px; border-bottom-right-radius: 19px; border-top-left-radius: 19px; border-top-right-radius: 19px; bottom: 0px; flex: none; left: 0px; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-15dcp3l-container, .framer-0CLuC .framer-jwz1s5-container, .framer-0CLuC .framer-pqiwxs-container { bottom: 0px; flex: none; left: 0px; pointer-events: none; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-0CLuC .framer-1sxuzh3, .framer-0CLuC .framer-1a4i3mz { -webkit-user-select: none; background: radial-gradient(86.99999999999999% 100% at 50% 100%, #455d6e 0%, rgba(255, 255, 255, 0) 100%); border-bottom-left-radius: 19px; border-bottom-right-radius: 19px; border-top-left-radius: 19px; border-top-right-radius: 19px; bottom: 0px; flex: none; left: 0px; opacity: 0.3; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 0px; user-select: none; will-change: var(--framer-will-change-override, transform); z-index: 5; }\",\".framer-0CLuC .framer-1wa0iwk, .framer-0CLuC .framer-cvda6s, .framer-0CLuC .framer-l1o4t5 { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background-color: rgba(255, 255, 255, 0.01); border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; bottom: 1px; flex: none; left: 1px; overflow: hidden; pointer-events: none; position: absolute; right: 1px; top: 1px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-0CLuC .framer-1omr8mz-container { flex: none; height: 56px; position: relative; width: auto; z-index: 1; }\",\".framer-0CLuC.framer-168oeya, .framer-0CLuC.framer-1dc40d5 { background-color: rgba(50, 50, 50, 0.48); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-0CLuC.framer-1qrolxc, .framer-0CLuC.framer-rvsdvx { -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); background-color: rgba(50, 50, 50, 0.01); bottom: 0px; flex: none; left: 0px; overflow: hidden; pointer-events: none; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-0CLuC.framer-10ptj5t, .framer-0CLuC.framer-1gd9jn9 { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: flex-start; left: 0px; overflow: hidden; overflow-y: auto; padding: 48px 24px 48px 24px; position: fixed; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 10; }\",\".framer-0CLuC .framer-a0fqvo { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1100px; overflow: visible; padding: 0px; position: relative; width: 342px; z-index: 1; }\",\".framer-0CLuC .framer-iuxr1u, .framer-0CLuC .framer-1bzivj4 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 68px; justify-content: flex-end; overflow: hidden; padding: 0px 24px 0px 0px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 3; }\",\".framer-0CLuC .framer-ox6dwa, .framer-0CLuC .framer-s6wm1k { aspect-ratio: 1 / 1; background-color: #333336; border-bottom-left-radius: 186px; border-bottom-right-radius: 186px; border-top-left-radius: 186px; border-top-right-radius: 186px; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 44px); overflow: hidden; position: relative; width: 44px; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-0CLuC .framer-1oryo8y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-k64el5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 30px 15px 31px 15px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-3pvp2k, .framer-0CLuC .framer-539xy4, .framer-0CLuC .framer-1oqifvg, .framer-0CLuC .framer-112i733, .framer-0CLuC .framer-4bwixs, .framer-0CLuC .framer-1khsb83 { --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-0CLuC .framer-1ekr3ka, .framer-0CLuC .framer-py18pq { 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-0CLuC .framer-dkarbr-container { aspect-ratio: 1.0771604938271604 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 139px); position: relative; width: 150px; }\",\".framer-0CLuC .framer-hejjm2 { --border-bottom-width: 0.5px; --border-color: rgba(255, 255, 255, 0.2); --border-left-width: 0.5px; --border-right-width: 0.5px; --border-style: solid; --border-top-width: 0.5px; align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.1); border-bottom-left-radius: 19px; border-bottom-right-radius: 19px; border-top-left-radius: 19px; border-top-right-radius: 19px; box-shadow: 0px 0.6021873017743928px 1.083937143193907px -0.8333333333333333px rgba(0, 0, 0, 0.05), 0px 2.288533303243457px 4.119359945838223px -1.6666666666666665px rgba(0, 0, 0, 0.05), 0px 10px 18px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 70px; justify-content: center; overflow: visible; padding: 4px; position: relative; text-decoration: none; width: 320px; }\",\".framer-0CLuC .framer-9iybjv { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.5); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; overflow: hidden; padding: 0px 28px 0px 28px; position: relative; width: 296px; will-change: var(--framer-will-change-override, transform); z-index: 5; }\",\".framer-0CLuC .framer-sm4wz6 { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 30px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-monsyd, .framer-0CLuC .framer-11l792e, .framer-0CLuC .framer-1xcxzs6, .framer-0CLuC .framer-x9pxys, .framer-0CLuC .framer-zfbcuy, .framer-0CLuC .framer-17gs485, .framer-0CLuC .framer-k8suzl, .framer-0CLuC .framer-35x31b, .framer-0CLuC .framer-11dq19k, .framer-0CLuC .framer-19to7l0, .framer-0CLuC .framer-1azqvg0, .framer-0CLuC .framer-yrutun, .framer-0CLuC .framer-1415qmj { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1lgqisz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-11ttjpq, .framer-0CLuC .framer-1j3qud3, .framer-0CLuC .framer-puy3p7, .framer-0CLuC .framer-frck20, .framer-0CLuC .framer-1qdrzb6, .framer-0CLuC .framer-699q51 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 95%; }\",\".framer-0CLuC .framer-1meii9s, .framer-0CLuC .framer-1bo74vc, .framer-0CLuC .framer-1jr78g0, .framer-0CLuC .framer-1szlu0v, .framer-0CLuC .framer-1gi42vt, .framer-0CLuC .framer-13tp0ou { 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: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0CLuC .framer-1domfgc, .framer-0CLuC .framer-k2kyl7 { align-content: center; align-items: center; background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-1tbwsil, .framer-0CLuC .framer-35p39x { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 438px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-xkovq6, .framer-0CLuC .framer-ybrq31, .framer-0CLuC .framer-1tdph6h, .framer-0CLuC .framer-c3xn50, .framer-0CLuC .framer-1fquhsi, .framer-0CLuC .framer-1l6a5jo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-1nma3nd, .framer-0CLuC .framer-1wralwy, .framer-0CLuC .framer-kfl1hz, .framer-0CLuC .framer-1t7fyub, .framer-0CLuC .framer-gw20qr { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.35); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 95%; }\",\".framer-0CLuC .framer-3hg4rf, .framer-0CLuC .framer-1ule012, .framer-0CLuC .framer-10w01x3, .framer-0CLuC .framer-1u67o7s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-10heswr, .framer-0CLuC .framer-1koilih, .framer-0CLuC .framer-1cjnn0x, .framer-0CLuC .framer-9tdecs { align-content: center; align-items: center; background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 10px 0px 10px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-ywj267, .framer-0CLuC .framer-wawmis, .framer-0CLuC .framer-1g35bw4, .framer-0CLuC .framer-1rvy4ho, .framer-0CLuC .framer-2oa1ky, .framer-0CLuC .framer-1y6noeu, .framer-0CLuC .framer-1f2yqge, .framer-0CLuC .framer-sbuoqq { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1e29u9e, .framer-0CLuC .framer-1xw22ji, .framer-0CLuC .framer-xzvuvt, .framer-0CLuC .framer-136luzc { align-content: center; align-items: center; background: radial-gradient(126% 86% at 84.8% 0%, #3f49b5 0%, rgb(0, 8, 94) 100%); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 10px 0px 10px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-ly3i7a { align-content: center; align-items: center; background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 2px 6px 2px 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-0CLuC .framer-1f0rtzm { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 91%; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1e37pfw-container { flex: none; height: 56px; position: relative; width: 360px; z-index: 1; }\",\".framer-0CLuC .framer-1cx8rne { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1100px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-0CLuC .framer-1qa29om { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 50px 50px 50px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-6dmtrb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 90px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-guwffd-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 110px); position: relative; width: 110px; }\",\".framer-0CLuC .framer-9gppo6 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-mi8uwn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 55px; height: 464px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-1fjjbam { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 259px; position: relative; width: 934px; }\",\".framer-0CLuC .framer-ls3yuf { --border-bottom-width: 0.5px; --border-color: rgba(255, 255, 255, 0.2); --border-left-width: 0.5px; --border-right-width: 0.5px; --border-style: solid; --border-top-width: 0.5px; align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.1); border-bottom-left-radius: 19px; border-bottom-right-radius: 19px; border-top-left-radius: 19px; border-top-right-radius: 19px; box-shadow: 0px 0.6021873017743928px 1.083937143193907px -0.8333333333333333px rgba(0, 0, 0, 0.05), 0px 2.288533303243457px 4.119359945838223px -1.6666666666666665px rgba(0, 0, 0, 0.05), 0px 10px 18px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 105px; justify-content: center; overflow: visible; padding: 4px; position: relative; text-decoration: none; width: 530px; }\",\".framer-0CLuC .framer-57zxto { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.5); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: center; overflow: hidden; padding: 0px 28px 0px 28px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 5; }\",\".framer-0CLuC .framer-1sx990h { -webkit-user-select: none; background: radial-gradient(86.99999999999999% 100% at 50% 100%, #0099ff 0%, rgba(255, 255, 255, 0) 100%); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 1px; flex: none; left: 1px; opacity: 0.3; overflow: hidden; pointer-events: none; position: absolute; right: 1px; top: 1px; user-select: none; will-change: var(--framer-will-change-override, transform); z-index: 5; }\",\".framer-0CLuC .framer-z4jaby-container { bottom: -72px; flex: none; left: -69px; opacity: 0.3; pointer-events: none; position: absolute; right: -50px; top: -72px; z-index: 1; }\",\".framer-0CLuC .framer-wyki6t-container { bottom: -72px; flex: none; left: -69px; opacity: 0.7; pointer-events: none; position: absolute; right: -50px; top: -72px; z-index: 1; }\",\".framer-0CLuC .framer-rw1lk2 { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); background-color: rgba(255, 255, 255, 0.1); border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 30px; position: relative; width: 971px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-t8o3kv, .framer-0CLuC .framer-e7r45e, .framer-0CLuC .framer-bwk6dk, .framer-0CLuC .framer-okmyce, .framer-0CLuC .framer-1g6zd9q, .framer-0CLuC .framer-12aeugk, .framer-0CLuC .framer-1rzy6ry, .framer-0CLuC .framer-hu8nzv, .framer-0CLuC .framer-1x5lv6d, .framer-0CLuC .framer-164ul1, .framer-0CLuC .framer-5knxbt, .framer-0CLuC .framer-1ohrefh, .framer-0CLuC .framer-128rd73, .framer-0CLuC .framer-18npfhy, .framer-0CLuC .framer-186yq7q, .framer-0CLuC .framer-1mzjmgt, .framer-0CLuC .framer-1rki128, .framer-0CLuC .framer-8dr56x { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-0CLuC .framer-ys5kmx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 0px 0px 0px; position: relative; width: 951px; }\",\".framer-0CLuC .framer-nu0fnt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 9px; position: relative; width: min-content; }\",\".framer-0CLuC .framer-15r834a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 10px; position: relative; width: 885px; }\",\".framer-0CLuC .framer-38h4n7, .framer-0CLuC .framer-cudrk5, .framer-0CLuC .framer-53luy8, .framer-0CLuC .framer-19enme9, .framer-0CLuC .framer-uvuh5c, .framer-0CLuC .framer-1hkxe3u { --border-bottom-width: 1px; --border-color: #9e9e9e; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%); border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 3px 2px 3px 2px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-4fsdkq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 273px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1uhsexw, .framer-0CLuC .framer-199ynnh, .framer-0CLuC .framer-1wr33fj, .framer-0CLuC .framer-353hh2, .framer-0CLuC .framer-jekbio, .framer-0CLuC .framer-5ovz7a { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.7); --border-left-width: 1px; --border-right-width: 1px; --border-style: double; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(61, 61, 61, 0.2); border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 15px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-1uvjwtn, .framer-0CLuC .framer-xof1n0, .framer-0CLuC .framer-163f1fz, .framer-0CLuC .framer-49k636, .framer-0CLuC .framer-174905c { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1p0cj5l, .framer-0CLuC .framer-11h52uw { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 553px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1skejak, .framer-0CLuC .framer-hvf8vs, .framer-0CLuC .framer-8beyi0, .framer-0CLuC .framer-z19k4u, .framer-0CLuC .framer-1oqpd7b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 9px; position: relative; width: 95%; }\",\".framer-0CLuC .framer-123xvr6, .framer-0CLuC .framer-1msvs1n, .framer-0CLuC .framer-yiby2z, .framer-0CLuC .framer-14ur415, .framer-0CLuC .framer-y643jf { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 10px; position: relative; width: 1px; }\",\".framer-0CLuC .framer-97lknm { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 309px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1ryrjrv { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 701px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1ubfy3l, .framer-0CLuC .framer-5tb0jm { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 350px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1gx9e4f, .framer-0CLuC .framer-3vyj44, .framer-0CLuC .framer-1cnoeo9, .framer-0CLuC .framer-188ap6z { align-content: center; align-items: center; background-color: #004a8d; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 10px 0px 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-1fn6sa2 { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 465px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1gab6jp { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 353px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-ypo73y { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 588px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1062xfi { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 383px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-9l34g9 { align-content: center; align-items: center; background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 6px 4px 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-0CLuC .framer-tnthda { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 606px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-z53sq0 { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 538px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-g47v0n { align-content: center; align-items: center; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 5px 0px 5px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-nliy3j-container { flex: none; height: 241px; position: relative; width: 980px; }\",\".framer-0CLuC .framer-11fg8ed, .framer-0CLuC .framer-1bgdxyy, .framer-0CLuC .framer-1c5ku7i { --border-bottom-width: 1px; --border-color: var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, #eceff3); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: 236px; justify-content: center; overflow: hidden; padding: 13px; position: relative; width: 752px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-n9pyok, .framer-0CLuC .framer-zxiys0, .framer-0CLuC .framer-1ipp8vm, .framer-0CLuC .framer-xua7r5, .framer-0CLuC .framer-1a5m1ao, .framer-0CLuC .framer-rhdlzw, .framer-0CLuC .framer-1rpam3u, .framer-0CLuC .framer-1wd1l7f, .framer-0CLuC .framer-w2xu91 { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); background-color: rgba(99, 99, 99, 0.18); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 3px 15px 3px 15px; position: relative; width: min-content; }\",\".framer-0CLuC .framer-ia8uxo, .framer-0CLuC .framer-1p8qtrz, .framer-0CLuC .framer-wewew9, .framer-0CLuC .framer-1xngkqs { flex: none; height: auto; max-width: 950px; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-19zad3 { --border-bottom-width: 1px; --border-color: var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, #eceff3); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: 236px; justify-content: center; overflow: hidden; padding: 13px; position: relative; width: 750px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-32a4vm-container { flex: none; height: 190px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-45gkca, .framer-0CLuC .framer-cwf6c2, .framer-0CLuC .framer-3sed1i, .framer-0CLuC .framer-l7sjoc, .framer-0CLuC .framer-fmtq2i { --border-bottom-width: 1px; --border-color: var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, #eceff3); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: center; overflow: hidden; padding: 13px; position: relative; width: 364px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-1irijmq { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 40px 35px 40px 35px; position: relative; scroll-margin-top: 30px; width: 100%; }\",\".framer-0CLuC .framer-1lptcdg { align-content: center; align-items: center; background: linear-gradient(0deg, #acb6c2 0%, rgb(73, 148, 209) 33%, rgb(1, 71, 139) 100%); border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 399px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-2u8aao { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.7); --border-left-width: 1px; --border-right-width: 1px; --border-style: double; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(207, 207, 207, 0.2); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 15px 0px; position: relative; width: 367px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-1ic1rek, .framer-0CLuC .framer-1a3vbm7 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 101px; overflow: hidden; position: relative; width: 336px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-15i77nb, .framer-0CLuC .framer-1sl3obp { 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; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 53px; transform: translateX(-50%); width: 136px; }\",\".framer-0CLuC .framer-2449mi-container, .framer-0CLuC .framer-1ni9qnj-container { flex: none; height: auto; left: 32px; position: absolute; top: 49%; transform: translateY(-50%); width: auto; z-index: 1; }\",\".framer-0CLuC .framer-1d80jmv-container, .framer-0CLuC .framer-dm2kwm-container { flex: none; height: auto; left: 65px; position: absolute; top: 49%; transform: translateY(-50%); width: auto; z-index: 1; }\",\".framer-0CLuC .framer-10z1qgx-container, .framer-0CLuC .framer-otxfmr-container { flex: none; height: auto; left: 96px; position: absolute; top: 49%; transform: translateY(-50%); width: auto; z-index: 1; }\",\".framer-0CLuC .framer-1tm0r6y, .framer-0CLuC .framer-gfx0z5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 14px; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-0CLuC .framer-h0rj0a, .framer-0CLuC .framer-1fnpl1z, .framer-0CLuC .framer-cgpkjk, .framer-0CLuC .framer-1wftps8, .framer-0CLuC .framer-gkij1b, .framer-0CLuC .framer-onj9gz, .framer-0CLuC .framer-1xz2v00, .framer-0CLuC .framer-1c8pg7d { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.7); --border-left-width: 1px; --border-right-width: 1px; --border-style: dashed; --border-top-width: 1px; background-color: rgba(36, 36, 36, 0.58); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 45px; overflow: hidden; position: relative; width: 223px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-1bibllc, .framer-0CLuC .framer-vlnc6l, .framer-0CLuC .framer-dyc8fa, .framer-0CLuC .framer-1qp8czi, .framer-0CLuC .framer-1357oxg, .framer-0CLuC .framer-18qd63h, .framer-0CLuC .framer-n4wnax, .framer-0CLuC .framer-u281ns { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 67px; position: absolute; top: 24px; white-space: pre; width: auto; z-index: 1; }\",\".framer-0CLuC .framer-qpamd, .framer-0CLuC .framer-kqrngh, .framer-0CLuC .framer-1s19o09, .framer-0CLuC .framer-1usovz8, .framer-0CLuC .framer-1s8xgk8, .framer-0CLuC .framer-1sahx2, .framer-0CLuC .framer-1o2t9j3, .framer-0CLuC .framer-p9wrxx { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 67px; position: absolute; top: 33%; transform: translateY(-50%); white-space: pre; width: auto; z-index: 1; }\",\".framer-0CLuC .framer-xov67o-container, .framer-0CLuC .framer-mu3apt-container, .framer-0CLuC .framer-15iiukl-container, .framer-0CLuC .framer-1e6t49m-container, .framer-0CLuC .framer-gj6nwy-container, .framer-0CLuC .framer-1kotpev-container, .framer-0CLuC .framer-fncxda-container, .framer-0CLuC .framer-9e1c62-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); left: 27px; position: absolute; top: 9px; width: 23px; z-index: 1; }\",\".framer-0CLuC .framer-1urvolz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0CLuC .framer-1pioos6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 256px; }\",\".framer-0CLuC .framer-6lp688 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 67px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-bsab2e { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 180px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-ytb7w5 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 50px 0px 50px 0px; position: relative; scroll-margin-top: 110px; width: 100%; }\",\".framer-0CLuC .framer-10amqz6 { flex: none; height: 388px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-7n6ohn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: min-content; z-index: 4; }\",\".framer-0CLuC .framer-cqqc7b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-0CLuC .framer-11gvdir { --border-bottom-width: 1px; --border-color: var(--token-89607ec9-0f6d-4251-b857-396ee563b509, #c1c7d0); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(5px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(5px); background-color: rgba(255, 255, 255, 0); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 10px 3px 10px; position: relative; width: min-content; }\",\".framer-0CLuC .framer-3fhok6 { flex: none; height: auto; max-width: 420px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-8zm7xd { flex: none; height: 100%; left: calc(50.00000000000002% - 90% / 2); position: absolute; top: calc(49.74226804123714% - 100% / 2); width: 90%; z-index: 1; }\",\".framer-0CLuC .framer-1s1xvvn-container { flex: none; height: 100%; left: -1px; position: absolute; top: calc(49.92175273865417% - 100% / 2); width: 100%; }\",\".framer-0CLuC .framer-aenyc9 { background-color: rgba(31, 31, 31, 0.35); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: 100%; left: calc(49.860982391102894% - 99.95366079703429% / 2); overflow: hidden; position: absolute; top: calc(50.07824726134588% - 100% / 2); width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-0CLuC .framer-u84h4f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 39px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-1dt9xk4 { display: grid; flex: none; gap: 30px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 85%; }\",\".framer-0CLuC .framer-1feilk2-container, .framer-0CLuC .framer-1fnkpg8-container, .framer-0CLuC .framer-11xqxk5-container, .framer-0CLuC .framer-1krybnm-container, .framer-0CLuC .framer-18t67v6-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 1fr; }\",\".framer-0CLuC .framer-1sns9co, .framer-0CLuC .framer-bwedcg, .framer-0CLuC .framer-1invmgs, .framer-0CLuC .framer-13ms79h { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-1qv65at, .framer-0CLuC .framer-1nsgio4, .framer-0CLuC .framer-r33gw0, .framer-0CLuC .framer-1obmm2d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: 21px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-0CLuC .framer-v18iq7-container, .framer-0CLuC .framer-128tae1-container, .framer-0CLuC .framer-dgd69y-container, .framer-0CLuC .framer-u3shpy-container { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-0CLuC .framer-13z1ghw-container, .framer-0CLuC .framer-ghv54a-container, .framer-0CLuC .framer-zdfwwf-container, .framer-0CLuC .framer-1qj4giv-container { flex: none; height: 100%; position: relative; width: auto; }\",\".framer-0CLuC .framer-6jp12r { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 20px 40px 20px 40px; position: relative; scroll-margin-top: 30px; width: 100%; }\",\".framer-0CLuC .framer-12wcoq4 { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-1a95hiu { align-content: center; align-items: center; background: linear-gradient(180deg, #000000 0%, rgb(176, 176, 176) 100%); border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.15); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 1px; position: relative; text-decoration: none; width: 363px; }\",\".framer-0CLuC .framer-1d0a8k9 { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 35px 0px 35px 0px; position: relative; scroll-margin-top: 110px; width: 100%; }\",\".framer-0CLuC .framer-1rd3nl5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px 0px 15px 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-3jfhor-container { flex: none; height: 333px; position: relative; width: 66%; }\",\".framer-0CLuC .framer-1hljs23 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-0CLuC .framer-1wdkwf5 { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 379px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-uiz3gh { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; width: auto; }\",\".framer-0CLuC .framer-85jm60, .framer-0CLuC .framer-14d0598 { 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: 193px; }\",\".framer-0CLuC .framer-1bppnrn, .framer-0CLuC .framer-5zc0ar { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 66px; position: relative; text-decoration: none; width: 86px; }\",\".framer-0CLuC .framer-1cacnmq { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 51px; position: relative; width: 86px; }\",\".framer-0CLuC .framer-16ypn7k, .framer-0CLuC .framer-ptilfi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 47px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-0CLuC .framer-q22jra, .framer-0CLuC .framer-k1fvoq { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 45px; position: relative; width: 127px; }\",\".framer-0CLuC .framer-t5bjhx, .framer-0CLuC .framer-apnz5p { aspect-ratio: 3.0689655172413794 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: var(--framer-aspect-ratio-supported, 46px); position: relative; width: 142px; }\",\".framer-0CLuC .framer-1fyadcc { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-1acb2tx-container { bottom: -1px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-0CLuC .framer-xmotps { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 4; }\",\".framer-0CLuC .framer-1rdhspi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 900px; overflow: visible; padding: 0px; position: relative; width: 71%; }\",\".framer-0CLuC .framer-casa40 { --border-bottom-width: 1px; --border-color: var(--token-89607ec9-0f6d-4251-b857-396ee563b509, #c1c7d0); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(5px); align-content: center; align-items: center; backdrop-filter: blur(5px); background-color: rgba(255, 255, 255, 0); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 4px 10px 3px 10px; position: relative; width: min-content; }\",\".framer-0CLuC .framer-1dhkeno { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; max-width: 451px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-az06nx, .framer-0CLuC .framer-a6o5gc { align-content: center; align-items: center; background-color: #00014d; border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15); cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 33px; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; text-decoration: none; width: 245px; }\",\".framer-0CLuC .framer-sl68uh-container, .framer-0CLuC .framer-1u26qes-container { flex: none; height: 20px; left: 16px; opacity: 0; pointer-events: none; position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; z-index: 1; }\",\".framer-0CLuC .framer-115smy1, .framer-0CLuC .framer-1i7sgkw { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; position: relative; text-shadow: 0px 0.5px 0px rgba(0, 0, 0, 0.15); user-select: none; white-space: pre; width: auto; }\",\".framer-0CLuC .framer-1mraik3, .framer-0CLuC .framer-ajbgm8 { --border-bottom-width: 2px; --border-color: #00014d; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; -webkit-user-select: none; border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; bottom: -6px; flex: none; left: -6px; overflow: hidden; pointer-events: none; position: absolute; right: -6px; top: -6px; user-select: none; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-0CLuC .framer-3zx3qr { align-content: flex-start; align-items: flex-start; box-shadow: 0px -1px 0px 0px var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, #eceff3); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-1rwkmj8 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: visible; padding: 40px 35px 40px 35px; position: relative; width: 1px; }\",\".framer-0CLuC .framer-1pleg6h, .framer-0CLuC .framer-27ay6b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-10lrxl0, .framer-0CLuC .framer-186kejr, .framer-0CLuC .framer-1u6ja7g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-1h7e3cs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 195px; }\",\".framer-0CLuC .framer-1tzo20c { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 51px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-y94t { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 134px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-a4r4h { align-content: center; align-items: center; background: linear-gradient(0deg, #acb6c2 0%, rgb(73, 148, 209) 33%, rgb(1, 71, 139) 100%); border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-3cy3eh { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.7); --border-left-width: 1px; --border-right-width: 1px; --border-style: double; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(207, 207, 207, 0.2); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 15px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-qm3ou3, .framer-0CLuC .framer-14pa92h, .framer-0CLuC .framer-1euzxrk, .framer-0CLuC .framer-sw1fq7 { flex: none; height: 100%; left: calc(49.77578475336325% - 100% / 2); position: absolute; top: 0px; width: 100%; }\",\".framer-0CLuC .framer-vys18k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-273cnu { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: visible; padding: 40px 20px 40px 20px; position: relative; scroll-margin-top: 30px; width: 1px; }\",\".framer-0CLuC .framer-1i9tjsi { align-content: center; align-items: center; background: linear-gradient(0deg, #acb6c2 0%, rgb(73, 148, 209) 33%, rgb(1, 71, 139) 100%); border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-qbxkje { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 171px; position: relative; width: 261px; }\",\".framer-0CLuC .framer-cvtf2p { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 115px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-mirfax { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 228px; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-542mt6 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 95%; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-1vfcciu { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-0CLuC .framer-w9r1pk { align-content: center; align-items: center; background: linear-gradient(0deg, #9c9c9c 0%, rgb(73, 148, 209) 33%, rgb(1, 71, 139) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-0CLuC .framer-1aultux { align-content: center; align-items: center; background-color: rgba(31, 31, 31, 0.05); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; bottom: -1px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: flex-start; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-0CLuC .framer-197snig { 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: hidden; padding: 20px 0px 20px 0px; position: relative; width: 86%; z-index: 1; }\",\".framer-0CLuC .framer-qplb5q { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 0px 10px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0CLuC .framer-vioesu { flex: none; height: 41px; position: relative; width: 162px; }\",\".framer-0CLuC .framer-u6egru { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; width: 279px; }\",\".framer-0CLuC .framer-es1zlo { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 149px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-0CLuC .framer-r7qc4q { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 127px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-0CLuC .framer-kfulb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 0px 5px 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-cdiehy, .framer-0CLuC .framer-1t2c5pj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 95%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-0CLuC .framer-o736md { 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: 21px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-j463ca { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 36px; justify-content: center; overflow: hidden; padding: 0px 10px 0px 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-0CLuC .framer-y8z08q { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0CLuC .framer-5h7z4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-sfhahf { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 58px; position: relative; width: 91px; }\",\".framer-0CLuC .framer-baxibo { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 561px; position: relative; width: 100%; }\",\".framer-0CLuC .framer-jvi8fr-container { flex: none; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-0CLuC .framer-u3v3it-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0CLuC.framer-72rtr7, .framer-0CLuC .framer-1hwifro, .framer-0CLuC .framer-1n9sr2j, .framer-0CLuC .framer-1bo2hax, .framer-0CLuC .framer-1yz4yv1, .framer-0CLuC .framer-rzg6rs, .framer-0CLuC .framer-1imyoeo, .framer-0CLuC .framer-1y4mje2, .framer-0CLuC .framer-ucmwvm, .framer-0CLuC .framer-buhubu, .framer-0CLuC .framer-bcyubz, .framer-0CLuC .framer-vyg7mg, .framer-0CLuC .framer-7m9854, .framer-0CLuC .framer-ivg402, .framer-0CLuC .framer-14r4123, .framer-0CLuC .framer-156w3i0, .framer-0CLuC .framer-9z2i1l, .framer-0CLuC .framer-v1jbcx, .framer-0CLuC .framer-8uwvb0, .framer-0CLuC .framer-674s5g, .framer-0CLuC .framer-1owmxr7, .framer-0CLuC .framer-n3t4yb, .framer-0CLuC .framer-1u3vmp2, .framer-0CLuC .framer-1rg8m64, .framer-0CLuC .framer-b643wr, .framer-0CLuC .framer-tjv990, .framer-0CLuC .framer-gwmgua, .framer-0CLuC .framer-1j0twes, .framer-0CLuC .framer-562b0d, .framer-0CLuC .framer-132hor2, .framer-0CLuC .framer-1rzveln, .framer-0CLuC .framer-8oui8e, .framer-0CLuC .framer-1yh6537, .framer-0CLuC .framer-1hprvhp, .framer-0CLuC.framer-11d6mn1, .framer-0CLuC .framer-4udaq7, .framer-0CLuC .framer-pe4spb, .framer-0CLuC .framer-1lhe1t4, .framer-0CLuC .framer-xvt2gs, .framer-0CLuC .framer-1xtwwyb, .framer-0CLuC .framer-g80wx1, .framer-0CLuC .framer-1j58x5j, .framer-0CLuC .framer-1ghm6ef, .framer-0CLuC .framer-b8e4ti, .framer-0CLuC .framer-1f1lh8z, .framer-0CLuC .framer-1ezu2l8, .framer-0CLuC .framer-135zo5k, .framer-0CLuC .framer-hneam1, .framer-0CLuC .framer-7wqgt4, .framer-0CLuC .framer-1g4w6m9, .framer-0CLuC .framer-14bpflq, .framer-0CLuC .framer-18jdbmt, .framer-0CLuC .framer-zo7k4b, .framer-0CLuC .framer-q8dz1u, .framer-0CLuC .framer-xpozdm, .framer-0CLuC .framer-628r6e, .framer-0CLuC .framer-ha7oy3, .framer-0CLuC .framer-1ia2f3n, .framer-0CLuC .framer-1nttz0x, .framer-0CLuC .framer-1oywd8i, .framer-0CLuC .framer-1omhzlv, .framer-0CLuC .framer-1qcfj48, .framer-0CLuC .framer-fdq5ic, .framer-0CLuC .framer-cfnv05, .framer-0CLuC .framer-3nppt, .framer-0CLuC .framer-1c441hd, .framer-0CLuC .framer-1f2bj7n, .framer-0CLuC .framer-1c6g5eq, .framer-0CLuC .framer-1d0r0xl, .framer-0CLuC .framer-18zruke, .framer-0CLuC .framer-1jl0uyo, .framer-0CLuC .framer-5fafct, .framer-0CLuC .framer-1ah9dta, .framer-0CLuC .framer-3a5cmt, .framer-0CLuC .framer-uxc278, .framer-0CLuC .framer-az4bv0, .framer-0CLuC .framer-z81ycg, .framer-0CLuC .framer-c193yq, .framer-0CLuC .framer-13p632e, .framer-0CLuC .framer-i1dkou, .framer-0CLuC .framer-1e46yti, .framer-0CLuC .framer-1h6r9aj, .framer-0CLuC .framer-1cyxkqn, .framer-0CLuC .framer-11cp1tt, .framer-0CLuC .framer-14h8ju4, .framer-0CLuC .framer-hisatp, .framer-0CLuC .framer-kg0wae, .framer-0CLuC .framer-xdivby, .framer-0CLuC .framer-lomiqq, .framer-0CLuC .framer-aqhawc, .framer-0CLuC.framer-10ptj5t, .framer-0CLuC .framer-a0fqvo, .framer-0CLuC .framer-iuxr1u, .framer-0CLuC .framer-1oryo8y, .framer-0CLuC .framer-k64el5, .framer-0CLuC .framer-1ekr3ka, .framer-0CLuC .framer-hejjm2, .framer-0CLuC .framer-9iybjv, .framer-0CLuC .framer-sm4wz6, .framer-0CLuC .framer-1lgqisz, .framer-0CLuC .framer-11ttjpq, .framer-0CLuC .framer-1meii9s, .framer-0CLuC .framer-1domfgc, .framer-0CLuC .framer-xkovq6, .framer-0CLuC .framer-1nma3nd, .framer-0CLuC .framer-1j3qud3, .framer-0CLuC .framer-1bo74vc, .framer-0CLuC .framer-k2kyl7, .framer-0CLuC .framer-ybrq31, .framer-0CLuC .framer-1wralwy, .framer-0CLuC .framer-puy3p7, .framer-0CLuC .framer-1jr78g0, .framer-0CLuC .framer-3hg4rf, .framer-0CLuC .framer-10heswr, .framer-0CLuC .framer-1e29u9e, .framer-0CLuC .framer-1tdph6h, .framer-0CLuC .framer-kfl1hz, .framer-0CLuC .framer-frck20, .framer-0CLuC .framer-1szlu0v, .framer-0CLuC .framer-1ule012, .framer-0CLuC .framer-1koilih, .framer-0CLuC .framer-1xw22ji, .framer-0CLuC .framer-c3xn50, .framer-0CLuC .framer-1t7fyub, .framer-0CLuC .framer-1qdrzb6, .framer-0CLuC .framer-1gi42vt, .framer-0CLuC .framer-10w01x3, .framer-0CLuC .framer-1cjnn0x, .framer-0CLuC .framer-xzvuvt, .framer-0CLuC .framer-1fquhsi, .framer-0CLuC .framer-gw20qr, .framer-0CLuC .framer-699q51, .framer-0CLuC .framer-13tp0ou, .framer-0CLuC .framer-1u67o7s, .framer-0CLuC .framer-9tdecs, .framer-0CLuC .framer-136luzc, .framer-0CLuC .framer-ly3i7a, .framer-0CLuC .framer-1l6a5jo, .framer-0CLuC.framer-1gd9jn9, .framer-0CLuC .framer-1cx8rne, .framer-0CLuC .framer-1bzivj4, .framer-0CLuC .framer-1qa29om, .framer-0CLuC .framer-6dmtrb, .framer-0CLuC .framer-mi8uwn, .framer-0CLuC .framer-ls3yuf, .framer-0CLuC .framer-57zxto, .framer-0CLuC .framer-rw1lk2, .framer-0CLuC .framer-ys5kmx, .framer-0CLuC .framer-nu0fnt, .framer-0CLuC .framer-15r834a, .framer-0CLuC .framer-38h4n7, .framer-0CLuC .framer-1uhsexw, .framer-0CLuC .framer-1skejak, .framer-0CLuC .framer-123xvr6, .framer-0CLuC .framer-cudrk5, .framer-0CLuC .framer-199ynnh, .framer-0CLuC .framer-hvf8vs, .framer-0CLuC .framer-1msvs1n, .framer-0CLuC .framer-53luy8, .framer-0CLuC .framer-1gx9e4f, .framer-0CLuC .framer-1wr33fj, .framer-0CLuC .framer-8beyi0, .framer-0CLuC .framer-yiby2z, .framer-0CLuC .framer-19enme9, .framer-0CLuC .framer-3vyj44, .framer-0CLuC .framer-353hh2, .framer-0CLuC .framer-z19k4u, .framer-0CLuC .framer-14ur415, .framer-0CLuC .framer-uvuh5c, .framer-0CLuC .framer-1cnoeo9, .framer-0CLuC .framer-jekbio, .framer-0CLuC .framer-1oqpd7b, .framer-0CLuC .framer-y643jf, .framer-0CLuC .framer-1hkxe3u, .framer-0CLuC .framer-1ahj24h, .framer-0CLuC .framer-188ap6z, .framer-0CLuC .framer-9l34g9, .framer-0CLuC .framer-5ovz7a, .framer-0CLuC .framer-g47v0n, .framer-0CLuC .framer-11fg8ed, .framer-0CLuC .framer-n9pyok, .framer-0CLuC .framer-1bgdxyy, .framer-0CLuC .framer-zxiys0, .framer-0CLuC .framer-19zad3, .framer-0CLuC .framer-1ipp8vm, .framer-0CLuC .framer-1c5ku7i, .framer-0CLuC .framer-xua7r5, .framer-0CLuC .framer-45gkca, .framer-0CLuC .framer-1a5m1ao, .framer-0CLuC .framer-cwf6c2, .framer-0CLuC .framer-rhdlzw, .framer-0CLuC .framer-3sed1i, .framer-0CLuC .framer-1rpam3u, .framer-0CLuC .framer-l7sjoc, .framer-0CLuC .framer-1wd1l7f, .framer-0CLuC .framer-fmtq2i, .framer-0CLuC .framer-w2xu91, .framer-0CLuC .framer-zwc3ml, .framer-0CLuC .framer-1irijmq, .framer-0CLuC .framer-1lptcdg, .framer-0CLuC .framer-2u8aao, .framer-0CLuC .framer-15i77nb, .framer-0CLuC .framer-1urvolz, .framer-0CLuC .framer-1b2kpwc, .framer-0CLuC .framer-1pioos6, .framer-0CLuC .framer-ytb7w5, .framer-0CLuC .framer-7n6ohn, .framer-0CLuC .framer-cqqc7b, .framer-0CLuC .framer-11gvdir, .framer-0CLuC .framer-u84h4f, .framer-0CLuC .framer-1sns9co, .framer-0CLuC .framer-1qv65at, .framer-0CLuC .framer-bwedcg, .framer-0CLuC .framer-1nsgio4, .framer-0CLuC .framer-1invmgs, .framer-0CLuC .framer-r33gw0, .framer-0CLuC .framer-13ms79h, .framer-0CLuC .framer-1obmm2d, .framer-0CLuC .framer-1gyzu02, .framer-0CLuC .framer-6jp12r, .framer-0CLuC .framer-12wcoq4, .framer-0CLuC .framer-py18pq, .framer-0CLuC .framer-1a95hiu, .framer-0CLuC .framer-1k3msup, .framer-0CLuC .framer-1n3lpaw, .framer-0CLuC .framer-1d0a8k9, .framer-0CLuC .framer-1rd3nl5, .framer-0CLuC .framer-1hljs23, .framer-0CLuC .framer-rnaw25, .framer-0CLuC .framer-uiz3gh, .framer-0CLuC .framer-85jm60, .framer-0CLuC .framer-16ypn7k, .framer-0CLuC .framer-1fyadcc, .framer-0CLuC .framer-xmotps, .framer-0CLuC .framer-1rdhspi, .framer-0CLuC .framer-casa40, .framer-0CLuC .framer-1dhkeno, .framer-0CLuC .framer-az06nx, .framer-0CLuC .framer-a6o5gc, .framer-0CLuC .framer-3zx3qr, .framer-0CLuC .framer-1rwkmj8, .framer-0CLuC .framer-1pleg6h, .framer-0CLuC .framer-10lrxl0, .framer-0CLuC .framer-1h7e3cs, .framer-0CLuC .framer-a4r4h, .framer-0CLuC .framer-3cy3eh, .framer-0CLuC .framer-1sl3obp, .framer-0CLuC .framer-vys18k, .framer-0CLuC .framer-273cnu, .framer-0CLuC .framer-1i9tjsi, .framer-0CLuC .framer-27ay6b, .framer-0CLuC .framer-186kejr, .framer-0CLuC .framer-1u6ja7g, .framer-0CLuC .framer-1vfcciu, .framer-0CLuC .framer-w9r1pk, .framer-0CLuC .framer-1aultux, .framer-0CLuC .framer-197snig, .framer-0CLuC .framer-qplb5q, .framer-0CLuC .framer-u6egru, .framer-0CLuC .framer-kfulb, .framer-0CLuC .framer-o736md, .framer-0CLuC .framer-10ywjwh, .framer-0CLuC .framer-79i9cw, .framer-0CLuC .framer-j463ca, .framer-0CLuC .framer-5h7z4, .framer-0CLuC .framer-14d0598, .framer-0CLuC .framer-ptilfi { gap: 0px; } .framer-0CLuC.framer-72rtr7 > *, .framer-0CLuC .framer-1n9sr2j > *, .framer-0CLuC .framer-1yz4yv1 > *, .framer-0CLuC .framer-rzg6rs > *, .framer-0CLuC .framer-1y4mje2 > *, .framer-0CLuC .framer-14r4123 > *, .framer-0CLuC .framer-9z2i1l > *, .framer-0CLuC .framer-n3t4yb > *, .framer-0CLuC .framer-1rzveln > *, .framer-0CLuC .framer-pe4spb > *, .framer-0CLuC .framer-1lhe1t4 > *, .framer-0CLuC .framer-1ezu2l8 > *, .framer-0CLuC .framer-14bpflq > *, .framer-0CLuC .framer-628r6e > *, .framer-0CLuC .framer-1omhzlv > *, .framer-0CLuC .framer-1d0r0xl > *, .framer-0CLuC .framer-az4bv0 > *, .framer-0CLuC .framer-i1dkou > *, .framer-0CLuC .framer-1h6r9aj > *, .framer-0CLuC .framer-14h8ju4 > *, .framer-0CLuC.framer-10ptj5t > *, .framer-0CLuC .framer-a0fqvo > *, .framer-0CLuC .framer-xkovq6 > *, .framer-0CLuC .framer-ybrq31 > *, .framer-0CLuC .framer-1tdph6h > *, .framer-0CLuC .framer-c3xn50 > *, .framer-0CLuC .framer-1fquhsi > *, .framer-0CLuC .framer-1l6a5jo > *, .framer-0CLuC.framer-1gd9jn9 > *, .framer-0CLuC .framer-1cx8rne > *, .framer-0CLuC .framer-g47v0n > *, .framer-0CLuC .framer-zwc3ml > *, .framer-0CLuC .framer-1b2kpwc > *, .framer-0CLuC .framer-1gyzu02 > *, .framer-0CLuC .framer-1fyadcc > *, .framer-0CLuC .framer-10lrxl0 > *, .framer-0CLuC .framer-186kejr > *, .framer-0CLuC .framer-1u6ja7g > *, .framer-0CLuC .framer-1vfcciu > *, .framer-0CLuC .framer-1aultux > *, .framer-0CLuC .framer-197snig > *, .framer-0CLuC .framer-qplb5q > *, .framer-0CLuC .framer-kfulb > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0CLuC.framer-72rtr7 > :first-child, .framer-0CLuC .framer-1hwifro > :first-child, .framer-0CLuC .framer-1n9sr2j > :first-child, .framer-0CLuC .framer-1yz4yv1 > :first-child, .framer-0CLuC .framer-rzg6rs > :first-child, .framer-0CLuC .framer-1y4mje2 > :first-child, .framer-0CLuC .framer-ivg402 > :first-child, .framer-0CLuC .framer-14r4123 > :first-child, .framer-0CLuC .framer-9z2i1l > :first-child, .framer-0CLuC .framer-674s5g > :first-child, .framer-0CLuC .framer-1owmxr7 > :first-child, .framer-0CLuC .framer-n3t4yb > :first-child, .framer-0CLuC .framer-1rg8m64 > :first-child, .framer-0CLuC .framer-b643wr > :first-child, .framer-0CLuC .framer-132hor2 > :first-child, .framer-0CLuC .framer-1rzveln > :first-child, .framer-0CLuC .framer-1yh6537 > :first-child, .framer-0CLuC .framer-1hprvhp > :first-child, .framer-0CLuC.framer-11d6mn1 > :first-child, .framer-0CLuC .framer-pe4spb > :first-child, .framer-0CLuC .framer-1lhe1t4 > :first-child, .framer-0CLuC .framer-1xtwwyb > :first-child, .framer-0CLuC .framer-g80wx1 > :first-child, .framer-0CLuC .framer-1ghm6ef > :first-child, .framer-0CLuC .framer-b8e4ti > :first-child, .framer-0CLuC .framer-1f1lh8z > :first-child, .framer-0CLuC .framer-1ezu2l8 > :first-child, .framer-0CLuC .framer-hneam1 > :first-child, .framer-0CLuC .framer-1g4w6m9 > :first-child, .framer-0CLuC .framer-14bpflq > :first-child, .framer-0CLuC .framer-18jdbmt > :first-child, .framer-0CLuC .framer-zo7k4b > :first-child, .framer-0CLuC .framer-628r6e > :first-child, .framer-0CLuC .framer-ha7oy3 > :first-child, .framer-0CLuC .framer-1oywd8i > :first-child, .framer-0CLuC .framer-1omhzlv > :first-child, .framer-0CLuC .framer-1qcfj48 > :first-child, .framer-0CLuC .framer-cfnv05 > :first-child, .framer-0CLuC .framer-3nppt > :first-child, .framer-0CLuC .framer-1f2bj7n > :first-child, .framer-0CLuC .framer-1d0r0xl > :first-child, .framer-0CLuC .framer-18zruke > :first-child, .framer-0CLuC .framer-1jl0uyo > :first-child, .framer-0CLuC .framer-5fafct > :first-child, .framer-0CLuC .framer-1ah9dta > :first-child, .framer-0CLuC .framer-3a5cmt > :first-child, .framer-0CLuC .framer-uxc278 > :first-child, .framer-0CLuC .framer-az4bv0 > :first-child, .framer-0CLuC .framer-c193yq > :first-child, .framer-0CLuC .framer-13p632e > :first-child, .framer-0CLuC .framer-i1dkou > :first-child, .framer-0CLuC .framer-1h6r9aj > :first-child, .framer-0CLuC .framer-11cp1tt > :first-child, .framer-0CLuC .framer-14h8ju4 > :first-child, .framer-0CLuC .framer-kg0wae > :first-child, .framer-0CLuC .framer-xdivby > :first-child, .framer-0CLuC .framer-aqhawc > :first-child, .framer-0CLuC.framer-10ptj5t > :first-child, .framer-0CLuC .framer-a0fqvo > :first-child, .framer-0CLuC .framer-1oryo8y > :first-child, .framer-0CLuC .framer-k64el5 > :first-child, .framer-0CLuC .framer-1ekr3ka > :first-child, .framer-0CLuC .framer-9iybjv > :first-child, .framer-0CLuC .framer-sm4wz6 > :first-child, .framer-0CLuC .framer-1lgqisz > :first-child, .framer-0CLuC .framer-1meii9s > :first-child, .framer-0CLuC .framer-xkovq6 > :first-child, .framer-0CLuC .framer-1bo74vc > :first-child, .framer-0CLuC .framer-ybrq31 > :first-child, .framer-0CLuC .framer-1jr78g0 > :first-child, .framer-0CLuC .framer-3hg4rf > :first-child, .framer-0CLuC .framer-1tdph6h > :first-child, .framer-0CLuC .framer-1szlu0v > :first-child, .framer-0CLuC .framer-1ule012 > :first-child, .framer-0CLuC .framer-c3xn50 > :first-child, .framer-0CLuC .framer-1gi42vt > :first-child, .framer-0CLuC .framer-10w01x3 > :first-child, .framer-0CLuC .framer-1fquhsi > :first-child, .framer-0CLuC .framer-13tp0ou > :first-child, .framer-0CLuC .framer-1u67o7s > :first-child, .framer-0CLuC .framer-1l6a5jo > :first-child, .framer-0CLuC.framer-1gd9jn9 > :first-child, .framer-0CLuC .framer-1cx8rne > :first-child, .framer-0CLuC .framer-1qa29om > :first-child, .framer-0CLuC .framer-mi8uwn > :first-child, .framer-0CLuC .framer-57zxto > :first-child, .framer-0CLuC .framer-rw1lk2 > :first-child, .framer-0CLuC .framer-ys5kmx > :first-child, .framer-0CLuC .framer-15r834a > :first-child, .framer-0CLuC .framer-1uhsexw > :first-child, .framer-0CLuC .framer-123xvr6 > :first-child, .framer-0CLuC .framer-199ynnh > :first-child, .framer-0CLuC .framer-1msvs1n > :first-child, .framer-0CLuC .framer-1wr33fj > :first-child, .framer-0CLuC .framer-yiby2z > :first-child, .framer-0CLuC .framer-353hh2 > :first-child, .framer-0CLuC .framer-14ur415 > :first-child, .framer-0CLuC .framer-jekbio > :first-child, .framer-0CLuC .framer-y643jf > :first-child, .framer-0CLuC .framer-5ovz7a > :first-child, .framer-0CLuC .framer-g47v0n > :first-child, .framer-0CLuC .framer-11fg8ed > :first-child, .framer-0CLuC .framer-n9pyok > :first-child, .framer-0CLuC .framer-1bgdxyy > :first-child, .framer-0CLuC .framer-zxiys0 > :first-child, .framer-0CLuC .framer-19zad3 > :first-child, .framer-0CLuC .framer-1ipp8vm > :first-child, .framer-0CLuC .framer-1c5ku7i > :first-child, .framer-0CLuC .framer-xua7r5 > :first-child, .framer-0CLuC .framer-45gkca > :first-child, .framer-0CLuC .framer-1a5m1ao > :first-child, .framer-0CLuC .framer-cwf6c2 > :first-child, .framer-0CLuC .framer-rhdlzw > :first-child, .framer-0CLuC .framer-3sed1i > :first-child, .framer-0CLuC .framer-1rpam3u > :first-child, .framer-0CLuC .framer-l7sjoc > :first-child, .framer-0CLuC .framer-1wd1l7f > :first-child, .framer-0CLuC .framer-fmtq2i > :first-child, .framer-0CLuC .framer-w2xu91 > :first-child, .framer-0CLuC .framer-zwc3ml > :first-child, .framer-0CLuC .framer-1lptcdg > :first-child, .framer-0CLuC .framer-2u8aao > :first-child, .framer-0CLuC .framer-1urvolz > :first-child, .framer-0CLuC .framer-1b2kpwc > :first-child, .framer-0CLuC .framer-ytb7w5 > :first-child, .framer-0CLuC .framer-7n6ohn > :first-child, .framer-0CLuC .framer-cqqc7b > :first-child, .framer-0CLuC .framer-u84h4f > :first-child, .framer-0CLuC .framer-1sns9co > :first-child, .framer-0CLuC .framer-bwedcg > :first-child, .framer-0CLuC .framer-1invmgs > :first-child, .framer-0CLuC .framer-13ms79h > :first-child, .framer-0CLuC .framer-1gyzu02 > :first-child, .framer-0CLuC .framer-12wcoq4 > :first-child, .framer-0CLuC .framer-py18pq > :first-child, .framer-0CLuC .framer-1d0a8k9 > :first-child, .framer-0CLuC .framer-1hljs23 > :first-child, .framer-0CLuC .framer-uiz3gh > :first-child, .framer-0CLuC .framer-1fyadcc > :first-child, .framer-0CLuC .framer-xmotps > :first-child, .framer-0CLuC .framer-1rdhspi > :first-child, .framer-0CLuC .framer-1rwkmj8 > :first-child, .framer-0CLuC .framer-1pleg6h > :first-child, .framer-0CLuC .framer-10lrxl0 > :first-child, .framer-0CLuC .framer-a4r4h > :first-child, .framer-0CLuC .framer-3cy3eh > :first-child, .framer-0CLuC .framer-273cnu > :first-child, .framer-0CLuC .framer-1i9tjsi > :first-child, .framer-0CLuC .framer-27ay6b > :first-child, .framer-0CLuC .framer-186kejr > :first-child, .framer-0CLuC .framer-1u6ja7g > :first-child, .framer-0CLuC .framer-1vfcciu > :first-child, .framer-0CLuC .framer-1aultux > :first-child, .framer-0CLuC .framer-197snig > :first-child, .framer-0CLuC .framer-qplb5q > :first-child, .framer-0CLuC .framer-kfulb > :first-child, .framer-0CLuC .framer-o736md > :first-child, .framer-0CLuC .framer-5h7z4 > :first-child { margin-top: 0px; } .framer-0CLuC.framer-72rtr7 > :last-child, .framer-0CLuC .framer-1hwifro > :last-child, .framer-0CLuC .framer-1n9sr2j > :last-child, .framer-0CLuC .framer-1yz4yv1 > :last-child, .framer-0CLuC .framer-rzg6rs > :last-child, .framer-0CLuC .framer-1y4mje2 > :last-child, .framer-0CLuC .framer-ivg402 > :last-child, .framer-0CLuC .framer-14r4123 > :last-child, .framer-0CLuC .framer-9z2i1l > :last-child, .framer-0CLuC .framer-674s5g > :last-child, .framer-0CLuC .framer-1owmxr7 > :last-child, .framer-0CLuC .framer-n3t4yb > :last-child, .framer-0CLuC .framer-1rg8m64 > :last-child, .framer-0CLuC .framer-b643wr > :last-child, .framer-0CLuC .framer-132hor2 > :last-child, .framer-0CLuC .framer-1rzveln > :last-child, .framer-0CLuC .framer-1yh6537 > :last-child, .framer-0CLuC .framer-1hprvhp > :last-child, .framer-0CLuC.framer-11d6mn1 > :last-child, .framer-0CLuC .framer-pe4spb > :last-child, .framer-0CLuC .framer-1lhe1t4 > :last-child, .framer-0CLuC .framer-1xtwwyb > :last-child, .framer-0CLuC .framer-g80wx1 > :last-child, .framer-0CLuC .framer-1ghm6ef > :last-child, .framer-0CLuC .framer-b8e4ti > :last-child, .framer-0CLuC .framer-1f1lh8z > :last-child, .framer-0CLuC .framer-1ezu2l8 > :last-child, .framer-0CLuC .framer-hneam1 > :last-child, .framer-0CLuC .framer-1g4w6m9 > :last-child, .framer-0CLuC .framer-14bpflq > :last-child, .framer-0CLuC .framer-18jdbmt > :last-child, .framer-0CLuC .framer-zo7k4b > :last-child, .framer-0CLuC .framer-628r6e > :last-child, .framer-0CLuC .framer-ha7oy3 > :last-child, .framer-0CLuC .framer-1oywd8i > :last-child, .framer-0CLuC .framer-1omhzlv > :last-child, .framer-0CLuC .framer-1qcfj48 > :last-child, .framer-0CLuC .framer-cfnv05 > :last-child, .framer-0CLuC .framer-3nppt > :last-child, .framer-0CLuC .framer-1f2bj7n > :last-child, .framer-0CLuC .framer-1d0r0xl > :last-child, .framer-0CLuC .framer-18zruke > :last-child, .framer-0CLuC .framer-1jl0uyo > :last-child, .framer-0CLuC .framer-5fafct > :last-child, .framer-0CLuC .framer-1ah9dta > :last-child, .framer-0CLuC .framer-3a5cmt > :last-child, .framer-0CLuC .framer-uxc278 > :last-child, .framer-0CLuC .framer-az4bv0 > :last-child, .framer-0CLuC .framer-c193yq > :last-child, .framer-0CLuC .framer-13p632e > :last-child, .framer-0CLuC .framer-i1dkou > :last-child, .framer-0CLuC .framer-1h6r9aj > :last-child, .framer-0CLuC .framer-11cp1tt > :last-child, .framer-0CLuC .framer-14h8ju4 > :last-child, .framer-0CLuC .framer-kg0wae > :last-child, .framer-0CLuC .framer-xdivby > :last-child, .framer-0CLuC .framer-aqhawc > :last-child, .framer-0CLuC.framer-10ptj5t > :last-child, .framer-0CLuC .framer-a0fqvo > :last-child, .framer-0CLuC .framer-1oryo8y > :last-child, .framer-0CLuC .framer-k64el5 > :last-child, .framer-0CLuC .framer-1ekr3ka > :last-child, .framer-0CLuC .framer-9iybjv > :last-child, .framer-0CLuC .framer-sm4wz6 > :last-child, .framer-0CLuC .framer-1lgqisz > :last-child, .framer-0CLuC .framer-1meii9s > :last-child, .framer-0CLuC .framer-xkovq6 > :last-child, .framer-0CLuC .framer-1bo74vc > :last-child, .framer-0CLuC .framer-ybrq31 > :last-child, .framer-0CLuC .framer-1jr78g0 > :last-child, .framer-0CLuC .framer-3hg4rf > :last-child, .framer-0CLuC .framer-1tdph6h > :last-child, .framer-0CLuC .framer-1szlu0v > :last-child, .framer-0CLuC .framer-1ule012 > :last-child, .framer-0CLuC .framer-c3xn50 > :last-child, .framer-0CLuC .framer-1gi42vt > :last-child, .framer-0CLuC .framer-10w01x3 > :last-child, .framer-0CLuC .framer-1fquhsi > :last-child, .framer-0CLuC .framer-13tp0ou > :last-child, .framer-0CLuC .framer-1u67o7s > :last-child, .framer-0CLuC .framer-1l6a5jo > :last-child, .framer-0CLuC.framer-1gd9jn9 > :last-child, .framer-0CLuC .framer-1cx8rne > :last-child, .framer-0CLuC .framer-1qa29om > :last-child, .framer-0CLuC .framer-mi8uwn > :last-child, .framer-0CLuC .framer-57zxto > :last-child, .framer-0CLuC .framer-rw1lk2 > :last-child, .framer-0CLuC .framer-ys5kmx > :last-child, .framer-0CLuC .framer-15r834a > :last-child, .framer-0CLuC .framer-1uhsexw > :last-child, .framer-0CLuC .framer-123xvr6 > :last-child, .framer-0CLuC .framer-199ynnh > :last-child, .framer-0CLuC .framer-1msvs1n > :last-child, .framer-0CLuC .framer-1wr33fj > :last-child, .framer-0CLuC .framer-yiby2z > :last-child, .framer-0CLuC .framer-353hh2 > :last-child, .framer-0CLuC .framer-14ur415 > :last-child, .framer-0CLuC .framer-jekbio > :last-child, .framer-0CLuC .framer-y643jf > :last-child, .framer-0CLuC .framer-5ovz7a > :last-child, .framer-0CLuC .framer-g47v0n > :last-child, .framer-0CLuC .framer-11fg8ed > :last-child, .framer-0CLuC .framer-n9pyok > :last-child, .framer-0CLuC .framer-1bgdxyy > :last-child, .framer-0CLuC .framer-zxiys0 > :last-child, .framer-0CLuC .framer-19zad3 > :last-child, .framer-0CLuC .framer-1ipp8vm > :last-child, .framer-0CLuC .framer-1c5ku7i > :last-child, .framer-0CLuC .framer-xua7r5 > :last-child, .framer-0CLuC .framer-45gkca > :last-child, .framer-0CLuC .framer-1a5m1ao > :last-child, .framer-0CLuC .framer-cwf6c2 > :last-child, .framer-0CLuC .framer-rhdlzw > :last-child, .framer-0CLuC .framer-3sed1i > :last-child, .framer-0CLuC .framer-1rpam3u > :last-child, .framer-0CLuC .framer-l7sjoc > :last-child, .framer-0CLuC .framer-1wd1l7f > :last-child, .framer-0CLuC .framer-fmtq2i > :last-child, .framer-0CLuC .framer-w2xu91 > :last-child, .framer-0CLuC .framer-zwc3ml > :last-child, .framer-0CLuC .framer-1lptcdg > :last-child, .framer-0CLuC .framer-2u8aao > :last-child, .framer-0CLuC .framer-1urvolz > :last-child, .framer-0CLuC .framer-1b2kpwc > :last-child, .framer-0CLuC .framer-ytb7w5 > :last-child, .framer-0CLuC .framer-7n6ohn > :last-child, .framer-0CLuC .framer-cqqc7b > :last-child, .framer-0CLuC .framer-u84h4f > :last-child, .framer-0CLuC .framer-1sns9co > :last-child, .framer-0CLuC .framer-bwedcg > :last-child, .framer-0CLuC .framer-1invmgs > :last-child, .framer-0CLuC .framer-13ms79h > :last-child, .framer-0CLuC .framer-1gyzu02 > :last-child, .framer-0CLuC .framer-12wcoq4 > :last-child, .framer-0CLuC .framer-py18pq > :last-child, .framer-0CLuC .framer-1d0a8k9 > :last-child, .framer-0CLuC .framer-1hljs23 > :last-child, .framer-0CLuC .framer-uiz3gh > :last-child, .framer-0CLuC .framer-1fyadcc > :last-child, .framer-0CLuC .framer-xmotps > :last-child, .framer-0CLuC .framer-1rdhspi > :last-child, .framer-0CLuC .framer-1rwkmj8 > :last-child, .framer-0CLuC .framer-1pleg6h > :last-child, .framer-0CLuC .framer-10lrxl0 > :last-child, .framer-0CLuC .framer-a4r4h > :last-child, .framer-0CLuC .framer-3cy3eh > :last-child, .framer-0CLuC .framer-273cnu > :last-child, .framer-0CLuC .framer-1i9tjsi > :last-child, .framer-0CLuC .framer-27ay6b > :last-child, .framer-0CLuC .framer-186kejr > :last-child, .framer-0CLuC .framer-1u6ja7g > :last-child, .framer-0CLuC .framer-1vfcciu > :last-child, .framer-0CLuC .framer-1aultux > :last-child, .framer-0CLuC .framer-197snig > :last-child, .framer-0CLuC .framer-qplb5q > :last-child, .framer-0CLuC .framer-kfulb > :last-child, .framer-0CLuC .framer-o736md > :last-child, .framer-0CLuC .framer-5h7z4 > :last-child { margin-bottom: 0px; } .framer-0CLuC .framer-1hwifro > *, .framer-0CLuC .framer-132hor2 > *, .framer-0CLuC.framer-11d6mn1 > *, .framer-0CLuC .framer-g80wx1 > *, .framer-0CLuC .framer-1ghm6ef > *, .framer-0CLuC .framer-hneam1 > *, .framer-0CLuC .framer-1oywd8i > *, .framer-0CLuC .framer-cfnv05 > *, .framer-0CLuC .framer-1jl0uyo > *, .framer-0CLuC .framer-1urvolz > *, .framer-0CLuC .framer-cqqc7b > *, .framer-0CLuC .framer-1rdhspi > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-0CLuC .framer-1bo2hax > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-0CLuC .framer-1bo2hax > :first-child, .framer-0CLuC .framer-1imyoeo > :first-child, .framer-0CLuC .framer-ucmwvm > :first-child, .framer-0CLuC .framer-buhubu > :first-child, .framer-0CLuC .framer-bcyubz > :first-child, .framer-0CLuC .framer-vyg7mg > :first-child, .framer-0CLuC .framer-7m9854 > :first-child, .framer-0CLuC .framer-156w3i0 > :first-child, .framer-0CLuC .framer-v1jbcx > :first-child, .framer-0CLuC .framer-8uwvb0 > :first-child, .framer-0CLuC .framer-1u3vmp2 > :first-child, .framer-0CLuC .framer-tjv990 > :first-child, .framer-0CLuC .framer-gwmgua > :first-child, .framer-0CLuC .framer-1j0twes > :first-child, .framer-0CLuC .framer-562b0d > :first-child, .framer-0CLuC .framer-8oui8e > :first-child, .framer-0CLuC .framer-4udaq7 > :first-child, .framer-0CLuC .framer-xvt2gs > :first-child, .framer-0CLuC .framer-1j58x5j > :first-child, .framer-0CLuC .framer-135zo5k > :first-child, .framer-0CLuC .framer-7wqgt4 > :first-child, .framer-0CLuC .framer-q8dz1u > :first-child, .framer-0CLuC .framer-xpozdm > :first-child, .framer-0CLuC .framer-1ia2f3n > :first-child, .framer-0CLuC .framer-1nttz0x > :first-child, .framer-0CLuC .framer-fdq5ic > :first-child, .framer-0CLuC .framer-1c441hd > :first-child, .framer-0CLuC .framer-1c6g5eq > :first-child, .framer-0CLuC .framer-z81ycg > :first-child, .framer-0CLuC .framer-1e46yti > :first-child, .framer-0CLuC .framer-1cyxkqn > :first-child, .framer-0CLuC .framer-hisatp > :first-child, .framer-0CLuC .framer-lomiqq > :first-child, .framer-0CLuC .framer-iuxr1u > :first-child, .framer-0CLuC .framer-hejjm2 > :first-child, .framer-0CLuC .framer-11ttjpq > :first-child, .framer-0CLuC .framer-1domfgc > :first-child, .framer-0CLuC .framer-1nma3nd > :first-child, .framer-0CLuC .framer-1j3qud3 > :first-child, .framer-0CLuC .framer-k2kyl7 > :first-child, .framer-0CLuC .framer-1wralwy > :first-child, .framer-0CLuC .framer-puy3p7 > :first-child, .framer-0CLuC .framer-10heswr > :first-child, .framer-0CLuC .framer-1e29u9e > :first-child, .framer-0CLuC .framer-kfl1hz > :first-child, .framer-0CLuC .framer-frck20 > :first-child, .framer-0CLuC .framer-1koilih > :first-child, .framer-0CLuC .framer-1xw22ji > :first-child, .framer-0CLuC .framer-1t7fyub > :first-child, .framer-0CLuC .framer-1qdrzb6 > :first-child, .framer-0CLuC .framer-1cjnn0x > :first-child, .framer-0CLuC .framer-xzvuvt > :first-child, .framer-0CLuC .framer-gw20qr > :first-child, .framer-0CLuC .framer-699q51 > :first-child, .framer-0CLuC .framer-9tdecs > :first-child, .framer-0CLuC .framer-136luzc > :first-child, .framer-0CLuC .framer-ly3i7a > :first-child, .framer-0CLuC .framer-1bzivj4 > :first-child, .framer-0CLuC .framer-6dmtrb > :first-child, .framer-0CLuC .framer-ls3yuf > :first-child, .framer-0CLuC .framer-nu0fnt > :first-child, .framer-0CLuC .framer-38h4n7 > :first-child, .framer-0CLuC .framer-1skejak > :first-child, .framer-0CLuC .framer-cudrk5 > :first-child, .framer-0CLuC .framer-hvf8vs > :first-child, .framer-0CLuC .framer-53luy8 > :first-child, .framer-0CLuC .framer-1gx9e4f > :first-child, .framer-0CLuC .framer-8beyi0 > :first-child, .framer-0CLuC .framer-19enme9 > :first-child, .framer-0CLuC .framer-3vyj44 > :first-child, .framer-0CLuC .framer-z19k4u > :first-child, .framer-0CLuC .framer-uvuh5c > :first-child, .framer-0CLuC .framer-1cnoeo9 > :first-child, .framer-0CLuC .framer-1oqpd7b > :first-child, .framer-0CLuC .framer-1hkxe3u > :first-child, .framer-0CLuC .framer-1ahj24h > :first-child, .framer-0CLuC .framer-188ap6z > :first-child, .framer-0CLuC .framer-9l34g9 > :first-child, .framer-0CLuC .framer-1irijmq > :first-child, .framer-0CLuC .framer-15i77nb > :first-child, .framer-0CLuC .framer-1pioos6 > :first-child, .framer-0CLuC .framer-11gvdir > :first-child, .framer-0CLuC .framer-1qv65at > :first-child, .framer-0CLuC .framer-1nsgio4 > :first-child, .framer-0CLuC .framer-r33gw0 > :first-child, .framer-0CLuC .framer-1obmm2d > :first-child, .framer-0CLuC .framer-6jp12r > :first-child, .framer-0CLuC .framer-1a95hiu > :first-child, .framer-0CLuC .framer-1k3msup > :first-child, .framer-0CLuC .framer-1n3lpaw > :first-child, .framer-0CLuC .framer-1rd3nl5 > :first-child, .framer-0CLuC .framer-rnaw25 > :first-child, .framer-0CLuC .framer-85jm60 > :first-child, .framer-0CLuC .framer-16ypn7k > :first-child, .framer-0CLuC .framer-casa40 > :first-child, .framer-0CLuC .framer-1dhkeno > :first-child, .framer-0CLuC .framer-az06nx > :first-child, .framer-0CLuC .framer-a6o5gc > :first-child, .framer-0CLuC .framer-3zx3qr > :first-child, .framer-0CLuC .framer-1h7e3cs > :first-child, .framer-0CLuC .framer-1sl3obp > :first-child, .framer-0CLuC .framer-vys18k > :first-child, .framer-0CLuC .framer-w9r1pk > :first-child, .framer-0CLuC .framer-u6egru > :first-child, .framer-0CLuC .framer-10ywjwh > :first-child, .framer-0CLuC .framer-79i9cw > :first-child, .framer-0CLuC .framer-j463ca > :first-child, .framer-0CLuC .framer-14d0598 > :first-child, .framer-0CLuC .framer-ptilfi > :first-child { margin-left: 0px; } .framer-0CLuC .framer-1bo2hax > :last-child, .framer-0CLuC .framer-1imyoeo > :last-child, .framer-0CLuC .framer-ucmwvm > :last-child, .framer-0CLuC .framer-buhubu > :last-child, .framer-0CLuC .framer-bcyubz > :last-child, .framer-0CLuC .framer-vyg7mg > :last-child, .framer-0CLuC .framer-7m9854 > :last-child, .framer-0CLuC .framer-156w3i0 > :last-child, .framer-0CLuC .framer-v1jbcx > :last-child, .framer-0CLuC .framer-8uwvb0 > :last-child, .framer-0CLuC .framer-1u3vmp2 > :last-child, .framer-0CLuC .framer-tjv990 > :last-child, .framer-0CLuC .framer-gwmgua > :last-child, .framer-0CLuC .framer-1j0twes > :last-child, .framer-0CLuC .framer-562b0d > :last-child, .framer-0CLuC .framer-8oui8e > :last-child, .framer-0CLuC .framer-4udaq7 > :last-child, .framer-0CLuC .framer-xvt2gs > :last-child, .framer-0CLuC .framer-1j58x5j > :last-child, .framer-0CLuC .framer-135zo5k > :last-child, .framer-0CLuC .framer-7wqgt4 > :last-child, .framer-0CLuC .framer-q8dz1u > :last-child, .framer-0CLuC .framer-xpozdm > :last-child, .framer-0CLuC .framer-1ia2f3n > :last-child, .framer-0CLuC .framer-1nttz0x > :last-child, .framer-0CLuC .framer-fdq5ic > :last-child, .framer-0CLuC .framer-1c441hd > :last-child, .framer-0CLuC .framer-1c6g5eq > :last-child, .framer-0CLuC .framer-z81ycg > :last-child, .framer-0CLuC .framer-1e46yti > :last-child, .framer-0CLuC .framer-1cyxkqn > :last-child, .framer-0CLuC .framer-hisatp > :last-child, .framer-0CLuC .framer-lomiqq > :last-child, .framer-0CLuC .framer-iuxr1u > :last-child, .framer-0CLuC .framer-hejjm2 > :last-child, .framer-0CLuC .framer-11ttjpq > :last-child, .framer-0CLuC .framer-1domfgc > :last-child, .framer-0CLuC .framer-1nma3nd > :last-child, .framer-0CLuC .framer-1j3qud3 > :last-child, .framer-0CLuC .framer-k2kyl7 > :last-child, .framer-0CLuC .framer-1wralwy > :last-child, .framer-0CLuC .framer-puy3p7 > :last-child, .framer-0CLuC .framer-10heswr > :last-child, .framer-0CLuC .framer-1e29u9e > :last-child, .framer-0CLuC .framer-kfl1hz > :last-child, .framer-0CLuC .framer-frck20 > :last-child, .framer-0CLuC .framer-1koilih > :last-child, .framer-0CLuC .framer-1xw22ji > :last-child, .framer-0CLuC .framer-1t7fyub > :last-child, .framer-0CLuC .framer-1qdrzb6 > :last-child, .framer-0CLuC .framer-1cjnn0x > :last-child, .framer-0CLuC .framer-xzvuvt > :last-child, .framer-0CLuC .framer-gw20qr > :last-child, .framer-0CLuC .framer-699q51 > :last-child, .framer-0CLuC .framer-9tdecs > :last-child, .framer-0CLuC .framer-136luzc > :last-child, .framer-0CLuC .framer-ly3i7a > :last-child, .framer-0CLuC .framer-1bzivj4 > :last-child, .framer-0CLuC .framer-6dmtrb > :last-child, .framer-0CLuC .framer-ls3yuf > :last-child, .framer-0CLuC .framer-nu0fnt > :last-child, .framer-0CLuC .framer-38h4n7 > :last-child, .framer-0CLuC .framer-1skejak > :last-child, .framer-0CLuC .framer-cudrk5 > :last-child, .framer-0CLuC .framer-hvf8vs > :last-child, .framer-0CLuC .framer-53luy8 > :last-child, .framer-0CLuC .framer-1gx9e4f > :last-child, .framer-0CLuC .framer-8beyi0 > :last-child, .framer-0CLuC .framer-19enme9 > :last-child, .framer-0CLuC .framer-3vyj44 > :last-child, .framer-0CLuC .framer-z19k4u > :last-child, .framer-0CLuC .framer-uvuh5c > :last-child, .framer-0CLuC .framer-1cnoeo9 > :last-child, .framer-0CLuC .framer-1oqpd7b > :last-child, .framer-0CLuC .framer-1hkxe3u > :last-child, .framer-0CLuC .framer-1ahj24h > :last-child, .framer-0CLuC .framer-188ap6z > :last-child, .framer-0CLuC .framer-9l34g9 > :last-child, .framer-0CLuC .framer-1irijmq > :last-child, .framer-0CLuC .framer-15i77nb > :last-child, .framer-0CLuC .framer-1pioos6 > :last-child, .framer-0CLuC .framer-11gvdir > :last-child, .framer-0CLuC .framer-1qv65at > :last-child, .framer-0CLuC .framer-1nsgio4 > :last-child, .framer-0CLuC .framer-r33gw0 > :last-child, .framer-0CLuC .framer-1obmm2d > :last-child, .framer-0CLuC .framer-6jp12r > :last-child, .framer-0CLuC .framer-1a95hiu > :last-child, .framer-0CLuC .framer-1k3msup > :last-child, .framer-0CLuC .framer-1n3lpaw > :last-child, .framer-0CLuC .framer-1rd3nl5 > :last-child, .framer-0CLuC .framer-rnaw25 > :last-child, .framer-0CLuC .framer-85jm60 > :last-child, .framer-0CLuC .framer-16ypn7k > :last-child, .framer-0CLuC .framer-casa40 > :last-child, .framer-0CLuC .framer-1dhkeno > :last-child, .framer-0CLuC .framer-az06nx > :last-child, .framer-0CLuC .framer-a6o5gc > :last-child, .framer-0CLuC .framer-3zx3qr > :last-child, .framer-0CLuC .framer-1h7e3cs > :last-child, .framer-0CLuC .framer-1sl3obp > :last-child, .framer-0CLuC .framer-vys18k > :last-child, .framer-0CLuC .framer-w9r1pk > :last-child, .framer-0CLuC .framer-u6egru > :last-child, .framer-0CLuC .framer-10ywjwh > :last-child, .framer-0CLuC .framer-79i9cw > :last-child, .framer-0CLuC .framer-j463ca > :last-child, .framer-0CLuC .framer-14d0598 > :last-child, .framer-0CLuC .framer-ptilfi > :last-child { margin-right: 0px; } .framer-0CLuC .framer-1imyoeo > *, .framer-0CLuC .framer-1qv65at > *, .framer-0CLuC .framer-1nsgio4 > *, .framer-0CLuC .framer-r33gw0 > *, .framer-0CLuC .framer-1obmm2d > *, .framer-0CLuC .framer-1h7e3cs > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-0CLuC .framer-ucmwvm > *, .framer-0CLuC .framer-rnaw25 > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-0CLuC .framer-buhubu > * { margin: 0px; margin-left: calc(26px / 2); margin-right: calc(26px / 2); } .framer-0CLuC .framer-bcyubz > *, .framer-0CLuC .framer-vyg7mg > *, .framer-0CLuC .framer-1u3vmp2 > *, .framer-0CLuC .framer-tjv990 > *, .framer-0CLuC .framer-gwmgua > *, .framer-0CLuC .framer-1j0twes > *, .framer-0CLuC .framer-4udaq7 > *, .framer-0CLuC .framer-7wqgt4 > *, .framer-0CLuC .framer-q8dz1u > *, .framer-0CLuC .framer-xpozdm > *, .framer-0CLuC .framer-1ia2f3n > *, .framer-0CLuC .framer-1nttz0x > *, .framer-0CLuC .framer-fdq5ic > *, .framer-0CLuC .framer-1c441hd > *, .framer-0CLuC .framer-lomiqq > *, .framer-0CLuC .framer-iuxr1u > *, .framer-0CLuC .framer-hejjm2 > *, .framer-0CLuC .framer-11ttjpq > *, .framer-0CLuC .framer-1domfgc > *, .framer-0CLuC .framer-1nma3nd > *, .framer-0CLuC .framer-1j3qud3 > *, .framer-0CLuC .framer-k2kyl7 > *, .framer-0CLuC .framer-1wralwy > *, .framer-0CLuC .framer-puy3p7 > *, .framer-0CLuC .framer-10heswr > *, .framer-0CLuC .framer-1e29u9e > *, .framer-0CLuC .framer-kfl1hz > *, .framer-0CLuC .framer-frck20 > *, .framer-0CLuC .framer-1koilih > *, .framer-0CLuC .framer-1xw22ji > *, .framer-0CLuC .framer-1t7fyub > *, .framer-0CLuC .framer-1qdrzb6 > *, .framer-0CLuC .framer-1cjnn0x > *, .framer-0CLuC .framer-xzvuvt > *, .framer-0CLuC .framer-gw20qr > *, .framer-0CLuC .framer-699q51 > *, .framer-0CLuC .framer-9tdecs > *, .framer-0CLuC .framer-136luzc > *, .framer-0CLuC .framer-ly3i7a > *, .framer-0CLuC .framer-1bzivj4 > *, .framer-0CLuC .framer-ls3yuf > *, .framer-0CLuC .framer-nu0fnt > *, .framer-0CLuC .framer-38h4n7 > *, .framer-0CLuC .framer-1skejak > *, .framer-0CLuC .framer-cudrk5 > *, .framer-0CLuC .framer-hvf8vs > *, .framer-0CLuC .framer-53luy8 > *, .framer-0CLuC .framer-1gx9e4f > *, .framer-0CLuC .framer-8beyi0 > *, .framer-0CLuC .framer-19enme9 > *, .framer-0CLuC .framer-3vyj44 > *, .framer-0CLuC .framer-z19k4u > *, .framer-0CLuC .framer-uvuh5c > *, .framer-0CLuC .framer-1cnoeo9 > *, .framer-0CLuC .framer-1oqpd7b > *, .framer-0CLuC .framer-1hkxe3u > *, .framer-0CLuC .framer-1ahj24h > *, .framer-0CLuC .framer-188ap6z > *, .framer-0CLuC .framer-9l34g9 > *, .framer-0CLuC .framer-15i77nb > *, .framer-0CLuC .framer-11gvdir > *, .framer-0CLuC .framer-1a95hiu > *, .framer-0CLuC .framer-1k3msup > *, .framer-0CLuC .framer-1n3lpaw > *, .framer-0CLuC .framer-1rd3nl5 > *, .framer-0CLuC .framer-85jm60 > *, .framer-0CLuC .framer-16ypn7k > *, .framer-0CLuC .framer-casa40 > *, .framer-0CLuC .framer-1sl3obp > *, .framer-0CLuC .framer-w9r1pk > *, .framer-0CLuC .framer-10ywjwh > *, .framer-0CLuC .framer-79i9cw > *, .framer-0CLuC .framer-14d0598 > *, .framer-0CLuC .framer-ptilfi > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0CLuC .framer-7m9854 > *, .framer-0CLuC .framer-8oui8e > *, .framer-0CLuC .framer-j463ca > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-0CLuC .framer-ivg402 > *, .framer-0CLuC .framer-n9pyok > *, .framer-0CLuC .framer-zxiys0 > *, .framer-0CLuC .framer-1ipp8vm > *, .framer-0CLuC .framer-xua7r5 > *, .framer-0CLuC .framer-1a5m1ao > *, .framer-0CLuC .framer-rhdlzw > *, .framer-0CLuC .framer-1rpam3u > *, .framer-0CLuC .framer-1wd1l7f > *, .framer-0CLuC .framer-w2xu91 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-0CLuC .framer-156w3i0 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-0CLuC .framer-v1jbcx > *, .framer-0CLuC .framer-562b0d > *, .framer-0CLuC .framer-z81ycg > *, .framer-0CLuC .framer-1cyxkqn > *, .framer-0CLuC .framer-1irijmq > *, .framer-0CLuC .framer-6jp12r > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-0CLuC .framer-8uwvb0 > *, .framer-0CLuC .framer-3zx3qr > *, .framer-0CLuC .framer-vys18k > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-0CLuC .framer-674s5g > *, .framer-0CLuC .framer-1hprvhp > *, .framer-0CLuC .framer-1ekr3ka > *, .framer-0CLuC .framer-py18pq > *, .framer-0CLuC .framer-xmotps > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-0CLuC .framer-1owmxr7 > *, .framer-0CLuC .framer-1yh6537 > *, .framer-0CLuC .framer-b8e4ti > *, .framer-0CLuC .framer-1f1lh8z > *, .framer-0CLuC .framer-1g4w6m9 > *, .framer-0CLuC .framer-18jdbmt > *, .framer-0CLuC .framer-1qcfj48 > *, .framer-0CLuC .framer-3nppt > *, .framer-0CLuC .framer-1f2bj7n > *, .framer-0CLuC .framer-18zruke > *, .framer-0CLuC .framer-5fafct > *, .framer-0CLuC .framer-1ah9dta > *, .framer-0CLuC .framer-3a5cmt > *, .framer-0CLuC .framer-uxc278 > *, .framer-0CLuC .framer-c193yq > *, .framer-0CLuC .framer-xdivby > *, .framer-0CLuC .framer-aqhawc > *, .framer-0CLuC .framer-k64el5 > *, .framer-0CLuC .framer-9iybjv > *, .framer-0CLuC .framer-sm4wz6 > *, .framer-0CLuC .framer-1meii9s > *, .framer-0CLuC .framer-1bo74vc > *, .framer-0CLuC .framer-1jr78g0 > *, .framer-0CLuC .framer-3hg4rf > *, .framer-0CLuC .framer-1szlu0v > *, .framer-0CLuC .framer-1ule012 > *, .framer-0CLuC .framer-1gi42vt > *, .framer-0CLuC .framer-10w01x3 > *, .framer-0CLuC .framer-13tp0ou > *, .framer-0CLuC .framer-1u67o7s > *, .framer-0CLuC .framer-57zxto > *, .framer-0CLuC .framer-rw1lk2 > *, .framer-0CLuC .framer-15r834a > *, .framer-0CLuC .framer-123xvr6 > *, .framer-0CLuC .framer-1msvs1n > *, .framer-0CLuC .framer-yiby2z > *, .framer-0CLuC .framer-14ur415 > *, .framer-0CLuC .framer-y643jf > *, .framer-0CLuC .framer-1lptcdg > *, .framer-0CLuC .framer-2u8aao > *, .framer-0CLuC .framer-ytb7w5 > *, .framer-0CLuC .framer-u84h4f > *, .framer-0CLuC .framer-1sns9co > *, .framer-0CLuC .framer-bwedcg > *, .framer-0CLuC .framer-1invmgs > *, .framer-0CLuC .framer-13ms79h > *, .framer-0CLuC .framer-1d0a8k9 > *, .framer-0CLuC .framer-1hljs23 > *, .framer-0CLuC .framer-a4r4h > *, .framer-0CLuC .framer-3cy3eh > *, .framer-0CLuC .framer-1i9tjsi > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-0CLuC .framer-1rg8m64 > *, .framer-0CLuC .framer-ha7oy3 > *, .framer-0CLuC .framer-1rwkmj8 > *, .framer-0CLuC .framer-273cnu > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-0CLuC .framer-b643wr > * { margin: 0px; margin-bottom: calc(39px / 2); margin-top: calc(39px / 2); } .framer-0CLuC .framer-xvt2gs > *, .framer-0CLuC .framer-1j58x5j > *, .framer-0CLuC .framer-1c6g5eq > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-0CLuC .framer-1xtwwyb > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-0CLuC .framer-135zo5k > * { margin: 0px; margin-left: calc(19px / 2); margin-right: calc(19px / 2); } .framer-0CLuC .framer-zo7k4b > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-0CLuC .framer-13p632e > *, .framer-0CLuC .framer-11cp1tt > *, .framer-0CLuC .framer-1oryo8y > *, .framer-0CLuC .framer-1qa29om > *, .framer-0CLuC .framer-1pleg6h > *, .framer-0CLuC .framer-27ay6b > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-0CLuC .framer-1e46yti > *, .framer-0CLuC .framer-hisatp > *, .framer-0CLuC .framer-1pioos6 > *, .framer-0CLuC .framer-az06nx > *, .framer-0CLuC .framer-a6o5gc > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-0CLuC .framer-kg0wae > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-0CLuC .framer-1lgqisz > *, .framer-0CLuC .framer-ys5kmx > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-0CLuC .framer-6dmtrb > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-0CLuC .framer-mi8uwn > * { margin: 0px; margin-bottom: calc(55px / 2); margin-top: calc(55px / 2); } .framer-0CLuC .framer-1uhsexw > *, .framer-0CLuC .framer-199ynnh > *, .framer-0CLuC .framer-1wr33fj > *, .framer-0CLuC .framer-353hh2 > *, .framer-0CLuC .framer-jekbio > *, .framer-0CLuC .framer-5ovz7a > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-0CLuC .framer-11fg8ed > *, .framer-0CLuC .framer-1bgdxyy > *, .framer-0CLuC .framer-19zad3 > *, .framer-0CLuC .framer-1c5ku7i > *, .framer-0CLuC .framer-45gkca > *, .framer-0CLuC .framer-cwf6c2 > *, .framer-0CLuC .framer-3sed1i > *, .framer-0CLuC .framer-l7sjoc > *, .framer-0CLuC .framer-fmtq2i > *, .framer-0CLuC .framer-12wcoq4 > * { margin: 0px; margin-bottom: calc(23px / 2); margin-top: calc(23px / 2); } .framer-0CLuC .framer-7n6ohn > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-0CLuC .framer-uiz3gh > *, .framer-0CLuC .framer-5h7z4 > * { margin: 0px; margin-bottom: calc(9px / 2); margin-top: calc(9px / 2); } .framer-0CLuC .framer-1dhkeno > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } .framer-0CLuC .framer-u6egru > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-0CLuC .framer-o736md > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-0CLuC[data-border=\"true\"]::after, .framer-0CLuC [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: 810px) and (max-width: 1299px) { .framer-0CLuC.framer-72rtr7 { width: 810px; } .framer-0CLuC .framer-ivg402 { height: 1139px; } .framer-0CLuC .framer-10mc517-container { height: 954px; } .framer-0CLuC .framer-8uwvb0 { flex-direction: column; gap: 30px; } .framer-0CLuC .framer-674s5g, .framer-0CLuC .framer-1nttz0x, .framer-0CLuC .framer-cfnv05, .framer-0CLuC .framer-13p632e, .framer-0CLuC .framer-1lptcdg, .framer-0CLuC .framer-1urvolz { flex: none; width: 100%; } .framer-0CLuC .framer-1rg8m64, .framer-0CLuC .framer-1oywd8i, .framer-0CLuC .framer-1yh2yhl-container, .framer-0CLuC .framer-c193yq { flex: none; width: 80%; } .framer-0CLuC .framer-1rzveln { height: 287px; width: 371px; } .framer-0CLuC .framer-8oui8e, .framer-0CLuC .framer-1ia2f3n, .framer-0CLuC .framer-fdq5ic, .framer-0CLuC .framer-1cyxkqn, .framer-0CLuC .framer-1irijmq { flex-direction: column; } .framer-0CLuC .framer-1bq5n0c { width: 435px; } .framer-0CLuC .framer-n53376 { width: 345px; } .framer-0CLuC .framer-18jdbmt { height: 391px; width: 357px; } .framer-0CLuC .framer-z8b8l2 { width: 326px; } .framer-0CLuC .framer-zo7k4b { width: 422px; } .framer-0CLuC .framer-ha7oy3 { gap: 0px; } .framer-0CLuC .framer-1c6g5eq { height: 1039px; } .framer-0CLuC .framer-18zruke { height: 398px; width: 333px; } .framer-0CLuC .framer-7g8mwo { width: 95%; } .framer-0CLuC .framer-1apyrj7 { width: 328px; } .framer-0CLuC .framer-zdjat6 { height: 439px; width: 368px; } .framer-0CLuC .framer-pbrqlr { width: 90%; } .framer-0CLuC .framer-jmt6ac { width: 335px; } .framer-0CLuC .framer-uxc278 { height: 321px; width: 328px; } .framer-0CLuC .framer-1okm500 { width: 89%; } .framer-0CLuC .framer-z81ycg { flex-direction: column; gap: 20px; order: 0; } .framer-0CLuC .framer-1dt9xk4 { grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(5, min-content); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0CLuC .framer-8uwvb0, .framer-0CLuC .framer-8oui8e, .framer-0CLuC .framer-ha7oy3, .framer-0CLuC .framer-1ia2f3n, .framer-0CLuC .framer-fdq5ic, .framer-0CLuC .framer-z81ycg, .framer-0CLuC .framer-1cyxkqn, .framer-0CLuC .framer-1irijmq { gap: 0px; } .framer-0CLuC .framer-8uwvb0 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-0CLuC .framer-8uwvb0 > :first-child, .framer-0CLuC .framer-8oui8e > :first-child, .framer-0CLuC .framer-ha7oy3 > :first-child, .framer-0CLuC .framer-1ia2f3n > :first-child, .framer-0CLuC .framer-fdq5ic > :first-child, .framer-0CLuC .framer-z81ycg > :first-child, .framer-0CLuC .framer-1cyxkqn > :first-child, .framer-0CLuC .framer-1irijmq > :first-child { margin-top: 0px; } .framer-0CLuC .framer-8uwvb0 > :last-child, .framer-0CLuC .framer-8oui8e > :last-child, .framer-0CLuC .framer-ha7oy3 > :last-child, .framer-0CLuC .framer-1ia2f3n > :last-child, .framer-0CLuC .framer-fdq5ic > :last-child, .framer-0CLuC .framer-z81ycg > :last-child, .framer-0CLuC .framer-1cyxkqn > :last-child, .framer-0CLuC .framer-1irijmq > :last-child { margin-bottom: 0px; } .framer-0CLuC .framer-8oui8e > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-0CLuC .framer-ha7oy3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0CLuC .framer-1ia2f3n > *, .framer-0CLuC .framer-fdq5ic > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-0CLuC .framer-z81ycg > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-0CLuC .framer-1cyxkqn > *, .framer-0CLuC .framer-1irijmq > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }}\",\"@media (max-width: 809px) { .framer-0CLuC.framer-72rtr7 { width: 390px; } .framer-0CLuC .framer-1hwifro { gap: 13px; max-width: 1410px; padding: 10px; } .framer-0CLuC .framer-ivg402 { background-color: var(--token-45eccdde-722c-4190-9ec6-106074155b3f, #ffffff); gap: 0px; height: 2215px; order: 5; } .framer-0CLuC .framer-14r4123 { height: 325px; width: 100%; } .framer-0CLuC .framer-156w3i0, .framer-0CLuC .framer-8oui8e { flex-direction: column; gap: 7px; width: 90%; } .framer-0CLuC .framer-63t1jr, .framer-0CLuC .framer-xnxe16, .framer-0CLuC .framer-crtfzq, .framer-0CLuC .framer-1lpf1va { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-0CLuC .framer-1gsl8ow, .framer-0CLuC .framer-1owmxr7, .framer-0CLuC .framer-npjl9t, .framer-0CLuC .framer-etrj2s, .framer-0CLuC .framer-1wyk8w3, .framer-0CLuC .framer-1bq5n0c, .framer-0CLuC .framer-4udaq7, .framer-0CLuC .framer-n53376, .framer-0CLuC .framer-12flcbn, .framer-0CLuC .framer-1omhzlv, .framer-0CLuC .framer-1qcfj48, .framer-0CLuC .framer-btuhe0, .framer-0CLuC .framer-3nppt, .framer-0CLuC .framer-1f2bj7n, .framer-0CLuC .framer-10c4v7q, .framer-0CLuC .framer-11cp1tt, .framer-0CLuC .framer-kg0wae, .framer-0CLuC .framer-3fhok6, .framer-0CLuC .framer-1wdkwf5 { width: 100%; } .framer-0CLuC .framer-1tmvof { width: 92%; } .framer-0CLuC .framer-10mc517-container { height: 1955px; } .framer-0CLuC .framer-9z2i1l { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; box-shadow: 0px -1px 0px 0px var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, #eceff3); order: 15; } .framer-0CLuC .framer-v1jbcx { flex-direction: column; padding: 40px 20px 40px 20px; } .framer-0CLuC .framer-8uwvb0 { flex-direction: column; gap: 35px; padding: 0px; } .framer-0CLuC .framer-674s5g, .framer-0CLuC .framer-132hor2, .framer-0CLuC .framer-1yh2yhl-container { flex: none; width: 100%; } .framer-0CLuC .framer-n3t4yb { padding: 0px 0px 10px 0px; width: 100%; } .framer-0CLuC .framer-1u3vmp2 { flex-direction: column; gap: 7px; height: min-content; width: 100%; } .framer-0CLuC .framer-1n6t09w { width: 207px; } .framer-0CLuC .framer-85bmy2 { white-space: pre; width: auto; } .framer-0CLuC .framer-1rg8m64 { flex: none; padding: 35px 40px 35px 40px; width: 100%; } .framer-0CLuC .framer-b643wr { width: 86%; } .framer-0CLuC .framer-1qcq4an-container { width: 75%; } .framer-0CLuC .framer-tjv990 { background: linear-gradient(180deg, #000000 0%, rgb(84, 84, 84) 100%); } .framer-0CLuC .framer-gwmgua, .framer-0CLuC .framer-1k3msup { background: linear-gradient(180deg, #ffffff 0%, rgb(87, 87, 87) 48.73085231496269%, rgb(107, 107, 107) 100%); padding: 1px 0px 1px 0px; } .framer-0CLuC .framer-1j0twes, .framer-0CLuC .framer-1n3lpaw { box-shadow: unset; height: 37px; padding: 0px 20px 0px 20px; } .framer-0CLuC .framer-562b0d { background-color: var(--token-45eccdde-722c-4190-9ec6-106074155b3f, #ffffff); flex-direction: column; gap: 0px; order: 6; padding: 50px 20px 40px 20px; } .framer-0CLuC .framer-1rzveln, .framer-0CLuC .framer-14h8ju4 { height: min-content; width: 100%; } .framer-0CLuC .framer-1yh6537 { flex: none; padding: 30px 0px 0px 0px; width: min-content; } .framer-0CLuC .framer-1hprvhp { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; gap: 35px; } .framer-0CLuC .framer-17xfx80-container { width: auto; } .framer-0CLuC .framer-15k9hao-container { height: 194px; width: 282px; } .framer-0CLuC.framer-11d6mn1 { left: 24px; right: 24px; transform: translateY(-50%); width: unset; } .framer-0CLuC .framer-1vps282-container { height: 273px; width: 334px; } .framer-0CLuC .framer-1lhe1t4 { order: 4; padding: 10px 20px 10px 20px; } .framer-0CLuC .framer-fuv96e, .framer-0CLuC .framer-16ypn7k, .framer-0CLuC .framer-27ay6b, .framer-0CLuC .framer-1vfcciu { order: 0; } .framer-0CLuC .framer-xvt2gs { gap: 8px; height: 39px; order: 1; width: 100%; } .framer-0CLuC .framer-xqc1nv { height: 26px; max-width: 100%; width: 89px; } .framer-0CLuC .framer-k8rvg9 { max-width: 100%; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; } .framer-0CLuC .framer-134c7j-container, .framer-0CLuC .framer-1wa0iwk { order: 3; } .framer-0CLuC .framer-1xtwwyb { order: 4; padding: 5px 0px 0px 0px; } .framer-0CLuC .framer-u67xk4, .framer-0CLuC .framer-q8dz1u, .framer-0CLuC .framer-xpozdm, .framer-0CLuC .framer-1apyrj7, .framer-0CLuC .framer-jmt6ac, .framer-0CLuC .framer-1f0rtzm, .framer-0CLuC .framer-1rdhspi { width: 90%; } .framer-0CLuC .framer-1j58x5j { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; box-shadow: 0px -1px 0px 0px var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, #eceff3); flex-direction: column; gap: 10px; height: min-content; order: 7; } .framer-0CLuC .framer-1ghm6ef { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; box-shadow: 0px -1px 0px 0px var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, #eceff3); flex: none; gap: 10px; height: min-content; width: 100%; } .framer-0CLuC .framer-b8e4ti, .framer-0CLuC .framer-3a5cmt { height: min-content; } .framer-0CLuC .framer-1f1lh8z { height: min-content; padding: 35px 0px 35px 0px; width: 90%; } .framer-0CLuC .framer-1o1505t-container, .framer-0CLuC .framer-rvj9l3-container, .framer-0CLuC .framer-ctoqx5-container, .framer-0CLuC .framer-1mhhis5-container, .framer-0CLuC .framer-doq7o3-container, .framer-0CLuC .framer-pf5dsf-container, .framer-0CLuC .framer-148mv3r-container, .framer-0CLuC .framer-13y4ok6-container { height: var(--framer-aspect-ratio-supported, 36px); width: 33px; } .framer-0CLuC .framer-1ezu2l8 { flex: none; height: min-content; padding: 0px 0px 20px 0px; } .framer-0CLuC .framer-135zo5k { flex-direction: column; height: min-content; order: 1; width: 195px; } .framer-0CLuC .framer-1g4w6m9 { height: min-content; order: 0; width: 90%; } .framer-0CLuC .framer-174y240 { white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; } .framer-0CLuC .framer-l6tgse { max-width: unset; width: 95%; } .framer-0CLuC .framer-14bpflq, .framer-0CLuC .framer-1d0r0xl { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; flex: none; height: min-content; width: 100%; } .framer-0CLuC .framer-1f0tgg2 { gap: 0px; height: min-content; justify-content: center; padding: 20px 0px 0px 0px; } .framer-0CLuC .framer-18jdbmt { height: min-content; width: 90%; } .framer-0CLuC .framer-z8b8l2 { max-width: unset; width: 100%; } .framer-0CLuC .framer-zo7k4b { gap: 35px; height: min-content; padding: 20px 0px 25px 0px; width: 100%; } .framer-0CLuC .framer-181di0u-container, .framer-0CLuC .framer-1ph3v5f-container, .framer-0CLuC .framer-959qs8-container, .framer-0CLuC .framer-1lc3eww-container, .framer-0CLuC .framer-m876hz-container, .framer-0CLuC .framer-1b20q4a-container { height: var(--framer-aspect-ratio-supported, 111px); width: 100px; } .framer-0CLuC .framer-628r6e { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; order: 8; } .framer-0CLuC .framer-1ia2f3n, .framer-0CLuC .framer-1c441hd { flex-direction: column; } .framer-0CLuC .framer-1nttz0x { flex: none; order: 1; width: 100%; } .framer-0CLuC .framer-1yy091g-container, .framer-0CLuC .framer-115smy1, .framer-0CLuC .framer-1i7sgkw { flex: 1 0 0px; width: 1px; } .framer-0CLuC .framer-1oywd8i { flex: none; height: min-content; order: 0; padding: 10px 0px 10px 0px; width: 100%; } .framer-0CLuC .framer-1wz8m9p { width: 253px; } .framer-0CLuC .framer-fdq5ic { flex-direction: column; gap: 20px; } .framer-0CLuC .framer-cfnv05 { flex: none; height: min-content; width: 100%; } .framer-0CLuC .framer-18xhfke { width: 186px; } .framer-0CLuC .framer-1c6g5eq { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; flex-direction: column; gap: 10px; height: min-content; order: 9; } .framer-0CLuC .framer-iz7f91 { gap: 0px; height: min-content; justify-content: center; } .framer-0CLuC .framer-18zruke, .framer-0CLuC .framer-uxc278 { height: min-content; padding: 0px 0px 20px 0px; width: 95%; } .framer-0CLuC .framer-7g8mwo { width: 96%; } .framer-0CLuC .framer-zdjat6 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 357px; justify-content: center; padding: 0px; width: 301px; } .framer-0CLuC .framer-1jl0uyo { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; flex: none; gap: 10px; height: min-content; width: 100%; } .framer-0CLuC .framer-5fafct, .framer-0CLuC .framer-1ah9dta { flex: none; height: min-content; } .framer-0CLuC .framer-pbrqlr { width: 329px; } .framer-0CLuC .framer-kt9jj9 { height: 77px; width: 269px; } .framer-0CLuC .framer-1qv0zco { white-space: pre-wrap; width: 269px; word-break: break-word; word-wrap: break-word; } .framer-0CLuC .framer-1okm500 { max-width: 90%; width: 90%; } .framer-0CLuC .framer-1h6r9aj { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; box-shadow: 0px -1px 0px 0px var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, #eceff3); flex-direction: row; order: 3; } .framer-0CLuC .framer-1cyxkqn { flex: 1 0 0px; flex-direction: column; gap: 25px; padding: 20px 0px 20px 0px; width: 1px; } .framer-0CLuC .framer-hisatp { gap: 7px; width: 241px; } .framer-0CLuC .framer-195q3tq { width: 67px; } .framer-0CLuC .framer-y9upyu { width: 102px; } .framer-0CLuC .framer-1wvbaxl { width: 52px; } .framer-0CLuC .framer-xdivby { height: min-content; order: 0; overflow: hidden; width: 100%; } .framer-0CLuC .framer-lomiqq { width: 320px; } .framer-0CLuC .framer-aqhawc { order: 0; width: 296px; } .framer-0CLuC .framer-1sixilf, .framer-0CLuC .framer-85jm60, .framer-0CLuC .framer-1i9tjsi { order: 1; } .framer-0CLuC .framer-1sxuzh3, .framer-0CLuC .framer-542mt6 { order: 2; } .framer-0CLuC .framer-g47v0n { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; order: 12; } .framer-0CLuC .framer-ytb7w5 { order: 20; padding: 40px 0px 40px 0px; } .framer-0CLuC .framer-10amqz6 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px 5px 0px 5px; } .framer-0CLuC .framer-7n6ohn { left: unset; position: relative; top: unset; transform: unset; width: 333px; } .framer-0CLuC .framer-cqqc7b { gap: 12px; padding: 0px 0px 15px 0px; width: 100%; } .framer-0CLuC .framer-1mzjmgt, .framer-0CLuC .framer-1rki128 { white-space: pre-wrap; width: 95%; word-break: break-word; word-wrap: break-word; } .framer-0CLuC .framer-8zm7xd { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: unset; padding: 0px; position: relative; top: unset; width: min-content; } .framer-0CLuC .framer-1s1xvvn-container { height: 367px; left: unset; position: relative; top: unset; width: 343px; } .framer-0CLuC .framer-u84h4f { padding: 39px 20px 0px 20px; } .framer-0CLuC .framer-1dt9xk4 { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-0CLuC .framer-1feilk2-container, .framer-0CLuC .framer-1fnkpg8-container, .framer-0CLuC .framer-11xqxk5-container, .framer-0CLuC .framer-1krybnm-container, .framer-0CLuC .framer-18t67v6-container { align-self: center; justify-self: center; width: 90%; } .framer-0CLuC .framer-1sns9co, .framer-0CLuC .framer-bwedcg, .framer-0CLuC .framer-1invmgs, .framer-0CLuC .framer-13ms79h { align-content: center; align-items: center; align-self: center; justify-self: center; width: 90%; } .framer-0CLuC .framer-1gyzu02 { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; box-shadow: 0px -1px 0px 0px var(--token-eac8180f-9d26-4d45-8c01-31ac0e5b1730, #eceff3); order: 16; } .framer-0CLuC .framer-6jp12r { flex-direction: column; padding: 20px; } .framer-0CLuC .framer-12wcoq4 { gap: 15px; padding: 0px; } .framer-0CLuC .framer-1khsb83 { width: 311px; } .framer-0CLuC .framer-1a95hiu { background: linear-gradient(180deg, #000000 0%, rgb(84, 84, 84) 100%); width: 262px; } .framer-0CLuC .framer-1d0a8k9 { order: 21; padding: 35px 0px 20px 0px; } .framer-0CLuC .framer-1rd3nl5 { height: 278px; padding: 0px 5px 0px 5px; width: 85%; } .framer-0CLuC .framer-3jfhor-container { flex: 1 0 0px; height: 100%; width: 1px; } .framer-0CLuC .framer-1hljs23 { padding: 5px 20px 0px 20px; width: 100%; } .framer-0CLuC .framer-uiz3gh { align-self: unset; width: 100%; } .framer-0CLuC .framer-1fyadcc { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; order: 22; padding: 30px 20px 30px 20px; } .framer-0CLuC .framer-az06nx, .framer-0CLuC .framer-a6o5gc { width: 45%; } .framer-0CLuC .framer-3zx3qr { order: 13; } .framer-0CLuC .framer-vys18k { order: 10; } .framer-0CLuC .framer-apnz5p { height: var(--framer-aspect-ratio-supported, 47px); } .framer-0CLuC .framer-baxibo { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; order: 1; padding: 0px; } .framer-0CLuC .framer-jvi8fr-container { left: unset; position: relative; top: unset; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0CLuC .framer-1hwifro, .framer-0CLuC .framer-ivg402, .framer-0CLuC .framer-156w3i0, .framer-0CLuC .framer-v1jbcx, .framer-0CLuC .framer-8uwvb0, .framer-0CLuC .framer-1u3vmp2, .framer-0CLuC .framer-562b0d, .framer-0CLuC .framer-8oui8e, .framer-0CLuC .framer-1hprvhp, .framer-0CLuC .framer-xvt2gs, .framer-0CLuC .framer-1j58x5j, .framer-0CLuC .framer-1ghm6ef, .framer-0CLuC .framer-135zo5k, .framer-0CLuC .framer-1f0tgg2, .framer-0CLuC .framer-zo7k4b, .framer-0CLuC .framer-1ia2f3n, .framer-0CLuC .framer-fdq5ic, .framer-0CLuC .framer-1c441hd, .framer-0CLuC .framer-1c6g5eq, .framer-0CLuC .framer-iz7f91, .framer-0CLuC .framer-zdjat6, .framer-0CLuC .framer-1jl0uyo, .framer-0CLuC .framer-1h6r9aj, .framer-0CLuC .framer-1cyxkqn, .framer-0CLuC .framer-hisatp, .framer-0CLuC .framer-10amqz6, .framer-0CLuC .framer-cqqc7b, .framer-0CLuC .framer-8zm7xd, .framer-0CLuC .framer-6jp12r, .framer-0CLuC .framer-12wcoq4, .framer-0CLuC .framer-baxibo { gap: 0px; } .framer-0CLuC .framer-1hwifro > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-0CLuC .framer-1hwifro > :first-child, .framer-0CLuC .framer-ivg402 > :first-child, .framer-0CLuC .framer-156w3i0 > :first-child, .framer-0CLuC .framer-v1jbcx > :first-child, .framer-0CLuC .framer-8uwvb0 > :first-child, .framer-0CLuC .framer-1u3vmp2 > :first-child, .framer-0CLuC .framer-562b0d > :first-child, .framer-0CLuC .framer-8oui8e > :first-child, .framer-0CLuC .framer-1hprvhp > :first-child, .framer-0CLuC .framer-1j58x5j > :first-child, .framer-0CLuC .framer-1ghm6ef > :first-child, .framer-0CLuC .framer-135zo5k > :first-child, .framer-0CLuC .framer-1f0tgg2 > :first-child, .framer-0CLuC .framer-zo7k4b > :first-child, .framer-0CLuC .framer-1ia2f3n > :first-child, .framer-0CLuC .framer-fdq5ic > :first-child, .framer-0CLuC .framer-1c441hd > :first-child, .framer-0CLuC .framer-1c6g5eq > :first-child, .framer-0CLuC .framer-iz7f91 > :first-child, .framer-0CLuC .framer-zdjat6 > :first-child, .framer-0CLuC .framer-1jl0uyo > :first-child, .framer-0CLuC .framer-1cyxkqn > :first-child, .framer-0CLuC .framer-10amqz6 > :first-child, .framer-0CLuC .framer-cqqc7b > :first-child, .framer-0CLuC .framer-8zm7xd > :first-child, .framer-0CLuC .framer-6jp12r > :first-child, .framer-0CLuC .framer-12wcoq4 > :first-child { margin-top: 0px; } .framer-0CLuC .framer-1hwifro > :last-child, .framer-0CLuC .framer-ivg402 > :last-child, .framer-0CLuC .framer-156w3i0 > :last-child, .framer-0CLuC .framer-v1jbcx > :last-child, .framer-0CLuC .framer-8uwvb0 > :last-child, .framer-0CLuC .framer-1u3vmp2 > :last-child, .framer-0CLuC .framer-562b0d > :last-child, .framer-0CLuC .framer-8oui8e > :last-child, .framer-0CLuC .framer-1hprvhp > :last-child, .framer-0CLuC .framer-1j58x5j > :last-child, .framer-0CLuC .framer-1ghm6ef > :last-child, .framer-0CLuC .framer-135zo5k > :last-child, .framer-0CLuC .framer-1f0tgg2 > :last-child, .framer-0CLuC .framer-zo7k4b > :last-child, .framer-0CLuC .framer-1ia2f3n > :last-child, .framer-0CLuC .framer-fdq5ic > :last-child, .framer-0CLuC .framer-1c441hd > :last-child, .framer-0CLuC .framer-1c6g5eq > :last-child, .framer-0CLuC .framer-iz7f91 > :last-child, .framer-0CLuC .framer-zdjat6 > :last-child, .framer-0CLuC .framer-1jl0uyo > :last-child, .framer-0CLuC .framer-1cyxkqn > :last-child, .framer-0CLuC .framer-10amqz6 > :last-child, .framer-0CLuC .framer-cqqc7b > :last-child, .framer-0CLuC .framer-8zm7xd > :last-child, .framer-0CLuC .framer-6jp12r > :last-child, .framer-0CLuC .framer-12wcoq4 > :last-child { margin-bottom: 0px; } .framer-0CLuC .framer-ivg402 > *, .framer-0CLuC .framer-562b0d > *, .framer-0CLuC .framer-1f0tgg2 > *, .framer-0CLuC .framer-iz7f91 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0CLuC .framer-156w3i0 > *, .framer-0CLuC .framer-1u3vmp2 > *, .framer-0CLuC .framer-8oui8e > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } .framer-0CLuC .framer-v1jbcx > *, .framer-0CLuC .framer-6jp12r > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-0CLuC .framer-8uwvb0 > *, .framer-0CLuC .framer-1hprvhp > *, .framer-0CLuC .framer-zo7k4b > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-0CLuC .framer-xvt2gs > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-0CLuC .framer-xvt2gs > :first-child, .framer-0CLuC .framer-1h6r9aj > :first-child, .framer-0CLuC .framer-hisatp > :first-child, .framer-0CLuC .framer-baxibo > :first-child { margin-left: 0px; } .framer-0CLuC .framer-xvt2gs > :last-child, .framer-0CLuC .framer-1h6r9aj > :last-child, .framer-0CLuC .framer-hisatp > :last-child, .framer-0CLuC .framer-baxibo > :last-child { margin-right: 0px; } .framer-0CLuC .framer-1j58x5j > *, .framer-0CLuC .framer-1ghm6ef > *, .framer-0CLuC .framer-1ia2f3n > *, .framer-0CLuC .framer-1c441hd > *, .framer-0CLuC .framer-1c6g5eq > *, .framer-0CLuC .framer-zdjat6 > *, .framer-0CLuC .framer-1jl0uyo > *, .framer-0CLuC .framer-10amqz6 > *, .framer-0CLuC .framer-8zm7xd > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-0CLuC .framer-135zo5k > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-0CLuC .framer-fdq5ic > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-0CLuC .framer-1h6r9aj > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-0CLuC .framer-1cyxkqn > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-0CLuC .framer-hisatp > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-0CLuC .framer-cqqc7b > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-0CLuC .framer-12wcoq4 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-0CLuC .framer-baxibo > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9357\n * @framerIntrinsicWidth 1300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lTNx0wjPV\":{\"layout\":[\"fixed\",\"auto\"]},\"ITQFdwOHH\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"X55e7CSP7\":{\"pattern\":\":X55e7CSP7\",\"name\":\"solutions\"},\"LsNQOUM9v\":{\"pattern\":\":LsNQOUM9v\",\"name\":\"mobile-app\"},\"smtkPaCrM\":{\"pattern\":\":smtkPaCrM\",\"name\":\"pricing\"},\"TGbI3VMqj\":{\"pattern\":\":TGbI3VMqj\",\"name\":\"feature-\u00FCbersicht\"},\"bnwgwfOQH\":{\"pattern\":\":bnwgwfOQH\",\"name\":\"solutions\"},\"ymaFSzh3f\":{\"pattern\":\":ymaFSzh3f\",\"name\":\"solutions\"},\"OvHx6uphV\":{\"pattern\":\":OvHx6uphV\",\"name\":\"solutions\"},\"l4_a89bIg\":{\"pattern\":\":l4_a89bIg\",\"name\":\"mobile-app\"},\"DOFjfP5Cc\":{\"pattern\":\":DOFjfP5Cc\",\"name\":\"feature-\u00FCbersicht\"},\"MM5Wrc9dO\":{\"pattern\":\":MM5Wrc9dO\",\"name\":\"solutions\"},\"KTo1lS7lN\":{\"pattern\":\":KTo1lS7lN\",\"name\":\"mobile-app\"},\"OIZSh0boN\":{\"pattern\":\":OIZSh0boN\",\"name\":\"solutions\"},\"RAUhtkyjD\":{\"pattern\":\":RAUhtkyjD\",\"name\":\"nummer-anrufen-neu\"},\"fwB6vf2EF\":{\"pattern\":\":fwB6vf2EF\",\"name\":\"mobile-app\"},\"vVZJPAJR7\":{\"pattern\":\":vVZJPAJR7\",\"name\":\"nummer-anrufen-neu\"},\"y3o066HxR\":{\"pattern\":\":y3o066HxR\",\"name\":\"mobile-app\"},\"fxU7iEuH9\":{\"pattern\":\":fxU7iEuH9\",\"name\":\"zitate\"},\"zrXgJl9wE\":{\"pattern\":\":zrXgJl9wE\",\"name\":\"nummer-anrufen-neu\"},\"m6aMOKUIm\":{\"pattern\":\":m6aMOKUIm\",\"name\":\"mobile-app\"},\"gO2SH67MD\":{\"pattern\":\":gO2SH67MD\",\"name\":\"branchen\"},\"Vxv2iVUV5\":{\"pattern\":\":Vxv2iVUV5\",\"name\":\"solutions\"},\"DmTr6G08d\":{\"pattern\":\":DmTr6G08d\",\"name\":\"mobile-app\"},\"S5fGY2u6Y\":{\"pattern\":\":S5fGY2u6Y\",\"name\":\"datenschutz\"},\"k695JLzOw\":{\"pattern\":\":k695JLzOw\",\"name\":\"cta\"},\"leFk7jrSQ\":{\"pattern\":\":leFk7jrSQ\",\"name\":\"nummer-anrufen-neu\"},\"R1jo7HIgM\":{\"pattern\":\":R1jo7HIgM\",\"name\":\"nummer-anrufen-neu\"},\"UKP1GIq_a\":{\"pattern\":\":UKP1GIq_a\",\"name\":\"mobile-app\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-0CLuC\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:9357,width:1300};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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQb_gfwmS0v3_7Y.woff2\",weight:\"600\"},{family:\"Inter Display\",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/gazZKZuUEtvr9ULhdA4SprP0AZ0.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/pe8RoujoPxuTZhqoNzYqHX2MXA.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/teGhWnhH3bCqefKGsIsqFy3hK8.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/qQHxgTnEk6Czu1yW4xS82HQWFOk.woff2\",weight:\"600\"},{family:\"Inter Display\",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/MJ3N6lfN4iP5Um8rJGqLYl03tE.woff2\",weight:\"600\"},{family:\"Inter Display\",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/dHHUz45rhM2KCQpj9zttNVlibk.woff2\",weight:\"600\"},{family:\"Inter Display\",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/0SEEmmWc3vovhaai4RlRQSWRrz0.woff2\",weight:\"600\"},{family:\"Inter Display\",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/ePuN3mCjzajIHnyCdvKBFiZkyY0.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/V3j1L0o5vPFKe26Sw4HcpXCfHo.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/F3kdpd2N0cToWV5huaZjjgM.woff2\",weight:\"500\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/0iDmxkizU9goZoclqIqsV5rvETU.woff2\",weight:\"500\"},{family:\"Inter Display\",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/r0mv3NegmA0akcQsNFotG32Las.woff2\",weight:\"500\"},{family:\"Inter Display\",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/8yoV9pUxquX7VD7ZXlNYKQmkmk.woff2\",weight:\"500\"},{family:\"Inter Display\",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/Ii21jnSJkulBKsHHXKlapi7fv9w.woff2\",weight:\"500\"},{family:\"Inter Display\",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/2uIBiALfCHVpWbHqRMZutfT7giU.woff2\",weight:\"400\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Zwfz6xbVe5pmcWRJRgBDHnMkOkI.woff2\",weight:\"400\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/U9LaDDmbRhzX3sB8g8glTy5feTE.woff2\",weight:\"400\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tVew2LzXJ1t7QfxP1gdTIdj2o0g.woff2\",weight:\"400\"},{family:\"Inter Display\",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/DF7bjCRmStYPqSb945lAlMfCCVQ.woff2\",weight:\"400\"},{family:\"Inter Display\",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/nCpxWS6DaPlPe0lHzStXAPCo3lw.woff2\",weight:\"400\"},{family:\"Inter Display\",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/vebZUMjGyKkYsfcY73iwWTzLNag.woff2\",weight:\"400\"},{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-QfwmS0v3_7Y.woff2\",weight:\"400\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/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:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"},{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_gfwmS0v3_7Y.woff2\",weight:\"700\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"},{family:\"Inter Display\",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/I11LrmuBDQZweplJ62KkVsklU5Y.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/UjFZPDy3qGuDktQM4q9CxhKfIa8.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/8exwVHJy2DhJ4N5prYlVMrEKmQ.woff2\",weight:\"700\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/UTeedEK21hO5jDxEUldzdScUqpg.woff2\",weight:\"700\"},{family:\"Inter Display\",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/Ig8B8nzy11hzIWEIYnkg91sofjo.woff2\",weight:\"700\"},{family:\"Inter Display\",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/n9CXKI3tsmCPeC6MCT9NziShSuQ.woff2\",weight:\"700\"},{family:\"Inter Display\",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/qctQFoJqJ9aIbRSIp0AhCQpFxn8.woff2\",weight:\"700\"},{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npST3-QfwmS0v3_7Y.woff2\",weight:\"500\"},{family:\"Instrument Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENut22kywN2u7YUwU.woff2\",weight:\"500\"}]},...AIKitNavFonts,...PhosphorFonts,...EmbedFonts,...BlurCycleFonts,...TextShimmerFonts,...TagFonts,...ButtonPlayFonts,...VideoFonts,...TextCycle2Fonts,...TextCycle21Fonts,...VoiceChatFonts,...SkeuTogglesFonts,...CardComponentFonts,...ShareComponentFonts,...Embed1Fonts,...Gradient_BorderFonts,...AppleReadMoreMainFonts,...Video1Fonts,...ParticlesFonts,...CMSSlideshowFonts,...ProfileFonts,...Profile2Fonts,...Profile3Fonts,...Profile4Fonts,...Video2Fonts,...AIKitFeatureSmall2Fonts,...AIKitCTA2Fonts,...LoaderFonts,...AIKitFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"X55e7CSP7\\\":{\\\"pattern\\\":\\\":X55e7CSP7\\\",\\\"name\\\":\\\"solutions\\\"},\\\"LsNQOUM9v\\\":{\\\"pattern\\\":\\\":LsNQOUM9v\\\",\\\"name\\\":\\\"mobile-app\\\"},\\\"smtkPaCrM\\\":{\\\"pattern\\\":\\\":smtkPaCrM\\\",\\\"name\\\":\\\"pricing\\\"},\\\"TGbI3VMqj\\\":{\\\"pattern\\\":\\\":TGbI3VMqj\\\",\\\"name\\\":\\\"feature-\u00FCbersicht\\\"},\\\"bnwgwfOQH\\\":{\\\"pattern\\\":\\\":bnwgwfOQH\\\",\\\"name\\\":\\\"solutions\\\"},\\\"ymaFSzh3f\\\":{\\\"pattern\\\":\\\":ymaFSzh3f\\\",\\\"name\\\":\\\"solutions\\\"},\\\"OvHx6uphV\\\":{\\\"pattern\\\":\\\":OvHx6uphV\\\",\\\"name\\\":\\\"solutions\\\"},\\\"l4_a89bIg\\\":{\\\"pattern\\\":\\\":l4_a89bIg\\\",\\\"name\\\":\\\"mobile-app\\\"},\\\"DOFjfP5Cc\\\":{\\\"pattern\\\":\\\":DOFjfP5Cc\\\",\\\"name\\\":\\\"feature-\u00FCbersicht\\\"},\\\"MM5Wrc9dO\\\":{\\\"pattern\\\":\\\":MM5Wrc9dO\\\",\\\"name\\\":\\\"solutions\\\"},\\\"KTo1lS7lN\\\":{\\\"pattern\\\":\\\":KTo1lS7lN\\\",\\\"name\\\":\\\"mobile-app\\\"},\\\"OIZSh0boN\\\":{\\\"pattern\\\":\\\":OIZSh0boN\\\",\\\"name\\\":\\\"solutions\\\"},\\\"RAUhtkyjD\\\":{\\\"pattern\\\":\\\":RAUhtkyjD\\\",\\\"name\\\":\\\"nummer-anrufen-neu\\\"},\\\"fwB6vf2EF\\\":{\\\"pattern\\\":\\\":fwB6vf2EF\\\",\\\"name\\\":\\\"mobile-app\\\"},\\\"vVZJPAJR7\\\":{\\\"pattern\\\":\\\":vVZJPAJR7\\\",\\\"name\\\":\\\"nummer-anrufen-neu\\\"},\\\"y3o066HxR\\\":{\\\"pattern\\\":\\\":y3o066HxR\\\",\\\"name\\\":\\\"mobile-app\\\"},\\\"fxU7iEuH9\\\":{\\\"pattern\\\":\\\":fxU7iEuH9\\\",\\\"name\\\":\\\"zitate\\\"},\\\"zrXgJl9wE\\\":{\\\"pattern\\\":\\\":zrXgJl9wE\\\",\\\"name\\\":\\\"nummer-anrufen-neu\\\"},\\\"m6aMOKUIm\\\":{\\\"pattern\\\":\\\":m6aMOKUIm\\\",\\\"name\\\":\\\"mobile-app\\\"},\\\"gO2SH67MD\\\":{\\\"pattern\\\":\\\":gO2SH67MD\\\",\\\"name\\\":\\\"branchen\\\"},\\\"Vxv2iVUV5\\\":{\\\"pattern\\\":\\\":Vxv2iVUV5\\\",\\\"name\\\":\\\"solutions\\\"},\\\"DmTr6G08d\\\":{\\\"pattern\\\":\\\":DmTr6G08d\\\",\\\"name\\\":\\\"mobile-app\\\"},\\\"S5fGY2u6Y\\\":{\\\"pattern\\\":\\\":S5fGY2u6Y\\\",\\\"name\\\":\\\"datenschutz\\\"},\\\"k695JLzOw\\\":{\\\"pattern\\\":\\\":k695JLzOw\\\",\\\"name\\\":\\\"cta\\\"},\\\"leFk7jrSQ\\\":{\\\"pattern\\\":\\\":leFk7jrSQ\\\",\\\"name\\\":\\\"nummer-anrufen-neu\\\"},\\\"R1jo7HIgM\\\":{\\\"pattern\\\":\\\":R1jo7HIgM\\\",\\\"name\\\":\\\"nummer-anrufen-neu\\\"},\\\"UKP1GIq_a\\\":{\\\"pattern\\\":\\\":UKP1GIq_a\\\",\\\"name\\\":\\\"mobile-app\\\"}}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lTNx0wjPV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ITQFdwOHH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1300\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"9357\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "l", "cubicBezier", "__rest", "e", "r", "n", "o", "n", "e", "t", "r", "n", "calcGeneratorVelocity", "t", "s", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "noopReturn", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "n", "createGeneratorEasing", "e", "n", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "isBrowser", "usePageVisibility", "isVisible", "setIsVisible", "ye", "ue", "onVisibilityChange", "OPACITY_0", "awaitRefCallback", "element", "controller", "refCallbackResolve", "refCallbackPromise", "resolve", "reject", "current", "node", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "firstChild", "lastChild", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "Z", "scheduleMeasure", "frame", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "transition", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "visibility", "mix", "LayoutGroup", "q", "selectedOpacity", "total", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "CMSSlideshow", "props", "collectionList", "startLayers", "endLayers", "frame", "otherProps", "isCanvas", "RenderTarget", "collectionLayers", "getCollectionListContents", "layers", "i", "p", "CanvasPlaceholder", "layer", "q", "shuffleArray", "Slideshow", "addPropertyControls", "ControlType", "getComponentProps", "component", "slots", "getPropertyControls", "element", "title", "subtitle", "u", "array", "j", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "progress", "objectFit", "backgroundColor", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "posterEnabled", "startTimeProp", "volume", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "startTime", "ue", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "groupsRegex", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "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", "Gradient_Border", "color", "length", "duration", "repeatType", "animate", "loop", "distance", "angle", "eased", "conicGradientRef", "pe", "aspectRatio", "setAspectRatio", "ye", "ue", "width", "height", "p", "motion", "addPropertyControls", "ControlType", "props", "Embed", "type", "url", "html", "style", "p", "EmbedURL", "EmbedHTML", "Instructions", "addPropertyControls", "ControlType", "props", "getMinHeight", "emptyStateStyle", "centerTextStyle", "hasAutoHeight", "onCanvas", "useIsOnCanvas", "state", "setState", "ye", "ue", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "ref", "pe", "iframeHeight", "setIframeHeight", "hasScript", "_ref_current", "iframeWindow", "handleMessage", "event", "data", "height", "window", "srcDoc", "currentStyle", "htmlStyle", "containerStyles", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transition3", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "gap", "height", "id", "label1", "label2", "label3", "label4", "label5", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "_ref5", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "AuteqFZi8", "WuEWAhqT8", "mrsvahHX6", "VSMWnra3s", "RuKXuiKR0", "yF2PK3DXU", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear50b39f", "args", "onAppearu7a01k", "onAppear151moua", "onAppear1crelo3", "onAppear1o4ri33", "onAppear16ni35e", "onAppear7ublap", "onAppear1314pin", "onAppearktihzh", "onAppeargy9n6n", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "css", "FramerpOqgbVhLg", "withCSS", "pOqgbVhLg_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transition3", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "gap", "height", "id", "label1", "label2", "label3", "label4", "label5", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "_ref5", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "AuteqFZi8", "WuEWAhqT8", "mrsvahHX6", "VSMWnra3s", "RuKXuiKR0", "yF2PK3DXU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear161dgjf", "args", "onAppearhc6bp6", "onAppeareur8dr", "onAppear10pn58m", "onAppear121nfn2", "onAppear1le6bxc", "onAppear16k48a6", "onAppear8d8u5q", "onAppear1b8sqgj", "onAppear19iqozt", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "css", "FramerabGTxoLFb", "withCSS", "abGTxoLFb_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "lightColor", "text", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "NoqjGmFer", "KQC04gfum", "HEurBzDhU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapyx8smg", "args", "onTap1plas28", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "Framercbww7gJX7", "withCSS", "cbww7gJX7_default", "addPropertyControls", "ControlType", "addFonts", "AudioFonts", "getFonts", "Ui4z9CLxb_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transformTemplate1", "_", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "name1", "voice", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "eCBWMelsX", "MwQA3e3WQ", "R_WHb1jcV", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "RichText2", "ComponentViewportProvider", "css", "FramerwkBQJJAe9", "withCSS", "wkBQJJAe9_default", "addPropertyControls", "ControlType", "addFonts", "SVGFonts", "getFonts", "SVG_default", "ProfileFonts", "wkBQJJAe9_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "addImageAlt", "image", "alt", "transformTemplate2", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap6nejhw", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerDFYShzw22", "withCSS", "DFYShzw22_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transformTemplate2", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterzn1ie8", "args", "onMouseLeave2ut33m", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerHxp3o698m", "withCSS", "Hxp3o698m_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "addPropertyOverrides", "cx", "serializationHash", "ComponentViewportProvider", "Icon", "css", "FramerL2KHQZYV9", "withCSS", "L2KHQZYV9_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "AppleReadMorePlusIconFonts", "getFonts", "L2KHQZYV9_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "transformTemplate1", "_", "transformTemplate2", "transformTemplate3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "overlay", "text", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "z08Rh3d_Q", "mt9yQRoSb", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear60z3pv", "args", "onAppear18f8q5t", "onAppearvdewi6", "onAppear1jfhi35", "onAppearlam2ly", "onAppearz4aevu", "onAppear12ofeg1", "onTap1g4fzej", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerL39Uub3t8", "withCSS", "L39Uub3t8_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "title", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "NQocEm4NG", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "RichText2", "css", "FramerPwcfPfgqY", "withCSS", "PwcfPfgqY_default", "addPropertyControls", "ControlType", "addFonts", "HeroFonts", "getFonts", "Icon", "LoaderFonts", "APim4rHnB_default", "MotionDivWithFX", "withFX", "motion", "serializationHash", "variantClassNames", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "qeh3D1cTk", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1c02mn5", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "ComponentViewportProvider", "Icon", "APim4rHnB_default", "RichText2", "MotionDivWithFX", "css", "FramerSfJZWIXmE", "withCSS", "SfJZWIXmE_default", "addPropertyControls", "ControlType", "addFonts", "HeroFonts", "LoaderFonts", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transformTemplate2", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter106nacx", "args", "onMouseLeavesw9he7", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "Framerutq55U99W", "withCSS", "utq55U99W_default", "addPropertyControls", "ControlType", "addFonts", "AIKitNavFonts", "getFonts", "FgbzfpRtw_default", "PhosphorFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "EmbedFonts", "Embed", "BlurCycleFonts", "BlurCycle", "TextShimmerFonts", "TextShimmer", "TagFonts", "PwcfPfgqY_default", "ButtonPlayFonts", "SfJZWIXmE_default", "VideoFonts", "Video", "TextCycle2Fonts", "pOqgbVhLg_default", "TextCycle21Fonts", "abGTxoLFb_default", "VoiceChatFonts", "DFYShzw22_default", "SkeuTogglesFonts", "cbww7gJX7_default", "CardComponentFonts", "Hxp3o698m_default", "ShareComponentFonts", "utq55U99W_default", "Embed1Fonts", "Gradient_BorderFonts", "Gradient_Border", "AppleReadMoreMainFonts", "L39Uub3t8_default", "AppleReadMoreMainWithVariantAppearEffect", "withVariantAppearEffect", "Video1Fonts", "ParticlesFonts", "ParticleWrapper", "ContainerWithFX", "Container", "CMSSlideshowFonts", "CMSSlideshow", "ProfileFonts", "P19Sdbt_default", "Profile2Fonts", "XbcUGojR2_default", "Profile3Fonts", "yN_Z6kmZ1_default", "Profile4Fonts", "tCEhJb91U_default", "Video2Fonts", "AIKitFeatureSmall2Fonts", "XKDKoclBU_default", "AIKitCTA2Fonts", "HDh3QkM3v_default", "LoaderFonts", "APim4rHnB_default", "AIKitFooterFonts", "Xn77iei6J_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "animation2", "transition3", "animation3", "animation4", "animation5", "transition4", "animation6", "transformTemplate1", "_", "animation7", "animation8", "transformTemplate2", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation9", "animation10", "addImageAlt", "image", "alt", "transition5", "animation11", "animation12", "animation13", "transition6", "animation14", "animation15", "transition7", "animation16", "transition8", "transformTemplate3", "animation17", "animation18", "transition9", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3bnx0g", "overlay", "loadMore", "args", "onTap1wnntms", "mt9yQRoSb3bnx0g", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "elementId2", "ref4", "isDisplayed2", "elementId3", "ref5", "elementId4", "ref6", "elementId5", "ref7", "elementId6", "ref8", "elementId7", "ref9", "elementId8", "ref10", "elementId9", "ref11", "elementId10", "ref12", "elementId11", "ref13", "elementId12", "ref14", "elementId13", "ref15", "elementId14", "ref16", "elementId15", "ref17", "elementId16", "ref18", "elementId17", "ref19", "elementId18", "ref20", "elementId19", "ref21", "router", "useRouter", "elementId20", "ref22", "elementId21", "ref23", "elementId22", "ref24", "elementId23", "ref25", "elementId24", "ref26", "elementId25", "ref27", "elementId26", "ref28", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "Image2", "getLoadingLazyAtYPosition", "RichText2", "x", "Link", "l", "AnimatePresence", "Ga", "SVG", "overlay1", "overlay2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
