{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@10.15.1/dist/index.es.js", "ssg:https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/7r5UGUpFh6FWtcVOCSDp/Carousel.js", "ssg:https://framerusercontent.com/modules/5ApZ1FxVa2N24USFfbVu/1PIOmWmV8uatIzUwj89k/FLXzApIyg.js", "ssg:https://framerusercontent.com/modules/pFBKfkIQbfFEEzSG9jdk/1VKpz6QWbwtWFa1YlrhL/IMm2i7xki.js", "ssg:https://framerusercontent.com/modules/zJIYDj5cbPiDFVHIoiYB/eN8mwGABgByIyfpxbIY8/jy2dNBwz0.js", "ssg:https://framerusercontent.com/modules/4rLUs4WEtamXxuqPSsOS/3tV4tP2QreKAPUoIlryt/pK7Tv7wIU.js", "ssg:https://framerusercontent.com/modules/SQV98pT96o3NSWvvjF5H/yJhp5YZX0oBp042DcOqA/XdEAXkbFJ.js", "ssg:https://framerusercontent.com/modules/zRSsP0vSHPL19djv2W0X/ClUqrIrGQmJteOZdY5DI/IilknqsQI.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,motion}from\"framer\";import{containerStyles,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useMemo}from\"react\";const coordinatesRegex=/^((?:\\-?|\\+?)?\\d+(?:\\.\\d+)?),\\s*((?:\\-?|\\+?)?\\d+(?:\\.\\d+)?)$/;/**\n * GOOGLE MAPS\n *\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function GoogleMaps({coordinates,zoom,style,...props}){const borderRadius=useRadius(props);const[latitude1,longitude1]=useMemo(()=>{var ref;const[,latitude,longitude]=(ref=coordinates.match(coordinatesRegex))!==null&&ref!==void 0?ref:[null,\"\",\"\",];return[latitude,longitude];},[coordinates]);return(/*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,overflow:\"hidden\",borderRadius},...props,children:/*#__PURE__*/ _jsx(\"iframe\",{style:{height:\"100%\",width:\"100%\",border:0},src:`https://maps.google.com/maps?q=${latitude1},${longitude1}&z=${zoom}&output=embed`})}));};addPropertyControls(GoogleMaps,{coordinates:{type:ControlType.String,title:\"Coordinates\",placeholder:\"52.37588, 4.891295\",defaultValue:\"52.37588, 4.891295\",description:\"GPS coordinates can be found directly in [Google Maps](https://maps.google.com).\"},zoom:{type:ControlType.Number,step:1,min:0,max:25,title:\"Zoom\",defaultValue:15},...borderRadiusControl});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"GoogleMaps\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"600\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GoogleMaps.map", "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{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useCallback,useLayoutEffect,useEffect,useState,useRef,cloneElement,startTransition}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{scroll,resize}from\"@motionone/dom\";import{clamp,progress}from\"@motionone/utils\";import{animate,motion,useMotionValue,useTransform,useReducedMotion}from\"framer-motion\";import{usePadding,paddingControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * Calculate the width of the fade mask. Fade width and inset are provided\n * as percentages. There's a fade on the left and the right, so we return\n * a maximum of 50%.\n */function calcMaskWidth([inset,width]){return inset+(100-inset)*(width/100)*.5;}/**\n * Use media queries to determine if this device uses a mouse as\n * the primary input.\n */function useIsMouse(){const[isMouseDevice,setIsMouseDevice]=useState(false);useLayoutEffect(()=>{startTransition(()=>setIsMouseDevice(window.matchMedia(\"(pointer:fine)\").matches));},[]);return isMouseDevice;}/**\n * This checks a scroll position against the available scrollable\n * range. If we have hit an edge, start/end, we fade out the pagination\n * controls and mask. Likewise if we've just moved away from an edge we\n * fade them back in.\n */function checkLimit(progress,target,{edgeOpacity,moreItems,buttonRef},transition){if(moreItems.current&&progress===target){moreItems.current=false;animate(edgeOpacity,1,transition);buttonRef.current.setAttribute(\"disabled\",\"\");}else if(!moreItems.current&&progress!==target){moreItems.current=true;animate(edgeOpacity,0,transition);buttonRef.current.removeAttribute(\"disabled\");}}function useGUI(initialMoreItems,initialAlpha){const moreItems=useRef(initialMoreItems);const edgeOpacity=useMotionValue(moreItems.current?0:1);const fadeOpacity=useTransform(edgeOpacity,[0,1],[initialAlpha||0,1]);const buttonOpacity=useTransform(edgeOpacity,v=>1-v);const buttonRef=useRef(null);/**\n     * Returns a pointer-events CSS value for a given opacity.\n     * The threshold here is arbitrary, the theory being we\n     * should only enable pointer-events when the button is\n     * somewhat visible.\n     */const pointerEvents=useTransform(buttonOpacity,v=>v>.2?\"auto\":\"none\");/**\n     * Returns a cursor CSS value for a given pointer-events value.\n     * So only indicate\n     */const cursor=useTransform(pointerEvents,v=>v===\"auto\"?\"pointer\":\"default\");const buttonStyle={...baseButtonStyles,opacity:buttonOpacity,pointerEvents,cursor};return{moreItems,fadeOpacity,edgeOpacity,buttonStyle,buttonRef};}function setAriaVisible({element}){element.setAttribute(\"aria-hidden\",false);}function useScrollLimits(container,axis,scrollInfo,updateCurrentScroll,targetScroll,checkLimits,measureItems){useEffect(()=>{if(!container.current)return;const updateScrollInfo=info=>{scrollInfo.current=info[axis];/**\n             * If we've reached our target scroll, delete it.\n             * This way we know when to make calculations based on the\n             * actual current scroll or the target scroll.\n             */if(info[axis].current===targetScroll.current){targetScroll.current=undefined;}updateCurrentScroll(info[axis].current);checkLimits();};const stopScroll=scroll(updateScrollInfo,{container:container.current,axis});const stopResize=resize(container.current,()=>{measureItems();checkLimits();});return()=>{stopScroll();stopResize();};},[checkLimits,measureItems]);}/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export default function Carousel({slots,gap,axis,align,sizingObject,fadeObject,arrowObject,snapObject,progressObject,ariaLabel,borderRadius,effectsObject,...props}){// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numItems=Children.count(filteredSlots);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const padding=usePadding(props);const axisLabel=axis?\"x\":\"y\";const{fadeContent,fadeWidth,fadeInset,fadeTransition,fadeAlpha}=fadeObject;const{snap,snapEdge,fluid}=snapObject;const{widthType,widthInset,widthColumns,heightType,heightInset,heightRows}=sizingObject;const{showScrollbar,showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressObject;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowPadding}=arrowObject;/**\n     * The latest scroll info on the scrollable axis as reported by Motion One.\n     */const scrollInfo=useRef(undefined);/**\n     * The target scroll we're currently animating to, calculated when\n     * a user presses a pagination button.\n     */const targetScroll=useRef(undefined);/**\n     * If we're performing a scroll animation, return the target scroll instead\n     * of the latest scroll position. This will help users paginate through\n     * a carousel much quicker.\n     */const currentScroll=useMotionValue(0);const updateCurrentScroll=newScroll=>{currentScroll.set(targetScroll.current!==undefined?targetScroll.current:newScroll);};/**\n     * We only want to display pagination buttons if the user has enabled the setting\n     * and this is actually a mouse device.\n     */const isMouseDevice=useIsMouse();/**\n     * Create all the motion values for the GUI at each end of the carousel.\n     */const start=useGUI(false,fadeAlpha);const end=useGUI(true,fadeAlpha);const startMaskInset=useMotionValue(fadeInset*.5);const endMaskInset=useTransform(startMaskInset,v=>100-v);const baseWidth=useMotionValue(fadeWidth);const startMaskWidth=useTransform([startMaskInset,baseWidth],calcMaskWidth);const endMaskWidth=useTransform(startMaskWidth,v=>100-v);const direction=useMotionValue(axis?\"right\":\"bottom\");const mask=useTransform([direction,start.fadeOpacity,startMaskInset,startMaskWidth,end.fadeOpacity,endMaskInset,endMaskWidth],latest=>{return`linear-gradient(to ${latest[0]}, rgb(0, 0, 0, ${latest[1]}) ${latest[2]}%, rgb(0, 0, 0, 1) ${latest[3]}%, rgba(0, 0, 0, 1) ${latest[6]}%, rgb(0, 0, 0, ${latest[4]}) ${latest[5]}%)`;});const carouselRef=useRef(null);/**\n     * Dots state\n     */const[numPages,setNumPages]=useState(isCanvas?4:1);/**\n     * Generate styles for components.\n     */const itemStyle={scrollSnapAlign:snapEdge,flexShrink:0};const childStyle={};if(align===\"stretch\"){if(axis){childStyle.height=\"100%\";itemStyle.height=\"auto\";}else{childStyle.width=\"100%\";itemStyle.width=\"auto\";}}if(!fluid){itemStyle.scrollSnapStop=\"always\";}if(widthType===\"stretch\"){itemStyle.width=`calc(100% - ${widthInset||0}px)`;childStyle.width=\"100%\";}else if(widthType===\"columns\"){itemStyle.width=`calc(${100/widthColumns}% - ${gap}px + ${gap/widthColumns}px)`;childStyle.width=\"100%\";}if(heightType===\"stretch\"){itemStyle.height=`calc(100% - ${heightInset||0}px)`;childStyle.height=\"100%\";}else if(heightType===\"rows\"){itemStyle.height=`calc(${100/heightRows}% - ${gap}px + ${gap/heightRows}px)`;childStyle.height=\"100%\";}const scrollOverflow=isCanvas?\"hidden\":\"auto\";const containerStyle={...baseContainerStyle,padding};const carouselStyle={...baseCarouselStyle,gap,alignItems:align,flexDirection:axis?\"row\":\"column\",overflowX:axis?scrollOverflow:\"hidden\",overflowY:axis?\"hidden\":scrollOverflow,scrollSnapType:snap?`${axisLabel} mandatory`:undefined,WebkitOverflowScrolling:\"touch\",WebkitMaskImage:fadeContent?mask:undefined,MozMaskImage:fadeContent?mask:undefined,maskImage:fadeContent?mask:undefined,borderRadius};const carouselA11y={[\"aria-roledescription\"]:\"carousel\"};if(ariaLabel){carouselA11y[\"aria-title\"]=ariaLabel;}const itemA11y={};if(align===\"stretch\"){itemA11y[\"aria-role\"]=\"group\";itemA11y[\"aria-roledescription\"]=\"slide\";}if(!isCanvas){const itemSizes=useRef([]);useScrollLimits(carouselRef,axisLabel,scrollInfo,updateCurrentScroll,targetScroll,useCallback(()=>{if(!scrollInfo.current)return;const{targetLength,containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();if(!targetLength&&!containerLength)return;if(targetLength>containerLength){checkLimit(current,0,start,fadeTransition);checkLimit(current,scrollLength,end,fadeTransition);for(let i=0;i<itemSizes.current.length;i++){const{element,start,end}=itemSizes.current[i];if(end<current||start>current+containerLength){element.setAttribute(\"aria-hidden\",true);}else{element.setAttribute(\"aria-hidden\",false);}}}else{checkLimit(0,0,start,fadeTransition);checkLimit(1,1,end,fadeTransition);itemSizes.current.forEach(setAriaVisible);}// This used to be Math.ceil, which would round 3.05 to 4.\n// This now uses Math.round to ensure people get a perfect amount of dots\n// when using Columns or Rows \u2014\u00A0Benjamin\n/**\n                 * Update by Matt: changing back to ceil, might break dots but round was incorrectly\n                 * paginating for all widths - overshooting items at shorter viewports and\n                 * not paginating at all for wide.\n                 */let newNumPages=Math.ceil(targetLength/containerLength);if(!isNaN(newNumPages)){// If the number of dots is 65% of the number of items, make it 100%\nif(newNumPages/numItems>.65)newNumPages=numItems;if(newNumPages!==numPages)setNumPages(newNumPages);}},[numPages]),useCallback(()=>{if(!carouselRef.current)return;itemSizes.current=Array.from(carouselRef.current.children).map(element=>{return axis?{element,start:element.offsetLeft,end:element.offsetLeft+element.offsetWidth}:{element,start:element.offsetTop,end:element.offsetTop+element.offsetHeight};});},[]));}/**\n     * On the canvas, we want to keep the motion values updated\n     * with the latest props. Outside of the canvas these will never\n     * update.\n     */if(isCanvas){useEffect(()=>{baseWidth.set(fadeWidth);},[fadeWidth]);useEffect(()=>{startMaskInset.set(fadeInset*.5);},[fadeInset]);useEffect(()=>{direction.set(axis?\"right\":\"bottom\");},[axis]);}const findNextItem=(delta,target)=>{if(!scrollInfo.current)return;const{current}=scrollInfo.current;const{children}=carouselRef.current;let scrollTarget;let i=delta===1?0:children.length-1;while(scrollTarget===undefined){const item=children[i];const start=axis?item.offsetLeft:item.offsetTop;const length=axis?item.offsetWidth:item.offsetHeight;const end=start+length;const threshold=.05;if(delta===1){const visibility=progress(start,end,target);if(visibility<1-threshold){scrollTarget=start;}else if(i===children.length-1){scrollTarget=end;}}else if(delta===-1){const visibility=progress(start,end,target);if(visibility>threshold){scrollTarget=end;}else if(i===0){scrollTarget=start;}}i+=delta;}return scrollTarget;};const isReducedMotion=useReducedMotion();const goto=scrollTo=>{targetScroll.current=scrollTo;const options=axis?{left:scrollTo}:{top:scrollTo};carouselRef.current.scrollTo({...options,behavior:isReducedMotion?\"auto\":\"smooth\"});};const gotoPage=page=>{if(!scrollInfo.current)return;const{scrollLength}=scrollInfo.current;goto(page*(scrollLength/(numPages-1)));};const gotoDelta=delta=>()=>{if(!scrollInfo.current)return;const{containerLength,scrollLength}=scrollInfo.current;const current=currentScroll.get();const pageLength=scrollLength/numPages;const currentPage=clamp(0,numPages-1,Math.floor(current/pageLength));gotoPage(currentPage+delta);};/**\n     * Return placeholder if no children\n     */if(numItems===0){return /*#__PURE__*/_jsx(Placeholder,{});}const dots=[];const dotsBlurStyle={};if(numPages>1&&showProgressDots&&!showScrollbar){for(let i=0;i<numPages;i++){const isSelected=isCanvas&&!i||false;dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,isSelected:isSelected,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>gotoPage(i),currentScroll:currentScroll,scrollInfo:scrollInfo,total:numPages,index:i,gap:dotsGap,padding:dotsPadding,axis:axis}));}if(dotsBlur){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}return /*#__PURE__*/_jsxs(\"section\",{style:containerStyle,...carouselA11y,children:[/*#__PURE__*/_jsx(motion.ul,{ref:carouselRef,style:carouselStyle,className:\"framer--carousel\",\"data-show-scrollbar\":showScrollbar,\"aria-atomic\":\"false\",\"aria-live\":\"polite\",onWheel:()=>targetScroll.current=undefined,children:Children.map(filteredSlots,(child,index)=>{var _child_props;return /*#__PURE__*/_jsx(\"li\",{style:itemStyle,...itemA11y,\"aria-label\":`${index+1} of ${numItems}`,children:/*#__PURE__*/cloneElement(child,{...child.props,style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,...childStyle}})});})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles,padding:arrowPadding,display:\"flex\",flexDirection:axis?\"row\":\"column\"},\"aria-label\":\"Carousel pagination controls\",className:\"framer--carousel-controls\",\"data-show-mouse-controls\":showMouseControls,children:[/*#__PURE__*/_jsx(motion.button,{ref:start.buttonRef,type:\"button\",style:{...start.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",alt:\"\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\"})}),/*#__PURE__*/_jsx(motion.button,{ref:end.buttonRef,type:\"button\",style:{...end.buttonStyle,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!axis?90:0,display:showMouseControls?\"block\":\"none\"},onClick:gotoDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.05},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",alt:\"\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\"})}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:axis?\"50%\":dotsInset,top:!axis?\"50%\":\"unset\",transform:axis?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:axis?\"row\":\"column\",bottom:axis?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,...dotsBlurStyle},children:dots}):null]}),/*#__PURE__*/_jsx(MouseStyles,{})]});}/* Default Properties */Carousel.defaultProps={gap:10,padding:10,progressObject:{showScrollbar:false,showProgressDots:false},sizingObject:{widthType:\"auto\",widthOffset:0,widthColumns:2,heightType:\"auto\",heightOffset:0,heightRows:2},borderRadius:0};/* Property Controls */addPropertyControls(Carousel,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},axis:{type:ControlType.Enum,title:\"Direction\",options:[true,false],optionIcons:[\"direction-horizontal\",\"direction-vertical\"],displaySegmentedControl:true},align:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{axis:{true:[\"align-top\",\"align-middle\",\"align-bottom\"],false:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},...paddingControl,sizingObject:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Enum,title:\"Width\",options:[\"auto\",\"stretch\",\"columns\"],optionTitles:[\"Auto\",\"Stretch\",\"Columns\"],defaultValue:\"auto\"},widthInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.widthType!==\"stretch\"},widthColumns:{type:ControlType.Number,title:\"Columns\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.widthType!==\"columns\"},heightType:{type:ControlType.Enum,title:\"Height\",options:[\"auto\",\"stretch\",\"rows\"],optionTitles:[\"Auto\",\"Stretch\",\"Rows\"],defaultValue:\"auto\"},heightInset:{type:ControlType.Number,title:\"Inset\",min:0,max:500,defaultValue:0,hidden:props=>props.heightType!==\"stretch\"},heightRows:{type:ControlType.Number,title:\"Rows\",min:1,max:10,defaultValue:2,displayStepper:true,hidden:props=>props.heightType!==\"rows\"}}},snapObject:{type:ControlType.Object,title:\"Snapping\",controls:{snap:{type:ControlType.Boolean,title:\"Enable\"},snapEdge:{type:ControlType.Enum,title:\"Edge\",options:[\"start\",\"center\",\"end\"],optionTitles:[\"Left\",\"Center\",\"Right\"],defaultValue:\"center\",hidden:props=>!props.snap},fluid:{type:ControlType.Boolean,title:\"Fluid\",defaultValue:false,hidden:props=>!props.snap}}},fadeObject:{type:ControlType.Object,title:\"Fading\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Enable\",defaultValue:false},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden:props=>!props.fadeContent},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",hidden:props=>!props.fadeContent,min:0,max:1,step:.05,defaultValue:0},fadeTransition:{type:ControlType.Transition,title:\"Transition\",hidden:props=>!props.fadeContent}}},progressObject:{type:ControlType.Object,title:\"Progress\",controls:{showScrollbar:{type:ControlType.Boolean,title:\"Scroll Bar\",defaultValue:false},showProgressDots:{type:ControlType.Boolean,title:\"Dots\",defaultValue:false,hidden:props=>props.showScrollbar},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:0,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:4,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}},arrowObject:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:true},arrowFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showMouseControls},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:40,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:0,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls}}},ariaLabel:{type:ControlType.String,title:\"Aria Label\",placeholder:\"Movies...\"},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0}});function Dot({currentScroll,scrollInfo,isSelected,selectedOpacity,opacity:unselectedOpacity,total,index,dotStyle,buttonStyle,gap,padding,axis,...props}){const opacity=useTransform(currentScroll,v=>{var _scrollInfo_current,_scrollInfo_current1;if(!((_scrollInfo_current=scrollInfo.current)===null||_scrollInfo_current===void 0?void 0:_scrollInfo_current.scrollLength)){return index===0?selectedOpacity:unselectedOpacity;}const pageLength=((_scrollInfo_current1=scrollInfo.current)===null||_scrollInfo_current1===void 0?void 0:_scrollInfo_current1.scrollLength)/total;const minScroll=pageLength*index;const maxScroll=minScroll+pageLength;const isSelected=v>=minScroll&&(index<total-1?v<maxScroll:index===total-1);return isSelected?selectedOpacity:unselectedOpacity;});const inlinePadding=gap/2;let top=!axis&&index>0?inlinePadding:padding;let bottom=!axis&&index!==total-1?inlinePadding:padding;let right=axis&&index!==total-1?inlinePadding:padding;let left=axis&&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,opacity}})});}function Placeholder(){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to swipe between.\"})]});}function MouseStyles(){return /*#__PURE__*/_jsx(\"div\",{dangerouslySetInnerHTML:{__html:`<style>@media (pointer: fine) {\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar {\n                    display: none;\n                    -webkit-appearance: none;\n                    width: 0;\n                    height: 0;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"]::-webkit-scrollbar-thumb {\n                    display: none;\n                }\n\n                .framer--carousel[data-show-scrollbar=\"false\"] {\n                    scrollbar-width: none;\n                    scrollbar-height: none;\n                }\n            }</style>`}});}/* 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:130,lineHeight:1.5,textAlign:\"center\"};const labelStyle={clip:\"rect(0 0 0 0)\",WebkitClipPath:\"inset(50%)\",clipPath:\"inset(50%)\",height:1,width:1,margin:-1,padding:0,overflow:\"hidden\",position:\"absolute\",whiteSpace:\"nowrap\"};/**\n * GUI styles\n */const baseContainerStyle={display:\"flex\",overflow:\"hidden\",width:\"100%\",height:\"100%\",position:\"relative\"};const baseCarouselStyle={padding:0,margin:0,listStyle:\"none\",position:\"relative\",display:\"flex\",flex:\"1 1 100%\",width:\"100%\",height:\"100%\"};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\",top:0,left:0,right:0,bottom:0,pointerEvents:\"none\",border:0,padding:0,margin:0};/**\n * Dot styles\n */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\":\"Carousel\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Carousel.map", "// Generated by Framer (1a71db7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,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/CAjjxbTJBxHwH1MagCef/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={d77WtBORe:{hover:true},I27BjI0db:{hover:true},uvXz5tOXs:{hover:true}};const cycleOrder=[\"d77WtBORe\",\"uvXz5tOXs\",\"I27BjI0db\"];const serializationHash=\"framer-bIEE6\";const variantClassNames={d77WtBORe:\"framer-v-os1iv6\",I27BjI0db:\"framer-v-1s908fg\",uvXz5tOXs:\"framer-v-2sp4oc\"};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 humanReadableVariantMap={Large:\"d77WtBORe\",Medium:\"uvXz5tOXs\",Small:\"I27BjI0db\"};const getProps=({color,height,id,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,bVToBLBTS:(_ref=title!==null&&title!==void 0?title:props.bVToBLBTS)!==null&&_ref!==void 0?_ref:\"Learn more\",KqeH5xil_:(_ref1=color!==null&&color!==void 0?color:props.KqeH5xil_)!==null&&_ref1!==void 0?_ref1:\"rgb(0, 0, 0)\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"d77WtBORe\"};};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,bVToBLBTS,KqeH5xil_,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"d77WtBORe\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-os1iv6\",className,classNames),\"data-framer-name\":\"Large\",layoutDependency:layoutDependency,layoutId:\"d77WtBORe\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:1,...style},variants:{\"d77WtBORe-hover\":{opacity:.5},\"I27BjI0db-hover\":{opacity:.5},\"uvXz5tOXs-hover\":{opacity:.5}},...addPropertyOverrides({\"d77WtBORe-hover\":{\"data-framer-name\":undefined},\"I27BjI0db-hover\":{\"data-framer-name\":undefined},\"uvXz5tOXs-hover\":{\"data-framer-name\":undefined},I27BjI0db:{\"data-framer-name\":\"Small\"},uvXz5tOXs:{\"data-framer-name\":\"Medium\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-KqeH5xil_-FLXzApIyg))\"},children:\"Learn more\"})}),className:\"framer-td2eub\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"PdZp_BQW6\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-KqeH5xil_-FLXzApIyg)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-KqeH5xil_-FLXzApIyg\":KqeH5xil_},text:bVToBLBTS,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({I27BjI0db:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-KqeH5xil_-FLXzApIyg))\"},children:\"Learn more\"})})},uvXz5tOXs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-KqeH5xil_-FLXzApIyg))\"},children:\"Learn more\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xgmqj0\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"btakL8rlb\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-169dxvj-container\",layoutDependency:layoutDependency,layoutId:\"VjoCq4H5g-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:KqeH5xil_,height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowRight\",id:\"VjoCq4H5g\",layoutId:\"VjoCq4H5g\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bIEE6.framer-1o3ofrl, .framer-bIEE6 .framer-1o3ofrl { display: block; }\",\".framer-bIEE6.framer-os1iv6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 44px; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: min-content; }\",\".framer-bIEE6 .framer-td2eub { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bIEE6 .framer-1xgmqj0 { flex: none; height: 20px; overflow: visible; position: relative; width: 20px; }\",\".framer-bIEE6 .framer-169dxvj-container { bottom: -1px; flex: none; height: 20px; left: 0px; position: absolute; right: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bIEE6.framer-os1iv6 { gap: 0px; } .framer-bIEE6.framer-os1iv6 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-bIEE6.framer-os1iv6 > :first-child { margin-left: 0px; } .framer-bIEE6.framer-os1iv6 > :last-child { margin-right: 0px; } }\",\".framer-bIEE6.framer-v-2sp4oc.framer-os1iv6 { gap: 4px; }\",\".framer-bIEE6.framer-v-2sp4oc .framer-169dxvj-container { bottom: 1px; height: 16px; right: unset; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bIEE6.framer-v-2sp4oc.framer-os1iv6 { gap: 0px; } .framer-bIEE6.framer-v-2sp4oc.framer-os1iv6 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-bIEE6.framer-v-2sp4oc.framer-os1iv6 > :first-child { margin-left: 0px; } .framer-bIEE6.framer-v-2sp4oc.framer-os1iv6 > :last-child { margin-right: 0px; } }\",\".framer-bIEE6.framer-v-1s908fg.framer-os1iv6 { gap: 2px; }\",\".framer-bIEE6.framer-v-1s908fg .framer-1xgmqj0 { height: 16px; width: 16px; }\",\".framer-bIEE6.framer-v-1s908fg .framer-169dxvj-container { bottom: 1px; height: 13px; left: calc(50.00000000000002% - 13px / 2); right: unset; width: 13px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bIEE6.framer-v-1s908fg.framer-os1iv6 { gap: 0px; } .framer-bIEE6.framer-v-1s908fg.framer-os1iv6 > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-bIEE6.framer-v-1s908fg.framer-os1iv6 > :first-child { margin-left: 0px; } .framer-bIEE6.framer-v-1s908fg.framer-os1iv6 > :last-child { margin-right: 0px; } }\",\".framer-bIEE6.framer-v-os1iv6.hover .framer-169dxvj-container { left: unset; right: -3px; width: 20px; }\",\".framer-bIEE6.framer-v-2sp4oc.hover .framer-169dxvj-container { left: calc(50.00000000000002% - 16px / 2); right: unset; }\",\".framer-bIEE6.framer-v-1s908fg.hover .framer-169dxvj-container { left: unset; right: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 168.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"uvXz5tOXs\":{\"layout\":[\"auto\",\"fixed\"]},\"I27BjI0db\":{\"layout\":[\"auto\",\"fixed\"]},\"JCafFNXMZ\":{\"layout\":[\"auto\",\"fixed\"]},\"WgKGUQk7h\":{\"layout\":[\"auto\",\"fixed\"]},\"AXqogWhYw\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"bVToBLBTS\":\"title\",\"KqeH5xil_\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerFLXzApIyg=withCSS(Component,css,\"framer-bIEE6\");export default FramerFLXzApIyg;FramerFLXzApIyg.displayName=\"CTA\";FramerFLXzApIyg.defaultProps={height:44,width:168.5};addPropertyControls(FramerFLXzApIyg,{variant:{options:[\"d77WtBORe\",\"uvXz5tOXs\",\"I27BjI0db\"],optionTitles:[\"Large\",\"Medium\",\"Small\"],title:\"Variant\",type:ControlType.Enum},bVToBLBTS:{defaultValue:\"Learn more\",displayTextArea:false,title:\"Title\",type:ControlType.String},KqeH5xil_:{defaultValue:\"rgb(0, 0, 0)\",title:\"Color\",type:ControlType.Color}});addFonts(FramerFLXzApIyg,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFLXzApIyg\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"168.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"uvXz5tOXs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"I27BjI0db\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"JCafFNXMZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"WgKGUQk7h\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"AXqogWhYw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"bVToBLBTS\\\":\\\"title\\\",\\\"KqeH5xil_\\\":\\\"color\\\"}\",\"framerIntrinsicHeight\":\"44\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FLXzApIyg.map", "// Generated by Framer (1a71db7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/7fUZ7LagsHBA2N4ySvs5/dnPXH12R5ACOtrhnrwNv/GPDKd6Ic6.js\";import CTA from\"https://framerusercontent.com/modules/5ApZ1FxVa2N24USFfbVu/1PIOmWmV8uatIzUwj89k/FLXzApIyg.js\";const CTAFonts=getFonts(CTA);const enabledGestures={Cmc42YXt0:{pressed:true},Kfyk6IRpL:{hover:true}};const cycleOrder=[\"Kfyk6IRpL\",\"Cmc42YXt0\"];const serializationHash=\"framer-eUTK6\";const variantClassNames={Cmc42YXt0:\"framer-v-kkgn8c\",Kfyk6IRpL:\"framer-v-8ztirh\"};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 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\":\"Kfyk6IRpL\",\"Variant 2\":\"Cmc42YXt0\"};const getProps=({color,cTA,height,id,itemPhtoo,link2,text,title,visible,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4,_ref5,_ref6;return{...props,F9iLom6pc:(_ref=itemPhtoo!==null&&itemPhtoo!==void 0?itemPhtoo:props.F9iLom6pc)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/FuUK5rRNmevrENE46vKa0gzz1K8.webp\"},iHqIagJOF:(_ref1=cTA!==null&&cTA!==void 0?cTA:props.iHqIagJOF)!==null&&_ref1!==void 0?_ref1:\"Learn more\",IlDHCEHSx:(_ref2=visible!==null&&visible!==void 0?visible:props.IlDHCEHSx)!==null&&_ref2!==void 0?_ref2:true,Pzs4GcH4x:(_ref3=color!==null&&color!==void 0?color:props.Pzs4GcH4x)!==null&&_ref3!==void 0?_ref3:\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\",variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"Kfyk6IRpL\",xAq2YFJGv:link2!==null&&link2!==void 0?link2:props.xAq2YFJGv,Z6hiuC6BW:(_ref5=title!==null&&title!==void 0?title:props.Z6hiuC6BW)!==null&&_ref5!==void 0?_ref5:\"Integration ecosystem\",ZfP85W1Qa:(_ref6=text!==null&&text!==void 0?text:props.ZfP85W1Qa)!==null&&_ref6!==void 0?_ref6:\"Track your progress and motivate your efforts everyday.\"};};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,Pzs4GcH4x,Z6hiuC6BW,ZfP85W1Qa,iHqIagJOF,F9iLom6pc,IlDHCEHSx,xAq2YFJGv,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Kfyk6IRpL\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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(Link,{href:xAq2YFJGv,nodeId:\"Kfyk6IRpL\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-8ztirh\",className,classNames)} framer-1v358uv`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Kfyk6IRpL\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0.1)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},variants:{\"Cmc42YXt0-pressed\":{\"--border-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\",backgroundColor:\"rgba(255, 255, 255, 0.7)\"},\"Kfyk6IRpL-hover\":{\"--border-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\",backgroundColor:\"rgba(255, 255, 255, 0.7)\"}},...addPropertyOverrides({\"Cmc42YXt0-pressed\":{\"data-framer-name\":undefined},\"Kfyk6IRpL-hover\":{\"data-framer-name\":undefined},Cmc42YXt0:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uhuj7p\",layoutDependency:layoutDependency,layoutId:\"gYr5liKfv\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||305)-20-285)/1*0)+0+0),sizes:\"210px\",...toResponsiveImage(F9iLom6pc),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1a1eaes\",layoutDependency:layoutDependency,layoutId:\"qezeBOSdG\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({\"Cmc42YXt0-pressed\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||279.5)-20-267.3)/1*0)+0+0),sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px)`,...toResponsiveImage(F9iLom6pc),...{positionX:\"center\",positionY:\"center\"}}},Cmc42YXt0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||285.5)-20-273.3)/1*0)+0+0),sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px)`,...toResponsiveImage(F9iLom6pc),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w6n9oc\",layoutDependency:layoutDependency,layoutId:\"l3yAjF57c\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-13rf66x\",\"data-styles-preset\":\"GPDKd6Ic6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--variable-reference-Pzs4GcH4x-IMm2i7xki))\"},children:\"Integration ecosystem\"})}),className:\"framer-1o6909d\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JKsBQwclH\",style:{\"--extracted-1lwpl3i\":\"var(--variable-reference-Pzs4GcH4x-IMm2i7xki)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-Pzs4GcH4x-IMm2i7xki\":Pzs4GcH4x},text:Z6hiuC6BW,variants:{\"Cmc42YXt0-pressed\":{\"--extracted-1lwpl3i\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},\"Kfyk6IRpL-hover\":{\"--extracted-1lwpl3i\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Cmc42YXt0-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"599\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208)))\"},children:\"Integration ecosystem\"})})},\"Kfyk6IRpL-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-13rf66x\",\"data-styles-preset\":\"GPDKd6Ic6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208)))\"},children:\"Integration ecosystem\"})})},Cmc42YXt0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"599\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--variable-reference-Pzs4GcH4x-IMm2i7xki))\"},children:\"Integration ecosystem\"})}),fonts:[\"__SF-UI-Display-Semibold__\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Pzs4GcH4x-IMm2i7xki))\"},children:\"Track your progress and motivate your efforts everyday.\"})}),className:\"framer-10t8vj0\",fonts:[\"__SF-UI-Display-Regular__\"],layoutDependency:layoutDependency,layoutId:\"pQnPrXLhV\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Pzs4GcH4x-IMm2i7xki)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-Pzs4GcH4x-IMm2i7xki\":Pzs4GcH4x,opacity:.8},text:ZfP85W1Qa,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Cmc42YXt0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Pzs4GcH4x-IMm2i7xki))\"},children:\"Track your progress and motivate your efforts everyday.\"})})}},baseVariant,gestureVariant)})]})]}),IlDHCEHSx&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+(0+241+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||305)-20-285)/1*1),...addPropertyOverrides({\"Cmc42YXt0-pressed\":{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+(0+223.3+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||279.5)-20-267.3)/1*1)},Cmc42YXt0:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+(0+229.3+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||285.5)-20-273.3)/1*1)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-quzgtk-container\",layoutDependency:layoutDependency,layoutId:\"YRCosr7ZV-container\",children:/*#__PURE__*/_jsx(CTA,{bVToBLBTS:iHqIagJOF,height:\"100%\",id:\"YRCosr7ZV\",KqeH5xil_:Pzs4GcH4x,layoutId:\"YRCosr7ZV\",variant:\"uvXz5tOXs\",width:\"100%\",...addPropertyOverrides({\"Cmc42YXt0-pressed\":{KqeH5xil_:\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},\"Kfyk6IRpL-hover\":{KqeH5xil_:\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},Cmc42YXt0:{variant:\"I27BjI0db\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eUTK6.framer-1v358uv, .framer-eUTK6 .framer-1v358uv { display: block; }\",\".framer-eUTK6.framer-8ztirh { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 10px; position: relative; text-decoration: none; width: 230px; }\",\".framer-eUTK6 .framer-1uhuj7p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 241px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 210px; }\",\".framer-eUTK6 .framer-1a1eaes { flex: none; height: 130px; overflow: visible; position: relative; width: 100%; }\",\".framer-eUTK6 .framer-1w6n9oc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eUTK6 .framer-1o6909d { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-eUTK6 .framer-10t8vj0 { flex: none; height: auto; max-width: 400px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-eUTK6 .framer-quzgtk-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eUTK6 .framer-1uhuj7p, .framer-eUTK6 .framer-1w6n9oc { gap: 0px; } .framer-eUTK6 .framer-1uhuj7p > *, .framer-eUTK6 .framer-1w6n9oc > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-eUTK6 .framer-1uhuj7p > :first-child, .framer-eUTK6 .framer-1w6n9oc > :first-child { margin-top: 0px; } .framer-eUTK6 .framer-1uhuj7p > :last-child, .framer-eUTK6 .framer-1w6n9oc > :last-child { margin-bottom: 0px; } }\",\".framer-eUTK6.framer-v-kkgn8c.framer-8ztirh { width: 170px; }\",\".framer-eUTK6.framer-v-kkgn8c .framer-1uhuj7p { height: min-content; width: 100%; }\",\".framer-eUTK6.framer-v-kkgn8c .framer-1a1eaes { height: 117px; }\",\".framer-eUTK6.framer-v-kkgn8c.pressed .framer-1w6n9oc { gap: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eUTK6.framer-v-kkgn8c.pressed .framer-1w6n9oc { gap: 0px; } .framer-eUTK6.framer-v-kkgn8c.pressed .framer-1w6n9oc > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-eUTK6.framer-v-kkgn8c.pressed .framer-1w6n9oc > :first-child { margin-top: 0px; } .framer-eUTK6.framer-v-kkgn8c.pressed .framer-1w6n9oc > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-eUTK6[data-border=\"true\"]::after, .framer-eUTK6 [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 305\n * @framerIntrinsicWidth 230\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Cmc42YXt0\":{\"layout\":[\"fixed\",\"auto\"]},\"zXqTA2a2N\":{\"layout\":[\"fixed\",\"auto\"]},\"M8BbsQgkb\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Pzs4GcH4x\":\"color\",\"Z6hiuC6BW\":\"title\",\"ZfP85W1Qa\":\"text\",\"iHqIagJOF\":\"cTA\",\"F9iLom6pc\":\"itemPhtoo\",\"IlDHCEHSx\":\"visible\",\"xAq2YFJGv\":\"link2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIMm2i7xki=withCSS(Component,css,\"framer-eUTK6\");export default FramerIMm2i7xki;FramerIMm2i7xki.displayName=\"Feature Simple\";FramerIMm2i7xki.defaultProps={height:305,width:230};addPropertyControls(FramerIMm2i7xki,{variant:{options:[\"Kfyk6IRpL\",\"Cmc42YXt0\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},Pzs4GcH4x:{defaultValue:'var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59)) /* {\"name\":\"txt\"} */',title:\"Color\",type:ControlType.Color},Z6hiuC6BW:{defaultValue:\"Integration ecosystem\",displayTextArea:true,title:\"Title\",type:ControlType.String},ZfP85W1Qa:{defaultValue:\"Track your progress and motivate your efforts everyday.\",displayTextArea:true,title:\"Text\",type:ControlType.String},iHqIagJOF:{defaultValue:\"Learn more\",displayTextArea:false,title:\"CTA\",type:ControlType.String},F9iLom6pc:{__defaultAssetReference:\"data:framer/asset-reference,FuUK5rRNmevrENE46vKa0gzz1K8.webp?originalFilename=interior.webp&preferredSize=auto\",title:\"item phtoo\",type:ControlType.ResponsiveImage},IlDHCEHSx:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean},xAq2YFJGv:{title:\"Link 2\",type:ControlType.Link}});addFonts(FramerIMm2i7xki,[{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\"}]},...CTAFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIMm2i7xki\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"Pzs4GcH4x\\\":\\\"color\\\",\\\"Z6hiuC6BW\\\":\\\"title\\\",\\\"ZfP85W1Qa\\\":\\\"text\\\",\\\"iHqIagJOF\\\":\\\"cTA\\\",\\\"F9iLom6pc\\\":\\\"itemPhtoo\\\",\\\"IlDHCEHSx\\\":\\\"visible\\\",\\\"xAq2YFJGv\\\":\\\"link2\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"305\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"230\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Cmc42YXt0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zXqTA2a2N\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"M8BbsQgkb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/qrv5hHB5PJesaYXe9BtS/xhgWWtjZ9SZDVK6Q7tFU/PWn1k_MD2.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/uEjiOkyF7vLoKwmNvZfQ/WMcIm9J7aV4yLZCL3GXS/UkYay4GtR.js\";const enabledGestures={EYCROVeux:{hover:true},roAZuUGN3:{hover:true}};const cycleOrder=[\"EYCROVeux\",\"qcq9yHn_f\",\"roAZuUGN3\"];const serializationHash=\"framer-wFkG5\";const variantClassNames={EYCROVeux:\"framer-v-1a5o115\",qcq9yHn_f:\"framer-v-m9n94g\",roAZuUGN3:\"framer-v-1rd1qhw\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==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\":\"EYCROVeux\",\"Variant 2\":\"qcq9yHn_f\",\"Variant 3\":\"roAZuUGN3\"};const getProps=({body,height,id,image,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,rK7kH7HZX:(_ref=body!==null&&body!==void 0?body:props.rK7kH7HZX)!==null&&_ref!==void 0?_ref:\"Smart designs,\\xa0premium fit-out,\\xa0energy-efficient systems, and regular maintenance for comfortable living.\",UHi7V0AXo:(_ref1=image!==null&&image!==void 0?image:props.UHi7V0AXo)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/ltTai9LUxEf41IUhIFRnAMx5Ro.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ltTai9LUxEf41IUhIFRnAMx5Ro.webp?scale-down-to=512 512w,https://framerusercontent.com/images/ltTai9LUxEf41IUhIFRnAMx5Ro.webp 900w\"},variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"EYCROVeux\",ZGqvBu0jd:(_ref3=title!==null&&title!==void 0?title:props.ZGqvBu0jd)!==null&&_ref3!==void 0?_ref3:\"Home\"};};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,rK7kH7HZX,ZGqvBu0jd,UHi7V0AXo,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EYCROVeux\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(UHi7V0AXo),...{positionX:\"center\",positionY:\"center\"}},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1a5o115\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"EYCROVeux\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",filter:\"drop-shadow(0px 10px 9px rgba(0, 0, 0, 0.1))\",WebkitFilter:\"drop-shadow(0px 10px 9px rgba(0, 0, 0, 0.1))\",...style},variants:{\"EYCROVeux-hover\":{\"--border-bottom-width\":\"4px\",\"--border-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-top-width\":\"4px\"},\"roAZuUGN3-hover\":{\"--border-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"}},...addPropertyOverrides({\"EYCROVeux-hover\":{\"data-framer-name\":undefined},\"roAZuUGN3-hover\":{\"data-framer-name\":undefined},qcq9yHn_f:{\"data-framer-name\":\"Variant 2\"},roAZuUGN3:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yj24d7\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"ILQZG6PGE\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(43, 48, 55, 0.7)\",WebkitBackdropFilter:\"blur(5px)\"},variants:{\"EYCROVeux-hover\":{backgroundColor:\"rgba(28, 159, 208, 0.8)\"},\"roAZuUGN3-hover\":{backgroundColor:\"rgba(28, 159, 208, 0.8)\"}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1cx401f\",\"data-styles-preset\":\"UkYay4GtR\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255)))\"},children:\"Home\"})}),className:\"framer-bjagi9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OcrpgAkG9\",style:{\"--extracted-1eung3n\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ZGqvBu0jd,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qcq9yHn_f:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"599\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255)))\"},children:\"Home\"})}),fonts:[\"__SF-UI-Display-Semibold__\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cc56zh\",\"data-styles-preset\":\"PWn1k_MD2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255)))\"},children:\"Smart designs,\\xa0premium fit-out,\\xa0energy-efficient systems, and regular maintenance for comfortable living.\"})}),className:\"framer-103emkh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QL0o0_aP3\",style:{\"--extracted-r6o4lv\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:rK7kH7HZX,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({qcq9yHn_f:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255)))\"},children:\"Smart designs,\\xa0premium fit-out,\\xa0energy-efficient systems, and regular maintenance for comfortable living.\"})}),fonts:[\"__SF-UI-Display-Regular__\"]}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wFkG5.framer-19nkd0z, .framer-wFkG5 .framer-19nkd0z { display: block; }\",\".framer-wFkG5.framer-1a5o115 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 400px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 300px; }\",\".framer-wFkG5 .framer-yj24d7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 10px; position: relative; width: 100%; }\",\".framer-wFkG5 .framer-bjagi9, .framer-wFkG5 .framer-103emkh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wFkG5.framer-1a5o115, .framer-wFkG5 .framer-yj24d7 { gap: 0px; } .framer-wFkG5.framer-1a5o115 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-wFkG5.framer-1a5o115 > :first-child, .framer-wFkG5 .framer-yj24d7 > :first-child { margin-top: 0px; } .framer-wFkG5.framer-1a5o115 > :last-child, .framer-wFkG5 .framer-yj24d7 > :last-child { margin-bottom: 0px; } .framer-wFkG5 .framer-yj24d7 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",\".framer-wFkG5.framer-v-m9n94g.framer-1a5o115 { cursor: unset; }\",\".framer-wFkG5.framer-v-1rd1qhw .framer-yj24d7 { z-index: 2; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-wFkG5[data-border=\"true\"]::after, .framer-wFkG5 [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 400\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"qcq9yHn_f\":{\"layout\":[\"fixed\",\"fixed\"]},\"roAZuUGN3\":{\"layout\":[\"fixed\",\"fixed\"]},\"uyIldzxCA\":{\"layout\":[\"fixed\",\"fixed\"]},\"hCE4j7ho_\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"rK7kH7HZX\":\"body\",\"ZGqvBu0jd\":\"title\",\"UHi7V0AXo\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerjy2dNBwz0=withCSS(Component,css,\"framer-wFkG5\");export default Framerjy2dNBwz0;Framerjy2dNBwz0.displayName=\"Diverse space\";Framerjy2dNBwz0.defaultProps={height:400,width:300};addPropertyControls(Framerjy2dNBwz0,{variant:{options:[\"EYCROVeux\",\"qcq9yHn_f\",\"roAZuUGN3\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},rK7kH7HZX:{defaultValue:\"Smart designs,\\xa0premium fit-out,\\xa0energy-efficient systems, and regular maintenance for comfortable living.\",displayTextArea:false,title:\"Body\",type:ControlType.String},ZGqvBu0jd:{defaultValue:\"Home\",displayTextArea:false,title:\"Title\",type:ControlType.String},UHi7V0AXo:{__defaultAssetReference:\"data:framer/asset-reference,ltTai9LUxEf41IUhIFRnAMx5Ro.webp?originalFilename=home1.webp&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(Framerjy2dNBwz0,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerjy2dNBwz0\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qcq9yHn_f\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"roAZuUGN3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uyIldzxCA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hCE4j7ho_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"400\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"300\",\"framerVariables\":\"{\\\"rK7kH7HZX\\\":\\\"body\\\",\\\"ZGqvBu0jd\\\":\\\"title\\\",\\\"UHi7V0AXo\\\":\\\"image\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jy2dNBwz0.map", "// Generated by Framer (7e15670)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,RichText,useActiveVariantCallback,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/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/7fUZ7LagsHBA2N4ySvs5/dnPXH12R5ACOtrhnrwNv/GPDKd6Ic6.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/qrv5hHB5PJesaYXe9BtS/xhgWWtjZ9SZDVK6Q7tFU/PWn1k_MD2.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"T5CrfWy_o\",\"yPX8xspWY\"];const serializationHash=\"framer-9rRVn\";const variantClassNames={T5CrfWy_o:\"framer-v-14k8rn3\",yPX8xspWY:\"framer-v-3m90k0\"};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 transitions={default:{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(React.Fragment);const humanReadableVariantMap={Closed:\"yPX8xspWY\",Open:\"T5CrfWy_o\"};const getProps=({answer,color,height,id,question,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,CM1C23HdI:(_ref=color!==null&&color!==void 0?color:props.CM1C23HdI)!==null&&_ref!==void 0?_ref:\"rgb(0, 0, 0)\",m1wBZJAoM:(_ref1=answer!==null&&answer!==void 0?answer:props.m1wBZJAoM)!==null&&_ref1!==void 0?_ref1:\"You can cancel your plan whenever you\u2019d like. You\u2019ll be downgraded to the free plan. You won\u2019t be locked out of any projects that have paid plans.\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"T5CrfWy_o\",vd59XDbg4:(_ref3=question!==null&&question!==void 0?question:props.vd59XDbg4)!==null&&_ref3!==void 0?_ref3:\"Which pricing plan is right for me?\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,CM1C23HdI,vd59XDbg4,m1wBZJAoM,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"T5CrfWy_o\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1yox9kg=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"yPX8xspWY\");});const onTap9qppf6=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"T5CrfWy_o\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"yPX8xspWY\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-14k8rn3\",className,classNames),\"data-framer-name\":\"Open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"T5CrfWy_o\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap1yox9kg,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({yPX8xspWY:{\"data-framer-name\":\"Closed\",onTap:onTap9qppf6}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wf4vzb\",layoutDependency:layoutDependency,layoutId:\"PsdCDkf0b\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-13rf66x\",\"data-styles-preset\":\"GPDKd6Ic6\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--variable-reference-CM1C23HdI-pK7Tv7wIU))\"},children:\"Which pricing plan is right for me?\"})}),className:\"framer-10dl5x2\",layoutDependency:layoutDependency,layoutId:\"SMsuS8tAl\",style:{\"--extracted-1lwpl3i\":\"var(--variable-reference-CM1C23HdI-pK7Tv7wIU)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-CM1C23HdI-pK7Tv7wIU\":CM1C23HdI},text:vd59XDbg4,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-n744wx\",layoutDependency:layoutDependency,layoutId:\"ww7P_jnya\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pefwu9-container\",layoutDependency:layoutDependency,layoutId:\"HAOnwCwhX-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:CM1C23HdI,height:\"100%\",iconSearch:\"House\",iconSelection:\"Minus\",id:\"HAOnwCwhX\",layoutId:\"HAOnwCwhX\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\",...addPropertyOverrides({yPX8xspWY:{iconSelection:\"Plus\"}},baseVariant,gestureVariant)})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cc56zh\",\"data-styles-preset\":\"PWn1k_MD2\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-CM1C23HdI-pK7Tv7wIU))\"},children:\"You can cancel your plan whenever you\u2019d like. You\u2019ll be downgraded to the free plan. You won\u2019t be locked out of any projects that have paid plans.\"})}),className:\"framer-1wueld1\",layoutDependency:layoutDependency,layoutId:\"Xoa1O0ULo\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-CM1C23HdI-pK7Tv7wIU)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-CM1C23HdI-pK7Tv7wIU\":CM1C23HdI,opacity:.8},text:m1wBZJAoM,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=['.framer-9rRVn[data-border=\"true\"]::after, .framer-9rRVn [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9rRVn.framer-125ow2n, .framer-9rRVn .framer-125ow2n { display: block; }\",\".framer-9rRVn.framer-14k8rn3 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 617px; }\",\".framer-9rRVn .framer-wf4vzb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 24px; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-9rRVn .framer-10dl5x2 { flex: 1 0 0px; height: auto; max-width: 90%; overflow: hidden; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-9rRVn .framer-n744wx { 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 0px 0px 0px; position: relative; width: min-content; }\",\".framer-9rRVn .framer-pefwu9-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-9rRVn .framer-1wueld1 { flex: none; height: auto; max-width: 460px; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9rRVn.framer-14k8rn3, .framer-9rRVn .framer-n744wx { gap: 0px; } .framer-9rRVn.framer-14k8rn3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-9rRVn.framer-14k8rn3 > :first-child { margin-top: 0px; } .framer-9rRVn.framer-14k8rn3 > :last-child { margin-bottom: 0px; } .framer-9rRVn .framer-n744wx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-9rRVn .framer-n744wx > :first-child { margin-left: 0px; } .framer-9rRVn .framer-n744wx > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 106\n * @framerIntrinsicWidth 617\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"yPX8xspWY\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"CM1C23HdI\":\"color\",\"vd59XDbg4\":\"question\",\"m1wBZJAoM\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerpK7Tv7wIU=withCSS(Component,css,\"framer-9rRVn\");export default FramerpK7Tv7wIU;FramerpK7Tv7wIU.displayName=\"FAQ\";FramerpK7Tv7wIU.defaultProps={height:106,width:617};addPropertyControls(FramerpK7Tv7wIU,{variant:{options:[\"T5CrfWy_o\",\"yPX8xspWY\"],optionTitles:[\"Open\",\"Closed\"],title:\"Variant\",type:ControlType.Enum},CM1C23HdI:{defaultValue:\"rgb(0, 0, 0)\",title:\"Color\",type:ControlType.Color},vd59XDbg4:{defaultValue:\"Which pricing plan is right for me?\",displayTextArea:true,title:\"Question\",type:ControlType.String},m1wBZJAoM:{defaultValue:\"You can cancel your plan whenever you\u2019d like. You\u2019ll be downgraded to the free plan. You won\u2019t be locked out of any projects that have paid plans.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerpK7Tv7wIU,[...PhosphorFonts,...sharedStyle.fonts,...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpK7Tv7wIU\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"106\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yPX8xspWY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"CM1C23HdI\\\":\\\"color\\\",\\\"vd59XDbg4\\\":\\\"question\\\",\\\"m1wBZJAoM\\\":\\\"answer\\\"}\",\"framerIntrinsicWidth\":\"617\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/7fUZ7LagsHBA2N4ySvs5/dnPXH12R5ACOtrhnrwNv/GPDKd6Ic6.js\";const enabledGestures={WpyuDFVZs:{hover:true}};const serializationHash=\"framer-mYSUw\";const variantClassNames={WpyuDFVZs:\"framer-v-lk307k\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==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=({body,height,id,image,mainT,title,title2,title3,visible,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6;return{...props,E0CE5q5pu:(_ref=title!==null&&title!==void 0?title:props.E0CE5q5pu)!==null&&_ref!==void 0?_ref:\"Interior\",EdEL438T1:(_ref1=title2!==null&&title2!==void 0?title2:props.EdEL438T1)!==null&&_ref1!==void 0?_ref1:\"text\",fV8uyRIlf:(_ref2=body!==null&&body!==void 0?body:props.fV8uyRIlf)!==null&&_ref2!==void 0?_ref2:\"Delivering top-notch solutions that enhance efficiency, sustainability, and performance, while building lasting relationships founded on trust and excellence.\",H8UZS9oLr:(_ref3=image!==null&&image!==void 0?image:props.H8UZS9oLr)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/pAkMrcSWe1ihawb4Osq61Vukhc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/pAkMrcSWe1ihawb4Osq61Vukhc.png?scale-down-to=1024 682w,https://framerusercontent.com/images/pAkMrcSWe1ihawb4Osq61Vukhc.png 896w\"},igoUGYPf4:(_ref4=mainT!==null&&mainT!==void 0?mainT:props.igoUGYPf4)!==null&&_ref4!==void 0?_ref4:\"Our Mission\",jmMx_aYTR:(_ref5=visible!==null&&visible!==void 0?visible:props.jmMx_aYTR)!==null&&_ref5!==void 0?_ref5:true,ObU9rdIrZ:(_ref6=title3!==null&&title3!==void 0?title3:props.ObU9rdIrZ)!==null&&_ref6!==void 0?_ref6:\"text\"};};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,H8UZS9oLr,E0CE5q5pu,igoUGYPf4,fV8uyRIlf,EdEL438T1,ObU9rdIrZ,jmMx_aYTR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"WpyuDFVZs\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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__*/_jsxs(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(H8UZS9oLr),...{positionX:\"center\",positionY:\"center\"}},className:cx(serializationHash,...sharedStyleClassNames,\"framer-lk307k\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"WpyuDFVZs\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-cc54721f-7072-4a8f-b8ec-253997b16ac8, rgb(43, 48, 55))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",filter:\"drop-shadow(0px 10px 9px rgba(0, 0, 0, 0.1))\",WebkitFilter:\"drop-shadow(0px 10px 9px rgba(0, 0, 0, 0.1))\",...style},...addPropertyOverrides({\"WpyuDFVZs-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uh2o7d\",layoutDependency:layoutDependency,layoutId:\"s7aWvUZpe\",style:{background:'linear-gradient(180deg, rgba(28, 159, 208, 0) 40.682598492046736%, var(--token-fae2c128-35fb-45de-a6c2-32169f920c68, rgb(13, 13, 13)) /* {\"name\":\"Surface Night\"} */ 94.07541086007882%)'},variants:{\"WpyuDFVZs-hover\":{background:'linear-gradient(180deg, rgba(28, 159, 208, 0) 35.981351835233674%, var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208)) /* {\"name\":\"main\"} */ 79.20944626266892%)'}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v8dkfa\",layoutDependency:layoutDependency,layoutId:\"mszuFn1vq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-13rf66x\",\"data-styles-preset\":\"GPDKd6Ic6\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255)))\"},children:\"Our Mission\"})}),className:\"framer-1j1n46c\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sG9fu5qK8\",style:{\"--extracted-1lwpl3i\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:igoUGYPf4,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255)))\"},children:\"Delivering top-notch solutions that enhance efficiency, sustainability, and performance, while building lasting relationships founded on trust and excellence.\"})}),className:\"framer-1otf1ph\",fonts:[\"__SF-UI-Display-Regular__\"],layoutDependency:layoutDependency,layoutId:\"Yn5GHdZkQ\",style:{\"--extracted-r6o4lv\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:fV8uyRIlf,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12tins3\",layoutDependency:layoutDependency,layoutId:\"Su_k6kw4Y\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-6xpxvf\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"AxwKCnp7D\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-cc54721f-7072-4a8f-b8ec-253997b16ac8, rgb(43, 48, 55))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0.2)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},variants:{\"WpyuDFVZs-hover\":{backgroundColor:\"var(--token-cc54721f-7072-4a8f-b8ec-253997b16ac8, rgb(43, 48, 55))\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255)))\"},children:\"Interior\"})}),className:\"framer-1b1y6kf\",fonts:[\"__SF-UI-Display-Regular__\"],layoutDependency:layoutDependency,layoutId:\"S11q8gXHY\",style:{\"--extracted-r6o4lv\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:E0CE5q5pu,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a7cb9p\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"sW1F54fPU\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-cc54721f-7072-4a8f-b8ec-253997b16ac8, rgb(43, 48, 55))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0.2)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},variants:{\"WpyuDFVZs-hover\":{backgroundColor:\"var(--token-cc54721f-7072-4a8f-b8ec-253997b16ac8, rgb(43, 48, 55))\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255)))\"},children:\"Interior\"})}),className:\"framer-me6opm\",fonts:[\"__SF-UI-Display-Regular__\"],layoutDependency:layoutDependency,layoutId:\"xIKvFEthe\",style:{\"--extracted-r6o4lv\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:EdEL438T1,verticalAlignment:\"top\",withExternalLayout:true})}),jmMx_aYTR&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-xqsfsh\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"PGNgMAKwS\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-cc54721f-7072-4a8f-b8ec-253997b16ac8, rgb(43, 48, 55))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0.2)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},variants:{\"WpyuDFVZs-hover\":{backgroundColor:\"var(--token-cc54721f-7072-4a8f-b8ec-253997b16ac8, rgb(43, 48, 55))\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255)))\"},children:\"Interior\"})}),className:\"framer-1jxnbvd\",fonts:[\"__SF-UI-Display-Regular__\"],layoutDependency:layoutDependency,layoutId:\"luwVIx1C8\",style:{\"--extracted-r6o4lv\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ObU9rdIrZ,verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mYSUw.framer-1527llw, .framer-mYSUw .framer-1527llw { display: block; }\",\".framer-mYSUw.framer-lk307k { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 400px; justify-content: flex-end; overflow: hidden; padding: 20px; position: relative; width: 360px; }\",\".framer-mYSUw .framer-1uh2o7d { flex: none; height: 400px; left: calc(50.00000000000002% - 360px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 400px / 2); width: 360px; z-index: 0; }\",\".framer-mYSUw .framer-v8dkfa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-mYSUw .framer-1j1n46c { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 260px; word-break: break-word; word-wrap: break-word; }\",\".framer-mYSUw .framer-1otf1ph { flex: none; height: auto; max-width: 310px; position: relative; white-space: pre-wrap; width: 260px; word-break: break-word; word-wrap: break-word; }\",\".framer-mYSUw .framer-12tins3 { 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: 260px; }\",\".framer-mYSUw .framer-6xpxvf, .framer-mYSUw .framer-a7cb9p, .framer-mYSUw .framer-xqsfsh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 4px 14px 4px 14px; position: relative; width: min-content; }\",\".framer-mYSUw .framer-1b1y6kf, .framer-mYSUw .framer-me6opm, .framer-mYSUw .framer-1jxnbvd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mYSUw.framer-lk307k, .framer-mYSUw .framer-v8dkfa, .framer-mYSUw .framer-12tins3, .framer-mYSUw .framer-6xpxvf, .framer-mYSUw .framer-a7cb9p, .framer-mYSUw .framer-xqsfsh { gap: 0px; } .framer-mYSUw.framer-lk307k > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-mYSUw.framer-lk307k > :first-child, .framer-mYSUw .framer-v8dkfa > :first-child, .framer-mYSUw .framer-6xpxvf > :first-child, .framer-mYSUw .framer-a7cb9p > :first-child, .framer-mYSUw .framer-xqsfsh > :first-child { margin-top: 0px; } .framer-mYSUw.framer-lk307k > :last-child, .framer-mYSUw .framer-v8dkfa > :last-child, .framer-mYSUw .framer-6xpxvf > :last-child, .framer-mYSUw .framer-a7cb9p > :last-child, .framer-mYSUw .framer-xqsfsh > :last-child { margin-bottom: 0px; } .framer-mYSUw .framer-v8dkfa > *, .framer-mYSUw .framer-6xpxvf > *, .framer-mYSUw .framer-a7cb9p > *, .framer-mYSUw .framer-xqsfsh > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-mYSUw .framer-12tins3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-mYSUw .framer-12tins3 > :first-child { margin-left: 0px; } .framer-mYSUw .framer-12tins3 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-mYSUw[data-border=\"true\"]::after, .framer-mYSUw [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 400\n * @framerIntrinsicWidth 360\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ow1UG5U6g\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"H8UZS9oLr\":\"image\",\"E0CE5q5pu\":\"title\",\"igoUGYPf4\":\"mainT\",\"fV8uyRIlf\":\"body\",\"EdEL438T1\":\"title2\",\"ObU9rdIrZ\":\"title3\",\"jmMx_aYTR\":\"visible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXdEAXkbFJ=withCSS(Component,css,\"framer-mYSUw\");export default FramerXdEAXkbFJ;FramerXdEAXkbFJ.displayName=\"Projects\";FramerXdEAXkbFJ.defaultProps={height:400,width:360};addPropertyControls(FramerXdEAXkbFJ,{H8UZS9oLr:{__defaultAssetReference:\"data:framer/asset-reference,pAkMrcSWe1ihawb4Osq61Vukhc.png?originalFilename=omgdarlie_clear_floor_covered_with_snow_c38ab7ad-f9a7-4fc6-9806-556856d3e338.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},E0CE5q5pu:{defaultValue:\"Interior\",displayTextArea:false,title:\"Title\",type:ControlType.String},igoUGYPf4:{defaultValue:\"Our Mission\",displayTextArea:false,title:\"main T\",type:ControlType.String},fV8uyRIlf:{defaultValue:\"Delivering top-notch solutions that enhance efficiency, sustainability, and performance, while building lasting relationships founded on trust and excellence.\",displayTextArea:false,title:\"Body\",type:ControlType.String},EdEL438T1:{defaultValue:\"text\",displayTextArea:false,title:\"Title 2\",type:ControlType.String},ObU9rdIrZ:{defaultValue:\"text\",displayTextArea:false,title:\"Title 3\",type:ControlType.String},jmMx_aYTR:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean}});addFonts(FramerXdEAXkbFJ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXdEAXkbFJ\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"400\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ow1UG5U6g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"H8UZS9oLr\\\":\\\"image\\\",\\\"E0CE5q5pu\\\":\\\"title\\\",\\\"igoUGYPf4\\\":\\\"mainT\\\",\\\"fV8uyRIlf\\\":\\\"body\\\",\\\"EdEL438T1\\\":\\\"title2\\\",\\\"ObU9rdIrZ\\\":\\\"title3\\\",\\\"jmMx_aYTR\\\":\\\"visible\\\"}\",\"framerIntrinsicWidth\":\"360\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XdEAXkbFJ.map", "// Generated by Framer (6266459)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,FormSelect,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import GoogleMaps from\"https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/7r5UGUpFh6FWtcVOCSDp/Carousel.js\";import Button3 from\"#framer/local/canvasComponent/Dloq0_hnJ/Dloq0_hnJ.js\";import NavSimple from\"#framer/local/canvasComponent/hH1DdpI8D/hH1DdpI8D.js\";import Button from\"#framer/local/canvasComponent/hljNqlOx9/hljNqlOx9.js\";import FeatureSimple from\"#framer/local/canvasComponent/IMm2i7xki/IMm2i7xki.js\";import DiverseSpace from\"#framer/local/canvasComponent/jy2dNBwz0/jy2dNBwz0.js\";import FAQ from\"#framer/local/canvasComponent/pK7Tv7wIU/pK7Tv7wIU.js\";import Footer from\"#framer/local/canvasComponent/vdXmqMPt7/vdXmqMPt7.js\";import Projects from\"#framer/local/canvasComponent/XdEAXkbFJ/XdEAXkbFJ.js\";import*as sharedStyle2 from\"#framer/local/css/BUi3OJxlT/BUi3OJxlT.js\";import*as sharedStyle from\"#framer/local/css/dGJYq65Lz/dGJYq65Lz.js\";import*as sharedStyle4 from\"#framer/local/css/hgKudGhZ5/hgKudGhZ5.js\";import*as sharedStyle3 from\"#framer/local/css/PWn1k_MD2/PWn1k_MD2.js\";import*as sharedStyle1 from\"#framer/local/css/UkYay4GtR/UkYay4GtR.js\";import metadataProvider from\"#framer/local/webPageMetadata/IilknqsQI/IilknqsQI.js\";const NavSimpleFonts=getFonts(NavSimple);const NavSimpleWithVariantAppearEffect=withVariantAppearEffect(NavSimple);const ImageWithFX=withFX(Image);const ButtonFonts=getFonts(Button);const MotionAWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.a);const PhosphorFonts=getFonts(Phosphor);const FeatureSimpleFonts=getFonts(FeatureSimple);const ContainerWithFX=withFX(Container);const DiverseSpaceFonts=getFonts(DiverseSpace);const MotionDivWithFX=withFX(motion.div);const ProjectsFonts=getFonts(Projects);const CarouselFonts=getFonts(Carousel);const GoogleMapsFonts=getFonts(GoogleMaps);const Button3Fonts=getFonts(Button3);const FAQFonts=getFonts(FAQ);const FooterFonts=getFonts(Footer);const breakpoints={Hw_19DBJP:\"(max-width: 809px)\",IhsBlG76f:\"(min-width: 1200px)\",JSHnK5hFh:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-YMkei\";const variantClassNames={Hw_19DBJP:\"framer-v-1sysy87\",IhsBlG76f:\"framer-v-6t96s3\",JSHnK5hFh:\"framer-v-1cam4o5\"};const transition1={delay:0,duration:12,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition2={delay:0,duration:70,ease:[0,0,1,1],type:\"tween\"};const animation1={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const animation2={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition3={bounce:0,delay:.075,duration:.8,type:\"spring\"};const textEffect={effect:animation2,tokenization:\"character\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const transition4={delay:0,duration:15,ease:[0,0,1,1],type:\"tween\"};const animation3={opacity:1,rotate:20,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:10,y:50};const inertia={bounceDamping:30,bounceStiffness:400,delay:0,type:\"inertia\"};const preventDefault=e=>e.preventDefault();const animation4={cursor:\"grabbing\"};const transition5={delay:0,duration:13,ease:[0,0,1,1],type:\"tween\"};const animation5={opacity:1,rotate:-20,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-10,y:-50};const animation6={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition6={delay:.05,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const textEffect1={effect:animation6,startDelay:.8,tokenization:\"word\",transition:transition6,trigger:\"onMount\",type:\"appear\"};const transition7={delay:.6,duration:.7,ease:[0,.89,.39,1],type:\"tween\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:0};const animation8={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition8={bounce:0,delay:.05,duration:.4,type:\"spring\"};const textEffect2={effect:animation6,tokenization:\"character\",transition:transition8,trigger:\"onInView\",type:\"appear\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition9={bounce:.2,delay:0,duration:1,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const textEffect3={effect:animation6,tokenization:\"character\",transition:transition8,trigger:\"onMount\",type:\"appear\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":var _variants_success;return(_variants_success=variants.success)!==null&&_variants_success!==void 0?_variants_success:currentVariant;case\"pending\":var _variants_pending;return(_variants_pending=variants.pending)!==null&&_variants_pending!==void 0?_variants_pending:currentVariant;case\"error\":var _variants_error;return(_variants_error=variants.error)!==null&&_variants_error!==void 0?_variants_error:currentVariant;case\"incomplete\":var _variants_incomplete;return(_variants_incomplete=variants.incomplete)!==null&&_variants_incomplete!==void 0?_variants_incomplete:currentVariant;}};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"IhsBlG76f\",Phone:\"Hw_19DBJP\",Tablet:\"JSHnK5hFh\"};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:\"IhsBlG76f\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-YMkei`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-YMkei`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"Hw_19DBJP\")return false;return true;};const elementId=useRouteElementId(\"w2t3bKRIG\");const router=useRouter();const elementId1=useRouteElementId(\"Wq5otABLP\");const elementId2=useRouteElementId(\"sX9tIZFNp\");const elementId3=useRouteElementId(\"oS21acB10\");const elementId4=useRouteElementId(\"dseWi35iO\");const ref8=React.useRef(null);const elementId5=useRouteElementId(\"P_J3QhEcf\");const elementId6=useRouteElementId(\"lBeDFDDMZ\");const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"IhsBlG76f\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-6t96s3\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:71,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2o5tlt-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{__framer__variantAppearEffectEnabled:undefined,variant:\"onuwv4s61\"}},children:/*#__PURE__*/_jsx(NavSimpleWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref2,target:\"DcZoC_eYx\"},{ref:ref3,target:\"J7TtQthx_\"},{ref:ref4,target:\"DcZoC_eYx\"},{ref:ref5,target:\"J7TtQthx_\"},{ref:ref6,target:\"DcZoC_eYx\"},{ref:ref7,target:\"J7TtQthx_\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"pQv_dMl8J\",JU5116W8C:\"NCPVIKYx2\",layoutId:\"pQv_dMl8J\",LylWg8UG8:5,oqrd6d5I6:\"rgb(255, 255, 255)\",style:{height:\"100%\",width:\"100%\"},Tyvh_HtHO:\"rgb(0, 0, 0)\",variant:\"J7TtQthx_\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v5hgyg\",\"data-border\":true,\"data-framer-name\":\"Hero 01\",name:\"Hero 01\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ffl8uf\",\"data-framer-name\":\"Hero CTA Night\",name:\"Hero CTA Night\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2tjncn\",\"data-framer-name\":\"Oval Outline\",name:\"Oval Outline\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1464,intrinsicWidth:3001,loading:getLoadingLazyAtYPosition(0),positionX:\"center\",positionY:\"center\",sizes:\"1096px\",src:\"https://framerusercontent.com/images/MkO5zOGU0kPsL8XAW77eesXM4og.svg\",srcSet:\"https://framerusercontent.com/images/MkO5zOGU0kPsL8XAW77eesXM4og.svg?scale-down-to=512 512w,https://framerusercontent.com/images/MkO5zOGU0kPsL8XAW77eesXM4og.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/MkO5zOGU0kPsL8XAW77eesXM4og.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/MkO5zOGU0kPsL8XAW77eesXM4og.svg 3001w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition1,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:80,__perspectiveFX:false,__targetOpacity:.2,background:{alt:\"\",fit:\"fit\",intrinsicHeight:1464,intrinsicWidth:3001,loading:getLoadingLazyAtYPosition(0),positionX:\"center\",positionY:\"center\",sizes:\"1361px\",src:\"https://framerusercontent.com/images/MkO5zOGU0kPsL8XAW77eesXM4og.svg\",srcSet:\"https://framerusercontent.com/images/MkO5zOGU0kPsL8XAW77eesXM4og.svg?scale-down-to=512 512w,https://framerusercontent.com/images/MkO5zOGU0kPsL8XAW77eesXM4og.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/MkO5zOGU0kPsL8XAW77eesXM4og.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/MkO5zOGU0kPsL8XAW77eesXM4og.svg 3001w\"},className:\"framer-1sq06qg\",\"data-framer-name\":\"Liness001\",name:\"Liness001\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(43),pixelHeight:603,pixelWidth:605,sizes:\"331px\",src:\"https://framerusercontent.com/images/KxIYzvrhWRaZlYuRR5NLG1uUxVY.png\",srcSet:\"https://framerusercontent.com/images/KxIYzvrhWRaZlYuRR5NLG1uUxVY.png?scale-down-to=512 512w,https://framerusercontent.com/images/KxIYzvrhWRaZlYuRR5NLG1uUxVY.png 605w\"},transformTemplate:undefined},JSHnK5hFh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(199.50000000000017),pixelHeight:603,pixelWidth:605,sizes:\"445px\",src:\"https://framerusercontent.com/images/KxIYzvrhWRaZlYuRR5NLG1uUxVY.png\",srcSet:\"https://framerusercontent.com/images/KxIYzvrhWRaZlYuRR5NLG1uUxVY.png?scale-down-to=512 512w,https://framerusercontent.com/images/KxIYzvrhWRaZlYuRR5NLG1uUxVY.png 605w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:.1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(109.30396475770942),pixelHeight:603,pixelWidth:605,sizes:\"788px\",src:\"https://framerusercontent.com/images/KxIYzvrhWRaZlYuRR5NLG1uUxVY.png\",srcSet:\"https://framerusercontent.com/images/KxIYzvrhWRaZlYuRR5NLG1uUxVY.png?scale-down-to=512 512w,https://framerusercontent.com/images/KxIYzvrhWRaZlYuRR5NLG1uUxVY.png 605w\"},className:\"framer-19qf89u\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pia1eh\",\"data-framer-name\":\"Oval\",name:\"Oval\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bo09uw\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qqsa6c\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJsYWNrX18=\",\"--framer-font-family\":'\".SFNSDisplay-Black\", \"SFProDisplay-Black\", \".SFUIDisplay-Black\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"43px\",\"--framer-font-weight\":\"899\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"0.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:\"Transforming\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJsYWNrX18=\",\"--framer-font-family\":'\".SFNSDisplay-Black\", \"SFProDisplay-Black\", \".SFUIDisplay-Black\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"90px\",\"--framer-font-weight\":\"899\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"0.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:\"Transforming\"})}),className:\"framer-1v3o1il\",effect:textEffect,fonts:[\"__SF-UI-Display-Black__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(514.7),pixelHeight:561,pixelWidth:638,positionX:\"center\",positionY:\"center\",sizes:\"73px\",src:\"https://framerusercontent.com/images/uExJVSCtidDVKs2mF4UFrq58qrs.webp\",srcSet:\"https://framerusercontent.com/images/uExJVSCtidDVKs2mF4UFrq58qrs.webp?scale-down-to=512 512w,https://framerusercontent.com/images/uExJVSCtidDVKs2mF4UFrq58qrs.webp 638w\"}},JSHnK5hFh:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(294.7368421052633),pixelHeight:561,pixelWidth:638,positionX:\"center\",positionY:\"center\",sizes:\"118px\",src:\"https://framerusercontent.com/images/uExJVSCtidDVKs2mF4UFrq58qrs.webp\",srcSet:\"https://framerusercontent.com/images/uExJVSCtidDVKs2mF4UFrq58qrs.webp?scale-down-to=512 512w,https://framerusercontent.com/images/uExJVSCtidDVKs2mF4UFrq58qrs.webp 638w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(371.88546255506634),pixelHeight:561,pixelWidth:638,positionX:\"center\",positionY:\"center\",sizes:\"112px\",src:\"https://framerusercontent.com/images/uExJVSCtidDVKs2mF4UFrq58qrs.webp\",srcSet:\"https://framerusercontent.com/images/uExJVSCtidDVKs2mF4UFrq58qrs.webp?scale-down-to=512 512w,https://framerusercontent.com/images/uExJVSCtidDVKs2mF4UFrq58qrs.webp 638w\"},className:\"framer-1dohjpo\",\"data-framer-name\":\"Shape Icon\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,name:\"Shape Icon\",onMouseDown:preventDefault,style:{rotate:30},whileTap:animation4})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(100.69999999999999),pixelHeight:374,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6G6LDyiZxA8gfwU8EQOpLPAtcA.webp\"}},JSHnK5hFh:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(247.2368421052633),pixelHeight:374,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6G6LDyiZxA8gfwU8EQOpLPAtcA.webp\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation5,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(321.88546255506634),pixelHeight:374,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/6G6LDyiZxA8gfwU8EQOpLPAtcA.webp\"},className:\"framer-1fjj869\",\"data-framer-name\":\"Shape Icon\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,name:\"Shape Icon\",onMouseDown:preventDefault,style:{rotate:1},whileTap:animation4})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"43px\",\"--framer-font-weight\":\"299\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"0.8em\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:\"Spaces\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"90px\",\"--framer-font-weight\":\"299\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"0.8em\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:\"Spaces\"})}),className:\"framer-wze9jf\",effect:textEffect,fonts:[\"__SF-UI-Display-Light__\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-sxuwop\",\"data-styles-preset\":\"dGJYq65Lz\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"An extensive range of services designed to meet\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"Your\"}),\"\\xa0technical, operational, and aesthetic needs\"]})}),className:\"framer-1h28cmn\",effect:textEffect1,fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{hash:\":P_J3QhEcf\",webPageId:\"IilknqsQI\"},nodeId:\"n5NbYaVV5\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(MotionAWithOptimizedAppearEffect,{animate:animation7,className:\"framer-yvr2nd framer-6rh4wo\",\"data-framer-appear-id\":\"yvr2nd\",initial:animation8,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{height:50,width:\"200px\",y:501.5},JSHnK5hFh:{y:537.7368421052633}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"160px\",y:627.8854625550664,children:/*#__PURE__*/_jsx(Container,{className:\"framer-b5d6sa-container\",children:/*#__PURE__*/_jsx(Button,{eszixBaDA:10,height:\"100%\",id:\"Twi7E6OMF\",ik9I5qIGz:false,KJK1sV1GB:\"Get in touch\",layoutId:\"Twi7E6OMF\",RmkZjgJwi:\"ArrowRight\",style:{height:\"100%\",width:\"100%\"},UsLusPFRg:\"var(--token-fae2c128-35fb-45de-a6c2-32169f920c68, rgb(13, 13, 13))\",variant:\"ohXdB0YgU\",width:\"100%\"})})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ou9tsa hidden-1sysy87\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-54atir\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-809bo8-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"House\",id:\"cSzCwupm3\",layoutId:\"cSzCwupm3\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:\"Homes\"})}),className:\"framer-1ckoejh\",fonts:[\"__SF-UI-Display-Medium__\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hbph87\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vp4jh9-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"BuildingOffice\",id:\"pma94Hzev\",layoutId:\"pma94Hzev\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:\"Offices\"})}),className:\"framer-4k99ti\",fonts:[\"__SF-UI-Display-Medium__\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k05yn0\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1azrjzw-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ShoppingCart\",id:\"Q9b7s9VVr\",layoutId:\"Q9b7s9VVr\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\\xa0Retail Stores\"})})}),className:\"framer-1ncvtth\",fonts:[\"__SF-UI-Display-Medium__\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11wg6h1\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-esgknl-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Garage\",id:\"GgMG9Yxow\",layoutId:\"GgMG9Yxow\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:\"Warehouses\"})}),className:\"framer-z4bt6n\",fonts:[\"__SF-UI-Display-Medium__\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o8qdk7\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pske8a-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Wine\",id:\"fhzMICxQr\",layoutId:\"fhzMICxQr\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:\"F & B Spaces\"})}),className:\"framer-lw4yfh\",fonts:[\"__SF-UI-Display-Medium__\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u0hfq0\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f7vqj9-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Buildings\",id:\"t6RAuTNga\",layoutId:\"t6RAuTNga\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:\"Malls\"})}),className:\"framer-men9v7\",fonts:[\"__SF-UI-Display-Medium__\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r9qh1t\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-81ve57-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Hospital\",id:\"abJUQ8_7F\",layoutId:\"abJUQ8_7F\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:\"Health Centers\"})}),className:\"framer-p86i5m\",fonts:[\"__SF-UI-Display-Medium__\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q09ih6\",\"data-framer-name\":\"Features Product\",id:elementId,name:\"Features Product\",ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c1ypq0\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"799\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Redefining Technical Services\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"599\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\" \"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"299\",\"--framer-text-color\":\"rgba(34, 34, 34, 0.8)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Across Industries\"})})]})})},JSHnK5hFh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"799\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Redefining Technical Services\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"599\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\" \"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"299\",\"--framer-text-color\":\"rgba(34, 34, 34, 0.8)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Across Industries\"})})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"799\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Redefining Technical Services\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"599\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\" \"})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"299\",\"--framer-text-color\":\"rgba(34, 34, 34, 0.8)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Across Industries\"})})]})}),className:\"framer-qvtamp\",effect:textEffect2,fonts:[\"__SF-UI-Display-Heavy__\",\"__SF-UI-Display-Semibold__\",\"__SF-UI-Display-Light__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-sxuwop\",\"data-styles-preset\":\"dGJYq65Lz\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:[\"At \",/*#__PURE__*/_jsx(\"strong\",{children:\"TeK Phyllis\"}),\", we are redefining technical services with innovation, precision, and customer-first solutions. From engineering to interiors, we deliver high-quality, tailored services across diverse industries. Partner with us and experience excellence in every project.\"]})}),className:\"framer-19akkxu\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t7nza\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lbu981\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-a0prbo\",\"data-styles-preset\":\"BUi3OJxlT\",style:{\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Our Services\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1cx401f\",\"data-styles-preset\":\"UkYay4GtR\",style:{\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Our Services\"})})}),className:\"framer-c90w2c\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15swlg5\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KfEmp9MRd\"},implicitPathVariables:undefined},{href:{webPageId:\"KfEmp9MRd\"},implicitPathVariables:undefined},{href:{webPageId:\"KfEmp9MRd\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{height:270,width:\"max((100vw - 20px) / 2, 200px)\",y:1018.8000000000001},JSHnK5hFh:{width:\"max((min(100vw - 80px, 1200px) - 40px) / 2, 200px)\",y:1188.3999999999999}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"max((min(100vw - 80px, 1200px) - 80px) / 3, 200px)\",y:1397.2,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-18clc0z-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{style:{height:\"100%\",width:\"100%\"},variant:\"Cmc42YXt0\",xAq2YFJGv:resolvedLinks[2]},JSHnK5hFh:{xAq2YFJGv:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(FeatureSimple,{F9iLom6pc:addImageAlt({src:\"https://framerusercontent.com/images/k7XVydgdl1W3MyvyV9LJPIhTqA.webp\",srcSet:\"https://framerusercontent.com/images/k7XVydgdl1W3MyvyV9LJPIhTqA.webp?scale-down-to=512 512w,https://framerusercontent.com/images/k7XVydgdl1W3MyvyV9LJPIhTqA.webp 770w\"},\"\"),height:\"100%\",id:\"UyDQg0nUy\",iHqIagJOF:\"Learn more\",IlDHCEHSx:true,layoutId:\"UyDQg0nUy\",Pzs4GcH4x:\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\",style:{width:\"100%\"},variant:\"Kfyk6IRpL\",width:\"100%\",xAq2YFJGv:resolvedLinks[0],Z6hiuC6BW:\"Designs & Interiors\",ZfP85W1Qa:\"Tailored solutions to transform spaces.\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NAhpdw_qq\"},implicitPathVariables:undefined},{href:{webPageId:\"NAhpdw_qq\"},implicitPathVariables:undefined},{href:{webPageId:\"NAhpdw_qq\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{height:270,width:\"max((100vw - 20px) / 2, 200px)\",y:1018.8000000000001},JSHnK5hFh:{width:\"max((min(100vw - 80px, 1200px) - 40px) / 2, 200px)\",y:1188.3999999999999}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"max((min(100vw - 80px, 1200px) - 80px) / 3, 200px)\",y:1397.2,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11tfarj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{style:{height:\"100%\",width:\"100%\"},variant:\"Cmc42YXt0\",xAq2YFJGv:resolvedLinks1[2]},JSHnK5hFh:{xAq2YFJGv:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(FeatureSimple,{height:\"100%\",id:\"QYwoe1yxa\",iHqIagJOF:\"Learn more\",IlDHCEHSx:true,layoutId:\"QYwoe1yxa\",Pzs4GcH4x:\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\",style:{width:\"100%\"},variant:\"Kfyk6IRpL\",width:\"100%\",xAq2YFJGv:resolvedLinks1[0],Z6hiuC6BW:\"Retrofit Projects\",ZfP85W1Qa:\" Modernizing existing spaces with cutting-edge systems.\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XrNcJNBPp\"},implicitPathVariables:undefined},{href:{webPageId:\"XrNcJNBPp\"},implicitPathVariables:undefined},{href:{webPageId:\"XrNcJNBPp\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{height:270,width:\"max((100vw - 20px) / 2, 200px)\",y:1288.8000000000002},JSHnK5hFh:{width:\"max((min(100vw - 80px, 1200px) - 40px) / 2, 200px)\",y:1533.3999999999999}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"max((min(100vw - 80px, 1200px) - 80px) / 3, 200px)\",y:1397.2,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-60thz6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{style:{height:\"100%\",width:\"100%\"},variant:\"Cmc42YXt0\",xAq2YFJGv:resolvedLinks2[2]},JSHnK5hFh:{xAq2YFJGv:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(FeatureSimple,{F9iLom6pc:addImageAlt({src:\"https://framerusercontent.com/images/h0NFuUsRufWOqP6YK142QdiTB6Q.webp\",srcSet:\"https://framerusercontent.com/images/h0NFuUsRufWOqP6YK142QdiTB6Q.webp?scale-down-to=512 512w,https://framerusercontent.com/images/h0NFuUsRufWOqP6YK142QdiTB6Q.webp 600w\"},\"\"),height:\"100%\",id:\"XAOoOOMe7\",iHqIagJOF:\"Learn more\",IlDHCEHSx:true,layoutId:\"XAOoOOMe7\",Pzs4GcH4x:\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\",style:{width:\"100%\"},variant:\"Kfyk6IRpL\",width:\"100%\",xAq2YFJGv:resolvedLinks2[0],Z6hiuC6BW:\"Automation\",ZfP85W1Qa:\"Smart solutions for enhanced efficiency and control\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{height:270,width:\"max((100vw - 20px) / 2, 200px)\",y:1288.8000000000002},JSHnK5hFh:{width:\"max((min(100vw - 80px, 1200px) - 40px) / 2, 200px)\",y:1533.3999999999999}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"max((min(100vw - 80px, 1200px) - 80px) / 3, 200px)\",y:1742.2,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pvpjnr-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{style:{height:\"100%\",width:\"100%\"},variant:\"Cmc42YXt0\"}},children:/*#__PURE__*/_jsx(FeatureSimple,{F9iLom6pc:addImageAlt({src:\"https://framerusercontent.com/images/MHA0Vx0rN0fggH0mrxwyifTWkc.webp\",srcSet:\"https://framerusercontent.com/images/MHA0Vx0rN0fggH0mrxwyifTWkc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/MHA0Vx0rN0fggH0mrxwyifTWkc.webp 800w\"},\"\"),height:\"100%\",id:\"ikcl932d7\",iHqIagJOF:\"Learn more\",IlDHCEHSx:true,layoutId:\"ikcl932d7\",Pzs4GcH4x:\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\",style:{width:\"100%\"},variant:\"Kfyk6IRpL\",width:\"100%\",Z6hiuC6BW:\"MEP & HVAC\",ZfP85W1Qa:\"Integrated systems for comfort and sustainability.\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"cTZiEtMg4\"},implicitPathVariables:undefined},{href:{webPageId:\"cTZiEtMg4\"},implicitPathVariables:undefined},{href:{webPageId:\"cTZiEtMg4\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{height:270,width:\"max((100vw - 20px) / 2, 200px)\",y:1558.8000000000002},JSHnK5hFh:{width:\"max((min(100vw - 80px, 1200px) - 40px) / 2, 200px)\",y:1878.3999999999999}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"max((min(100vw - 80px, 1200px) - 80px) / 3, 200px)\",y:1742.2,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vkwc9j-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{style:{height:\"100%\",width:\"100%\"},variant:\"Cmc42YXt0\",xAq2YFJGv:resolvedLinks3[2]},JSHnK5hFh:{xAq2YFJGv:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(FeatureSimple,{F9iLom6pc:addImageAlt({src:\"https://framerusercontent.com/images/Xoifo6VHba19NbNYTPJNbydBCbA.webp\",srcSet:\"https://framerusercontent.com/images/Xoifo6VHba19NbNYTPJNbydBCbA.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Xoifo6VHba19NbNYTPJNbydBCbA.webp 770w\"},\"\"),height:\"100%\",id:\"RuynxEvSu\",iHqIagJOF:\"Learn more\",IlDHCEHSx:true,layoutId:\"RuynxEvSu\",Pzs4GcH4x:\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\",style:{width:\"100%\"},variant:\"Kfyk6IRpL\",width:\"100%\",xAq2YFJGv:resolvedLinks3[0],Z6hiuC6BW:\"\u200BIT Solutions & Security Systems\",ZfP85W1Qa:\"Ensuring seamless connectivity and safety.\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zEinVQOGE\"},implicitPathVariables:undefined},{href:{webPageId:\"zEinVQOGE\"},implicitPathVariables:undefined},{href:{webPageId:\"zEinVQOGE\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{height:270,width:\"max((100vw - 20px) / 2, 200px)\",y:1558.8000000000002},JSHnK5hFh:{width:\"max((min(100vw - 80px, 1200px) - 40px) / 2, 200px)\",y:1878.3999999999999}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"max((min(100vw - 80px, 1200px) - 80px) / 3, 200px)\",y:1742.2,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ow2z81-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{style:{height:\"100%\",width:\"100%\"},variant:\"Cmc42YXt0\",xAq2YFJGv:resolvedLinks4[2]},JSHnK5hFh:{xAq2YFJGv:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(FeatureSimple,{F9iLom6pc:addImageAlt({src:\"https://framerusercontent.com/images/Or79s7Y3gV39AsVKfKdIpUhf51E.webp\",srcSet:\"https://framerusercontent.com/images/Or79s7Y3gV39AsVKfKdIpUhf51E.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Or79s7Y3gV39AsVKfKdIpUhf51E.webp 600w\"},\"\"),height:\"100%\",id:\"YvpfoRQ8y\",iHqIagJOF:\"Learn more\",IlDHCEHSx:true,layoutId:\"YvpfoRQ8y\",Pzs4GcH4x:\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\",style:{width:\"100%\"},variant:\"Kfyk6IRpL\",width:\"100%\",xAq2YFJGv:resolvedLinks4[0],Z6hiuC6BW:\"\u200BMaintenance Services\",ZfP85W1Qa:\"Regular upkeep, repairs, and preventive maintenance for all systems and facilities.\"})})})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4p4dt1\",\"data-framer-name\":\"Mission\",id:elementId1,name:\"Mission\",ref:ref7,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xt9zoz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"799\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:\"Let\u2019s \"}),\"Build Your\",/*#__PURE__*/_jsx(\"br\",{}),\"Future \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:\"Together\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"799\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},children:[\"Diverse\\xa0Spaces \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:\"Include\"})]})}),className:\"framer-1ei3d55\",effect:textEffect2,fonts:[\"__SF-UI-Display-Heavy__\",\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i4rnd\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{height:266.6666666666667,width:\"max(50vw, 50px)\",y:1954},JSHnK5hFh:{y:2412.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"max(33.3333vw, 50px)\",y:2276.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-194r9hv-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{variant:\"qcq9yHn_f\"}},children:/*#__PURE__*/_jsx(DiverseSpace,{height:\"100%\",id:\"z_Vh3PoA8\",layoutId:\"z_Vh3PoA8\",rK7kH7HZX:\"Smart designs,\\xa0premium fit-out,\\xa0energy-efficient systems, & regular maintenance for comfort living.\",style:{height:\"100%\",width:\"100%\"},variant:\"EYCROVeux\",width:\"100%\",ZGqvBu0jd:\"Home\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{height:266.6666666666667,width:\"max(50vw, 50px)\",y:1954},JSHnK5hFh:{y:2412.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"max(33.3333vw, 50px)\",y:2276.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pag81x-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{variant:\"qcq9yHn_f\"}},children:/*#__PURE__*/_jsx(DiverseSpace,{height:\"100%\",id:\"kV26QjQJ0\",layoutId:\"kV26QjQJ0\",rK7kH7HZX:\"Advanced IT setups, HVAC, MEP systems, and facility maintenance for productivity-driven workspaces.\",style:{height:\"100%\",width:\"100%\"},UHi7V0AXo:addImageAlt({src:\"https://framerusercontent.com/images/kJmwSl4EyFv6SnFZ44C3JJk9o.webp\",srcSet:\"https://framerusercontent.com/images/kJmwSl4EyFv6SnFZ44C3JJk9o.webp?scale-down-to=512 512w,https://framerusercontent.com/images/kJmwSl4EyFv6SnFZ44C3JJk9o.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/kJmwSl4EyFv6SnFZ44C3JJk9o.webp 1422w\"},\"\"),variant:\"EYCROVeux\",width:\"100%\",ZGqvBu0jd:\"Offices\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{height:266.6666666666667,width:\"max(50vw, 50px)\",y:2220.6666666666665},JSHnK5hFh:{y:2412.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"max(33.3333vw, 50px)\",y:2276.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ihi181-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{variant:\"qcq9yHn_f\"}},children:/*#__PURE__*/_jsx(DiverseSpace,{height:\"100%\",id:\"nYGWDcDYI\",layoutId:\"nYGWDcDYI\",rK7kH7HZX:\"Efficient layouts, ventilation, and kitchen maintenance for safe and functional environments.\",style:{height:\"100%\",width:\"100%\"},UHi7V0AXo:addImageAlt({src:\"https://framerusercontent.com/images/h1hk8NZ34mHGAkRqL546ifkXA3E.webp\"},\"\"),variant:\"EYCROVeux\",width:\"100%\",ZGqvBu0jd:\"F&B Spaces\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{height:266.6666666666667,width:\"max(50vw, 50px)\",y:2220.6666666666665},JSHnK5hFh:{y:2812.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"max(33.3333vw, 50px)\",y:2676.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x2uj6z-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{variant:\"qcq9yHn_f\"}},children:/*#__PURE__*/_jsx(DiverseSpace,{height:\"100%\",id:\"ZjwKHDxSJ\",layoutId:\"ZjwKHDxSJ\",rK7kH7HZX:\"Robust infrastructure, automation, and maintenance solutions for streamlined operations.\",style:{height:\"100%\",width:\"100%\"},UHi7V0AXo:addImageAlt({src:\"https://framerusercontent.com/images/BkGNbZvDHfnDnvzsRME9kSkWuBQ.webp\"},\"\"),variant:\"EYCROVeux\",width:\"100%\",ZGqvBu0jd:\"Warehouses\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{height:266.6666666666667,width:\"max(50vw, 50px)\",y:2487.3333333333335},JSHnK5hFh:{y:2812.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"max(33.3333vw, 50px)\",y:2676.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nkx7x3-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{variant:\"qcq9yHn_f\"}},children:/*#__PURE__*/_jsx(DiverseSpace,{height:\"100%\",id:\"qaoyYVMtU\",layoutId:\"qaoyYVMtU\",rK7kH7HZX:\"Engaging interiors, security systems, and ongoing maintenance to optimize customer experiences.\",style:{height:\"100%\",width:\"100%\"},UHi7V0AXo:addImageAlt({src:\"https://framerusercontent.com/images/jSYgsTeC8YwJGQ7LlSm527w8Do.webp\"},\"\"),variant:\"EYCROVeux\",width:\"100%\",ZGqvBu0jd:\"Retail Stores\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{height:266.6666666666667,width:\"max(50vw, 50px)\",y:2487.3333333333335},JSHnK5hFh:{y:2812.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"max(33.3333vw, 50px)\",y:2676.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ayva0b-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{variant:\"qcq9yHn_f\"}},children:/*#__PURE__*/_jsx(DiverseSpace,{height:\"100%\",id:\"q690egias\",layoutId:\"q690egias\",rK7kH7HZX:\"Hygienic, safe environments with advanced HVAC, automation, security systems, and reliable upkeep.\",style:{height:\"100%\",width:\"100%\"},UHi7V0AXo:addImageAlt({src:\"https://framerusercontent.com/images/u7RMwj9oZtlGBdvkAOuvqe7GtV8.webp\",srcSet:\"https://framerusercontent.com/images/u7RMwj9oZtlGBdvkAOuvqe7GtV8.webp 500w\"},\"\"),variant:\"EYCROVeux\",width:\"100%\",ZGqvBu0jd:\"Health Centers\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k9zdr8\",id:elementId2,ref:ref4,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"799\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:\"We Believe in\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:\" \"}),\"Engineering and Beyond\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"799\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:\"We Believe in\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Engineering and Beyond\"]})}),className:\"framer-e1b58l\",effect:textEffect2,fonts:[\"__SF-UI-Display-Heavy__\",\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m2ios7\",\"data-framer-name\":\"Info1\",name:\"Info1\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-cpdxqg\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:[\"Embracing Innovation,\",/*#__PURE__*/_jsx(\"br\",{}),\"Honoring Experience\"]})})},JSHnK5hFh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\"},children:[\"Embracing Innovation,\",/*#__PURE__*/_jsx(\"br\",{}),\"Honoring Experience\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\"},children:[\"Embracing Innovation,\",/*#__PURE__*/_jsx(\"br\",{}),\"Honoring Experience\"]})}),className:\"framer-5ep9i9\",effect:textEffect3,fonts:[\"__SF-UI-Display-Medium__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-sxuwop\",\"data-styles-preset\":\"dGJYq65Lz\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:\"At TeK Phyllis, we combine decades of experience with the latest technological advancements. By integrating AI-driven solutions with proven methods, we ensure our services are both cutting-edge and reliable, delivering maximum value to our clients. This balance of innovation and tradition gives us a competitive edge, enabling us to meet today\u2019s challenges while preparing for tomorrow\u2019s.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-sxuwop\",\"data-styles-preset\":\"dGJYq65Lz\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:\"At TeK Phyllis, we combine decades of experience with the latest technological advancements. By integrating AI-driven solutions with proven methods, we ensure our services are both cutting-edge and reliable, delivering maximum value to our clients. This balance of innovation and tradition gives us a competitive edge, enabling us to meet today\u2019s challenges while preparing for tomorrow\u2019s.\"})}),className:\"framer-y44dtq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2899.2),pixelHeight:771,pixelWidth:800,sizes:\"calc(100vw - 20px)\",src:\"https://framerusercontent.com/images/SLyei6MCb4jfIBoxoWn6FqJg.webp\",srcSet:\"https://framerusercontent.com/images/SLyei6MCb4jfIBoxoWn6FqJg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/SLyei6MCb4jfIBoxoWn6FqJg.webp 800w\"}},JSHnK5hFh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3492.2000000000003),pixelHeight:771,pixelWidth:800,sizes:\"max((100vw - 100px) / 2, 1px)\",src:\"https://framerusercontent.com/images/SLyei6MCb4jfIBoxoWn6FqJg.webp\",srcSet:\"https://framerusercontent.com/images/SLyei6MCb4jfIBoxoWn6FqJg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/SLyei6MCb4jfIBoxoWn6FqJg.webp 800w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3356),pixelHeight:771,pixelWidth:800,sizes:\"max((100vw - 100px) / 2, 1px)\",src:\"https://framerusercontent.com/images/SLyei6MCb4jfIBoxoWn6FqJg.webp\",srcSet:\"https://framerusercontent.com/images/SLyei6MCb4jfIBoxoWn6FqJg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/SLyei6MCb4jfIBoxoWn6FqJg.webp 800w\"},className:\"framer-d9g4go\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14a4kuo\",\"data-framer-name\":\"Info1\",name:\"Info1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3573.4),pixelHeight:821,pixelWidth:800,sizes:\"calc(100vw - 20px)\",src:\"https://framerusercontent.com/images/dmOfVF5LjdmPxmeXYQvrn4N1BSo.webp\",srcSet:\"https://framerusercontent.com/images/dmOfVF5LjdmPxmeXYQvrn4N1BSo.webp 800w\"}},JSHnK5hFh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4102.200000000001),pixelHeight:821,pixelWidth:800,sizes:\"max((100vw - 100px) / 2, 1px)\",src:\"https://framerusercontent.com/images/dmOfVF5LjdmPxmeXYQvrn4N1BSo.webp\",srcSet:\"https://framerusercontent.com/images/dmOfVF5LjdmPxmeXYQvrn4N1BSo.webp 800w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3966),pixelHeight:821,pixelWidth:800,sizes:\"max((100vw - 100px) / 2, 1px)\",src:\"https://framerusercontent.com/images/dmOfVF5LjdmPxmeXYQvrn4N1BSo.webp\",srcSet:\"https://framerusercontent.com/images/dmOfVF5LjdmPxmeXYQvrn4N1BSo.webp 800w\"},className:\"framer-q2iurs\"})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1c95cxd\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:[\"Skilled Professionals,\",/*#__PURE__*/_jsx(\"br\",{}),\"Empowered by Innovation\"]})})},JSHnK5hFh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\"},children:[\"Skilled Professionals,\",/*#__PURE__*/_jsx(\"br\",{}),\"Empowered by Innovation\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\"},children:[\"Skilled Professionals,\",/*#__PURE__*/_jsx(\"br\",{}),\"Empowered by Innovation\"]})}),className:\"framer-1sqhtcw\",effect:textEffect3,fonts:[\"__SF-UI-Display-Medium__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-sxuwop\",\"data-styles-preset\":\"dGJYq65Lz\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:\"Our team is composed of highly skilled professionals who are trained to use the latest technology. Their expertise, combined with their adaptability and strong work ethic, ensures exceptional results on every project. By staying ahead of industry trends and embracing new tools, our team consistently delivers innovative solutions that set us apart from the competition.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-sxuwop\",\"data-styles-preset\":\"dGJYq65Lz\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:\"Our team is composed of highly skilled professionals who are trained to use the latest technology. Their expertise, combined with their adaptability and strong work ethic, ensures exceptional results on every project. By staying ahead of industry trends and embracing new tools, our team consistently delivers innovative solutions that set us apart from the competition.\"})}),className:\"framer-94yrj4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4ycmxk\",\"data-framer-name\":\"Mission\",id:elementId3,name:\"Mission\",ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h02tdf\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"799\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:\"Let\u2019s \"}),\"Build Your\",/*#__PURE__*/_jsx(\"br\",{}),\"Future \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:\"Together\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"799\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:\"Let\u2019s \"}),\"Build Your Future \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:\"Together\"})]})}),className:\"framer-1sqkc6y\",effect:textEffect2,fonts:[\"__SF-UI-Display-Heavy__\",\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-sxuwop\",\"data-styles-preset\":\"dGJYq65Lz\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:[\"Whether it\u2019s expert design consultancy, advanced IT systems, or complete MEP solutions, \",/*#__PURE__*/_jsx(\"strong\",{children:\"TeK Phyllis\"}),\" delivers with professionalism and precision.\"]})}),className:\"framer-19o51up\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hjwtzt\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:false,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-acg8fm\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f54332\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 100 75\"><g id=\"ss11486929223_1\"><path d=\"M 0 74.99 L 0 0 L 99.948 0 L 99.948 74.99 Z\" fill=\"transparent\"></path><path d=\"M 23.909 16.735 C 24.109 16.454 24.32 16.179 24.53 15.909 C 26.291 13.618 28.284 11.619 30.444 9.897 L 35.701 3.96 C 30.801 6.396 26.361 9.95 22.796 14.564 C 22.483 14.975 22.175 15.385 21.883 15.807 C 21.068 15.553 20.203 15.418 19.306 15.418 C 15.163 15.418 11.684 18.335 10.804 22.219 C 9.654 21.252 8.174 20.701 6.585 20.701 C 2.954 20.701 0 23.65 0 27.286 C 0 30.921 2.954 33.87 6.585 33.87 L 16.2 33.87 C 16.211 33.876 16.217 33.876 16.228 33.876 C 16.341 33.898 16.459 33.887 16.568 33.87 C 17.022 33.783 17.394 33.411 17.454 32.935 C 17.508 32.519 17.567 32.109 17.637 31.687 C 18.415 27.014 20.132 22.542 22.683 18.538 C 23.066 17.932 23.477 17.323 23.909 16.734 Z M 15.422 31.688 L 6.585 31.688 C 4.154 31.688 2.177 29.717 2.177 27.286 C 2.177 24.854 4.153 22.872 6.585 22.872 C 8.519 22.872 10.204 24.114 10.788 25.945 L 12.899 25.404 C 12.812 24.993 12.775 24.561 12.775 24.141 C 12.775 20.532 15.703 17.599 19.306 17.599 C 19.749 17.599 20.181 17.641 20.603 17.728 C 17.961 21.99 16.194 26.743 15.422 31.687 Z\" fill=\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208)) /* {&quot;name&quot;:&quot;main&quot;} */\"></path><path d=\"M 93.606 56.623 C 92.45 56.623 91.337 56.937 90.37 57.509 C 90.262 54.943 89.192 52.615 87.512 50.886 C 89.705 45.17 90.461 38.963 89.662 32.719 C 88.388 22.779 83.32 13.942 75.396 7.815 C 73.527 6.367 71.56 5.135 69.524 4.094 L 75.099 10.382 C 86.698 20.057 90.581 35.793 85.714 49.406 C 84.131 48.385 82.247 47.79 80.226 47.79 C 79.691 47.79 79.161 47.839 78.648 47.914 C 80.106 44.279 80.819 40.287 80.621 36.132 C 80.308 29.612 77.714 23.368 73.317 18.543 C 72.912 18.101 72.221 18.068 71.772 18.473 C 71.33 18.879 71.297 19.57 71.702 20.018 C 75.753 24.463 78.146 30.222 78.433 36.229 C 78.65 40.719 77.714 44.986 75.883 48.767 C 73.004 50.139 70.87 52.818 70.259 56.043 C 68.887 54.794 67.077 54.055 65.117 54.055 C 60.914 54.055 57.495 57.474 57.495 61.688 C 57.495 62.126 57.532 62.559 57.603 62.968 C 56.343 63.222 55.052 63.385 53.73 63.45 C 46.804 63.779 40.16 61.392 35.012 56.724 C 29.865 52.051 26.844 45.666 26.51 38.741 C 26.175 31.815 28.568 25.171 33.241 20.023 C 33.862 19.343 34.516 18.69 35.197 18.084 L 33.949 16.274 C 33.134 16.982 32.361 17.743 31.621 18.554 C 26.553 24.141 23.966 31.341 24.328 38.844 C 24.69 46.359 27.964 53.284 33.543 58.345 C 38.778 63.098 45.444 65.67 52.446 65.67 C 52.91 65.67 53.37 65.654 53.834 65.639 C 55.353 65.557 56.843 65.368 58.286 65.066 C 59.534 67.572 62.127 69.312 65.119 69.312 L 67.814 69.312 C 64.443 70.938 60.792 72.018 56.972 72.505 C 47.617 73.709 38.352 71.192 30.892 65.433 C 27.349 62.699 24.404 59.372 22.135 55.564 C 21.828 55.046 21.152 54.873 20.633 55.186 C 20.114 55.494 19.948 56.164 20.255 56.688 C 22.665 60.728 25.792 64.257 29.552 67.163 C 36.185 72.29 44.153 74.99 52.396 74.99 C 54.006 74.99 55.626 74.894 57.247 74.683 C 62.692 73.981 67.812 72.138 72.335 69.313 L 93.608 69.313 C 97.109 69.313 99.95 66.461 99.95 62.966 C 99.95 59.47 97.109 56.623 93.608 56.623 Z M 93.606 67.124 L 65.116 67.124 C 63.154 67.124 61.432 66.076 60.476 64.509 C 60.098 63.888 59.839 63.19 59.735 62.446 C 59.698 62.197 59.681 61.943 59.681 61.69 C 59.681 58.686 62.117 56.25 65.116 56.25 C 66.526 56.25 67.828 56.785 68.811 57.687 C 69.346 58.178 69.783 58.783 70.086 59.469 C 70.167 59.658 70.243 59.841 70.302 60.036 L 72.414 59.495 C 72.316 58.988 72.262 58.474 72.262 57.939 C 72.262 57.804 72.268 57.652 72.273 57.513 C 72.446 54.272 74.568 51.538 77.48 50.463 C 78.334 50.15 79.262 49.978 80.225 49.978 C 81.964 49.978 83.579 50.539 84.887 51.491 C 85.524 51.945 86.091 52.506 86.567 53.123 C 87.588 54.462 88.193 56.131 88.193 57.941 C 88.193 58.697 88.091 59.443 87.88 60.167 L 87.75 60.75 L 89.658 61.528 L 89.869 61.15 C 90.56 59.73 92.019 58.806 93.607 58.806 C 95.898 58.806 97.761 60.674 97.761 62.966 C 97.761 65.257 95.898 67.126 93.607 67.126 Z\" fill=\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208)) /* {&quot;name&quot;:&quot;main&quot;} */\"></path><path d=\"M 42.4 25.67 C 36.954 30.305 35.274 38.279 38.792 44.826 C 40.488 47.992 43.259 50.487 46.586 51.848 C 46.721 51.902 46.862 51.935 46.997 51.935 C 47.429 51.935 47.84 51.676 48.012 51.255 C 48.24 50.694 47.975 50.051 47.412 49.823 C 44.554 48.657 42.178 46.512 40.72 43.794 C 37.738 38.236 39.105 31.483 43.648 27.486 L 47.586 33.19 C 46.56 34.352 45.939 35.874 45.939 37.55 C 45.939 41.197 48.905 44.168 52.552 44.168 C 56.199 44.168 59.17 41.197 59.17 37.55 C 59.17 35.876 58.549 34.352 57.521 33.19 L 61.394 27.572 C 62.513 28.572 63.474 29.788 64.225 31.181 C 67.703 37.663 65.262 45.766 58.779 49.24 C 58.244 49.531 58.044 50.19 58.331 50.726 C 58.618 51.261 59.281 51.461 59.811 51.168 C 67.357 47.123 70.199 37.691 66.153 30.154 C 65.234 28.437 64.036 26.961 62.647 25.768 L 73.116 10.589 L 63.727 0 L 41.379 0 L 31.99 10.588 Z M 45.403 26.178 L 44.16 24.385 L 35.463 11.766 L 40.709 11.766 L 45.566 23.579 L 45.571 23.579 L 46.403 25.611 L 48.455 30.603 Z M 57.833 21.97 L 57.487 22.801 L 56.655 24.833 L 54.073 31.11 L 53.123 33.428 L 52.55 34.811 L 51.983 33.418 L 51.033 31.112 L 48.429 24.786 L 47.592 22.754 L 47.273 21.971 L 52.55 12.863 L 57.833 21.971 Z M 54.451 11.766 L 62.03 11.766 L 58.881 19.421 L 54.452 11.766 Z M 46.219 19.421 L 43.076 11.766 L 50.655 11.766 L 46.221 19.421 Z M 52.55 41.709 C 50.255 41.709 48.385 39.846 48.385 37.549 C 48.385 36.717 48.628 35.956 49.044 35.302 L 50.406 37.279 C 50.394 37.36 50.389 37.446 50.389 37.532 C 50.389 38.548 51.086 39.407 52.032 39.639 C 52.199 39.676 52.372 39.703 52.556 39.703 C 52.739 39.703 52.908 39.676 53.069 39.639 C 54.014 39.407 54.717 38.559 54.717 37.532 C 54.717 37.446 54.712 37.36 54.701 37.279 L 56.057 35.308 C 56.477 35.956 56.716 36.717 56.716 37.549 C 56.716 39.844 54.852 41.709 52.55 41.709 Z M 60.891 24.45 L 59.648 26.248 L 56.644 30.603 L 58.67 25.681 L 59.502 23.655 L 64.396 11.766 L 69.641 11.766 L 60.89 24.45 Z M 62.738 2.182 L 69.295 9.578 L 64.337 9.578 L 55.548 2.182 Z M 60.939 9.578 L 44.167 9.578 L 52.55 2.517 Z M 42.367 2.182 L 49.557 2.182 L 40.768 9.578 L 35.81 9.578 L 42.368 2.182 Z\" fill=\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208)) /* {&quot;name&quot;:&quot;main&quot;} */\"></path></g></svg>',svgContentId:11486929223}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-9kpfp4\",\"data-framer-name\":\"Design\",layout:\"position\",name:\"Design\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 152 114\"><g id=\"ss10525633652_1\"><path d=\"M 0 113.985 L 0 0 L 151.92 0 L 151.92 113.985 Z\" fill=\"transparent\"></path><path d=\"M 36.342 25.437 C 36.646 25.01 36.966 24.593 37.285 24.182 C 39.962 20.699 42.992 17.661 46.275 15.043 L 54.265 6.019 C 46.818 9.722 40.069 15.125 34.65 22.137 C 34.174 22.762 33.706 23.385 33.262 24.026 C 32.023 23.641 30.708 23.435 29.345 23.435 C 23.047 23.435 17.76 27.869 16.422 33.773 C 14.674 32.304 12.424 31.465 10.009 31.465 C 4.491 31.465 0 35.947 0 41.474 C 0 47 4.491 51.483 10.009 51.483 L 24.624 51.483 C 24.641 51.491 24.649 51.491 24.666 51.491 C 24.838 51.525 25.018 51.508 25.184 51.483 C 25.874 51.351 26.44 50.785 26.53 50.061 C 26.612 49.428 26.702 48.806 26.809 48.164 C 27.991 41.061 30.601 34.264 34.478 28.178 C 35.061 27.257 35.685 26.331 36.342 25.435 Z M 23.442 48.166 L 10.009 48.166 C 6.315 48.166 3.308 45.17 3.308 41.474 C 3.308 37.778 6.313 34.765 10.009 34.765 C 12.948 34.765 15.51 36.654 16.397 39.436 L 19.607 38.614 C 19.475 37.99 19.418 37.333 19.418 36.694 C 19.418 31.209 23.869 26.75 29.345 26.75 C 30.018 26.75 30.675 26.815 31.316 26.947 C 27.301 33.425 24.616 40.65 23.442 48.164 Z\" fill=\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208)) /* {&quot;name&quot;:&quot;main&quot;} */\"></path><path d=\"M 142.28 86.068 C 140.523 86.068 138.832 86.544 137.362 87.414 C 137.198 83.514 135.571 79.975 133.018 77.346 C 136.351 68.658 137.5 59.223 136.286 49.732 C 134.349 34.625 126.646 21.192 114.602 11.879 C 111.761 9.678 108.771 7.805 105.677 6.223 L 114.151 15.781 C 131.781 30.486 137.683 54.406 130.286 75.096 C 127.879 73.545 125.015 72.641 121.944 72.641 C 121.13 72.641 120.325 72.715 119.545 72.83 C 121.761 67.304 122.845 61.236 122.543 54.921 C 122.068 45.011 118.126 35.52 111.442 28.186 C 110.826 27.513 109.775 27.463 109.094 28.079 C 108.421 28.696 108.371 29.746 108.987 30.427 C 115.145 37.184 118.782 45.938 119.218 55.068 C 119.547 61.892 118.126 68.379 115.342 74.126 C 110.966 76.212 107.723 80.283 106.794 85.185 C 104.708 83.288 101.957 82.164 98.978 82.164 C 92.59 82.164 87.393 87.361 87.393 93.766 C 87.393 94.431 87.449 95.089 87.556 95.712 C 85.642 96.098 83.68 96.345 81.669 96.443 C 71.142 96.945 61.043 93.315 53.219 86.221 C 45.395 79.118 40.803 69.413 40.296 58.886 C 39.786 48.359 43.424 38.26 50.527 30.436 C 51.47 29.402 52.464 28.408 53.5 27.488 L 51.602 24.737 C 50.363 25.813 49.189 26.97 48.063 28.203 C 40.361 36.694 36.428 47.638 36.979 59.043 C 37.528 70.465 42.505 80.992 50.986 88.684 C 58.942 95.909 69.075 99.819 79.717 99.819 C 80.424 99.819 81.122 99.794 81.828 99.771 C 84.137 99.647 86.401 99.36 88.594 98.901 C 90.491 102.71 94.433 105.354 98.98 105.354 L 103.077 105.354 C 97.953 107.826 92.403 109.467 86.598 110.207 C 72.377 112.038 58.295 108.211 46.956 99.458 C 41.57 95.303 37.094 90.246 33.645 84.457 C 33.178 83.669 32.151 83.407 31.362 83.883 C 30.574 84.351 30.32 85.369 30.788 86.166 C 34.451 92.307 39.203 97.67 44.919 102.087 C 55.001 109.88 67.113 113.985 79.642 113.985 C 82.088 113.985 84.552 113.839 87.015 113.518 C 95.292 112.451 103.075 109.65 109.949 105.356 L 142.285 105.356 C 147.606 105.356 151.925 101.02 151.925 95.708 C 151.925 90.395 147.606 86.068 142.285 86.068 Z M 142.28 102.029 L 98.976 102.029 C 95.995 102.029 93.376 100.435 91.923 98.054 C 91.349 97.11 90.955 96.049 90.797 94.917 C 90.741 94.54 90.716 94.154 90.716 93.768 C 90.716 89.202 94.418 85.499 98.976 85.499 C 101.119 85.499 103.098 86.313 104.593 87.684 C 105.406 88.43 106.071 89.351 106.53 90.393 C 106.654 90.68 106.769 90.959 106.859 91.254 L 110.069 90.433 C 109.92 89.661 109.838 88.881 109.838 88.068 C 109.838 87.862 109.847 87.632 109.855 87.42 C 110.117 82.493 113.344 78.338 117.77 76.704 C 119.067 76.229 120.478 75.966 121.942 75.966 C 124.585 75.966 127.041 76.82 129.028 78.266 C 129.997 78.956 130.858 79.809 131.582 80.747 C 133.133 82.782 134.054 85.319 134.054 88.07 C 134.054 89.219 133.898 90.353 133.578 91.454 L 133.381 92.341 L 136.28 93.523 L 136.601 92.949 C 137.651 90.789 139.869 89.384 142.282 89.384 C 145.765 89.384 148.597 92.225 148.597 95.708 C 148.597 99.19 145.765 102.031 142.282 102.031 Z\" fill=\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208)) /* {&quot;name&quot;:&quot;main&quot;} */\"></path><path d=\"M 64.448 39.019 C 56.171 46.063 53.617 58.184 58.963 68.136 C 61.542 72.947 65.754 76.74 70.811 78.809 C 71.016 78.891 71.23 78.941 71.436 78.941 C 72.092 78.941 72.717 78.547 72.979 77.908 C 73.325 77.055 72.922 76.078 72.067 75.732 C 67.723 73.958 64.11 70.698 61.894 66.568 C 57.362 58.119 59.439 47.854 66.345 41.778 L 72.331 50.449 C 70.771 52.215 69.828 54.529 69.828 57.077 C 69.828 62.62 74.335 67.136 79.879 67.136 C 85.422 67.136 89.938 62.62 89.938 57.077 C 89.938 54.531 88.994 52.215 87.432 50.449 L 93.32 41.91 C 95.02 43.43 96.481 45.277 97.622 47.395 C 102.909 57.248 99.198 69.564 89.345 74.845 C 88.531 75.287 88.227 76.289 88.663 77.103 C 89.099 77.916 90.108 78.22 90.913 77.776 C 102.383 71.627 106.702 57.29 100.553 45.835 C 99.156 43.225 97.335 40.981 95.223 39.168 L 111.136 16.095 L 96.865 0 L 62.897 0 L 48.625 16.093 Z M 69.012 39.79 L 67.123 37.065 L 53.904 17.884 L 61.878 17.884 L 69.26 35.841 L 69.268 35.841 L 70.532 38.929 L 73.652 46.516 Z M 87.906 33.394 L 87.38 34.658 L 86.116 37.746 L 82.191 47.288 L 80.747 50.81 L 79.877 52.913 L 79.015 50.795 L 77.57 47.29 L 73.612 37.675 L 72.339 34.587 L 71.855 33.396 L 79.877 19.552 L 87.906 33.396 Z M 82.766 17.884 L 94.286 17.884 L 89.5 29.519 L 82.768 17.884 Z M 70.253 29.519 L 65.475 17.884 L 76.996 17.884 L 70.255 29.519 Z M 79.877 63.398 C 76.388 63.398 73.545 60.565 73.545 57.074 C 73.545 55.81 73.914 54.653 74.547 53.659 L 76.616 56.664 C 76.6 56.787 76.591 56.917 76.591 57.049 C 76.591 58.592 77.65 59.898 79.088 60.251 C 79.342 60.307 79.606 60.349 79.885 60.349 C 80.164 60.349 80.42 60.307 80.665 60.251 C 82.101 59.898 83.17 58.609 83.17 57.049 C 83.17 56.917 83.162 56.787 83.145 56.664 L 85.206 53.668 C 85.845 54.653 86.208 55.81 86.208 57.074 C 86.208 60.563 83.376 63.398 79.877 63.398 Z M 92.554 37.163 L 90.665 39.897 L 86.099 46.516 L 89.179 39.036 L 90.443 35.956 L 97.882 17.884 L 105.855 17.884 L 92.552 37.163 Z M 95.362 3.317 L 105.329 14.558 L 97.792 14.558 L 84.432 3.317 Z M 92.628 14.558 L 67.134 14.558 L 79.877 3.826 Z M 64.398 3.317 L 75.327 3.317 L 61.968 14.558 L 54.431 14.558 L 64.4 3.317 Z\" fill=\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208)) /* {&quot;name&quot;:&quot;main&quot;} */\"></path></g></svg>',svgContentId:10525633652,withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12dg66y\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-a0prbo\",\"data-styles-preset\":\"BUi3OJxlT\",style:{\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:\"Our Vision\"})}),className:\"framer-tp20y0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:\"To be the premier provider of innovative technical and maintenance solutions, recognized for transforming spaces into functional, efficient, and inspiring environments. We aim to lead the industry with unparalleled expertise, reliability, and a commitment to excellence, delivering sustainable solutions that exceed expectations and elevate standards across homes, offices, retail stores, warehouses, F&B spaces, malls, and health centers.\"})}),fonts:[\"__SF-UI-Display-Regular__\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cc56zh\",\"data-styles-preset\":\"PWn1k_MD2\",style:{\"--framer-text-alignment\":\"center\"},children:\"To be the premier provider of innovative technical and maintenance solutions, recognized for transforming spaces into functional, efficient, and inspiring environments. We aim to lead the industry with unparalleled expertise, reliability, and a commitment to excellence, delivering sustainable solutions that exceed expectations and elevate standards across homes, offices, retail stores, warehouses, F&B spaces, malls, and health centers.\"})}),className:\"framer-14wk7eh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:false,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1pw6z08\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1922epw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 100 82\"><g id=\"ss12236437830_1\"><path d=\"M 0 81.952 L 0 0 L 99.898 0 L 99.898 81.952 Z\" fill=\"transparent\"></path><path d=\"M 93.504 63.463 C 92.34 63.463 91.219 63.784 90.245 64.361 C 90.137 61.776 89.059 59.43 87.367 57.683 C 88.978 53.476 89.82 48.965 89.843 44.327 C 89.87 37.512 88.103 30.966 84.762 25.229 L 95.882 17.396 L 82.906 13.554 L 78.627 0 L 71.168 11.57 C 56.756 3.129 37.895 5.045 25.49 17.351 C 25.081 17.754 24.685 18.168 24.304 18.592 C 22.922 17.689 21.274 17.166 19.505 17.166 C 15.316 17.166 11.801 20.105 10.919 24.029 C 9.75 23.059 8.258 22.494 6.654 22.494 C 2.986 22.494 0 25.482 0 29.151 C 0 32.82 2.986 35.807 6.654 35.807 L 16.659 35.807 C 17.142 35.807 17.588 35.48 17.719 34.99 C 17.844 34.523 17.98 34.06 18.122 33.602 C 19.466 29.264 21.647 25.22 24.519 21.694 C 24.988 21.117 25.472 20.562 25.982 20.018 C 26.32 19.642 26.674 19.278 27.037 18.919 C 38.696 7.353 56.411 5.535 69.969 13.427 L 63.647 23.23 L 64.038 30.828 L 62.417 32.444 C 61.082 31.273 59.541 30.326 57.838 29.651 C 53.951 28.109 49.702 28.172 45.873 29.829 C 37.958 33.252 34.303 42.479 37.725 50.397 C 39.16 53.721 41.728 56.458 44.952 58.107 C 45.493 58.383 46.158 58.169 46.435 57.628 C 46.712 57.085 46.497 56.422 45.956 56.144 C 43.186 54.727 40.981 52.376 39.748 49.523 C 36.808 42.72 39.948 34.794 46.748 31.853 C 51.623 29.745 57.076 30.764 60.855 34.015 L 60.852 34.018 L 56.036 38.829 C 54.942 38.046 53.604 37.583 52.158 37.583 C 48.486 37.583 45.498 40.57 45.498 44.245 C 45.498 47.92 48.484 50.912 52.158 50.912 C 55.831 50.912 58.822 47.919 58.822 44.245 C 58.822 42.813 58.365 41.481 57.593 40.393 L 62.396 35.587 L 62.398 35.587 C 63.202 36.55 63.885 37.645 64.409 38.857 C 67.349 45.659 64.209 53.585 57.409 56.526 C 56.85 56.767 56.594 57.417 56.835 57.974 C 57.014 58.39 57.421 58.639 57.847 58.639 C 57.993 58.639 58.141 58.61 58.284 58.549 C 66.199 55.125 69.854 45.899 66.433 37.981 C 65.803 36.525 64.971 35.194 63.968 34.019 L 65.61 32.369 L 74.554 32.419 L 82.954 26.502 C 86.034 31.864 87.666 37.97 87.639 44.322 C 87.622 48.437 86.909 52.442 85.561 56.203 C 83.967 55.169 82.073 54.571 80.033 54.571 C 79.489 54.571 78.957 54.614 78.44 54.696 C 78.5 54.56 78.548 54.423 78.603 54.287 C 80.937 48.142 81.062 41.333 78.957 35.108 C 78.761 34.53 78.136 34.22 77.558 34.416 C 76.981 34.612 76.671 35.237 76.867 35.815 C 78.815 41.556 78.701 47.837 76.546 53.503 C 76.279 54.206 75.985 54.886 75.658 55.55 C 72.758 56.933 70.605 59.638 69.99 62.882 C 68.608 61.625 66.785 60.885 64.811 60.885 C 60.579 60.885 57.134 64.331 57.134 68.569 C 57.134 69.005 57.172 69.429 57.243 69.848 C 52.558 70.805 47.559 70.49 42.772 68.666 C 29.279 63.527 22.479 48.375 27.61 34.877 C 32.746 21.379 47.898 14.576 61.385 19.709 C 61.956 19.926 62.593 19.644 62.81 19.071 C 63.023 18.506 62.74 17.868 62.169 17.651 C 55.096 14.957 47.387 15.185 40.461 18.299 C 33.54 21.407 28.247 27.013 25.553 34.093 C 19.987 48.724 27.36 65.16 41.989 70.722 C 45.1 71.908 48.338 72.529 51.581 72.584 C 53.707 72.621 55.834 72.415 57.933 71.969 C 59.184 74.499 61.796 76.246 64.81 76.246 L 67.454 76.246 C 54.184 82.607 37.767 80.251 26.831 69.225 C 23.659 66.025 21.156 62.318 19.393 58.214 C 19.154 57.653 18.506 57.397 17.947 57.637 C 17.392 57.876 17.13 58.524 17.37 59.085 C 19.241 63.444 21.896 67.38 25.27 70.776 C 32.153 77.721 41.253 81.662 50.993 81.934 C 51.303 81.944 51.614 81.95 51.923 81.95 C 59.147 81.983 66.073 79.991 72.051 76.246 L 93.503 76.246 C 97.029 76.246 99.896 73.378 99.896 69.851 C 99.896 66.324 97.029 63.461 93.503 63.461 Z M 15.827 33.603 L 6.654 33.603 C 4.201 33.603 2.203 31.606 2.203 29.151 C 2.203 26.695 4.199 24.698 6.654 24.698 C 8.607 24.698 10.309 25.945 10.897 27.806 L 13.029 27.256 C 12.948 26.837 12.904 26.407 12.904 25.972 C 12.904 22.33 15.863 19.369 19.503 19.369 C 20.722 19.369 21.858 19.701 22.838 20.278 C 19.622 24.202 17.234 28.736 15.825 33.602 Z M 56.358 44.244 C 56.358 46.562 54.477 48.446 52.158 48.446 C 49.839 48.446 47.963 46.564 47.963 44.244 C 47.963 41.924 49.845 40.047 52.158 40.047 C 52.925 40.047 53.643 40.249 54.258 40.614 L 52.866 42.004 C 52.644 41.935 52.408 41.897 52.164 41.897 C 50.866 41.897 49.807 42.951 49.807 44.247 C 49.807 45.543 50.866 46.597 52.164 46.597 C 53.461 46.597 54.513 45.543 54.513 44.247 C 54.513 44.013 54.478 43.787 54.413 43.573 L 55.807 42.176 C 56.155 42.785 56.357 43.487 56.357 44.244 Z M 81.798 24.623 L 73.867 30.212 L 66.213 30.168 L 65.886 23.827 L 71.837 14.591 L 73.034 12.74 L 77.941 5.131 L 80.771 14.089 L 78.083 16.778 L 76.526 18.335 L 75.057 19.805 C 74.628 20.235 74.628 20.931 75.057 21.362 C 75.487 21.792 76.183 21.792 76.614 21.362 L 78.077 19.903 L 79.638 18.341 L 82.303 15.675 L 90.893 18.216 L 83.604 23.349 L 81.797 24.623 Z M 93.504 74.043 L 75.208 74.043 L 71.394 74.043 L 64.811 74.043 C 62.831 74.043 61.09 72.988 60.133 71.403 C 59.752 70.782 59.491 70.069 59.393 69.313 C 59.355 69.068 59.339 68.823 59.339 68.566 C 59.339 65.546 61.792 63.086 64.811 63.086 C 66.231 63.086 67.548 63.624 68.533 64.539 C 69.077 65.039 69.518 65.65 69.823 66.351 C 69.904 66.53 69.975 66.715 70.035 66.905 L 72.163 66.361 C 72.065 65.85 72.017 65.327 72.017 64.8 C 72.017 64.664 72.023 64.528 72.027 64.393 C 72.185 61.214 74.201 58.514 77.004 57.364 C 77.094 57.326 77.185 57.291 77.277 57.258 C 78.137 56.948 79.067 56.774 80.036 56.774 C 81.792 56.774 83.414 57.341 84.737 58.298 C 85.372 58.761 85.945 59.322 86.418 59.947 C 87.446 61.297 88.056 62.979 88.056 64.803 C 88.056 65.559 87.952 66.31 87.741 67.033 L 87.61 67.627 L 89.498 68.395 L 89.742 68.024 C 90.438 66.592 91.913 65.668 93.507 65.668 C 95.814 65.668 97.696 67.546 97.696 69.854 C 97.696 72.162 95.814 74.044 93.507 74.044 Z\" fill=\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208)) /* {&quot;name&quot;:&quot;main&quot;} */\"></path></g></svg>',svgContentId:12236437830}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1mvpnld\",\"data-framer-name\":\"Design\",layout:\"position\",name:\"Design\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 152 126\"><g id=\"ss11798574570_1\"><path d=\"M 0 125.926 L 0 0 L 151.844 0 L 151.844 125.926 Z\" fill=\"transparent\"></path><path d=\"M 142.127 97.516 C 140.356 97.516 138.652 98.009 137.173 98.896 C 137.008 94.924 135.37 91.32 132.798 88.635 C 135.247 82.171 136.527 75.239 136.561 68.112 C 136.603 57.64 133.916 47.581 128.839 38.766 L 145.741 26.731 L 126.017 20.827 L 119.513 0 L 108.176 17.779 C 86.27 4.808 57.6 7.752 38.744 26.662 C 38.124 27.28 37.521 27.917 36.942 28.568 C 34.842 27.18 32.336 26.377 29.647 26.377 C 23.28 26.377 17.937 30.893 16.598 36.922 C 14.82 35.433 12.553 34.564 10.114 34.564 C 4.539 34.564 0 39.155 0 44.793 C 0 50.43 4.539 55.021 10.114 55.021 L 25.321 55.021 C 26.056 55.021 26.734 54.518 26.933 53.765 C 27.124 53.047 27.33 52.336 27.545 51.632 C 29.588 44.966 32.904 38.752 37.269 33.334 C 37.982 32.447 38.717 31.595 39.493 30.759 C 40.006 30.182 40.544 29.622 41.096 29.07 C 58.818 11.298 85.745 8.505 106.353 20.633 L 96.743 35.695 L 97.338 47.37 L 94.874 49.853 C 92.845 48.054 90.502 46.599 87.914 45.562 C 82.005 43.192 75.547 43.289 69.727 45.835 C 57.696 51.095 52.14 65.272 57.341 77.439 C 59.524 82.546 63.426 86.752 68.328 89.286 C 69.15 89.71 70.16 89.381 70.581 88.55 C 71.003 87.716 70.675 86.697 69.853 86.271 C 65.643 84.093 62.291 80.48 60.417 76.096 C 55.949 65.643 60.722 53.464 71.058 48.945 C 78.467 45.705 86.755 47.271 92.499 52.267 L 92.494 52.271 L 85.175 59.665 C 83.512 58.46 81.478 57.749 79.28 57.749 C 73.698 57.749 69.157 62.34 69.157 67.987 C 69.157 73.634 73.696 78.231 79.28 78.231 C 84.863 78.231 89.409 73.631 89.409 67.987 C 89.409 65.786 88.716 63.739 87.541 62.067 L 94.842 54.683 L 94.844 54.683 C 96.067 56.163 97.105 57.844 97.902 59.706 C 102.37 70.159 97.597 82.338 87.261 86.857 C 86.412 87.227 86.022 88.225 86.389 89.082 C 86.661 89.722 87.28 90.104 87.928 90.104 C 88.15 90.104 88.374 90.06 88.592 89.965 C 100.623 84.705 106.179 70.528 100.978 58.361 C 100.02 56.123 98.756 54.078 97.231 52.274 L 99.727 49.738 L 113.322 49.814 L 126.09 40.723 C 130.772 48.962 133.252 58.344 133.211 68.105 C 133.186 74.428 132.102 80.582 130.052 86.361 C 127.629 84.772 124.75 83.853 121.649 83.853 C 120.823 83.853 120.014 83.92 119.229 84.045 C 119.32 83.836 119.394 83.626 119.476 83.417 C 123.024 73.974 123.214 63.512 120.014 53.946 C 119.716 53.059 118.766 52.582 117.889 52.883 C 117.012 53.184 116.54 54.145 116.838 55.032 C 119.799 63.855 119.625 73.506 116.35 82.213 C 115.944 83.292 115.498 84.337 115.001 85.358 C 110.592 87.482 107.319 91.64 106.385 96.624 C 104.285 94.692 101.514 93.555 98.513 93.555 C 92.08 93.555 86.844 98.85 86.844 105.363 C 86.844 106.032 86.902 106.683 87.009 107.327 C 79.889 108.798 72.29 108.314 65.014 105.511 C 44.504 97.615 34.168 74.333 41.967 53.592 C 49.774 32.85 72.805 22.397 93.305 30.284 C 94.173 30.618 95.142 30.184 95.472 29.304 C 95.795 28.436 95.364 27.456 94.496 27.122 C 83.746 22.983 72.029 23.333 61.5 28.118 C 50.981 32.894 42.936 41.508 38.841 52.387 C 30.38 74.868 41.587 100.124 63.823 108.67 C 68.552 110.493 73.474 111.447 78.402 111.531 C 81.634 111.589 84.868 111.271 88.058 110.586 C 89.959 114.475 93.93 117.159 98.511 117.159 L 102.53 117.159 C 82.36 126.933 57.405 123.313 40.783 106.37 C 35.962 101.453 32.158 95.758 29.478 89.451 C 29.114 88.589 28.129 88.195 27.279 88.564 C 26.436 88.932 26.038 89.928 26.402 90.789 C 29.247 97.488 33.282 103.535 38.41 108.754 C 48.872 119.424 62.705 125.481 77.509 125.898 C 77.981 125.914 78.453 125.924 78.922 125.924 C 89.904 125.975 100.43 122.913 109.518 117.159 L 142.124 117.159 C 147.484 117.159 151.842 112.751 151.842 107.332 C 151.842 101.912 147.484 97.513 142.124 97.513 Z M 24.057 51.635 L 10.114 51.635 C 6.385 51.635 3.348 48.566 3.348 44.793 C 3.348 41.019 6.383 37.951 10.114 37.951 C 13.082 37.951 15.67 39.866 16.563 42.727 L 19.804 41.881 C 19.68 41.237 19.614 40.577 19.614 39.908 C 19.614 34.312 24.112 29.763 29.645 29.763 C 31.498 29.763 33.225 30.272 34.713 31.16 C 29.826 37.189 26.196 44.156 24.055 51.632 Z M 85.665 67.984 C 85.665 71.547 82.804 74.442 79.28 74.442 C 75.755 74.442 72.904 71.549 72.904 67.984 C 72.904 64.42 75.764 61.536 79.28 61.536 C 80.445 61.536 81.538 61.847 82.472 62.407 L 80.356 64.543 C 80.019 64.436 79.66 64.378 79.289 64.378 C 77.317 64.378 75.707 65.997 75.707 67.989 C 75.707 69.981 77.317 71.6 79.289 71.6 C 81.261 71.6 82.859 69.981 82.859 67.989 C 82.859 67.63 82.807 67.283 82.708 66.954 L 84.827 64.807 C 85.356 65.742 85.663 66.822 85.663 67.984 Z M 124.334 37.835 L 112.278 46.423 L 100.643 46.356 L 100.146 36.612 L 109.193 22.421 L 111.011 19.576 L 118.471 7.884 L 122.772 21.649 L 118.686 25.781 L 116.32 28.174 L 114.087 30.432 C 113.434 31.092 113.434 32.162 114.087 32.825 C 114.74 33.485 115.798 33.485 116.453 32.825 L 118.677 30.583 L 121.049 28.183 L 125.101 24.086 L 138.158 27.991 L 127.077 35.878 L 124.331 37.835 Z M 142.127 113.773 L 114.316 113.773 L 108.519 113.773 L 98.513 113.773 C 95.504 113.773 92.856 112.152 91.402 109.717 C 90.823 108.763 90.426 107.667 90.277 106.505 C 90.22 106.13 90.195 105.752 90.195 105.358 C 90.195 100.717 93.924 96.937 98.513 96.937 C 100.671 96.937 102.672 97.763 104.17 99.169 C 104.997 99.938 105.668 100.876 106.131 101.953 C 106.254 102.229 106.362 102.514 106.454 102.806 L 109.687 101.97 C 109.539 101.184 109.465 100.381 109.465 99.57 C 109.465 99.362 109.474 99.153 109.481 98.945 C 109.722 94.06 112.786 89.912 117.046 88.144 C 117.183 88.086 117.321 88.033 117.461 87.982 C 118.768 87.505 120.181 87.239 121.654 87.239 C 124.324 87.239 126.789 88.11 128.8 89.58 C 129.766 90.291 130.636 91.153 131.356 92.114 C 132.918 94.187 133.845 96.772 133.845 99.575 C 133.845 100.737 133.687 101.891 133.366 103.003 L 133.167 103.915 L 136.037 105.094 L 136.408 104.524 C 137.466 102.324 139.708 100.904 142.131 100.904 C 145.638 100.904 148.498 103.79 148.498 107.336 C 148.498 110.882 145.638 113.775 142.131 113.775 Z\" fill=\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208)) /* {&quot;name&quot;:&quot;main&quot;} */\"></path></g></svg>',svgContentId:11798574570,withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g75qq1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-a0prbo\",\"data-styles-preset\":\"BUi3OJxlT\",style:{\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:\"Our Mission\"})}),className:\"framer-ezsv8l\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:\"Delivering top-notch solutions that enhance efficiency, sustainability, and performance, while building lasting relationships founded on trust and excellence.\"})}),fonts:[\"__SF-UI-Display-Regular__\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1cc56zh\",\"data-styles-preset\":\"PWn1k_MD2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:\"Delivering top-notch solutions that enhance efficiency, sustainability, and performance, while building lasting relationships founded on trust and excellence.\"})}),className:\"framer-1ipewts\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bwrnwo\",\"data-framer-name\":\"Sample work\",id:elementId4,name:\"Sample work\",ref:ref8,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uwvvrg\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"799\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:\"See What \"}),\"We've \",/*#__PURE__*/_jsx(\"br\",{}),\"Been Up to\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"799\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:\"See What\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"We've Been Up to\"]})}),className:\"framer-8emsff\",effect:textEffect2,fonts:[\"__SF-UI-Display-Heavy__\",\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-sxuwop\",\"data-styles-preset\":\"dGJYq65Lz\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-dd268ee3-43e7-4718-b8f1-89f87a29e1cf, rgb(59, 59, 59))\"},children:\"Explore the possibilities and see our recent projects in action.\"})}),className:\"framer-f263ta\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-80zr9z\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nr0meg-container\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:0,height:\"100%\",id:\"f4KaqIHWH\",layoutId:\"f4KaqIHWH\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"300px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ubul25-container\",children:/*#__PURE__*/_jsx(Projects,{E0CE5q5pu:\"Ductwork\",EdEL438T1:\"Climate Control\",fV8uyRIlf:\"Implemented energy-efficient HVAC systems for a sustainable shopping experience.\",H8UZS9oLr:addImageAlt({src:\"https://framerusercontent.com/images/qE8cgB7USzf16R4tlzMIcLHk6KQ.webp\",srcSet:\"https://framerusercontent.com/images/qE8cgB7USzf16R4tlzMIcLHk6KQ.webp 400w\"},\"\"),height:\"100%\",id:\"UC36guL2x\",igoUGYPf4:\"Radiant Mall HVAC Installation\",jmMx_aYTR:false,layoutId:\"UC36guL2x\",ObU9rdIrZ:\"text\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"300px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-qubr4a-container\",children:/*#__PURE__*/_jsx(Projects,{E0CE5q5pu:\"CCTV\",EdEL438T1:\"Access Control\",fV8uyRIlf:\"Installed cutting-edge surveillance and security solutions for a premium retail chain.\",H8UZS9oLr:addImageAlt({src:\"https://framerusercontent.com/images/JmxoSuLSbCwCPrUXCo80lAnBSs.webp\",srcSet:\"https://framerusercontent.com/images/JmxoSuLSbCwCPrUXCo80lAnBSs.webp 773w\"},\"\"),height:\"100%\",id:\"vYhREhpEo\",igoUGYPf4:\"Elite Security Systems\",jmMx_aYTR:true,layoutId:\"vYhREhpEo\",ObU9rdIrZ:\"Alarms\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"300px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-15qiwx6-container\",children:/*#__PURE__*/_jsx(Projects,{E0CE5q5pu:\"Automation\",EdEL438T1:\"Conveyor Systems\",fV8uyRIlf:\"Integrated advanced automation systems to streamline production and increase efficiency.\",H8UZS9oLr:addImageAlt({src:\"https://framerusercontent.com/images/0CwKiKXlj5YFaMRWathxiUhQEL0.webp\",srcSet:\"https://framerusercontent.com/images/0CwKiKXlj5YFaMRWathxiUhQEL0.webp 800w\"},\"\"),height:\"100%\",id:\"oe716YZxh\",igoUGYPf4:\"Phoenix Manufacturing\",jmMx_aYTR:false,layoutId:\"oe716YZxh\",ObU9rdIrZ:\"Conveyor Systems\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"300px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-19cmsqp-container\",children:/*#__PURE__*/_jsx(Projects,{E0CE5q5pu:\"Networking\",EdEL438T1:\"Cabling\",fV8uyRIlf:\"Delivering top-notch solutions that enhance efficiency, sustainability, and performance, while building lasting relationships founded on trust and excellence.\",H8UZS9oLr:addImageAlt({src:\"https://framerusercontent.com/images/vzQfi96mzX7zgSRh2MjREPHHRrM.webp\",srcSet:\"https://framerusercontent.com/images/vzQfi96mzX7zgSRh2MjREPHHRrM.webp 400w\"},\"\"),height:\"100%\",id:\"riGTIRc2t\",igoUGYPf4:\"EcoTech Network Setup\",jmMx_aYTR:true,layoutId:\"riGTIRc2t\",ObU9rdIrZ:\"Servers\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"300px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lp7lfv-container\",children:/*#__PURE__*/_jsx(Projects,{E0CE5q5pu:\"Partitioning\",EdEL438T1:\"Flooring\",fV8uyRIlf:\"Delivered turnkey interior solutions for a modern and collaborative workspace.\",H8UZS9oLr:addImageAlt({src:\"https://framerusercontent.com/images/kJmwSl4EyFv6SnFZ44C3JJk9o.webp\",srcSet:\"https://framerusercontent.com/images/kJmwSl4EyFv6SnFZ44C3JJk9o.webp?scale-down-to=512 512w,https://framerusercontent.com/images/kJmwSl4EyFv6SnFZ44C3JJk9o.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/kJmwSl4EyFv6SnFZ44C3JJk9o.webp 1422w\"},\"\"),height:\"100%\",id:\"dm3GbvKws\",igoUGYPf4:\"Harmony Office Interiors\",jmMx_aYTR:true,layoutId:\"dm3GbvKws\",ObU9rdIrZ:\"Painting\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"300px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-re45gp-container\",children:/*#__PURE__*/_jsx(Projects,{E0CE5q5pu:\"Fit-Out\",EdEL438T1:\"Custom Furniture\",fV8uyRIlf:\"High-end interior design and fit-out for a luxury residential complex.\",H8UZS9oLr:addImageAlt({src:\"https://framerusercontent.com/images/v8sMcwfYwAK6De84Hf0JeaNIH8.webp\"},\"\"),height:\"100%\",id:\"Au0hPE9Su\",igoUGYPf4:\"Azure Towers Fit-Out\",jmMx_aYTR:false,layoutId:\"Au0hPE9Su\",ObU9rdIrZ:\"Lighting\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-irijbu\",\"data-framer-name\":\"Features\",id:elementId5,name:\"Features\",ref:ref5,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vawkgb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:[\"Let\u2019s Build Something\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"799\",\"--framer-text-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},children:\"Amazing Together\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:[\"Let\u2019s Build Something\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"799\",\"--framer-text-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},children:\"Amazing Together\"})]})}),className:\"framer-v2b77g\",effect:textEffect2,fonts:[\"__SF-UI-Display-Regular__\",\"__SF-UI-Display-Heavy__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17u8e1u\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bqb5b3\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-e8dtij-container\",children:/*#__PURE__*/_jsx(GoogleMaps,{borderRadius:20,bottomLeftRadius:20,bottomRightRadius:20,coordinates:\"25.2933616841014, 55.40213859827456\",height:\"100%\",id:\"kHFz9wAyW\",isMixedBorderRadius:false,layoutId:\"kHFz9wAyW\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:20,topRightRadius:20,width:\"100%\",zoom:15})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-190n56a\",children:/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/02d0e444-02cc-491f-baf4-227da63d79c3/submit\",className:\"framer-c2ioxs\",\"data-border\":true,children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"label\",{className:\"framer-nys7nc\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-17jssck\",inputName:\"Name\",placeholder:\"Full Name\",type:\"text\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lue5wj\",children:[/*#__PURE__*/_jsx(\"label\",{className:\"framer-7hdmc5\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-zcroba\",inputName:\"Email\",placeholder:\"Email\",type:\"email\"})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-tyimec\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1jczp9\",inputName:\"Mobile\",placeholder:\"Contact Number\",type:\"tel\"})})]}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-gf6dsn\",children:/*#__PURE__*/_jsx(FormSelect,{className:\"framer-a3g6w2\",defaultValue:\"\",inputName:\"Location\",required:true,selectOptions:[{disabled:true,title:\"Select\u2026\",type:\"option\",value:\"\"},{title:\"Interior Fit-out\",type:\"option\",value:\"Interior Fit-out\"},{title:\"Design Consultancy\",type:\"option\",value:\"Design Consultancy\"},{title:\"HVAC\",type:\"option\",value:\"HVAC\"},{title:\"MEP Services\",type:\"option\",value:\"MEP Services\"},{title:\"IT Network Systems\",type:\"option\",value:\"IT Network Systems\"},{title:\"Security Systems\",type:\"option\",value:\"Security Systems\"},{title:\"Automation\",type:\"option\",value:\"Automation\"},{title:\"Flooring/Ceiling/Painting\",type:\"option\",value:\"Flooring/Ceiling/Painting\"},{title:\"Others\",type:\"option\",value:\"Others\"}]})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-138q35\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-7rqnio\",inputName:\"Message\",placeholder:\"Message\",type:\"textarea\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{width:\"calc(max(100vw - 20px, 1px) - 40px)\",y:6239.4},JSHnK5hFh:{y:6890.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"calc(max((100vw - 130px) / 2, 1px) - 40px)\",y:6694.199999999999,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ql4s5p-container\",children:/*#__PURE__*/_jsx(Button3,{height:\"100%\",id:\"xcxvTIqMa\",layoutId:\"xcxvTIqMa\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{error:\"jAtaK2YZN\",pending:\"OoYOy_lDY\",success:\"GwovzondE\"},\"S1p04ulZ2\"),width:\"100%\"})})})})]})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wc4dce\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h049tc\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-bl0ofl-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"MapPin\",id:\"RiOOcX_QK\",layoutId:\"RiOOcX_QK\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ym3g4e\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dts917\",\"data-styles-preset\":\"hgKudGhZ5\",style:{\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:\"PO Box: 115040 Dubai United Arab Emirates\"})}),className:\"framer-1spmco3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y3d2tk\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n4sw8a-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Phone\",id:\"OnqhOAsoO\",layoutId:\"OnqhOAsoO\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:\"tel:+971502088036\",nodeId:\"W7aWHeoET\",openInNewTab:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1m16gv1 framer-6rh4wo\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dts917\",\"data-styles-preset\":\"hgKudGhZ5\",style:{\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:\"+971502088036\"})}),className:\"framer-1apm9jr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(Link,{href:\"mailto:Info@tekphyllis.com\",nodeId:\"dQyw4gzFp\",openInNewTab:true,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-18trfe5 framer-6rh4wo\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qiy248-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Envelope\",id:\"mAKYmIugm\",layoutId:\"mAKYmIugm\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1munu7k\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dts917\",\"data-styles-preset\":\"hgKudGhZ5\",style:{\"--framer-text-color\":\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\"},children:\"Info@tekphyllis.com\"})}),className:\"framer-157ed9b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bano89\",\"data-framer-name\":\"FAQ Day\",id:elementId6,name:\"FAQ Day\",ref:ref6,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-cc54721f-7072-4a8f-b8ec-253997b16ac8, rgb(43, 48, 55))\"},children:[\"You Got Questions?\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"799\",\"--framer-text-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},children:\"We Got The Answers!\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-cc54721f-7072-4a8f-b8ec-253997b16ac8, rgb(43, 48, 55))\"},children:[\"You Got Questions?\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"799\",\"--framer-text-color\":\"var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208))\"},children:\"We Got The Answers!\"})]})}),className:\"framer-1gbqmhk\",effect:textEffect2,fonts:[\"__SF-UI-Display-Regular__\",\"__SF-UI-Display-Heavy__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-crzbmh\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vpijzi-container\",children:/*#__PURE__*/_jsx(FAQ,{CM1C23HdI:\"rgb(0, 0, 0)\",height:\"100%\",id:\"xnkzgcSiY\",layoutId:\"xnkzgcSiY\",m1wBZJAoM:\"We specialize in a wide range of services including engineering solutions, design consultancy, interior fit-outs, HVAC, MEP systems, IT networks, security systems, and automation. Our team brings expertise to both residential and commercial projects, delivering tailored solutions across various industries.\",style:{width:\"100%\"},variant:\"T5CrfWy_o\",vd59XDbg4:\"What types of projects do you specialize in?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5e2v0o\",\"data-framer-name\":\"Line Bottom\",name:\"Line Bottom\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ltx923-container\",children:/*#__PURE__*/_jsx(FAQ,{CM1C23HdI:\"rgb(0, 0, 0)\",height:\"100%\",id:\"lHXf24eBJ\",layoutId:\"lHXf24eBJ\",m1wBZJAoM:\"At TeK Phyllis, we maintain the highest standards by combining years of experience with the latest technology. Our skilled professionals are trained to work with cutting-edge tools, ensuring every project is executed with precision and attention to detail. Quality checks are embedded throughout each stage, from planning to implementation.\",style:{width:\"100%\"},variant:\"yPX8xspWY\",vd59XDbg4:\"How do you ensure the quality of your services?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q0rpy\",\"data-framer-name\":\"Line Bottom\",name:\"Line Bottom\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kf7em8-container\",children:/*#__PURE__*/_jsx(FAQ,{CM1C23HdI:\"rgb(0, 0, 0)\",height:\"100%\",id:\"S10j0vkLp\",layoutId:\"S10j0vkLp\",m1wBZJAoM:\"Yes, we cater to both small and large-scale projects. Whether you're looking for a simple interior design or a comprehensive HVAC installation, our team has the expertise to handle projects of any size. We tailor our approach to meet the specific needs of each project, regardless of scope.\",style:{width:\"100%\"},variant:\"yPX8xspWY\",vd59XDbg4:\"Do you provide services for both small and large-scale projects?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gtdem3\",\"data-framer-name\":\"Line Bottom\",name:\"Line Bottom\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hniyvj-container\",children:/*#__PURE__*/_jsx(FAQ,{CM1C23HdI:\"rgb(0, 0, 0)\",height:\"100%\",id:\"UyBbEMyfT\",layoutId:\"UyBbEMyfT\",m1wBZJAoM:\"We are committed to continuous learning and adaptation. Our team regularly undergoes training on the latest technologies, including AI-driven solutions and industry best practices. By combining our deep-rooted experience with emerging innovations, we ensure that our clients receive the most efficient and future-proof solutions.\",style:{width:\"100%\"},variant:\"yPX8xspWY\",vd59XDbg4:\"How do you stay up to date with technological advancements in your field?\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{y:7553.599999999999},JSHnK5hFh:{y:7998.799999999999}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:226,width:\"100vw\",y:7802.5999999999985,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kysavp-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Hw_19DBJP:{variant:\"a18V4c3EY\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"vqbsEgTI9\",layoutId:\"vqbsEgTI9\",style:{width:\"100%\"},variant:\"ahIls4KU5\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-YMkei { background: white; }`,\".framer-YMkei.framer-6rh4wo, .framer-YMkei .framer-6rh4wo { display: block; }\",\".framer-YMkei.framer-6t96s3 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-YMkei .framer-2o5tlt-container { flex: none; height: 71px; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; z-index: 10; }\",\".framer-YMkei .framer-1v5hgyg { --border-bottom-width: 1px; --border-color: var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",'.framer-YMkei .framer-ffl8uf { background: linear-gradient(180deg, var(--token-cc54721f-7072-4a8f-b8ec-253997b16ac8, #2b3037) /* {\"name\":\"dark grey\"} */ 0%, var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, rgb(28, 159, 208)) /* {\"name\":\"main\"} */ 78.64935247747748%, rgb(189, 237, 255) 100%); flex: 1 0 0px; height: 100vh; min-height: 800px; overflow: hidden; position: relative; width: 1px; }',\".framer-YMkei .framer-2tjncn { background: radial-gradient(33.7% 50% at 50% 0%, #ffffff 0%, rgba(255, 255, 255, 0) 68.44911317567568%); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: -552px; flex: none; height: 783px; left: calc(50.00000000000002% - 160% / 2); overflow: hidden; position: absolute; width: 160%; will-change: var(--framer-will-change-override, transform); }\",\".framer-YMkei .framer-1sq06qg { flex: none; height: 766px; opacity: 0.2; position: absolute; right: -921px; top: 0px; width: 1361px; }\",\".framer-YMkei .framer-19qf89u { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 788px); left: -428px; opacity: 0.1; overflow: hidden; position: absolute; top: 50%; transform: translateY(-50%); width: 788px; z-index: 0; }\",'.framer-YMkei .framer-1pia1eh { background: radial-gradient(64.4% 50% at 50% 50%, #0d0d0d 51.80180180180181%, var(--token-cc54721f-7072-4a8f-b8ec-253997b16ac8, rgb(43, 48, 55)) /* {\"name\":\"dark grey\"} */ 78.63923493806308%, rgb(27, 161, 209) 100%); border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; bottom: -553px; box-shadow: 0px 0px 250px 0px #43bce8; flex: none; height: 783px; left: calc(50.00000000000002% - 160% / 2); overflow: hidden; position: absolute; width: 160%; will-change: var(--framer-will-change-override, transform); }',\".framer-YMkei .framer-1bo09uw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 49%; transform: translate(-50%, -50%); width: min-content; }\",\".framer-YMkei .framer-qqsa6c { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-YMkei .framer-1v3o1il, .framer-YMkei .framer-wze9jf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-YMkei .framer-1dohjpo { -webkit-filter: drop-shadow(-10px 20px 10px rgba(0, 0, 0, 0.3)); aspect-ratio: 1 / 1; cursor: grab; filter: drop-shadow(-10px 20px 10px rgba(0, 0, 0, 0.3)); flex: none; height: var(--framer-aspect-ratio-supported, 112px); overflow: visible; position: absolute; right: -95px; top: 84px; width: 112px; z-index: 1; }\",\".framer-YMkei .framer-1fjj869 { -webkit-filter: drop-shadow(10px 20px 10px rgba(0, 0, 0, 0.3)); aspect-ratio: 1 / 1; bottom: -9px; cursor: grab; filter: drop-shadow(10px 20px 10px rgba(0, 0, 0, 0.3)); flex: none; height: var(--framer-aspect-ratio-supported, 129px); left: -89px; overflow: visible; position: absolute; width: 129px; z-index: 1; }\",\".framer-YMkei .framer-1h28cmn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-YMkei .framer-yvr2nd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 60px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-YMkei .framer-b5d6sa-container { flex: none; height: 60px; position: relative; width: 160px; }\",\".framer-YMkei .framer-ou9tsa { align-content: center; align-items: center; bottom: 80px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; transform: translateX(-50%); width: 800px; }\",\".framer-YMkei .framer-54atir, .framer-YMkei .framer-hbph87, .framer-YMkei .framer-1k05yn0, .framer-YMkei .framer-11wg6h1, .framer-YMkei .framer-1o8qdk7, .framer-YMkei .framer-u0hfq0, .framer-YMkei .framer-1r9qh1t { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.05); 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: 8px; height: 110px; justify-content: flex-start; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-YMkei .framer-809bo8-container, .framer-YMkei .framer-1vp4jh9-container, .framer-YMkei .framer-1azrjzw-container, .framer-YMkei .framer-esgknl-container, .framer-YMkei .framer-pske8a-container, .framer-YMkei .framer-1f7vqj9-container, .framer-YMkei .framer-81ve57-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); position: relative; width: 40px; }\",\".framer-YMkei .framer-1ckoejh, .framer-YMkei .framer-4k99ti, .framer-YMkei .framer-1ncvtth, .framer-YMkei .framer-z4bt6n, .framer-YMkei .framer-lw4yfh, .framer-YMkei .framer-men9v7, .framer-YMkei .framer-p86i5m { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 460px; opacity: 0.8; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-YMkei .framer-q09ih6 { align-content: center; align-items: center; background: linear-gradient(180deg, #ffffff 40.132271171941866%, rgb(214, 244, 255) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-YMkei .framer-1c1ypq0, .framer-YMkei .framer-lbu981, .framer-YMkei .framer-1xt9zoz, .framer-YMkei .framer-1h02tdf, .framer-YMkei .framer-vawkgb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YMkei .framer-qvtamp, .framer-YMkei .framer-19akkxu, .framer-YMkei .framer-c90w2c { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-YMkei .framer-t7nza, .framer-YMkei .framer-12dg66y, .framer-YMkei .framer-1g75qq1 { 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-YMkei .framer-15swlg5 { display: grid; flex: none; gap: 40px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YMkei .framer-18clc0z-container, .framer-YMkei .framer-11tfarj-container, .framer-YMkei .framer-60thz6-container, .framer-YMkei .framer-pvpjnr-container, .framer-YMkei .framer-vkwc9j-container, .framer-YMkei .framer-ow2z81-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-YMkei .framer-4p4dt1 { align-content: center; align-items: center; background-color: var(--token-cc54721f-7072-4a8f-b8ec-253997b16ac8, #2b3037); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-YMkei .framer-1ei3d55, .framer-YMkei .framer-e1b58l, .framer-YMkei .framer-tp20y0, .framer-YMkei .framer-14wk7eh, .framer-YMkei .framer-ezsv8l { --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-YMkei .framer-i4rnd { display: grid; flex: none; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: 800px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-YMkei .framer-194r9hv-container, .framer-YMkei .framer-pag81x-container, .framer-YMkei .framer-ihi181-container, .framer-YMkei .framer-x2uj6z-container, .framer-YMkei .framer-1nkx7x3-container, .framer-YMkei .framer-1ayva0b-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-YMkei .framer-1k9zdr8 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 70px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-YMkei .framer-m2ios7, .framer-YMkei .framer-14a4kuo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; }\",\".framer-YMkei .framer-cpdxqg, .framer-YMkei .framer-1c95cxd { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 500px; justify-content: center; overflow: visible; padding: 20px 0px 20px 0px; position: relative; width: 1px; }\",\".framer-YMkei .framer-5ep9i9, .framer-YMkei .framer-1sqhtcw, .framer-YMkei .framer-1sqkc6y, .framer-YMkei .framer-8emsff { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 490px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-YMkei .framer-y44dtq, .framer-YMkei .framer-94yrj4, .framer-YMkei .framer-f263ta { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 900px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-YMkei .framer-d9g4go, .framer-YMkei .framer-q2iurs { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-YMkei .framer-4ycmxk { align-content: center; align-items: center; background-color: var(--token-cc54721f-7072-4a8f-b8ec-253997b16ac8, #2b3037); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-YMkei .framer-19o51up { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 550px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-YMkei .framer-hjwtzt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YMkei .framer-acg8fm { --border-bottom-width: 1px; --border-color: var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1)); --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-8c47652b-dea5-4767-a9f2-5d952dcce49a, #ffffff); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 430px; justify-content: flex-start; overflow: hidden; padding: 40px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-YMkei .framer-1f54332, .framer-YMkei .framer-1922epw { align-content: center; align-items: center; aspect-ratio: 1.303030303030303 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 140px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 182px; }\",\".framer-YMkei .framer-9kpfp4 { background-color: rgba(0, 0, 0, 0); flex: none; height: 114px; position: relative; width: 152px; }\",\".framer-YMkei .framer-1pw6z08 { --border-bottom-width: 1px; --border-color: var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1)); --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-b984212c-6b21-4967-bb54-ce90369391ae, #ffffff); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 430px; justify-content: flex-start; overflow: hidden; padding: 40px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-YMkei .framer-1mvpnld { flex: none; height: 126px; position: relative; width: 152px; }\",\".framer-YMkei .framer-1ipewts { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 310px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-YMkei .framer-bwrnwo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-YMkei .framer-1uwvvrg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 60px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-YMkei .framer-80zr9z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YMkei .framer-1nr0meg-container { flex: 1 0 0px; height: 400px; position: relative; width: 1px; }\",\".framer-YMkei .framer-1ubul25-container, .framer-YMkei .framer-qubr4a-container, .framer-YMkei .framer-15qiwx6-container, .framer-YMkei .framer-19cmsqp-container, .framer-YMkei .framer-1lp7lfv-container, .framer-YMkei .framer-re45gp-container { height: 400px; position: relative; width: 300px; }\",\".framer-YMkei .framer-irijbu { align-content: center; align-items: center; background-color: var(--token-cc54721f-7072-4a8f-b8ec-253997b16ac8, #2b3037); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-YMkei .framer-v2b77g { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 530px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-YMkei .framer-17u8e1u { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.1); 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: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-YMkei .framer-bqb5b3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 400px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-YMkei .framer-e8dtij-container { flex: none; height: 400px; position: relative; width: 100%; }\",\".framer-YMkei .framer-190n56a { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 400px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-YMkei .framer-c2ioxs { --border-bottom-width: 1px; --border-color: var(--token-d6d35262-a990-4b77-a82d-10db8bdaff70, #1c9fd0); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #171a1f; 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: 20px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-YMkei .framer-nys7nc, .framer-YMkei .framer-gf6dsn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-YMkei .framer-17jssck, .framer-YMkei .framer-zcroba, .framer-YMkei .framer-1jczp9 { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #999999; --framer-input-font-family: \"SF Pro Display\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-YMkei .framer-lue5wj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-YMkei .framer-7hdmc5, .framer-YMkei .framer-tyimec { 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; padding: 0px; position: relative; width: 1px; }\",'.framer-YMkei .framer-a3g6w2 { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #999999; --framer-input-font-family: \"SF Pro Display\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-invalid-text-color: #999999; --framer-input-padding: 12px; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-YMkei .framer-138q35 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-YMkei .framer-7rqnio { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #999999; --framer-input-font-family: \"SF Pro Display\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; --framer-textarea-resize: vertical; flex: 1 0 0px; height: 1px; min-height: 100px; position: relative; width: 100%; }',\".framer-YMkei .framer-ql4s5p-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-YMkei .framer-1wc4dce { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-YMkei .framer-h049tc, .framer-YMkei .framer-y3d2tk { 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-YMkei .framer-bl0ofl-container, .framer-YMkei .framer-1n4sw8a-container, .framer-YMkei .framer-qiy248-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 33px); position: relative; width: 30px; }\",\".framer-YMkei .framer-1ym3g4e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 18px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 286px; }\",\".framer-YMkei .framer-1spmco3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 900px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-YMkei .framer-1m16gv1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 18px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-YMkei .framer-1apm9jr, .framer-YMkei .framer-157ed9b { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 100%; position: relative; white-space: pre; width: auto; }\",\".framer-YMkei .framer-18trfe5 { 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; text-decoration: none; width: min-content; }\",\".framer-YMkei .framer-1munu7k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 18px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-YMkei .framer-bano89 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-YMkei .framer-1gbqmhk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 690px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-YMkei .framer-crzbmh { 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: 660px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YMkei .framer-1vpijzi-container, .framer-YMkei .framer-1ltx923-container, .framer-YMkei .framer-1kf7em8-container, .framer-YMkei .framer-1hniyvj-container, .framer-YMkei .framer-1kysavp-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-YMkei .framer-5e2v0o, .framer-YMkei .framer-1q0rpy, .framer-YMkei .framer-gtdem3 { background-color: var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1)); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-YMkei.framer-6t96s3, .framer-YMkei .framer-1v5hgyg, .framer-YMkei .framer-1bo09uw, .framer-YMkei .framer-qqsa6c, .framer-YMkei .framer-yvr2nd, .framer-YMkei .framer-ou9tsa, .framer-YMkei .framer-54atir, .framer-YMkei .framer-hbph87, .framer-YMkei .framer-1k05yn0, .framer-YMkei .framer-11wg6h1, .framer-YMkei .framer-1o8qdk7, .framer-YMkei .framer-u0hfq0, .framer-YMkei .framer-1r9qh1t, .framer-YMkei .framer-q09ih6, .framer-YMkei .framer-1c1ypq0, .framer-YMkei .framer-t7nza, .framer-YMkei .framer-lbu981, .framer-YMkei .framer-4p4dt1, .framer-YMkei .framer-1xt9zoz, .framer-YMkei .framer-1k9zdr8, .framer-YMkei .framer-m2ios7, .framer-YMkei .framer-cpdxqg, .framer-YMkei .framer-d9g4go, .framer-YMkei .framer-14a4kuo, .framer-YMkei .framer-q2iurs, .framer-YMkei .framer-1c95cxd, .framer-YMkei .framer-4ycmxk, .framer-YMkei .framer-1h02tdf, .framer-YMkei .framer-hjwtzt, .framer-YMkei .framer-acg8fm, .framer-YMkei .framer-1f54332, .framer-YMkei .framer-12dg66y, .framer-YMkei .framer-1pw6z08, .framer-YMkei .framer-1922epw, .framer-YMkei .framer-1g75qq1, .framer-YMkei .framer-bwrnwo, .framer-YMkei .framer-1uwvvrg, .framer-YMkei .framer-80zr9z, .framer-YMkei .framer-irijbu, .framer-YMkei .framer-vawkgb, .framer-YMkei .framer-17u8e1u, .framer-YMkei .framer-bqb5b3, .framer-YMkei .framer-190n56a, .framer-YMkei .framer-c2ioxs, .framer-YMkei .framer-nys7nc, .framer-YMkei .framer-lue5wj, .framer-YMkei .framer-7hdmc5, .framer-YMkei .framer-tyimec, .framer-YMkei .framer-gf6dsn, .framer-YMkei .framer-138q35, .framer-YMkei .framer-1wc4dce, .framer-YMkei .framer-h049tc, .framer-YMkei .framer-1ym3g4e, .framer-YMkei .framer-y3d2tk, .framer-YMkei .framer-1m16gv1, .framer-YMkei .framer-18trfe5, .framer-YMkei .framer-1munu7k, .framer-YMkei .framer-bano89, .framer-YMkei .framer-crzbmh { gap: 0px; } .framer-YMkei.framer-6t96s3 > *, .framer-YMkei .framer-acg8fm > *, .framer-YMkei .framer-1pw6z08 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-YMkei.framer-6t96s3 > :first-child, .framer-YMkei .framer-1bo09uw > :first-child, .framer-YMkei .framer-qqsa6c > :first-child, .framer-YMkei .framer-54atir > :first-child, .framer-YMkei .framer-hbph87 > :first-child, .framer-YMkei .framer-1k05yn0 > :first-child, .framer-YMkei .framer-11wg6h1 > :first-child, .framer-YMkei .framer-1o8qdk7 > :first-child, .framer-YMkei .framer-u0hfq0 > :first-child, .framer-YMkei .framer-1r9qh1t > :first-child, .framer-YMkei .framer-q09ih6 > :first-child, .framer-YMkei .framer-1c1ypq0 > :first-child, .framer-YMkei .framer-t7nza > :first-child, .framer-YMkei .framer-lbu981 > :first-child, .framer-YMkei .framer-4p4dt1 > :first-child, .framer-YMkei .framer-1xt9zoz > :first-child, .framer-YMkei .framer-1k9zdr8 > :first-child, .framer-YMkei .framer-cpdxqg > :first-child, .framer-YMkei .framer-1c95cxd > :first-child, .framer-YMkei .framer-4ycmxk > :first-child, .framer-YMkei .framer-1h02tdf > :first-child, .framer-YMkei .framer-acg8fm > :first-child, .framer-YMkei .framer-12dg66y > :first-child, .framer-YMkei .framer-1pw6z08 > :first-child, .framer-YMkei .framer-1g75qq1 > :first-child, .framer-YMkei .framer-bwrnwo > :first-child, .framer-YMkei .framer-1uwvvrg > :first-child, .framer-YMkei .framer-irijbu > :first-child, .framer-YMkei .framer-vawkgb > :first-child, .framer-YMkei .framer-bqb5b3 > :first-child, .framer-YMkei .framer-c2ioxs > :first-child, .framer-YMkei .framer-nys7nc > :first-child, .framer-YMkei .framer-7hdmc5 > :first-child, .framer-YMkei .framer-tyimec > :first-child, .framer-YMkei .framer-gf6dsn > :first-child, .framer-YMkei .framer-138q35 > :first-child, .framer-YMkei .framer-bano89 > :first-child, .framer-YMkei .framer-crzbmh > :first-child { margin-top: 0px; } .framer-YMkei.framer-6t96s3 > :last-child, .framer-YMkei .framer-1bo09uw > :last-child, .framer-YMkei .framer-qqsa6c > :last-child, .framer-YMkei .framer-54atir > :last-child, .framer-YMkei .framer-hbph87 > :last-child, .framer-YMkei .framer-1k05yn0 > :last-child, .framer-YMkei .framer-11wg6h1 > :last-child, .framer-YMkei .framer-1o8qdk7 > :last-child, .framer-YMkei .framer-u0hfq0 > :last-child, .framer-YMkei .framer-1r9qh1t > :last-child, .framer-YMkei .framer-q09ih6 > :last-child, .framer-YMkei .framer-1c1ypq0 > :last-child, .framer-YMkei .framer-t7nza > :last-child, .framer-YMkei .framer-lbu981 > :last-child, .framer-YMkei .framer-4p4dt1 > :last-child, .framer-YMkei .framer-1xt9zoz > :last-child, .framer-YMkei .framer-1k9zdr8 > :last-child, .framer-YMkei .framer-cpdxqg > :last-child, .framer-YMkei .framer-1c95cxd > :last-child, .framer-YMkei .framer-4ycmxk > :last-child, .framer-YMkei .framer-1h02tdf > :last-child, .framer-YMkei .framer-acg8fm > :last-child, .framer-YMkei .framer-12dg66y > :last-child, .framer-YMkei .framer-1pw6z08 > :last-child, .framer-YMkei .framer-1g75qq1 > :last-child, .framer-YMkei .framer-bwrnwo > :last-child, .framer-YMkei .framer-1uwvvrg > :last-child, .framer-YMkei .framer-irijbu > :last-child, .framer-YMkei .framer-vawkgb > :last-child, .framer-YMkei .framer-bqb5b3 > :last-child, .framer-YMkei .framer-c2ioxs > :last-child, .framer-YMkei .framer-nys7nc > :last-child, .framer-YMkei .framer-7hdmc5 > :last-child, .framer-YMkei .framer-tyimec > :last-child, .framer-YMkei .framer-gf6dsn > :last-child, .framer-YMkei .framer-138q35 > :last-child, .framer-YMkei .framer-bano89 > :last-child, .framer-YMkei .framer-crzbmh > :last-child { margin-bottom: 0px; } .framer-YMkei .framer-1v5hgyg > *, .framer-YMkei .framer-yvr2nd > *, .framer-YMkei .framer-ou9tsa > *, .framer-YMkei .framer-1f54332 > *, .framer-YMkei .framer-1922epw > *, .framer-YMkei .framer-17u8e1u > *, .framer-YMkei .framer-190n56a > *, .framer-YMkei .framer-lue5wj > *, .framer-YMkei .framer-h049tc > *, .framer-YMkei .framer-1ym3g4e > *, .framer-YMkei .framer-y3d2tk > *, .framer-YMkei .framer-1m16gv1 > *, .framer-YMkei .framer-18trfe5 > *, .framer-YMkei .framer-1munu7k > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-YMkei .framer-1v5hgyg > :first-child, .framer-YMkei .framer-yvr2nd > :first-child, .framer-YMkei .framer-ou9tsa > :first-child, .framer-YMkei .framer-m2ios7 > :first-child, .framer-YMkei .framer-d9g4go > :first-child, .framer-YMkei .framer-14a4kuo > :first-child, .framer-YMkei .framer-q2iurs > :first-child, .framer-YMkei .framer-hjwtzt > :first-child, .framer-YMkei .framer-1f54332 > :first-child, .framer-YMkei .framer-1922epw > :first-child, .framer-YMkei .framer-80zr9z > :first-child, .framer-YMkei .framer-17u8e1u > :first-child, .framer-YMkei .framer-190n56a > :first-child, .framer-YMkei .framer-lue5wj > :first-child, .framer-YMkei .framer-1wc4dce > :first-child, .framer-YMkei .framer-h049tc > :first-child, .framer-YMkei .framer-1ym3g4e > :first-child, .framer-YMkei .framer-y3d2tk > :first-child, .framer-YMkei .framer-1m16gv1 > :first-child, .framer-YMkei .framer-18trfe5 > :first-child, .framer-YMkei .framer-1munu7k > :first-child { margin-left: 0px; } .framer-YMkei .framer-1v5hgyg > :last-child, .framer-YMkei .framer-yvr2nd > :last-child, .framer-YMkei .framer-ou9tsa > :last-child, .framer-YMkei .framer-m2ios7 > :last-child, .framer-YMkei .framer-d9g4go > :last-child, .framer-YMkei .framer-14a4kuo > :last-child, .framer-YMkei .framer-q2iurs > :last-child, .framer-YMkei .framer-hjwtzt > :last-child, .framer-YMkei .framer-1f54332 > :last-child, .framer-YMkei .framer-1922epw > :last-child, .framer-YMkei .framer-80zr9z > :last-child, .framer-YMkei .framer-17u8e1u > :last-child, .framer-YMkei .framer-190n56a > :last-child, .framer-YMkei .framer-lue5wj > :last-child, .framer-YMkei .framer-1wc4dce > :last-child, .framer-YMkei .framer-h049tc > :last-child, .framer-YMkei .framer-1ym3g4e > :last-child, .framer-YMkei .framer-y3d2tk > :last-child, .framer-YMkei .framer-1m16gv1 > :last-child, .framer-YMkei .framer-18trfe5 > :last-child, .framer-YMkei .framer-1munu7k > :last-child { margin-right: 0px; } .framer-YMkei .framer-1bo09uw > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-YMkei .framer-qqsa6c > *, .framer-YMkei .framer-t7nza > *, .framer-YMkei .framer-12dg66y > *, .framer-YMkei .framer-1g75qq1 > *, .framer-YMkei .framer-bqb5b3 > *, .framer-YMkei .framer-nys7nc > *, .framer-YMkei .framer-7hdmc5 > *, .framer-YMkei .framer-tyimec > *, .framer-YMkei .framer-gf6dsn > *, .framer-YMkei .framer-138q35 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-YMkei .framer-54atir > *, .framer-YMkei .framer-hbph87 > *, .framer-YMkei .framer-1k05yn0 > *, .framer-YMkei .framer-11wg6h1 > *, .framer-YMkei .framer-1o8qdk7 > *, .framer-YMkei .framer-u0hfq0 > *, .framer-YMkei .framer-1r9qh1t > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-YMkei .framer-q09ih6 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-YMkei .framer-1c1ypq0 > *, .framer-YMkei .framer-lbu981 > *, .framer-YMkei .framer-1xt9zoz > *, .framer-YMkei .framer-cpdxqg > *, .framer-YMkei .framer-1c95cxd > *, .framer-YMkei .framer-1h02tdf > *, .framer-YMkei .framer-bwrnwo > *, .framer-YMkei .framer-1uwvvrg > *, .framer-YMkei .framer-vawkgb > *, .framer-YMkei .framer-c2ioxs > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-YMkei .framer-4p4dt1 > *, .framer-YMkei .framer-1k9zdr8 > *, .framer-YMkei .framer-crzbmh > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-YMkei .framer-m2ios7 > *, .framer-YMkei .framer-14a4kuo > *, .framer-YMkei .framer-hjwtzt > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-YMkei .framer-d9g4go > *, .framer-YMkei .framer-q2iurs > *, .framer-YMkei .framer-80zr9z > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-YMkei .framer-4ycmxk > *, .framer-YMkei .framer-bano89 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-YMkei .framer-irijbu > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-YMkei .framer-1wc4dce > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-YMkei { background: white; } .framer-YMkei.framer-6t96s3 { width: 810px; } .framer-YMkei .framer-ffl8uf { height: 760px; } .framer-YMkei .framer-2tjncn { height: unset; left: calc(50.00000000000002% - 200% / 2); top: 587px; width: 200%; } .framer-YMkei .framer-1sq06qg { right: -991px; } .framer-YMkei .framer-19qf89u { height: var(--framer-aspect-ratio-supported, 445px); left: -230px; top: 53%; width: 445px; } .framer-YMkei .framer-1pia1eh { height: unset; left: calc(50.00000000000002% - 200% / 2); top: 588px; width: 200%; } .framer-YMkei .framer-1bo09uw { top: 49%; width: 450px; } .framer-YMkei .framer-qqsa6c { align-self: unset; gap: 16px; order: 1; width: 100%; } .framer-YMkei .framer-1dohjpo { height: var(--framer-aspect-ratio-supported, 118px); right: -132px; top: 103px; width: 118px; } .framer-YMkei .framer-1fjj869 { bottom: -4px; height: var(--framer-aspect-ratio-supported, 109px); left: -140px; width: 109px; } .framer-YMkei .framer-1h28cmn { align-self: unset; order: 2; width: 100%; } .framer-YMkei .framer-yvr2nd { order: 3; } .framer-YMkei .framer-ou9tsa { width: 760px; } .framer-YMkei .framer-15swlg5 { grid-template-columns: repeat(2, minmax(200px, 1fr)); } .framer-YMkei .framer-acg8fm, .framer-YMkei .framer-1pw6z08 { height: 490px; padding: 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-YMkei .framer-qqsa6c { gap: 0px; } .framer-YMkei .framer-qqsa6c > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-YMkei .framer-qqsa6c > :first-child { margin-top: 0px; } .framer-YMkei .framer-qqsa6c > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-YMkei { background: white; } .framer-YMkei.framer-6t96s3 { width: 390px; } .framer-YMkei .framer-ffl8uf { height: 680px; min-height: unset; } .framer-YMkei .framer-2tjncn { bottom: -602px; left: calc(50.00000000000002% - 432.9487179487179% / 2); width: 433%; } .framer-YMkei .framer-1sq06qg { bottom: 29px; height: unset; right: -901px; width: 1096px; } .framer-YMkei .framer-19qf89u { height: var(--framer-aspect-ratio-supported, 331px); left: -181px; top: 43px; transform: unset; width: 331px; z-index: 1; } .framer-YMkei .framer-1pia1eh { bottom: -603px; left: calc(50.00000000000002% - 432.9487179487179% / 2); width: 433%; } .framer-YMkei .framer-1bo09uw { bottom: 119px; gap: 30px; padding: 0px 20px 0px 20px; top: unset; transform: translateX(-50%); width: 100%; } .framer-YMkei .framer-qqsa6c { align-self: unset; gap: 8px; width: 100%; } .framer-YMkei .framer-1dohjpo { height: var(--framer-aspect-ratio-supported, 73px); right: 0px; top: 314px; width: 73px; } .framer-YMkei .framer-1fjj869 { bottom: unset; height: var(--framer-aspect-ratio-supported, 80px); left: 68px; top: -100px; width: 80px; } .framer-YMkei .framer-1h28cmn { align-self: unset; max-width: 310px; width: 100%; } .framer-YMkei .framer-yvr2nd { height: 70px; padding: 10px 0px 10px 0px; width: 200px; } .framer-YMkei .framer-b5d6sa-container { flex: 1 0 0px; height: 100%; width: 1px; } .framer-YMkei .framer-q09ih6 { padding: 40px 10px 40px 10px; } .framer-YMkei .framer-t7nza { overflow: visible; } .framer-YMkei .framer-15swlg5 { gap: 0px; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(5, min-content); max-width: unset; } .framer-YMkei .framer-18clc0z-container, .framer-YMkei .framer-11tfarj-container, .framer-YMkei .framer-60thz6-container, .framer-YMkei .framer-pvpjnr-container, .framer-YMkei .framer-vkwc9j-container, .framer-YMkei .framer-ow2z81-container { height: 270px; } .framer-YMkei .framer-4p4dt1 { gap: 10px; padding: 40px 0px 40px 0px; } .framer-YMkei .framer-i4rnd { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-YMkei .framer-1k9zdr8 { padding: 30px 0px 30px 0px; } .framer-YMkei .framer-m2ios7, .framer-YMkei .framer-14a4kuo { flex-direction: column; gap: 8px; padding: 10px; } .framer-YMkei .framer-cpdxqg, .framer-YMkei .framer-1c95cxd { align-content: center; align-items: center; flex: none; gap: 8px; height: min-content; order: 1; width: 100%; } .framer-YMkei .framer-d9g4go, .framer-YMkei .framer-q2iurs { align-self: unset; flex: none; gap: 8px; height: 390px; order: 0; width: 100%; } .framer-YMkei .framer-4ycmxk, .framer-YMkei .framer-bwrnwo { gap: 40px; padding: 40px 10px 40px 10px; } .framer-YMkei .framer-hjwtzt { flex-direction: column; gap: 8px; max-width: unset; } .framer-YMkei .framer-acg8fm, .framer-YMkei .framer-1pw6z08 { flex: none; gap: 10px; height: min-content; padding: 10px; width: 100%; } .framer-YMkei .framer-1f54332, .framer-YMkei .framer-1922epw { aspect-ratio: unset; height: min-content; width: min-content; } .framer-YMkei .framer-9kpfp4 { height: 75px; width: 100px; } .framer-YMkei .framer-1mvpnld { height: 82px; width: 100px; } .framer-YMkei .framer-1uwvvrg { padding: 0px; } .framer-YMkei .framer-80zr9z { gap: 8px; } .framer-YMkei .framer-irijbu { gap: 22px; padding: 40px 10px 40px 10px; } .framer-YMkei .framer-vawkgb { order: 0; } .framer-YMkei .framer-17u8e1u { background-color: unset; flex-direction: column; gap: 32px; order: 1; padding: 0px; } .framer-YMkei .framer-bqb5b3 { flex: none; height: 300px; order: 1; width: 100%; } .framer-YMkei .framer-e8dtij-container { height: 300px; } .framer-YMkei .framer-190n56a { flex: none; order: 0; width: 100%; } .framer-YMkei .framer-1wc4dce { flex-direction: column; gap: 4px; order: 2; } .framer-YMkei .framer-bano89 { gap: 40px; padding: 40px 20px 40px 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-YMkei .framer-1bo09uw, .framer-YMkei .framer-qqsa6c, .framer-YMkei .framer-15swlg5, .framer-YMkei .framer-4p4dt1, .framer-YMkei .framer-m2ios7, .framer-YMkei .framer-cpdxqg, .framer-YMkei .framer-d9g4go, .framer-YMkei .framer-14a4kuo, .framer-YMkei .framer-q2iurs, .framer-YMkei .framer-1c95cxd, .framer-YMkei .framer-4ycmxk, .framer-YMkei .framer-hjwtzt, .framer-YMkei .framer-acg8fm, .framer-YMkei .framer-1pw6z08, .framer-YMkei .framer-bwrnwo, .framer-YMkei .framer-80zr9z, .framer-YMkei .framer-irijbu, .framer-YMkei .framer-17u8e1u, .framer-YMkei .framer-1wc4dce, .framer-YMkei .framer-bano89 { gap: 0px; } .framer-YMkei .framer-1bo09uw > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-YMkei .framer-1bo09uw > :first-child, .framer-YMkei .framer-qqsa6c > :first-child, .framer-YMkei .framer-4p4dt1 > :first-child, .framer-YMkei .framer-m2ios7 > :first-child, .framer-YMkei .framer-cpdxqg > :first-child, .framer-YMkei .framer-14a4kuo > :first-child, .framer-YMkei .framer-1c95cxd > :first-child, .framer-YMkei .framer-4ycmxk > :first-child, .framer-YMkei .framer-hjwtzt > :first-child, .framer-YMkei .framer-acg8fm > :first-child, .framer-YMkei .framer-1pw6z08 > :first-child, .framer-YMkei .framer-bwrnwo > :first-child, .framer-YMkei .framer-irijbu > :first-child, .framer-YMkei .framer-17u8e1u > :first-child, .framer-YMkei .framer-1wc4dce > :first-child, .framer-YMkei .framer-bano89 > :first-child { margin-top: 0px; } .framer-YMkei .framer-1bo09uw > :last-child, .framer-YMkei .framer-qqsa6c > :last-child, .framer-YMkei .framer-4p4dt1 > :last-child, .framer-YMkei .framer-m2ios7 > :last-child, .framer-YMkei .framer-cpdxqg > :last-child, .framer-YMkei .framer-14a4kuo > :last-child, .framer-YMkei .framer-1c95cxd > :last-child, .framer-YMkei .framer-4ycmxk > :last-child, .framer-YMkei .framer-hjwtzt > :last-child, .framer-YMkei .framer-acg8fm > :last-child, .framer-YMkei .framer-1pw6z08 > :last-child, .framer-YMkei .framer-bwrnwo > :last-child, .framer-YMkei .framer-irijbu > :last-child, .framer-YMkei .framer-17u8e1u > :last-child, .framer-YMkei .framer-1wc4dce > :last-child, .framer-YMkei .framer-bano89 > :last-child { margin-bottom: 0px; } .framer-YMkei .framer-qqsa6c > *, .framer-YMkei .framer-m2ios7 > *, .framer-YMkei .framer-cpdxqg > *, .framer-YMkei .framer-14a4kuo > *, .framer-YMkei .framer-1c95cxd > *, .framer-YMkei .framer-hjwtzt > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-YMkei .framer-15swlg5 > *, .framer-YMkei .framer-15swlg5 > :first-child, .framer-YMkei .framer-15swlg5 > :last-child { margin: 0px; } .framer-YMkei .framer-4p4dt1 > *, .framer-YMkei .framer-acg8fm > *, .framer-YMkei .framer-1pw6z08 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-YMkei .framer-d9g4go > *, .framer-YMkei .framer-q2iurs > *, .framer-YMkei .framer-80zr9z > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-YMkei .framer-d9g4go > :first-child, .framer-YMkei .framer-q2iurs > :first-child, .framer-YMkei .framer-80zr9z > :first-child { margin-left: 0px; } .framer-YMkei .framer-d9g4go > :last-child, .framer-YMkei .framer-q2iurs > :last-child, .framer-YMkei .framer-80zr9z > :last-child { margin-right: 0px; } .framer-YMkei .framer-4ycmxk > *, .framer-YMkei .framer-bwrnwo > *, .framer-YMkei .framer-bano89 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-YMkei .framer-irijbu > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-YMkei .framer-17u8e1u > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-YMkei .framer-1wc4dce > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-YMkei[data-border=\"true\"]::after, .framer-YMkei [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 7774.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"JSHnK5hFh\":{\"layout\":[\"fixed\",\"auto\"]},\"Hw_19DBJP\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerIilknqsQI=withCSS(Component,css,\"framer-YMkei\");export default FramerIilknqsQI;FramerIilknqsQI.displayName=\"Page\";FramerIilknqsQI.defaultProps={height:7774.5,width:1200};addFonts(FramerIilknqsQI,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...NavSimpleFonts,...ButtonFonts,...PhosphorFonts,...FeatureSimpleFonts,...DiverseSpaceFonts,...ProjectsFonts,...CarouselFonts,...GoogleMapsFonts,...Button3Fonts,...FAQFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIilknqsQI\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JSHnK5hFh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Hw_19DBJP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"7774.5\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "coordinatesRegex", "GoogleMaps", "coordinates", "zoom", "style", "props", "borderRadius", "useRadius", "latitude1", "longitude1", "se", "ref", "latitude", "longitude", "p", "motion", "containerStyles", "addPropertyControls", "ControlType", "borderRadiusControl", "clamp", "t", "e", "n", "progress", "t", "e", "n", "calcMaskWidth", "inset", "width", "useIsMouse", "isMouseDevice", "setIsMouseDevice", "ye", "fe", "Z", "window", "checkLimit", "progress", "target", "edgeOpacity", "moreItems", "buttonRef", "transition", "animate", "useGUI", "initialMoreItems", "initialAlpha", "pe", "useMotionValue", "fadeOpacity", "useTransform", "buttonOpacity", "v", "pointerEvents", "cursor", "buttonStyle", "baseButtonStyles", "setAriaVisible", "element", "useScrollLimits", "container", "axis", "scrollInfo", "updateCurrentScroll", "targetScroll", "checkLimits", "measureItems", "ue", "stopScroll", "scroll", "info", "stopResize", "resize", "Carousel", "slots", "gap", "align", "sizingObject", "fadeObject", "arrowObject", "snapObject", "progressObject", "ariaLabel", "borderRadius", "effectsObject", "props", "filteredSlots", "numItems", "j", "isCanvas", "RenderTarget", "padding", "usePadding", "axisLabel", "fadeContent", "fadeWidth", "fadeInset", "fadeTransition", "fadeAlpha", "snap", "snapEdge", "fluid", "widthType", "widthInset", "widthColumns", "heightType", "heightInset", "heightRows", "showScrollbar", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowPadding", "currentScroll", "newScroll", "start", "end", "startMaskInset", "endMaskInset", "baseWidth", "startMaskWidth", "endMaskWidth", "direction", "mask", "latest", "carouselRef", "numPages", "setNumPages", "itemStyle", "childStyle", "scrollOverflow", "containerStyle", "baseContainerStyle", "carouselStyle", "baseCarouselStyle", "carouselA11y", "itemA11y", "itemSizes", "te", "targetLength", "containerLength", "scrollLength", "current", "i", "newNumPages", "findNextItem", "delta", "children", "scrollTarget", "item", "length", "threshold", "isReducedMotion", "useReducedMotion", "goto", "scrollTo", "options", "gotoPage", "page", "gotoDelta", "pageLength", "currentPage", "clamp", "p", "Placeholder", "dots", "dotsBlurStyle", "isSelected", "Dot", "dotStyle", "u", "motion", "child", "index", "_child_props", "q", "controlsStyles", "dotsContainerStyle", "MouseStyles", "addPropertyControls", "ControlType", "paddingControl", "selectedOpacity", "unselectedOpacity", "total", "opacity", "_scrollInfo_current", "_scrollInfo_current1", "minScroll", "maxScroll", "inlinePadding", "top", "bottom", "right", "left", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "baseContainerStyle", "baseCarouselStyle", "baseButtonStyles", "controlsStyles", "dotsContainerStyle", "dotStyle", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "height", "id", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "bVToBLBTS", "KqeH5xil_", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerFLXzApIyg", "withCSS", "FLXzApIyg_default", "addPropertyControls", "ControlType", "addFonts", "CTAFonts", "getFonts", "FLXzApIyg_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "cTA", "height", "id", "itemPhtoo", "link2", "text", "title", "visible", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "_ref5", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Pzs4GcH4x", "Z6hiuC6BW", "ZfP85W1Qa", "iHqIagJOF", "F9iLom6pc", "IlDHCEHSx", "xAq2YFJGv", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "css", "FramerIMm2i7xki", "withCSS", "IMm2i7xki_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "toResponsiveImage", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "body", "height", "id", "image", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "rK7kH7HZX", "ZGqvBu0jd", "UHi7V0AXo", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "cx", "u", "RichText2", "css", "Framerjy2dNBwz0", "withCSS", "jy2dNBwz0_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "color", "height", "id", "question", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "CM1C23HdI", "vd59XDbg4", "m1wBZJAoM", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1yox9kg", "args", "onTap9qppf6", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerpK7Tv7wIU", "withCSS", "pK7Tv7wIU_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "toResponsiveImage", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "body", "height", "id", "image", "mainT", "title", "title2", "title3", "visible", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "H8UZS9oLr", "E0CE5q5pu", "igoUGYPf4", "fV8uyRIlf", "EdEL438T1", "ObU9rdIrZ", "jmMx_aYTR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "cx", "RichText2", "css", "FramerXdEAXkbFJ", "withCSS", "XdEAXkbFJ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavSimpleFonts", "getFonts", "hH1DdpI8D_default", "NavSimpleWithVariantAppearEffect", "withVariantAppearEffect", "ImageWithFX", "withFX", "Image2", "ButtonFonts", "hljNqlOx9_default", "MotionAWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "PhosphorFonts", "Icon", "FeatureSimpleFonts", "IMm2i7xki_default", "ContainerWithFX", "Container", "DiverseSpaceFonts", "jy2dNBwz0_default", "MotionDivWithFX", "ProjectsFonts", "XdEAXkbFJ_default", "CarouselFonts", "Carousel", "GoogleMapsFonts", "GoogleMaps", "Button3Fonts", "Dloq0_hnJ_default", "FAQFonts", "pK7Tv7wIU_default", "FooterFonts", "vdXmqMPt7_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "animation1", "transformTemplate1", "_", "animation2", "transition3", "textEffect", "transition4", "animation3", "inertia", "preventDefault", "e", "animation4", "transition5", "animation5", "animation6", "transition6", "textEffect1", "transition7", "animation7", "animation8", "transition8", "textEffect2", "animation9", "transition9", "addImageAlt", "image", "alt", "animation10", "textEffect3", "animation11", "formVariants", "form", "variants", "currentVariant", "_variants_success", "_variants_pending", "_variants_error", "_variants_incomplete", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "ref2", "ref3", "ref4", "ref5", "ref6", "ref7", "isDisplayed", "elementId", "useRouteElementId", "router", "useRouter", "elementId1", "elementId2", "elementId3", "elementId4", "ref8", "elementId5", "elementId6", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "ComponentViewportProvider", "PropertyOverrides2", "getLoadingLazyAtYPosition", "x", "RichText2", "Link", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "SVG", "FormContainer", "formState", "l", "FormPlainTextInput2", "FormSelect", "css", "FramerIilknqsQI", "withCSS", "IilknqsQI_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
