{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://cdn.skypack.dev/-/@typeform/embed@v1.32.0-uXop976GWPfuIsYTJLOe/dist=es2019,mode=imports/optimized/@typeform/embed.js", "ssg:https://framer.com/m/framer/integrations-styles.js@0.2.0", "ssg:https://framerusercontent.com/modules/F6IzcnH090BibK8JiJh0/MfEMY4LeLoFqPUtJ3OJA/Typeform.js", "ssg:https://framerusercontent.com/modules/NLjFBVBFZpmgXNEGE1aE/X5jqgyiHiSFKSafo4oYX/wbpu60DT2.js", "ssg:https://framerusercontent.com/modules/3eQ3EUYpNWRO7ckrf7fQ/SGAnVrYLU7XyQjKUjWUs/fLjmZtt7U.js", "ssg:https://framerusercontent.com/modules/wS9RDZd3ox8A9mi6OYIp/RADQW1YAcph7mVcK5Qbq/muDw1psQf.js", "ssg:https://framerusercontent.com/modules/tcWWaBlsELFANWpzkNO0/vs0owkRDxO4pa95knTd5/hUYIP9wEu.js", "ssg:https://framerusercontent.com/modules/d4WsT90lIATKzPfrXkRd/vJ4Y7hFhjvMkv8Ugcusw/x6OzUW4wD.js", "ssg:https://framerusercontent.com/modules/2CVj9p3aKce7nrTh3m7k/tzVH3bnEQVJ4BhuBTIRR/P89tebEfv.js", "ssg:https://framerusercontent.com/modules/yrkSHbNAeKDDLvdR5FHp/98sSzANtePAd1N1SHp8N/augiA20Il.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", "var commonjsGlobal = typeof globalThis !== \"undefined\" ? globalThis : typeof window !== \"undefined\" ? window : typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : {};\nfunction getDefaultExportFromCjs(x) {\n  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, \"default\") ? x[\"default\"] : x;\n}\nfunction createCommonjsModule(fn, basedir, module) {\n  return module = {\n    path: basedir,\n    exports: {},\n    require: function(path, base) {\n      return commonjsRequire(path, base === void 0 || base === null ? module.path : base);\n    }\n  }, fn(module, module.exports), module.exports;\n}\nfunction commonjsRequire() {\n  throw new Error(\"Dynamic requires are not currently supported by @rollup/plugin-commonjs\");\n}\nvar build = createCommonjsModule(function(module, exports) {\n  !function(e, t) {\n    module.exports = t();\n  }(commonjsGlobal, function() {\n    return function() {\n      var e = {27: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.FORM_BASE_URL = t2.POPUP_SIZE = t2.SLIDER_WIDTH = t2.SLIDER_POSITION = t2.SIDETAB_ATTRIBUTE = t2.WIDGET_ATTRIBUTE = t2.SLIDER_ATTRIBUTE = t2.POPUP_ATTRIBUTE = t2.POPOVER_ATTRIBUTE = void 0, t2.POPOVER_ATTRIBUTE = \"data-tf-popover\", t2.POPUP_ATTRIBUTE = \"data-tf-popup\", t2.SLIDER_ATTRIBUTE = \"data-tf-slider\", t2.WIDGET_ATTRIBUTE = \"data-tf-widget\", t2.SIDETAB_ATTRIBUTE = \"data-tf-sidetab\", t2.SLIDER_POSITION = \"right\", t2.SLIDER_WIDTH = 800, t2.POPUP_SIZE = 100, t2.FORM_BASE_URL = \"https://form.typeform.com\";\n      }, 528: function(e2, t2, n) {\n        var o = this && this.__assign || function() {\n          return (o = Object.assign || function(e3) {\n            for (var t3, n2 = 1, o2 = arguments.length; n2 < o2; n2++)\n              for (var r2 in t3 = arguments[n2])\n                Object.prototype.hasOwnProperty.call(t3, r2) && (e3[r2] = t3[r2]);\n            return e3;\n          }).apply(this, arguments);\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.createPopover = void 0;\n        var r = n(747), i = n(320), a = function(e3, t3) {\n          var n2 = e3.parentNode;\n          n2 && (n2.removeChild(e3), n2.appendChild(t3));\n        }, c = function(e3, t3) {\n          e3 === void 0 && (e3 = \"div\"), t3 === void 0 && (t3 = \"tf-v1-popover-button-icon\");\n          var n2 = document.createElement(e3);\n          return n2.className = t3 + \" tf-v1-close-icon\", n2.innerHTML = \"&times;\", n2.dataset.testid = t3, n2;\n        }, u = {buttonColor: \"#3a7685\"};\n        t2.createPopover = function(e3, t3) {\n          t3 === void 0 && (t3 = {});\n          var n2, s, d = o(o({}, u), t3), l = r.createIframe(e3, \"popover\", d), f = l.iframe, p = l.embedId, v = l.refresh, m = function(e4, t4) {\n            var n3 = document.createElement(\"div\");\n            return n3.className = \"tf-v1-popover\", n3.dataset.testid = \"tf-v1-popover\", r.setElementSize(n3, {width: e4, height: t4});\n          }(d.width, d.height), h = function() {\n            var e4 = document.createElement(\"div\");\n            return e4.className = \"tf-v1-popover-wrapper\", e4.dataset.testid = \"tf-v1-popover-wrapper\", e4;\n          }(), b = function(e4, t4) {\n            var n3 = r.getTextColor(t4), o2 = document.createElement(\"div\");\n            o2.className = \"tf-v1-popover-button-icon\";\n            var i2 = '<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n    <path d=\"M21 0H0V9L10.5743 24V16.5H21C22.6567 16.5 24 15.1567 24 13.5V3C24 1.34325 22.6567 0 21 0ZM7.5\\n    9.75C6.672 9.75 6 9.07875 6 8.25C6 7.42125 6.672 6.75 7.5 6.75C8.328 6.75 9 7.42125 9 8.25C9 9.07875 8.328 9.75\\n    7.5 9.75ZM12.75 9.75C11.922 9.75 11.25 9.07875 11.25 8.25C11.25 7.42125 11.922 6.75 12.75 6.75C13.578 6.75 14.25\\n    7.42125 14.25 8.25C14.25 9.07875 13.578 9.75 12.75 9.75ZM18 9.75C17.172 9.75 16.5 9.07875 16.5 8.25C16.5 7.42125\\n    17.172 6.75 18 6.75C18.828 6.75 19.5 7.42125 19.5 8.25C19.5 9.07875 18.828 9.75 18 9.75Z\" fill=\"' + n3 + '\"></path>\\n  </svg>', a2 = e4 == null ? void 0 : e4.startsWith(\"http\");\n            return o2.innerHTML = a2 ? \"<img alt='popover trigger icon button' src='\" + e4 + \"'/>\" : e4 != null ? e4 : i2, o2.dataset.testid = \"default-icon\", o2;\n          }(d.customIcon, d.buttonColor || u.buttonColor), y = function() {\n            var e4 = document.createElement(\"div\");\n            e4.className = \"tf-v1-spinner\";\n            var t4 = document.createElement(\"div\");\n            return t4.className = \"tf-v1-popover-button-icon\", t4.dataset.testid = \"spinner-icon\", t4.append(e4), t4;\n          }(), g = c(), O = c(\"a\", \"tf-v1-popover-close\"), _ = function(e4) {\n            var t4 = r.getTextColor(e4), n3 = document.createElement(\"button\");\n            return n3.className = \"tf-v1-popover-button\", n3.dataset.testid = \"tf-v1-popover-button\", n3.style.backgroundColor = e4, n3.style.color = t4, n3;\n          }(d.buttonColor || u.buttonColor);\n          (d.container || document.body).append(m), h.append(f), m.append(_), m.append(O), _.append(b);\n          var w = function() {\n            n2 && n2.parentNode && (n2.classList.add(\"closing\"), setTimeout(function() {\n              r.unmountElement(n2);\n            }, 250));\n          };\n          d.tooltip && d.tooltip.length > 0 && (n2 = function(e4, t4) {\n            var n3 = document.createElement(\"span\");\n            n3.className = \"tf-v1-popover-tooltip-close\", n3.dataset.testid = \"tf-v1-popover-tooltip-close\", n3.innerHTML = \"&times;\", n3.onclick = t4;\n            var o2 = document.createElement(\"div\");\n            o2.className = \"tf-v1-popover-tooltip-text\", o2.innerHTML = e4;\n            var r2 = document.createElement(\"div\");\n            return r2.className = \"tf-v1-popover-tooltip\", r2.dataset.testid = \"tf-v1-popover-tooltip\", r2.appendChild(o2), r2.appendChild(n3), r2;\n          }(d.tooltip, w), m.append(n2)), d.notificationDays && (d.enableSandbox || i.canBuildNotificationDot(e3)) && (s = i.buildNotificationDot(), _.append(s)), f.onload = function() {\n            m.classList.add(\"open\"), h.style.opacity = \"1\", O.style.opacity = \"1\", a(y, g), r.addCustomKeyboardListener(P);\n          };\n          var E = function() {\n            r.isOpen(h) || (w(), s && (s.classList.add(\"closing\"), d.notificationDays && !d.enableSandbox && i.saveNotificationDotHideUntilTime(e3, d.notificationDays), setTimeout(function() {\n              r.unmountElement(s);\n            }, 250)), setTimeout(function() {\n              r.isInPage(h) ? (h.style.opacity = \"0\", O.style.opacity = \"0\", h.style.display = \"flex\", setTimeout(function() {\n                m.classList.add(\"open\"), h.style.opacity = \"1\", O.style.opacity = \"1\";\n              }), a(b, g)) : (m.append(h), a(b, y), h.style.opacity = \"0\", O.style.opacity = \"0\");\n            }));\n          }, P = function() {\n            var e4;\n            r.isOpen(m) && ((e4 = t3.onClose) === null || e4 === void 0 || e4.call(t3), setTimeout(function() {\n              d.keepSession ? h.style.display = \"none\" : r.unmountElement(h), m.classList.remove(\"open\"), a(g, b);\n            }, 250));\n          };\n          r.setAutoClose(p, d.autoClose, P);\n          var C = function() {\n            r.isOpen(h) ? P() : E();\n          };\n          return _.onclick = C, O.onclick = P, d.open && !r.isOpen(h) && r.handleCustomOpen(E, d.open, d.openValue), {open: E, close: P, toggle: C, refresh: v, unmount: function() {\n            r.unmountElement(m);\n          }};\n        };\n      }, 797: function(e2, t2, n) {\n        var o = this && this.__createBinding || (Object.create ? function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), Object.defineProperty(e3, o2, {enumerable: true, get: function() {\n            return t3[n2];\n          }});\n        } : function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), e3[o2] = t3[n2];\n        }), r = this && this.__exportStar || function(e3, t3) {\n          for (var n2 in e3)\n            n2 === \"default\" || Object.prototype.hasOwnProperty.call(t3, n2) || o(t3, e3, n2);\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), r(n(528), t2), r(n(100), t2);\n      }, 320: function(e2, t2) {\n        var n = this && this.__assign || function() {\n          return (n = Object.assign || function(e3) {\n            for (var t3, n2 = 1, o2 = arguments.length; n2 < o2; n2++)\n              for (var r2 in t3 = arguments[n2])\n                Object.prototype.hasOwnProperty.call(t3, r2) && (e3[r2] = t3[r2]);\n            return e3;\n          }).apply(this, arguments);\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.buildNotificationDot = t2.canBuildNotificationDot = t2.saveNotificationDotHideUntilTime = void 0;\n        var o = \"tfNotificationData\", r = function() {\n          var e3 = localStorage.getItem(o);\n          return e3 ? JSON.parse(e3) : {};\n        }, i = function(e3) {\n          e3 && localStorage.setItem(o, JSON.stringify(e3));\n        };\n        t2.saveNotificationDotHideUntilTime = function(e3, t3) {\n          var o2, a = new Date();\n          a.setDate(a.getDate() + t3), i(n(n({}, r()), ((o2 = {})[e3] = {hideUntilTime: a.getTime()}, o2)));\n        }, t2.canBuildNotificationDot = function(e3) {\n          var t3 = function(e4) {\n            var t4;\n            return ((t4 = r()[e4]) === null || t4 === void 0 ? void 0 : t4.hideUntilTime) || 0;\n          }(e3);\n          return new Date().getTime() > t3 && (t3 && function(e4) {\n            var t4 = r();\n            delete t4[e4], i(t4);\n          }(e3), true);\n        }, t2.buildNotificationDot = function() {\n          var e3 = document.createElement(\"span\");\n          return e3.className = \"tf-v1-popover-unread-dot\", e3.dataset.testid = \"tf-v1-popover-unread-dot\", e3;\n        };\n      }, 100: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true});\n      }, 630: function(e2, t2, n) {\n        var o = this && this.__rest || function(e3, t3) {\n          var n2 = {};\n          for (var o2 in e3)\n            Object.prototype.hasOwnProperty.call(e3, o2) && t3.indexOf(o2) < 0 && (n2[o2] = e3[o2]);\n          if (e3 != null && typeof Object.getOwnPropertySymbols == \"function\") {\n            var r2 = 0;\n            for (o2 = Object.getOwnPropertySymbols(e3); r2 < o2.length; r2++)\n              t3.indexOf(o2[r2]) < 0 && Object.prototype.propertyIsEnumerable.call(e3, o2[r2]) && (n2[o2[r2]] = e3[o2[r2]]);\n          }\n          return n2;\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.createPopup = void 0;\n        var r = n(747), i = n(27), a = n(747);\n        t2.createPopup = function(e3, t3) {\n          if (t3 === void 0 && (t3 = {}), !r.hasDom())\n            return {open: function() {\n            }, close: function() {\n            }, toggle: function() {\n            }, refresh: function() {\n            }, unmount: function() {\n            }};\n          var n2 = t3.width, c = t3.height, u = t3.size, s = u === void 0 ? i.POPUP_SIZE : u, d = t3.onClose, l = o(t3, [\"width\", \"height\", \"size\", \"onClose\"]), f = r.createIframe(e3, \"popup\", l), p = f.iframe, v = f.embedId, m = f.refresh, h = document.body.style.overflow, b = function() {\n            var e4 = document.createElement(\"div\");\n            return e4.className = \"tf-v1-popup\", e4.style.opacity = \"0\", e4;\n          }(), y = function() {\n            var e4 = document.createElement(\"div\");\n            return e4.className = \"tf-v1-spinner\", e4;\n          }(), g = function(e4, t4, n3) {\n            var o2 = document.createElement(\"div\");\n            return o2.className = \"tf-v1-iframe-wrapper\", o2.style.opacity = \"0\", r.isDefined(e4) && r.isDefined(t4) ? r.setElementSize(o2, {width: e4, height: t4}) : (o2.style.width = \"calc(\" + n3 + \"% - 80px)\", o2.style.height = \"calc(\" + n3 + \"% - 80px)\", o2);\n          }(n2, c, s);\n          g.append(p), b.append(y), b.append(g);\n          var O = l.container || document.body;\n          p.onload = function() {\n            g.style.opacity = \"1\", setTimeout(function() {\n              y.style.display = \"none\";\n            }, 250), r.addCustomKeyboardListener(w);\n          };\n          var _ = function() {\n            a.isOpen(b) || (a.isInPage(b) ? b.style.display = \"flex\" : (y.style.display = \"block\", O.append(b)), document.body.style.overflow = \"hidden\", setTimeout(function() {\n              b.style.opacity = \"1\";\n            }));\n          }, w = function() {\n            a.isOpen(b) && (d == null || d(), b.style.opacity = \"0\", document.body.style.overflow = h, setTimeout(function() {\n              l.keepSession ? b.style.display = \"none\" : E();\n            }, 250));\n          };\n          g.append(function(e4) {\n            var t4 = document.createElement(\"a\");\n            return t4.className = \"tf-v1-close tf-v1-close-icon\", t4.innerHTML = \"&times;\", t4.onclick = e4, t4;\n          }(w)), r.setAutoClose(v, l.autoClose, w);\n          var E = function() {\n            r.unmountElement(b);\n          };\n          return l.open && !a.isOpen(b) && r.handleCustomOpen(_, l.open, l.openValue), {open: _, close: w, toggle: function() {\n            a.isOpen(b) ? w() : _();\n          }, refresh: m, unmount: E};\n        };\n      }, 970: function(e2, t2, n) {\n        var o = this && this.__createBinding || (Object.create ? function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), Object.defineProperty(e3, o2, {enumerable: true, get: function() {\n            return t3[n2];\n          }});\n        } : function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), e3[o2] = t3[n2];\n        }), r = this && this.__exportStar || function(e3, t3) {\n          for (var n2 in e3)\n            n2 === \"default\" || Object.prototype.hasOwnProperty.call(t3, n2) || o(t3, e3, n2);\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), r(n(630), t2), r(n(394), t2);\n      }, 394: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true});\n      }, 382: function(e2, t2, n) {\n        var o = this && this.__assign || function() {\n          return (o = Object.assign || function(e3) {\n            for (var t3, n2 = 1, o2 = arguments.length; n2 < o2; n2++)\n              for (var r2 in t3 = arguments[n2])\n                Object.prototype.hasOwnProperty.call(t3, r2) && (e3[r2] = t3[r2]);\n            return e3;\n          }).apply(this, arguments);\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.createSidetab = void 0;\n        var r = n(747), i = {buttonColor: \"#3a7685\", buttonText: \"Launch me\"}, a = function(e3, t3) {\n          e3 === void 0 && (e3 = \"div\"), t3 === void 0 && (t3 = \"tf-v1-sidetab-button-icon\");\n          var n2 = document.createElement(e3);\n          return n2.className = t3 + \" tf-v1-close-icon\", n2.innerHTML = \"&times;\", n2.dataset.testid = t3, n2;\n        }, c = function(e3, t3) {\n          var n2 = e3.parentNode;\n          n2 && (n2.removeChild(e3), n2.appendChild(t3));\n        };\n        t2.createSidetab = function(e3, t3) {\n          t3 === void 0 && (t3 = {});\n          var n2, u, s, d = o(o({}, i), t3), l = r.createIframe(e3, \"side-tab\", d), f = l.iframe, p = l.embedId, v = l.refresh, m = (n2 = d.width, u = d.height, (s = document.createElement(\"div\")).className = \"tf-v1-sidetab\", s.dataset.testid = \"tf-v1-sidetab\", r.setElementSize(s, {width: n2, height: u})), h = function() {\n            var e4 = document.createElement(\"div\");\n            return e4.className = \"tf-v1-sidetab-wrapper\", e4.dataset.testid = \"tf-v1-sidetab-wrapper\", e4;\n          }(), b = function() {\n            var e4 = document.createElement(\"div\");\n            e4.className = \"tf-v1-spinner\";\n            var t4 = document.createElement(\"div\");\n            return t4.className = \"tf-v1-sidetab-button-icon\", t4.dataset.testid = \"spinner-icon\", t4.append(e4), t4;\n          }(), y = function(e4) {\n            var t4 = r.getTextColor(e4), n3 = document.createElement(\"button\");\n            return n3.className = \"tf-v1-sidetab-button\", n3.style.backgroundColor = e4, n3.style.color = t4, n3;\n          }(d.buttonColor || i.buttonColor), g = function(e4) {\n            var t4 = document.createElement(\"span\");\n            return t4.className = \"tf-v1-sidetab-button-text\", t4.innerHTML = e4, t4;\n          }(d.buttonText || i.buttonText), O = function(e4, t4) {\n            var n3 = r.getTextColor(t4), o2 = document.createElement(\"div\");\n            o2.className = \"tf-v1-sidetab-button-icon\";\n            var i2 = '<svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n    <path d=\"M21 0H0V9L10.5743 24V16.5H21C22.6567 16.5 24 15.1567 24 13.5V3C24 1.34325 22.6567 0 21 0ZM7.5 9.75C6.672 9.75 6 9.07875 6 8.25C6 7.42125 6.672 6.75 7.5 6.75C8.328 6.75 9 7.42125 9 8.25C9 9.07875 8.328 9.75 7.5 9.75ZM12.75 9.75C11.922 9.75 11.25 9.07875 11.25 8.25C11.25 7.42125 11.922 6.75 12.75 6.75C13.578 6.75 14.25 7.42125 14.25 8.25C14.25 9.07875 13.578 9.75 12.75 9.75ZM18 9.75C17.172 9.75 16.5 9.07875 16.5 8.25C16.5 7.42125 17.172 6.75 18 6.75C18.828 6.75 19.5 7.42125 19.5 8.25C19.5 9.07875 18.828 9.75 18 9.75Z\" fill=\"' + n3 + '\"></path>\\n  </svg>', a2 = e4 == null ? void 0 : e4.startsWith(\"http\");\n            return o2.innerHTML = a2 ? \"<img alt='popover trigger icon button' src='\" + e4 + \"'/>\" : e4 != null ? e4 : i2, o2.dataset.testid = \"default-icon\", o2;\n          }(d.customIcon, d.buttonColor || i.buttonColor), _ = a(), w = a(\"a\", \"tf-v1-sidetab-close\");\n          (d.container || document.body).append(m), h.append(f), m.append(y), m.append(w), y.append(O), y.append(g), setTimeout(function() {\n            m.classList.add(\"ready\");\n          }, 250), f.onload = function() {\n            m.classList.add(\"open\"), c(b, _), r.addCustomKeyboardListener(P);\n          };\n          var E = function() {\n            r.isOpen(h) || (r.isInPage(h) ? (h.style.display = \"flex\", m.classList.add(\"open\"), c(O, _)) : (m.append(h), c(O, b)));\n          }, P = function() {\n            var e4;\n            r.isOpen(h) && ((e4 = d.onClose) === null || e4 === void 0 || e4.call(d), m.classList.remove(\"open\"), setTimeout(function() {\n              d.keepSession ? h.style.display = \"none\" : r.unmountElement(h), c(_, O);\n            }, 250));\n          };\n          r.setAutoClose(p, d.autoClose, P);\n          var C = function() {\n            r.isOpen(h) ? P() : E();\n          };\n          return y.onclick = C, w.onclick = P, d.open && !r.isOpen(h) && r.handleCustomOpen(E, d.open, d.openValue), {open: E, close: P, toggle: C, refresh: v, unmount: function() {\n            r.unmountElement(m);\n          }};\n        };\n      }, 434: function(e2, t2, n) {\n        var o = this && this.__createBinding || (Object.create ? function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), Object.defineProperty(e3, o2, {enumerable: true, get: function() {\n            return t3[n2];\n          }});\n        } : function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), e3[o2] = t3[n2];\n        }), r = this && this.__exportStar || function(e3, t3) {\n          for (var n2 in e3)\n            n2 === \"default\" || Object.prototype.hasOwnProperty.call(t3, n2) || o(t3, e3, n2);\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), r(n(382), t2), r(n(668), t2);\n      }, 668: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true});\n      }, 603: function(e2, t2, n) {\n        var o = this && this.__rest || function(e3, t3) {\n          var n2 = {};\n          for (var o2 in e3)\n            Object.prototype.hasOwnProperty.call(e3, o2) && t3.indexOf(o2) < 0 && (n2[o2] = e3[o2]);\n          if (e3 != null && typeof Object.getOwnPropertySymbols == \"function\") {\n            var r2 = 0;\n            for (o2 = Object.getOwnPropertySymbols(e3); r2 < o2.length; r2++)\n              t3.indexOf(o2[r2]) < 0 && Object.prototype.propertyIsEnumerable.call(e3, o2[r2]) && (n2[o2[r2]] = e3[o2[r2]]);\n          }\n          return n2;\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.createSlider = void 0;\n        var r = n(747), i = n(27);\n        t2.createSlider = function(e3, t3) {\n          if (t3 === void 0 && (t3 = {}), !r.hasDom())\n            return {open: function() {\n            }, close: function() {\n            }, toggle: function() {\n            }, refresh: function() {\n            }, unmount: function() {\n            }};\n          var n2 = t3.position, a = n2 === void 0 ? i.SLIDER_POSITION : n2, c = t3.width, u = c === void 0 ? i.SLIDER_WIDTH : c, s = t3.onClose, d = o(t3, [\"position\", \"width\", \"onClose\"]), l = r.createIframe(e3, \"slider\", d), f = l.iframe, p = l.embedId, v = l.refresh, m = document.body.style.overflow, h = function(e4) {\n            var t4 = document.createElement(\"div\");\n            return t4.className = \"tf-v1-slider \" + e4, t4.style.opacity = \"0\", t4;\n          }(a), b = function() {\n            var e4 = document.createElement(\"div\");\n            return e4.className = \"tf-v1-spinner\", e4;\n          }(), y = function(e4, t4) {\n            var n3 = document.createElement(\"div\");\n            return n3.className = \"tf-v1-iframe-wrapper\", n3.style[e4] = \"-100%\", r.setElementSize(n3, {width: t4});\n          }(a, u);\n          y.append(f), h.append(b), h.append(y);\n          var g = d.container || document.body;\n          f.onload = function() {\n            y.style[a] = \"0\", setTimeout(function() {\n              b.style.display = \"none\";\n            }, 500), r.addCustomKeyboardListener(_);\n          };\n          var O = function() {\n            r.isOpen(h) || (r.isInPage(h) ? (h.style.display = \"flex\", setTimeout(function() {\n              y.style[a] = \"0\";\n            })) : (g.append(h), b.style.display = \"block\"), document.body.style.overflow = \"hidden\", setTimeout(function() {\n              h.style.opacity = \"1\";\n            }));\n          }, _ = function() {\n            r.isOpen(h) && (s == null || s(), h.style.opacity = \"0\", y.style[a] = \"-100%\", document.body.style.overflow = m, setTimeout(function() {\n              d.keepSession ? h.style.display = \"none\" : w();\n            }, 500));\n          };\n          r.setAutoClose(p, d.autoClose, _);\n          var w = function() {\n            r.unmountElement(h);\n          };\n          return y.append(function(e4) {\n            var t4 = document.createElement(\"a\");\n            return t4.className = \"tf-v1-close tf-v1-close-icon\", t4.innerHTML = \"&times;\", t4.onclick = e4, t4;\n          }(_)), d.open && !r.isOpen(h) && r.handleCustomOpen(O, d.open, d.openValue), {open: O, close: _, toggle: function() {\n            r.isOpen(h) ? _() : O();\n          }, refresh: v, unmount: w};\n        };\n      }, 331: function(e2, t2, n) {\n        var o = this && this.__createBinding || (Object.create ? function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), Object.defineProperty(e3, o2, {enumerable: true, get: function() {\n            return t3[n2];\n          }});\n        } : function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), e3[o2] = t3[n2];\n        }), r = this && this.__exportStar || function(e3, t3) {\n          for (var n2 in e3)\n            n2 === \"default\" || Object.prototype.hasOwnProperty.call(t3, n2) || o(t3, e3, n2);\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), r(n(603), t2), r(n(162), t2);\n      }, 162: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true});\n      }, 718: function(e2, t2, n) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.createWidget = void 0;\n        var o = n(747), r = n(554), i = n(313);\n        t2.createWidget = function(e3, t3) {\n          if (!o.hasDom())\n            return {refresh: function() {\n            }, unmount: function() {\n            }};\n          var n2 = t3;\n          t3.inlineOnMobile || !t3.forceTouch && !o.isFullscreen() || (n2.enableFullscreen = true, n2.forceTouch = true);\n          var a = o.createIframe(e3, \"widget\", n2), c = a.embedId, u = a.iframe, s = a.refresh, d = i.buildWidget(u, t3.width, t3.height);\n          if (n2.autoResize) {\n            var l = typeof n2.autoResize == \"string\" ? n2.autoResize.split(\",\").map(function(e4) {\n              return parseInt(e4);\n            }) : [], f = l[0], p = l[1];\n            window.addEventListener(\"message\", r.getFormHeightChangedHandler(c, function(e4) {\n              var n3 = Math.max(e4.height + 20, f || 0);\n              p && (n3 = Math.min(n3, p)), t3.container.style.height = n3 + \"px\";\n            }));\n          }\n          var v, m = function() {\n            return t3.container.append(d);\n          };\n          if (t3.container.innerHTML = \"\", t3.lazy ? o.lazyInitialize(t3.container, m) : m(), n2.enableFullscreen) {\n            var h = t3.container;\n            window.addEventListener(\"message\", r.getWelcomeScreenHiddenHandler(c, h));\n            var b = ((v = document.createElement(\"a\")).className = \"tf-v1-widget-close tf-v1-close-icon\", v.innerHTML = \"&times;\", v);\n            b.onclick = function() {\n              var e4;\n              if ((e4 = t3.onClose) === null || e4 === void 0 || e4.call(t3), h.classList.remove(\"tf-v1-widget-fullscreen\"), t3.keepSession) {\n                var n3 = document.createElement(\"div\");\n                n3.className = \"tf-v1-widget-iframe-overlay\", n3.onclick = function() {\n                  h.classList.add(\"tf-v1-widget-fullscreen\"), o.unmountElement(n3);\n                }, d.append(n3);\n              } else\n                t3.container.innerHTML = \"\", m(), h.append(b);\n            }, h.append(b);\n          }\n          return {refresh: s, unmount: function() {\n            return o.unmountElement(d);\n          }};\n        };\n      }, 419: function(e2, t2, n) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.buildWidget = void 0;\n        var o = n(747);\n        t2.buildWidget = function(e3, t3, n2) {\n          var r = document.createElement(\"div\");\n          return r.className = \"tf-v1-widget\", r.append(e3), o.setElementSize(r, {width: t3, height: n2});\n        };\n      }, 313: function(e2, t2, n) {\n        var o = this && this.__createBinding || (Object.create ? function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), Object.defineProperty(e3, o2, {enumerable: true, get: function() {\n            return t3[n2];\n          }});\n        } : function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), e3[o2] = t3[n2];\n        }), r = this && this.__exportStar || function(e3, t3) {\n          for (var n2 in e3)\n            n2 === \"default\" || Object.prototype.hasOwnProperty.call(t3, n2) || o(t3, e3, n2);\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), r(n(419), t2);\n      }, 321: function(e2, t2, n) {\n        var o = this && this.__createBinding || (Object.create ? function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), Object.defineProperty(e3, o2, {enumerable: true, get: function() {\n            return t3[n2];\n          }});\n        } : function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), e3[o2] = t3[n2];\n        }), r = this && this.__exportStar || function(e3, t3) {\n          for (var n2 in e3)\n            n2 === \"default\" || Object.prototype.hasOwnProperty.call(t3, n2) || o(t3, e3, n2);\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), r(n(718), t2), r(n(58), t2);\n      }, 58: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true});\n      }, 920: function(e2, t2, n) {\n        var o = this && this.__createBinding || (Object.create ? function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), Object.defineProperty(e3, o2, {enumerable: true, get: function() {\n            return t3[n2];\n          }});\n        } : function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), e3[o2] = t3[n2];\n        }), r = this && this.__exportStar || function(e3, t3) {\n          for (var n2 in e3)\n            n2 === \"default\" || Object.prototype.hasOwnProperty.call(t3, n2) || o(t3, e3, n2);\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), r(n(797), t2), r(n(970), t2), r(n(331), t2), r(n(321), t2), r(n(434), t2);\n      }, 626: function(e2, t2, n) {\n        var o = this && this.__assign || function() {\n          return (o = Object.assign || function(e3) {\n            for (var t3, n2 = 1, o2 = arguments.length; n2 < o2; n2++)\n              for (var r2 in t3 = arguments[n2])\n                Object.prototype.hasOwnProperty.call(t3, r2) && (e3[r2] = t3[r2]);\n            return e3;\n          }).apply(this, arguments);\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.buildIframeSrc = void 0;\n        var r = n(27), i = n(527), a = n(346), c = n(698), u = {widget: \"embed-widget\", popup: \"popup-blank\", slider: \"popup-drawer\", popover: \"popup-popover\", \"side-tab\": \"popup-side-panel\"};\n        t2.buildIframeSrc = function(e3) {\n          var t3 = e3.formId, n2 = e3.type, s = e3.embedId, d = e3.options, l = function(e4, t4, n3) {\n            var r2 = n3.transitiveSearchParams, i2 = n3.source, a2 = n3.medium, s2 = n3.mediumVersion, d2 = n3.hideFooter, l2 = n3.hideHeaders, f2 = n3.opacity, p2 = n3.disableTracking, v2 = n3.enableSandbox, m = n3.disableAutoFocus, h = n3.shareGaInstance, b = n3.forceTouch, y = n3.enableFullscreen, g = n3.tracking, O = n3.redirectTarget, _ = c.getTransitiveSearchParams(r2);\n            return o(o(o({}, {\"typeform-embed-id\": t4, \"typeform-embed\": u[e4], \"typeform-source\": i2, \"typeform-medium\": a2, \"typeform-medium-version\": s2, \"embed-hide-footer\": d2 ? \"true\" : void 0, \"embed-hide-headers\": l2 ? \"true\" : void 0, \"embed-opacity\": f2, \"disable-tracking\": p2 || v2 ? \"true\" : void 0, \"disable-auto-focus\": m ? \"true\" : void 0, \"__dangerous-disable-submissions\": v2 ? \"true\" : void 0, \"share-ga-instance\": h ? \"true\" : void 0, \"force-touch\": b ? \"true\" : void 0, \"add-placeholder-ws\": e4 === \"widget\" && y ? \"true\" : void 0, \"typeform-embed-redirect-target\": O}), _), g);\n          }(n2, s, function(e4) {\n            return o(o({}, {source: (t4 = window === null || window === void 0 ? void 0 : window.location) === null || t4 === void 0 ? void 0 : t4.hostname.replace(/^www\\./, \"\"), medium: \"embed-sdk\", mediumVersion: \"next\"}), i.removeUndefinedKeys(e4));\n            var t4;\n          }(d)), f = function(e4, t4) {\n            t4 === void 0 && (t4 = false);\n            var n3 = t4 ? \"c\" : \"to\";\n            return new URL(e4.startsWith(\"http://\") || e4.startsWith(\"https://\") ? e4 : r.FORM_BASE_URL + \"/\" + n3 + \"/\" + e4);\n          }(t3, d.chat);\n          if (Object.entries(l).filter(function(e4) {\n            var t4 = e4[1];\n            return a.isDefined(t4);\n          }).forEach(function(e4) {\n            var t4 = e4[0], n3 = e4[1];\n            f.searchParams.set(t4, n3);\n          }), d.hidden) {\n            var p = new URL(r.FORM_BASE_URL);\n            Object.entries(d.hidden).filter(function(e4) {\n              var t4 = e4[1];\n              return a.isDefined(t4);\n            }).forEach(function(e4) {\n              var t4 = e4[0], n3 = e4[1];\n              p.searchParams.set(t4, n3);\n            });\n            var v = p.searchParams.toString();\n            v && (f.hash = v);\n          }\n          return f.href;\n        };\n      }, 972: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.handleCustomOpen = void 0, t2.handleCustomOpen = function(e3, t3, n) {\n          switch (t3) {\n            case \"load\":\n              e3();\n              break;\n            case \"exit\":\n              n && function(e4, t4) {\n                var n2 = 0, o = function(r) {\n                  r.clientY < e4 && r.clientY < n2 ? (document.removeEventListener(\"mousemove\", o), t4()) : n2 = r.clientY;\n                };\n                document.addEventListener(\"mousemove\", o);\n              }(n, e3);\n              break;\n            case \"time\":\n              setTimeout(function() {\n                e3();\n              }, n);\n              break;\n            case \"scroll\":\n              n && function(e4, t4) {\n                var n2 = function() {\n                  var o = window.pageYOffset || document.documentElement.scrollTop, r = document.documentElement.clientTop || 0, i = document.documentElement.scrollHeight, a = o - r, c = a / i * 100, u = a + window.innerHeight >= i;\n                  (c >= e4 || u) && (t4(), document.removeEventListener(\"scroll\", n2));\n                };\n                document.addEventListener(\"scroll\", n2);\n              }(n, e3);\n          }\n        };\n      }, 553: function(e2, t2, n) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.createIframe = void 0;\n        var o = n(626), r = n(747), i = n(866), a = n(554), c = n(256), u = n(144), s = n(511);\n        t2.createIframe = function(e3, t3, n2) {\n          var d = i.generateEmbedId(), l = n2.iframeProps, f = l === void 0 ? {} : l, p = n2.onReady, v = n2.onQuestionChanged, m = n2.onHeightChanged, h = n2.onSubmit, b = n2.onEndingButtonClick, y = n2.shareGaInstance, g = o.buildIframeSrc({formId: e3, embedId: d, type: t3, options: n2}), O = document.createElement(\"iframe\");\n          return O.src = g, O.dataset.testid = \"iframe\", O.style.border = \"0px\", O.allow = \"microphone; camera\", Object.keys(f).forEach(function(e4) {\n            O.setAttribute(e4, f[e4]);\n          }), O.addEventListener(\"load\", c.triggerIframeRedraw, {once: true}), window.addEventListener(\"message\", a.getFormReadyHandler(d, p)), window.addEventListener(\"message\", a.getFormQuestionChangedHandler(d, v)), window.addEventListener(\"message\", a.getFormHeightChangedHandler(d, m)), window.addEventListener(\"message\", a.getFormSubmitHandler(d, h)), window.addEventListener(\"message\", a.getFormThemeHandler(d)), window.addEventListener(\"message\", a.getThankYouScreenButtonClickHandler(d, b)), t3 !== \"widget\" && window.addEventListener(\"message\", u.dispatchCustomKeyEventFromIframe), y && window.addEventListener(\"message\", a.getFormReadyHandler(d, function() {\n            r.setupGaInstance(O, d, y);\n          })), {iframe: O, embedId: d, refresh: function() {\n            return s.refreshIframe(O);\n          }};\n        };\n      }, 866: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.generateEmbedId = void 0, t2.generateEmbedId = function() {\n          var e3 = Math.random();\n          return String(e3).split(\".\")[1];\n        };\n      }, 554: function(e2, t2) {\n        var n = this && this.__rest || function(e3, t3) {\n          var n2 = {};\n          for (var o2 in e3)\n            Object.prototype.hasOwnProperty.call(e3, o2) && t3.indexOf(o2) < 0 && (n2[o2] = e3[o2]);\n          if (e3 != null && typeof Object.getOwnPropertySymbols == \"function\") {\n            var r = 0;\n            for (o2 = Object.getOwnPropertySymbols(e3); r < o2.length; r++)\n              t3.indexOf(o2[r]) < 0 && Object.prototype.propertyIsEnumerable.call(e3, o2[r]) && (n2[o2[r]] = e3[o2[r]]);\n          }\n          return n2;\n        };\n        function o(e3, t3, o2) {\n          return function(r) {\n            var i = r.data, a = i.type, c = i.embedId, u = n(i, [\"type\", \"embedId\"]);\n            a === e3 && c === t3 && (o2 == null || o2(u));\n          };\n        }\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.getThankYouScreenButtonClickHandler = t2.getFormThemeHandler = t2.getWelcomeScreenHiddenHandler = t2.getFormSubmitHandler = t2.getFormHeightChangedHandler = t2.getFormQuestionChangedHandler = t2.getFormReadyHandler = void 0, t2.getFormReadyHandler = function(e3, t3) {\n          return o(\"form-ready\", e3, t3);\n        }, t2.getFormQuestionChangedHandler = function(e3, t3) {\n          return o(\"form-screen-changed\", e3, t3);\n        }, t2.getFormHeightChangedHandler = function(e3, t3) {\n          return o(\"form-height-changed\", e3, t3);\n        }, t2.getFormSubmitHandler = function(e3, t3) {\n          return o(\"form-submit\", e3, t3);\n        }, t2.getWelcomeScreenHiddenHandler = function(e3, t3) {\n          return o(\"welcome-screen-hidden\", e3, function() {\n            t3.classList.add(\"tf-v1-widget-fullscreen\");\n          });\n        }, t2.getFormThemeHandler = function(e3) {\n          return o(\"form-theme\", e3, function(e4) {\n            var t3;\n            if (e4 == null ? void 0 : e4.theme) {\n              var n2 = document.querySelector(\".tf-v1-close-icon\");\n              n2 && (n2.style.color = (t3 = e4.theme) === null || t3 === void 0 ? void 0 : t3.color);\n            }\n          });\n        }, t2.getThankYouScreenButtonClickHandler = function(e3, t3) {\n          return o(\"thank-you-screen-button-click\", e3, t3);\n        };\n      }, 339: function(e2, t2, n) {\n        var o = this && this.__createBinding || (Object.create ? function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), Object.defineProperty(e3, o2, {enumerable: true, get: function() {\n            return t3[n2];\n          }});\n        } : function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), e3[o2] = t3[n2];\n        }), r = this && this.__exportStar || function(e3, t3) {\n          for (var n2 in e3)\n            n2 === \"default\" || Object.prototype.hasOwnProperty.call(t3, n2) || o(t3, e3, n2);\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), r(n(553), t2), r(n(144), t2);\n      }, 511: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.refreshIframe = void 0, t2.refreshIframe = function(e3) {\n          if (e3) {\n            var t3 = e3.src;\n            if (t3.includes(\"&refresh\")) {\n              var n = t3.split(\"&refresh#\");\n              e3.src = n.join(\"#\");\n            } else\n              (n = t3.split(\"#\"))[0] = n[0] + \"&refresh\", e3.src = n.join(\"#\");\n          }\n        };\n      }, 144: function(e2, t2) {\n        var n = this && this.__awaiter || function(e3, t3, n2, o2) {\n          return new (n2 || (n2 = Promise))(function(r2, i2) {\n            function a(e4) {\n              try {\n                u(o2.next(e4));\n              } catch (e5) {\n                i2(e5);\n              }\n            }\n            function c(e4) {\n              try {\n                u(o2.throw(e4));\n              } catch (e5) {\n                i2(e5);\n              }\n            }\n            function u(e4) {\n              var t4;\n              e4.done ? r2(e4.value) : (t4 = e4.value, t4 instanceof n2 ? t4 : new n2(function(e5) {\n                e5(t4);\n              })).then(a, c);\n            }\n            u((o2 = o2.apply(e3, t3 || [])).next());\n          });\n        }, o = this && this.__generator || function(e3, t3) {\n          var n2, o2, r2, i2, a = {label: 0, sent: function() {\n            if (1 & r2[0])\n              throw r2[1];\n            return r2[1];\n          }, trys: [], ops: []};\n          return i2 = {next: c(0), throw: c(1), return: c(2)}, typeof Symbol == \"function\" && (i2[Symbol.iterator] = function() {\n            return this;\n          }), i2;\n          function c(i3) {\n            return function(c2) {\n              return function(i4) {\n                if (n2)\n                  throw new TypeError(\"Generator is already executing.\");\n                for (; a; )\n                  try {\n                    if (n2 = 1, o2 && (r2 = 2 & i4[0] ? o2.return : i4[0] ? o2.throw || ((r2 = o2.return) && r2.call(o2), 0) : o2.next) && !(r2 = r2.call(o2, i4[1])).done)\n                      return r2;\n                    switch (o2 = 0, r2 && (i4 = [2 & i4[0], r2.value]), i4[0]) {\n                      case 0:\n                      case 1:\n                        r2 = i4;\n                        break;\n                      case 4:\n                        return a.label++, {value: i4[1], done: false};\n                      case 5:\n                        a.label++, o2 = i4[1], i4 = [0];\n                        continue;\n                      case 7:\n                        i4 = a.ops.pop(), a.trys.pop();\n                        continue;\n                      default:\n                        if (!((r2 = (r2 = a.trys).length > 0 && r2[r2.length - 1]) || i4[0] !== 6 && i4[0] !== 2)) {\n                          a = 0;\n                          continue;\n                        }\n                        if (i4[0] === 3 && (!r2 || i4[1] > r2[0] && i4[1] < r2[3])) {\n                          a.label = i4[1];\n                          break;\n                        }\n                        if (i4[0] === 6 && a.label < r2[1]) {\n                          a.label = r2[1], r2 = i4;\n                          break;\n                        }\n                        if (r2 && a.label < r2[2]) {\n                          a.label = r2[2], a.ops.push(i4);\n                          break;\n                        }\n                        r2[2] && a.ops.pop(), a.trys.pop();\n                        continue;\n                    }\n                    i4 = t3.call(e3, a);\n                  } catch (e4) {\n                    i4 = [6, e4], o2 = 0;\n                  } finally {\n                    n2 = r2 = 0;\n                  }\n                if (5 & i4[0])\n                  throw i4[1];\n                return {value: i4[0] ? i4[1] : void 0, done: true};\n              }([i3, c2]);\n            };\n          }\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.dispatchCustomKeyEventFromIframe = t2.removeCustomKeyboardListener = t2.addCustomKeyboardListener = void 0;\n        var r = \"Escape\", i = function(e3, i2) {\n          return n(void 0, void 0, void 0, function() {\n            return o(this, function(n2) {\n              return e3.code === r && typeof i2 == \"function\" && (i2(), t2.removeCustomKeyboardListener()), [2];\n            });\n          });\n        };\n        t2.addCustomKeyboardListener = function(e3) {\n          return window.document.addEventListener(\"keydown\", function(t3) {\n            return i(t3, e3);\n          });\n        }, t2.removeCustomKeyboardListener = function() {\n          return window.document.removeEventListener(\"keydown\", i);\n        }, t2.dispatchCustomKeyEventFromIframe = function(e3) {\n          e3.data.type === \"form-close\" && window.document.dispatchEvent(new KeyboardEvent(\"keydown\", {code: r}));\n        };\n      }, 256: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.triggerIframeRedraw = void 0, t2.triggerIframeRedraw = function() {\n          this.style.transform = \"translateZ(0)\";\n        };\n      }, 939: function(e2, t2, n) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.getTextColor = void 0;\n        var o = n(938);\n        t2.getTextColor = function(e3) {\n          if (!e3)\n            return \"#FFFFFF\";\n          var t3 = e3.startsWith(\"#\") ? o.hexRgb(e3) : function(e4) {\n            var t4 = {red: 0, green: 0, blue: 0}, n3 = e4.match(/\\d+/g);\n            return n3 && (t4.red = parseInt(n3[0], 10), t4.green = parseInt(n3[0], 10), t4.blue = parseInt(n3[0], 10)), t4;\n          }(e3), n2 = t3.red, r = t3.green, i = t3.blue;\n          return Math.round((299 * n2 + 587 * r + 114 * i) / 1e3) > 125 ? \"#000000\" : \"#FFFFFF\";\n        };\n      }, 698: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.getTransitiveSearchParams = void 0, t2.getTransitiveSearchParams = function(e3) {\n          var t3 = new URL(window.location.href), n = {};\n          return e3 && e3.length > 0 && e3.forEach(function(e4) {\n            t3.searchParams.has(e4) && (n[e4] = t3.searchParams.get(e4));\n          }), n;\n        };\n      }, 252: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.hasDom = void 0, t2.hasDom = function() {\n          return typeof document != \"undefined\" && typeof window != \"undefined\";\n        };\n      }, 938: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.hexRgb = void 0;\n        var n = new RegExp(\"[^#a-f\\\\d]\", \"gi\"), o = new RegExp(\"^#?[a-f\\\\d]{3}[a-f\\\\d]?$|^#?[a-f\\\\d]{6}([a-f\\\\d]{2})?$\", \"i\");\n        t2.hexRgb = function(e3) {\n          if (typeof e3 != \"string\" || n.test(e3) || !o.test(e3))\n            throw new TypeError(\"Expected a valid hex string\");\n          (e3 = e3.replace(/^#/, \"\")).length === 8 && (e3 = e3.slice(0, 6)), e3.length === 4 && (e3 = e3.slice(0, 3)), e3.length === 3 && (e3 = e3[0] + e3[0] + e3[1] + e3[1] + e3[2] + e3[2]);\n          var t3 = Number.parseInt(e3, 16);\n          return {red: t3 >> 16, green: t3 >> 8 & 255, blue: 255 & t3};\n        };\n      }, 71: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.includeCss = void 0, t2.includeCss = function(e3) {\n          var t3 = function(e4) {\n            return \"https://embed.typeform.com/next/css/\" + e4;\n          }(e3);\n          if (!document.querySelector('link[href=\"' + t3 + '\"]')) {\n            var n = document.createElement(\"link\");\n            n.rel = \"stylesheet\", n.href = t3, document.head.append(n);\n          }\n        };\n      }, 747: function(e2, t2, n) {\n        var o = this && this.__createBinding || (Object.create ? function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), Object.defineProperty(e3, o2, {enumerable: true, get: function() {\n            return t3[n2];\n          }});\n        } : function(e3, t3, n2, o2) {\n          o2 === void 0 && (o2 = n2), e3[o2] = t3[n2];\n        }), r = this && this.__exportStar || function(e3, t3) {\n          for (var n2 in e3)\n            n2 === \"default\" || Object.prototype.hasOwnProperty.call(t3, n2) || o(t3, e3, n2);\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), r(n(626), t2), r(n(339), t2), r(n(252), t2), r(n(71), t2), r(n(346), t2), r(n(377), t2), r(n(563), t2), r(n(527), t2), r(n(533), t2), r(n(451), t2), r(n(972), t2), r(n(748), t2), r(n(392), t2), r(n(939), t2), r(n(917), t2), r(n(987), t2);\n      }, 346: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.isDefined = void 0, t2.isDefined = function(e3) {\n          return e3 != null;\n        };\n      }, 987: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.isVisible = t2.isInPage = t2.isOpen = void 0, t2.isOpen = function(e3) {\n          return t2.isInPage(e3) && t2.isVisible(e3);\n        }, t2.isInPage = function(e3) {\n          return !!e3.parentNode;\n        }, t2.isVisible = function(e3) {\n          return e3.style.display !== \"none\";\n        };\n      }, 917: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.lazyInitialize = void 0, t2.lazyInitialize = function(e3, t3) {\n          var n = new IntersectionObserver(function(e4) {\n            e4.forEach(function(e5) {\n              e5.isIntersecting && (t3(), n.unobserve(e5.target));\n            });\n          });\n          n.observe(e3);\n        };\n      }, 377: function(e2, t2) {\n        var n = this && this.__assign || function() {\n          return (n = Object.assign || function(e3) {\n            for (var t3, n2 = 1, o2 = arguments.length; n2 < o2; n2++)\n              for (var r2 in t3 = arguments[n2])\n                Object.prototype.hasOwnProperty.call(t3, r2) && (e3[r2] = t3[r2]);\n            return e3;\n          }).apply(this, arguments);\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.loadOptionsFromAttributes = t2.transformAttributeValue = t2.camelCaseToKebabCase = void 0, t2.camelCaseToKebabCase = function(e3) {\n          return e3.split(\"\").map(function(e4, t3) {\n            return e4.toUpperCase() === e4 ? (t3 !== 0 ? \"-\" : \"\") + e4.toLowerCase() : e4;\n          }).join(\"\");\n        };\n        var o = function(e3) {\n          return e3 || void 0;\n        }, r = function(e3) {\n          return e3 === \"\" || e3 === \"yes\" || e3 === \"true\";\n        }, i = function(e3) {\n          var t3 = e3 ? parseInt(e3, 10) : NaN;\n          return isNaN(t3) ? void 0 : t3;\n        }, a = \"%ESCAPED_COMMA%\";\n        t2.transformAttributeValue = function(e3, t3) {\n          var c, u;\n          switch (t3) {\n            case \"string\":\n              return o(e3);\n            case \"boolean\":\n              return r(e3);\n            case \"integer\":\n              return i(e3);\n            case \"function\":\n              return function(e4) {\n                var t4 = e4 && e4 in window ? window[e4] : void 0;\n                return typeof t4 == \"function\" ? t4 : void 0;\n              }(e3);\n            case \"array\":\n              return function(e4) {\n                if (e4)\n                  return e4.replace(/\\s/g, \"\").replace(/\\\\,/g, a).split(\",\").filter(function(e5) {\n                    return !!e5;\n                  }).map(function(e5) {\n                    return e5.replace(a, \",\");\n                  });\n              }(e3);\n            case \"record\":\n              return function(e4) {\n                if (e4)\n                  return e4.replace(/\\\\,/g, a).split(\",\").filter(function(e5) {\n                    return !!e5;\n                  }).map(function(e5) {\n                    return e5.replace(a, \",\");\n                  }).reduce(function(e5, t4) {\n                    var o2, r2 = t4.match(/^([^=]+)=(.*)$/);\n                    if (r2) {\n                      var i2 = r2[1], a2 = r2[2];\n                      return n(n({}, e5), ((o2 = {})[i2.trim()] = a2, o2));\n                    }\n                    return e5;\n                  }, {});\n              }(e3);\n            case \"integerOrBoolean\":\n              return (c = i(e3)) !== null && c !== void 0 ? c : r(e3);\n            case \"stringOrBoolean\":\n              return (u = o(e3)) !== null && u !== void 0 ? u : r(e3);\n            default:\n              throw new Error(\"Invalid attribute transformation \" + t3);\n          }\n        }, t2.loadOptionsFromAttributes = function(e3, o2) {\n          return Object.keys(o2).reduce(function(r2, i2) {\n            var a2;\n            return n(n({}, r2), ((a2 = {})[i2] = t2.transformAttributeValue(e3.getAttribute(\"data-tf-\" + t2.camelCaseToKebabCase(i2)), o2[i2]), a2));\n          }, {});\n        };\n      }, 563: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.isFullscreen = t2.isMobile = t2.isBigScreen = void 0, t2.isBigScreen = function() {\n          return window.screen.width >= 1024 && window.screen.height >= 768;\n        }, t2.isMobile = function() {\n          return /mobile|tablet|android/i.test(navigator.userAgent.toLowerCase());\n        }, t2.isFullscreen = function() {\n          return t2.isMobile() && !t2.isBigScreen();\n        };\n      }, 527: function(e2, t2, n) {\n        var o = this && this.__assign || function() {\n          return (o = Object.assign || function(e3) {\n            for (var t3, n2 = 1, o2 = arguments.length; n2 < o2; n2++)\n              for (var r2 in t3 = arguments[n2])\n                Object.prototype.hasOwnProperty.call(t3, r2) && (e3[r2] = t3[r2]);\n            return e3;\n          }).apply(this, arguments);\n        };\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.removeUndefinedKeys = void 0;\n        var r = n(346);\n        t2.removeUndefinedKeys = function(e3) {\n          return Object.entries(e3).filter(function(e4) {\n            var t3 = e4[1];\n            return r.isDefined(t3);\n          }).reduce(function(e4, t3) {\n            var n2, r2 = t3[0], i = t3[1];\n            return o(o({}, e4), ((n2 = {})[r2] = i, n2));\n          }, {});\n        };\n      }, 748: function(e2, t2, n) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.setAutoClose = void 0;\n        var o = n(554);\n        t2.setAutoClose = function(e3, t3, n2) {\n          if (t3 && n2) {\n            var r = typeof t3 == \"number\" ? t3 : 0;\n            window.addEventListener(\"message\", o.getFormSubmitHandler(e3, function() {\n              return setTimeout(n2, r);\n            }));\n          }\n        };\n      }, 533: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.setElementSize = void 0, t2.setElementSize = function(e3, t3) {\n          var n = t3.width, o = t3.height;\n          return n && (e3.style.width = n + \"px\"), o && (e3.style.height = o + \"px\"), e3;\n        };\n      }, 392: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.setupGaInstance = t2.sendGaIdMessage = void 0, t2.sendGaIdMessage = function(e3, t3, n2) {\n          var o = {embedId: e3, gaClientId: t3};\n          setTimeout(function() {\n            n2 && n2.contentWindow && n2.contentWindow.postMessage({type: \"ga-client-id\", data: o}, \"*\");\n          }, 0);\n        };\n        var n = function(e3) {\n          console.error(e3);\n        };\n        t2.setupGaInstance = function(e3, o, r) {\n          try {\n            var i = window[window.GoogleAnalyticsObject], a = typeof r == \"string\" ? r : void 0, c = function(e4, t3) {\n              return t3 ? e4.find(function(e5) {\n                return e5.get(\"trackingId\") === t3;\n              }) : e4[0];\n            }(i.getAll(), a);\n            c ? t2.sendGaIdMessage(o, c.get(\"clientId\"), e3) : n(\"Whoops! You enabled the shareGaInstance feature in your typeform embed but the tracker with ID \" + a + \" was not found. Make sure to include Google Analytics Javascript code before the Typeform Embed Javascript code in your page and use correct tracker ID. \");\n          } catch (e4) {\n            n(\"Whoops! You enabled the shareGaInstance feature in your typeform embed but the Google Analytics object has not been found. Make sure to include Google Analytics Javascript code before the Typeform Embed Javascript code in your page. \"), n(e4);\n          }\n        };\n      }, 451: function(e2, t2) {\n        Object.defineProperty(t2, \"__esModule\", {value: true}), t2.unmountElement = void 0, t2.unmountElement = function(e3) {\n          var t3;\n          (t3 = e3.parentNode) === null || t3 === void 0 || t3.removeChild(e3);\n        };\n      }}, t = {};\n      return function n(o) {\n        if (t[o])\n          return t[o].exports;\n        var r = t[o] = {exports: {}};\n        return e[o].call(r.exports, r, r.exports, n), r.exports;\n      }(920);\n    }();\n  });\n});\nvar __pika_web_default_export_for_treeshaking__ = /* @__PURE__ */ getDefaultExportFromCjs(build);\nvar createPopover = build.createPopover;\nvar createPopup = build.createPopup;\nvar createSidetab = build.createSidetab;\nvar createSlider = build.createSlider;\nvar createWidget = build.createWidget;\nexport default __pika_web_default_export_for_treeshaking__;\nexport {build as __moduleExports, createPopover, createPopup, createSidetab, createSlider, createWidget};\n", "import{containerStyles,emptyStateStyle as defaultEmptyStateStyle}from\"https://framer.com/m/framer/default-utils.js@^0.43.0\";export const emptyStateStyle={...containerStyles,...defaultEmptyStateStyle,textAlign:\"center\",padding:15,width:200,height:100,overflow:\"hidden\"};export const neutralStateStyle={...emptyStateStyle,color:\"#09f\",background:\"rgb(0, 153, 255, 0.1)\",borderColor:\"#09f\"};export const stateTitleStyle={fontSize:12,fontWeight:600,margin:0};export const stateParagraphStyle={fontSize:12,maxWidth:200,lineHeight:1.4,margin:\"5px 0 0 0\"};\nexport const __FramerMetadata__ = {\"exports\":{\"neutralStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateTitleStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateParagraphStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./styles.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useRef,useEffect}from\"react\";import{addPropertyControls,ControlType,withCSS}from\"framer\";import{motion}from\"framer-motion\";import{containerStyles}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{createWidget}from\"https://cdn.skypack.dev/@typeform/embed@1.32.0\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@0.2.0\";const Widget=withCSS(function Widget({id,style,onSubmit,hideFooter,hideHeaders,disableAutoFocus,...props}){const container=useRef(null);useEffect(()=>{if(container.current){const widget=createWidget(id,{width:\"100%\",height:\"100%\",container:container.current,transitiveSearchParams:[\"utm_source\",\"utm_medium\",\"utm_campaign\",],onSubmit,hideFooter,hideHeaders,disableAutoFocus});return()=>{widget.unmount();};}},[id,onSubmit,hideFooter,hideHeaders,disableAutoFocus]);return /*#__PURE__*/ _jsx(\"div\",{style:style,className:\"framer-typeform\",ref:container,...props});},[\".framer-typeform div, .framer-typeform iframe { width: 100%; height: 100%; border: none !important; }\",]);/**\n * TYPEFORM\n *\n * @framerIntrinsicWidth 800\n * @framerIntrinsicHeight 600\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Typeform({formId,style,onSubmit,hideFooter,hideHeaders,autoFocus,...props}){function handleSubmit(e){if(onSubmit!==undefined){onSubmit(e);}if(globalThis.__send_framer_conversion__){globalThis.__send_framer_conversion__(\"typeform\");}}return formId?/*#__PURE__*/ _jsx(motion.div,{style:{...containerStyles,...style},...props,children:/*#__PURE__*/ _jsx(Widget,{id:formId,style:{width:\"100%\",height:\"100%\"},onSubmit:handleSubmit,hideFooter:hideFooter,hideHeaders:hideHeaders,disableAutoFocus:!autoFocus})}):/*#__PURE__*/ _jsxs(motion.div,{style:{...emptyStateStyle,...style},...props,children:[/*#__PURE__*/ _jsx(\"h1\",{style:stateTitleStyle,children:\"Typeform\"}),/*#__PURE__*/ _jsx(\"p\",{style:stateParagraphStyle,children:\"Set a form ID in the Properties.\"})]});};addPropertyControls(Typeform,{formId:{title:\"ID\",type:ControlType.String,placeholder:\"12ABCD34\",defaultValue:\"R2s5BM\",description:\"Create a [Typeform](https://www.typeform.com/) account, add a form and copy its ID. [Learn more\u2026](https://www.framer.com/sites/integrations/typeform/)\"},hideFooter:{title:\"Footer\",type:ControlType.Boolean,enabledTitle:\"Hide\",disabledTitle:\"Show\",defaultValue:false},hideHeaders:{title:\"Headers\",type:ControlType.Boolean,enabledTitle:\"Hide\",disabledTitle:\"Show\",defaultValue:false},autoFocus:{title:\"Auto-focus\",type:ControlType.Boolean,enabledTitle:\"On\",disabledTitle:\"Off\",defaultValue:true},onSubmit:{type:ControlType.EventHandler}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Typeform\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"800\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"600\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Typeform.map", "// Generated by Framer (575e68f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,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/WjlceItzeTSLD2zo6Ds9/MshUGRotu7qCdKeWhSps/g_49gGP5O.js\";const enabledGestures={hq0bTzEJk:{hover:true},uStcBw1TL:{hover:true}};const cycleOrder=[\"hq0bTzEJk\",\"uStcBw1TL\"];const serializationHash=\"framer-XZL6n\";const variantClassNames={hq0bTzEJk:\"framer-v-12llsfw\",uStcBw1TL:\"framer-v-anx9np\"};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(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"hq0bTzEJk\",\"Variant 2\":\"uStcBw1TL\"};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:\"hq0bTzEJk\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hq0bTzEJk\",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:{hash:\":F0Z_Ci9lu\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-12llsfw\",className,classNames)} framer-ucf1xk`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"hq0bTzEJk\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\",...style},variants:{uStcBw1TL:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-62914faf-83e0-47f4-9961-d49329459721, rgb(251, 251, 251))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(242, 237, 191, 0.05)\"}},...addPropertyOverrides({\"hq0bTzEJk-hover\":{\"data-framer-name\":undefined},\"uStcBw1TL-hover\":{\"data-framer-name\":undefined},uStcBw1TL:{\"data-border\":true,\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dxghyy\",\"data-framer-name\":\"Text Container\",layoutDependency:layoutDependency,layoutId:\"TlRZw33zq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-14chvwr\",\"data-styles-preset\":\"g_49gGP5O\",children:\"Get started\"})}),className:\"framer-zcv540\",\"data-framer-name\":\"Get started\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aUaDMBF6z\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17n2pjt\",\"data-framer-name\":\"icon / jam-icons / outline & logos / arrow-right\",layoutDependency:layoutDependency,layoutId:\"x0SbrC0vN\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-rpa0yy\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:15,layoutDependency:layoutDependency,layoutId:\"I3026:6023;16:9706\",svg:'<svg width=\"15\" height=\"14\" viewBox=\"0 0 15 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11.086 5.657L7.136 1.707C6.95384 1.51839 6.85305 1.26579 6.85533 1.00359C6.8576 0.741397 6.96277 0.490585 7.14818 0.305177C7.33359 0.119768 7.5844 0.0145995 7.8466 0.0123211C8.1088 0.0100427 8.3614 0.110837 8.55 0.292995L14.207 5.95C14.3002 6.04265 14.3741 6.15281 14.4246 6.27414C14.4751 6.39548 14.501 6.52559 14.501 6.657C14.501 6.7884 14.4751 6.91852 14.4246 7.03985C14.3741 7.16118 14.3002 7.27134 14.207 7.364L8.55 13.021C8.45775 13.1165 8.34741 13.1927 8.2254 13.2451C8.1034 13.2975 7.97218 13.3251 7.8394 13.3262C7.70662 13.3274 7.57494 13.3021 7.45205 13.2518C7.32915 13.2015 7.2175 13.1273 7.12361 13.0334C7.02971 12.9395 6.95546 12.8278 6.90518 12.7049C6.8549 12.5821 6.8296 12.4504 6.83075 12.3176C6.8319 12.1848 6.85949 12.0536 6.9119 11.9316C6.96431 11.8096 7.04049 11.6992 7.136 11.607L11.086 7.657H1.5C1.23478 7.657 0.98043 7.55164 0.792893 7.3641C0.605357 7.17657 0.5 6.92221 0.5 6.657C0.5 6.39178 0.605357 6.13742 0.792893 5.94989C0.98043 5.76235 1.23478 5.657 1.5 5.657H11.086Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XZL6n.framer-ucf1xk, .framer-XZL6n .framer-ucf1xk { display: block; }\",\".framer-XZL6n.framer-12llsfw { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-XZL6n .framer-1dxghyy { 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 4px 0px 8px; position: relative; width: min-content; }\",\".framer-XZL6n .framer-zcv540 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-XZL6n .framer-17n2pjt { flex: none; height: 24px; overflow: hidden; position: relative; width: 24px; }\",\".framer-XZL6n .framer-rpa0yy { flex: none; height: 14px; left: calc(50.00000000000002% - 15px / 2); position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 15px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XZL6n.framer-12llsfw, .framer-XZL6n .framer-1dxghyy { gap: 0px; } .framer-XZL6n.framer-12llsfw > *, .framer-XZL6n .framer-1dxghyy > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-XZL6n.framer-12llsfw > :first-child, .framer-XZL6n .framer-1dxghyy > :first-child { margin-left: 0px; } .framer-XZL6n.framer-12llsfw > :last-child, .framer-XZL6n .framer-1dxghyy > :last-child { margin-right: 0px; } }\",\".framer-XZL6n.framer-v-12llsfw.hover.framer-12llsfw { gap: 6px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XZL6n.framer-v-12llsfw.hover.framer-12llsfw { gap: 0px; } .framer-XZL6n.framer-v-12llsfw.hover.framer-12llsfw > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-XZL6n.framer-v-12llsfw.hover.framer-12llsfw > :first-child { margin-left: 0px; } .framer-XZL6n.framer-v-12llsfw.hover.framer-12llsfw > :last-child { margin-right: 0px; } }\",\".framer-XZL6n.framer-v-anx9np.hover.framer-12llsfw { gap: 5px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XZL6n.framer-v-anx9np.hover.framer-12llsfw { gap: 0px; } .framer-XZL6n.framer-v-anx9np.hover.framer-12llsfw > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-XZL6n.framer-v-anx9np.hover.framer-12llsfw > :first-child { margin-left: 0px; } .framer-XZL6n.framer-v-anx9np.hover.framer-12llsfw > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-XZL6n[data-border=\"true\"]::after, .framer-XZL6n [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 146.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"uStcBw1TL\":{\"layout\":[\"auto\",\"auto\"]},\"Ee2KqKM0H\":{\"layout\":[\"auto\",\"auto\"]},\"Bn1S4g0cU\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerwbpu60DT2=withCSS(Component,css,\"framer-XZL6n\");export default Framerwbpu60DT2;Framerwbpu60DT2.displayName=\"Button-icon\";Framerwbpu60DT2.defaultProps={height:48,width:146.5};addPropertyControls(Framerwbpu60DT2,{variant:{options:[\"hq0bTzEJk\",\"uStcBw1TL\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerwbpu60DT2,[{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\":\"Framerwbpu60DT2\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"146.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uStcBw1TL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Ee2KqKM0H\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Bn1S4g0cU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"48\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wbpu60DT2.map", "// Generated by Framer (575e68f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,getFontsFromSharedStyle,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/WjlceItzeTSLD2zo6Ds9/MshUGRotu7qCdKeWhSps/g_49gGP5O.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/JX6jvkxJvTzp90KZU01d/amy9NkHGABuC8Qb3OvRd/NYoLIQP10.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/4xPD1t4ne1GtRMTifseK/vrvZaFAqnCokLoxhPIeQ/v6GBzvdlv.js\";import ButtonIcon from\"https://framerusercontent.com/modules/NLjFBVBFZpmgXNEGE1aE/X5jqgyiHiSFKSafo4oYX/wbpu60DT2.js\";const ButtonIconFonts=getFonts(ButtonIcon);const enabledGestures={JGTFlcWja:{hover:true}};const cycleOrder=[\"JGTFlcWja\"];const serializationHash=\"framer-3tt5O\";const variantClassNames={JGTFlcWja:\"framer-v-18v7d1x\"};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(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"JGTFlcWja\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-18v7d1x\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"JGTFlcWja\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({\"JGTFlcWja-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mqqmbw\",\"data-border\":true,\"data-framer-name\":\"stack\",layoutDependency:layoutDependency,layoutId:\"ctrlYspdr\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(228, 231, 236)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(251, 251, 251)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\"},variants:{\"JGTFlcWja-hover\":{boxShadow:\"0px 0.6021873017743928px 0.48174984141951427px -1px rgba(0, 0, 0, 0.14699), 0px 2.288533303243457px 1.8308266425947657px -2px rgba(0, 0, 0, 0.13856), 0px 10px 8px -3px rgba(0, 0, 0, 0.1)\"}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12iq19u\",\"data-framer-name\":\"Header\",layoutDependency:layoutDependency,layoutId:\"nyIlklneO\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-t5nvdw\",\"data-styles-preset\":\"v6GBzvdlv\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"$1.00\"})})}),className:\"framer-1qwge6k\",\"data-framer-name\":\"Price\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"m1HF1ly4y\",style:{\"--extracted-gdpscs\":\"var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xhr8xe\",\"data-framer-name\":\"text\",layoutDependency:layoutDependency,layoutId:\"Q4Sivzq9G\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-14chvwr\",\"data-styles-preset\":\"g_49gGP5O\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-54a42ca3-09ef-4691-867c-9b576f8460ed, rgb(41, 51, 23)))\"},children:\"per mattress per month\"})}),className:\"framer-hkjxeh\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AKk9kEQtT\",style:{\"--extracted-r6o4lv\":\"var(--token-54a42ca3-09ef-4691-867c-9b576f8460ed, rgb(41, 51, 23))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a0mnpa\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"mhEQqVGhF\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-14ns8fv\",\"data-styles-preset\":\"NYoLIQP10\",children:[\"We believe that sustainability should be accessible and affordable for all hospitality groups. That's why we've designed our pricing model to be \",/*#__PURE__*/_jsx(motion.strong,{children:\"simple, transparent, and cost-effective.\"})]})}),className:\"framer-qljeip\",\"data-framer-name\":\"We believe that sustainability should be accessible and affordable for all hospitality groups. That's why we've designed our pricing model to be simple, transparent, and cost-effective.\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"bpo8Rc_91\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1te11mw-container\",layoutDependency:layoutDependency,layoutId:\"hLtWAkztn-container\",children:/*#__PURE__*/_jsx(ButtonIcon,{height:\"100%\",id:\"hLtWAkztn\",layoutId:\"hLtWAkztn\",variant:\"hq0bTzEJk\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3tt5O.framer-1emofzr, .framer-3tt5O .framer-1emofzr { display: block; }\",\".framer-3tt5O.framer-18v7d1x { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 440px; }\",\".framer-3tt5O .framer-1mqqmbw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 348px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-3tt5O .framer-12iq19u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-3tt5O .framer-1qwge6k { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3tt5O .framer-xhr8xe { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-3tt5O .framer-hkjxeh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100px; word-break: break-word; word-wrap: break-word; }\",\".framer-3tt5O .framer-1a0mnpa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-3tt5O .framer-qljeip { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-3tt5O .framer-1te11mw-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3tt5O.framer-18v7d1x, .framer-3tt5O .framer-1mqqmbw, .framer-3tt5O .framer-12iq19u, .framer-3tt5O .framer-xhr8xe, .framer-3tt5O .framer-1a0mnpa { gap: 0px; } .framer-3tt5O.framer-18v7d1x > *, .framer-3tt5O .framer-xhr8xe > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-3tt5O.framer-18v7d1x > :first-child, .framer-3tt5O .framer-12iq19u > :first-child, .framer-3tt5O .framer-xhr8xe > :first-child { margin-left: 0px; } .framer-3tt5O.framer-18v7d1x > :last-child, .framer-3tt5O .framer-12iq19u > :last-child, .framer-3tt5O .framer-xhr8xe > :last-child { margin-right: 0px; } .framer-3tt5O .framer-1mqqmbw > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-3tt5O .framer-1mqqmbw > :first-child, .framer-3tt5O .framer-1a0mnpa > :first-child { margin-top: 0px; } .framer-3tt5O .framer-1mqqmbw > :last-child, .framer-3tt5O .framer-1a0mnpa > :last-child { margin-bottom: 0px; } .framer-3tt5O .framer-12iq19u > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-3tt5O .framer-1a0mnpa > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-3tt5O.framer-v-18v7d1x.hover.framer-18v7d1x { padding: 0px 0px 10px 0px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-3tt5O[data-border=\"true\"]::after, .framer-3tt5O [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 348\n * @framerIntrinsicWidth 440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"VZnNg2wWg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfLjmZtt7U=withCSS(Component,css,\"framer-3tt5O\");export default FramerfLjmZtt7U;FramerfLjmZtt7U.displayName=\"pricing-card\";FramerfLjmZtt7U.defaultProps={height:348,width:440};addFonts(FramerfLjmZtt7U,[{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\"}]},...ButtonIconFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfLjmZtt7U\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VZnNg2wWg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"348\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (575e68f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"NAzT7AL_x\",\"x2ZbU0xGb\",\"huIlw_Duh\"];const serializationHash=\"framer-Gzq2b\";const variantClassNames={huIlw_Duh:\"framer-v-sh4ory\",NAzT7AL_x:\"framer-v-1c4t1cy\",x2ZbU0xGb:\"framer-v-whhjrh\"};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(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"NAzT7AL_x\",\"Variant 2\":\"x2ZbU0xGb\",\"Variant 3\":\"huIlw_Duh\"};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:\"NAzT7AL_x\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NAzT7AL_x\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"x2ZbU0xGb\",\"huIlw_Duh\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"huIlw_Duh\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"x2ZbU0xGb\")return true;return false;};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-1c4t1cy\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"NAzT7AL_x\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({huIlw_Duh:{\"data-framer-name\":\"Variant 3\"},x2ZbU0xGb:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-wcn0lr\",\"data-framer-name\":\"iwwa:co2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"IuTeuaLa3\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 120 120\"><g><defs><linearGradient id=\"idss8953651880_1g832630107\" x1=\"0\" x2=\"1\" y1=\"0.4975124378109453\" y2=\"0.5024875621890547\"><stop offset=\"0\" stop-color=\"rgb(212,194,43)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(135,192,63)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 45.603 91.392 C 45.426 91.392 45.251 91.358 45.087 91.293 C 41.174 91.287 37.262 91.231 33.351 91.125 C 30.522 91.056 27.897 90.993 24.858 90.993 C 20.087 90.988 15.512 89.091 12.139 85.718 C 8.765 82.344 6.867 77.77 6.861 72.999 C 6.861 66.987 9.771 61.503 14.694 58.146 C 14.291 56.183 14.088 54.183 14.088 52.179 C 14.088 35.874 27.354 22.605 43.665 22.605 C 49.006 22.61 54.247 24.059 58.833 26.797 C 63.419 29.536 67.179 33.463 69.717 38.163 C 71.387 36.451 73.383 35.092 75.589 34.167 C 77.794 33.242 80.163 32.77 82.554 32.778 C 85.288 32.78 87.986 33.405 90.442 34.604 C 92.899 35.804 95.051 37.547 96.734 39.701 C 98.417 41.855 99.588 44.364 100.158 47.038 C 100.728 49.712 100.682 52.481 100.023 55.134 C 103.798 56.199 107.122 58.468 109.489 61.595 C 111.856 64.722 113.138 68.537 113.139 72.459 C 113.139 82.383 105.066 90.459 95.142 90.459 C 90.516 90.459 80.013 90.699 69.858 90.933 C 59.607 91.173 49.926 91.392 45.603 91.392 Z M 43.665 25.398 C 28.896 25.398 16.881 37.41 16.881 52.179 C 16.881 54.3 17.133 56.415 17.628 58.464 C 17.697 58.752 17.673 59.055 17.559 59.328 C 17.444 59.602 17.246 59.832 16.992 59.985 C 14.744 61.331 12.886 63.239 11.599 65.52 C 10.312 67.802 9.64 70.379 9.651 72.999 C 9.656 77.03 11.259 80.894 14.11 83.743 C 16.96 86.593 20.824 88.196 24.855 88.2 C 27.918 88.2 30.564 88.263 33.417 88.332 C 36.732 88.41 40.329 88.497 45.207 88.497 C 45.384 88.497 45.559 88.531 45.723 88.596 C 50.082 88.59 60.099 88.362 69.789 88.14 C 79.962 87.906 90.48 87.666 95.139 87.666 C 99.17 87.661 103.035 86.057 105.886 83.206 C 108.736 80.356 110.339 76.49 110.343 72.459 C 110.344 68.923 109.112 65.498 106.859 62.772 C 104.606 60.047 101.474 58.192 98.001 57.528 C 97.805 57.491 97.619 57.412 97.456 57.296 C 97.293 57.181 97.157 57.031 97.057 56.859 C 96.957 56.686 96.895 56.494 96.875 56.295 C 96.856 56.096 96.88 55.896 96.945 55.707 C 97.726 53.417 97.95 50.974 97.598 48.58 C 97.247 46.187 96.329 43.911 94.922 41.943 C 93.515 39.975 91.659 38.37 89.508 37.262 C 87.357 36.155 84.973 35.576 82.554 35.574 C 80.222 35.567 77.921 36.1 75.83 37.131 C 73.738 38.162 71.914 39.663 70.5 41.517 C 70.354 41.71 70.159 41.861 69.937 41.956 C 69.714 42.051 69.47 42.085 69.23 42.057 C 68.989 42.028 68.76 41.938 68.566 41.793 C 68.371 41.649 68.218 41.457 68.121 41.235 C 66.001 36.521 62.566 32.519 58.228 29.71 C 53.89 26.901 48.833 25.404 43.665 25.398 Z\" fill=\"url(#idss8953651880_1g832630107)\"></path></g><g><defs><linearGradient id=\"idss8953651880_2g832630107\" x1=\"0\" x2=\"1\" y1=\"0.4975124378109453\" y2=\"0.5024875621890547\"><stop offset=\"0\" stop-color=\"rgb(212,194,43)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(135,192,63)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 53.574 64.542 C 53.641 64.542 53.708 64.556 53.768 64.585 C 53.829 64.613 53.883 64.655 53.925 64.707 L 54.894 65.751 C 54.157 66.604 53.241 67.285 52.212 67.746 C 51.162 68.223 49.893 68.46 48.402 68.46 C 47.112 68.46 45.942 68.235 44.886 67.788 C 43.86 67.363 42.939 66.72 42.186 65.904 C 41.418 65.061 40.828 64.071 40.452 62.994 C 40.032 61.796 39.823 60.534 39.837 59.265 C 39.837 57.909 40.053 56.664 40.479 55.533 C 40.861 54.454 41.468 53.468 42.258 52.639 C 43.049 51.811 44.006 51.159 45.066 50.727 C 46.203 50.27 47.42 50.043 48.645 50.058 C 49.926 50.058 51.057 50.265 52.038 50.673 C 53.016 51.081 53.877 51.639 54.624 52.341 L 53.82 53.46 C 53.771 53.543 53.705 53.614 53.625 53.667 C 53.528 53.725 53.417 53.754 53.304 53.748 C 53.154 53.748 52.968 53.667 52.752 53.502 C 52.101 53.008 51.365 52.637 50.58 52.407 C 49.947 52.228 49.291 52.146 48.633 52.161 C 47.703 52.161 46.854 52.326 46.08 52.647 C 45.321 52.961 44.642 53.439 44.091 54.048 C 43.536 54.657 43.101 55.404 42.792 56.283 C 42.471 57.242 42.315 58.248 42.33 59.259 C 42.33 60.381 42.492 61.38 42.813 62.259 C 43.134 63.138 43.575 63.882 44.133 64.488 C 44.691 65.094 45.345 65.559 46.104 65.877 C 46.863 66.195 47.682 66.354 48.561 66.354 C 49.098 66.354 49.581 66.324 50.01 66.258 C 50.417 66.203 50.818 66.105 51.204 65.964 C 51.561 65.835 51.903 65.665 52.221 65.457 C 52.536 65.25 52.848 65.004 53.16 64.722 C 53.271 64.613 53.419 64.549 53.574 64.542 Z M 74.001 59.268 C 74.001 60.615 73.788 61.851 73.359 62.982 C 72.958 64.063 72.343 65.052 71.55 65.889 C 70.759 66.711 69.803 67.356 68.745 67.782 C 67.592 68.24 66.361 68.467 65.121 68.451 C 63.798 68.451 62.592 68.229 61.503 67.782 C 60.447 67.356 59.493 66.711 58.704 65.889 C 57.91 65.053 57.294 64.064 56.895 62.982 C 56.456 61.794 56.238 60.535 56.253 59.268 C 56.253 57.918 56.466 56.682 56.895 55.554 C 57.324 54.429 57.927 53.454 58.704 52.641 C 59.493 51.817 60.447 51.169 61.503 50.739 C 62.652 50.275 63.882 50.044 65.121 50.061 C 66.447 50.061 67.653 50.286 68.745 50.739 C 69.834 51.189 70.773 51.828 71.55 52.641 C 72.33 53.457 72.933 54.429 73.359 55.554 C 73.788 56.682 74.001 57.918 74.001 59.268 Z M 71.499 59.268 C 71.499 58.161 71.349 57.168 71.046 56.292 C 70.778 55.469 70.341 54.71 69.765 54.063 C 69.208 53.452 68.521 52.974 67.755 52.662 C 66.916 52.325 66.019 52.158 65.115 52.17 C 64.152 52.17 63.279 52.335 62.49 52.662 C 61.723 52.973 61.035 53.452 60.477 54.063 C 59.919 54.669 59.49 55.413 59.187 56.292 C 58.887 57.171 58.734 58.161 58.734 59.268 C 58.734 60.372 58.887 61.362 59.187 62.238 C 59.49 63.111 59.916 63.852 60.477 64.461 C 61.032 65.07 61.704 65.532 62.49 65.853 C 63.279 66.177 64.152 66.339 65.115 66.339 C 66.084 66.339 66.966 66.177 67.755 65.853 C 68.541 65.532 69.21 65.067 69.765 64.461 C 70.32 63.852 70.743 63.111 71.046 62.238 C 71.352 61.362 71.499 60.372 71.499 59.268 Z M 82.407 75.39 C 82.548 75.39 82.662 75.432 82.746 75.516 C 82.787 75.559 82.82 75.609 82.841 75.664 C 82.863 75.719 82.873 75.778 82.872 75.837 L 82.872 76.629 L 75.87 76.629 L 75.87 76.182 C 75.875 75.972 75.961 75.772 76.11 75.624 L 79.47 72.249 C 79.749 71.964 80.001 71.694 80.232 71.43 C 80.46 71.169 80.655 70.908 80.817 70.641 C 80.979 70.377 81.099 70.11 81.189 69.84 C 81.278 69.559 81.323 69.265 81.321 68.97 C 81.327 68.694 81.277 68.419 81.174 68.163 C 81.088 67.945 80.954 67.748 80.782 67.589 C 80.609 67.43 80.403 67.313 80.178 67.245 C 79.697 67.089 79.179 67.091 78.699 67.251 C 78.27 67.396 77.905 67.685 77.667 68.07 C 77.55 68.265 77.466 68.478 77.418 68.7 C 77.361 68.871 77.28 68.985 77.181 69.042 C 77.079 69.099 76.941 69.114 76.758 69.09 L 76.077 68.97 C 76.146 68.493 76.278 68.07 76.479 67.701 C 76.674 67.335 76.926 67.026 77.226 66.774 C 77.526 66.528 77.868 66.339 78.252 66.207 C 78.639 66.078 79.056 66.015 79.506 66.015 C 79.95 66.015 80.364 66.081 80.748 66.21 C 81.117 66.326 81.457 66.519 81.745 66.776 C 82.033 67.034 82.263 67.35 82.419 67.704 C 82.586 68.092 82.667 68.512 82.659 68.934 C 82.659 69.324 82.602 69.69 82.485 70.02 C 82.367 70.357 82.208 70.677 82.011 70.974 C 81.81 71.28 81.579 71.574 81.318 71.862 C 81.057 72.15 80.778 72.441 80.487 72.735 L 77.718 75.558 C 77.913 75.507 78.111 75.462 78.312 75.432 C 78.51 75.399 78.705 75.384 78.891 75.384 L 82.407 75.384 Z\" fill=\"url(#idss8953651880_2g832630107)\"></path></g></svg>',svgContentId:8953651880,withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-8ds9uk\",\"data-framer-name\":\"material-symbols-light:savings-outline-rounded\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:120,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"I05da1xt3\",svg:'<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M32.415 100C30.6917 100 29.0783 99.43 27.575 98.29C26.0717 97.15 25.0917 95.75 24.635 94.09C22.5517 86.7033 20.8917 80.575 19.655 75.705C18.415 70.8383 17.4483 66.7233 16.755 63.36C16.0583 59.9967 15.5917 57.12 15.355 54.73C15.1183 52.34 15 49.93 15 47.5C15 41.2433 17.1867 35.9283 21.56 31.555C25.9333 27.1817 31.2467 24.9967 37.5 25H65C67.25 22 69.8967 19.5833 72.94 17.75C75.9833 15.9167 79.17 15 82.5 15C83.1733 15 83.7583 15.2483 84.255 15.745C84.7517 16.2417 85 16.8267 85 17.5C85 17.68 84.97 17.8433 84.91 17.99C84.85 18.1367 84.8 18.3233 84.76 18.55C84.36 19.5933 83.9667 20.7983 83.58 22.165C83.1933 23.5317 82.7883 25.4283 82.365 27.855L97.01 42.5H100.96C102.123 42.5 103.087 42.8833 103.85 43.65C104.613 44.4167 104.997 45.38 105 46.54V65.77C105 66.66 104.752 67.4583 104.255 68.165C103.758 68.8717 103.063 69.3683 102.17 69.655L91.835 73.055L85.49 94.22C84.9533 96.0033 83.97 97.4117 82.54 98.445C81.1067 99.4817 79.49 100 77.69 100H73.075C70.8417 100 68.9367 99.2133 67.36 97.64C65.7867 96.0667 65 94.1617 65 91.925V90H45V91.925C45 94.1583 44.2133 96.0633 42.64 97.64C41.0667 99.2133 39.16 100 36.92 100H32.415ZM32.5 95H36.925C37.8217 95 38.5583 94.7117 39.135 94.135C39.7117 93.5583 40 92.8217 40 91.925V85H70V91.925C70 92.8217 70.2883 93.5583 70.865 94.135C71.4417 94.7117 72.18 95 73.08 95H77.695C78.3983 95 79.0233 94.8067 79.57 94.42C80.1133 94.0367 80.48 93.4933 80.67 92.79L87.75 69.25L100 65.125V47.5H95L77.5 30C77.5 28.5267 77.62 26.9333 77.86 25.22C78.1 23.51 78.4617 21.9683 78.945 20.595C76.7183 21.1983 74.64 22.3933 72.71 24.18C70.7833 25.9633 69.3383 27.9033 68.375 30H37.5C32.6667 30 28.5417 31.7083 25.125 35.125C21.7083 38.5417 20 42.6667 20 47.5C20 50.79 20.8117 56.3567 22.435 64.2C24.055 72.04 26.3533 81.5067 29.33 92.6C29.52 93.3 29.92 93.8767 30.53 94.33C31.14 94.7767 31.7967 95 32.5 95ZM80 53.85C81.0333 53.85 81.9333 53.4667 82.7 52.7C83.4667 51.9333 83.85 51.0333 83.85 50C83.85 48.9667 83.4667 48.0667 82.7 47.3C81.9333 46.5333 81.0333 46.15 80 46.15C78.9667 46.15 78.0667 46.5333 77.3 47.3C76.5333 48.0667 76.15 48.9667 76.15 50C76.15 51.0333 76.5333 51.9333 77.3 52.7C78.0667 53.4667 78.9667 53.85 80 53.85ZM62.5 42.5C63.2133 42.5 63.8083 42.2617 64.285 41.785C64.7617 41.3083 65 40.7133 65 40C65 39.2867 64.7617 38.6917 64.285 38.215C63.8083 37.7383 63.2133 37.5 62.5 37.5H42.5C41.79 37.5 41.195 37.7383 40.715 38.215C40.235 38.6917 39.9967 39.2867 40 40C40.0033 40.7133 40.2417 41.3083 40.715 41.785C41.1883 42.2617 41.7833 42.5 42.5 42.5H62.5Z\" fill=\"url(#paint0_linear_3026_6074)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_3026_6074\" x1=\"15\" y1=\"-109.842\" x2=\"105\" y2=\"-109.842\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#D4C22B\"/>\\n<stop offset=\"0.47\" stop-color=\"#A0B141\"/>\\n<stop offset=\"0.66\" stop-color=\"#8AAA4C\"/>\\n<stop offset=\"0.73\" stop-color=\"#89AF48\"/>\\n<stop offset=\"1\" stop-color=\"#87C03F\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-752xz3\",\"data-framer-name\":\"material-symbols-light:energy-savings-leaf-outline-sharp\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:120,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"cdGoNTnZP\",svg:'<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M60.1001 90C68.4334 90 75.4734 87.0667 81.2201 81.2C86.9667 75.3333 89.8934 68.2467 90.0001 59.94V30H60.0701C51.7534 30.1 44.6634 33.0267 38.8001 38.78C32.9334 44.5267 30.0001 51.5667 30.0001 59.9C30.0001 68.2333 32.9267 75.3333 38.7801 81.2C44.6334 87.0667 51.7384 90 60.0951 90M54.0001 79L74.3351 60.835L73.1551 57.51L58.1351 56.145L67.9351 42.78L66.1251 40.75L45.8851 58.945L46.9701 62.365L61.9901 63.73L52.2601 77.065L54.0001 79ZM60.1001 95C55.6867 95 51.5301 94.2383 47.6301 92.715C43.7301 91.1917 40.2184 89.0983 37.0951 86.435L27.5001 96.07L23.9351 92.5L33.5701 82.905C30.9034 79.7817 28.8084 76.27 27.2851 72.37C25.7617 68.47 25.0001 64.315 25.0001 59.905C25.0001 50.1617 28.4101 41.9083 35.2301 35.145C42.0501 28.3817 50.3334 25 60.0801 25H95.0001V59.915C95.0001 69.665 91.6184 77.9483 84.8551 84.765C78.0951 91.5883 69.8434 95 60.1001 95Z\" fill=\"url(#paint0_linear_3026_5719)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_3026_5719\" x1=\"23.9351\" y1=\"-79.3829\" x2=\"95.0001\" y2=\"-79.3829\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#D4C22B\"/>\\n<stop offset=\"0.47\" stop-color=\"#A0B141\"/>\\n<stop offset=\"0.66\" stop-color=\"#8AAA4C\"/>\\n<stop offset=\"0.73\" stop-color=\"#89AF48\"/>\\n<stop offset=\"1\" stop-color=\"#87C03F\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Gzq2b.framer-1nhevfr, .framer-Gzq2b .framer-1nhevfr { display: block; }\",\".framer-Gzq2b.framer-1c4t1cy { height: 120px; overflow: visible; position: relative; width: 120px; }\",\".framer-Gzq2b .framer-wcn0lr { flex: none; height: 120px; left: calc(50.00000000000002% - 120px / 2); position: absolute; top: calc(50.00000000000002% - 120px / 2); width: 120px; }\",\".framer-Gzq2b .framer-8ds9uk, .framer-Gzq2b .framer-752xz3 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 120\n * @framerIntrinsicWidth 120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"x2ZbU0xGb\":{\"layout\":[\"fixed\",\"fixed\"]},\"huIlw_Duh\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermuDw1psQf=withCSS(Component,css,\"framer-Gzq2b\");export default FramermuDw1psQf;FramermuDw1psQf.displayName=\"icons\";FramermuDw1psQf.defaultProps={height:120,width:120};addPropertyControls(FramermuDw1psQf,{variant:{options:[\"NAzT7AL_x\",\"x2ZbU0xGb\",\"huIlw_Duh\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramermuDw1psQf,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermuDw1psQf\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"120\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"x2ZbU0xGb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"huIlw_Duh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"120\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./muDw1psQf.map", "// Generated by Framer (575e68f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,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/JX6jvkxJvTzp90KZU01d/amy9NkHGABuC8Qb3OvRd/NYoLIQP10.js\";import Icons from\"https://framerusercontent.com/modules/wS9RDZd3ox8A9mi6OYIp/RADQW1YAcph7mVcK5Qbq/muDw1psQf.js\";const IconsFonts=getFonts(Icons);const enabledGestures={a16TJ4ugZ:{hover:true},EEjTtq9Go:{hover:true},vTytyFsbB:{hover:true}};const cycleOrder=[\"EEjTtq9Go\",\"vTytyFsbB\",\"a16TJ4ugZ\"];const serializationHash=\"framer-5nXwd\";const variantClassNames={a16TJ4ugZ:\"framer-v-10wjr2r\",EEjTtq9Go:\"framer-v-ec4j1m\",vTytyFsbB:\"framer-v-1x1dhea\"};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(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"EEjTtq9Go\",\"Variant 2\":\"vTytyFsbB\",\"Variant 3\":\"a16TJ4ugZ\"};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:\"EEjTtq9Go\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EEjTtq9Go\",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(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ec4j1m\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"EEjTtq9Go\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},...addPropertyOverrides({\"a16TJ4ugZ-hover\":{\"data-framer-name\":undefined},\"EEjTtq9Go-hover\":{\"data-framer-name\":undefined},\"vTytyFsbB-hover\":{\"data-framer-name\":undefined},a16TJ4ugZ:{\"data-framer-name\":\"Variant 3\"},vTytyFsbB:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pnzvmp\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"I746NNgoR\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-62914faf-83e0-47f4-9961-d49329459721, rgb(251, 251, 251))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"none\"},variants:{\"a16TJ4ugZ-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1px rgba(0, 0, 0, 0.14699), 0px 2.288533303243457px 2.288533303243457px -2px rgba(0, 0, 0, 0.13856), 0px 10px 10px -3px rgba(0, 0, 0, 0.1)\"},\"EEjTtq9Go-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1px rgba(0, 0, 0, 0.14699), 0px 2.288533303243457px 2.288533303243457px -2px rgba(0, 0, 0, 0.13856), 0px 10px 10px -3px rgba(0, 0, 0, 0.1)\"},\"vTytyFsbB-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1px rgba(0, 0, 0, 0.14699), 0px 2.288533303243457px 2.288533303243457px -2px rgba(0, 0, 0, 0.13856), 0px 10px 10px -3px rgba(0, 0, 0, 0.1)\"}},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vq2lhy-container\",layoutDependency:layoutDependency,layoutId:\"IGiRCAyGK-container\",children:/*#__PURE__*/_jsx(Icons,{height:\"100%\",id:\"IGiRCAyGK\",layoutId:\"IGiRCAyGK\",style:{height:\"100%\",width:\"100%\"},variant:\"NAzT7AL_x\",width:\"100%\",...addPropertyOverrides({a16TJ4ugZ:{variant:\"x2ZbU0xGb\"},vTytyFsbB:{variant:\"huIlw_Duh\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10nvhtg\",\"data-framer-name\":\"text\",layoutDependency:layoutDependency,layoutId:\"IaAqpXtbI\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"23px\",\"--framer-line-height\":\"120%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtMzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\"',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(41, 51, 23, 1))\"},children:\"Reduce Carbon Footprint\"})})}),className:\"framer-1rho937\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Plus Jakarta Sans-300\"],layoutDependency:layoutDependency,layoutId:\"wsDjqoPtc\",style:{\"--extracted-1w3ko1f\":\"rgba(41, 51, 23, 1)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{a16TJ4ugZ:{\"--extracted-r6o4lv\":\"rgb(41, 51, 23)\"},vTytyFsbB:{\"--extracted-r6o4lv\":\"rgb(41, 51, 23)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a16TJ4ugZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtMzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 51, 23))\"},children:\"Streamline Operations\"})})},vTytyFsbB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtMzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 51, 23))\"},children:\"Increase Cost Savings\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-14ns8fv\",\"data-styles-preset\":\"NYoLIQP10\",children:\"By extending mattress lifespan and implementing cradle-to-cradle practices, MIQ helps hospitality groups significantly reduce their carbon footprint.\"})}),className:\"framer-t24578\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"H0GZAXovk\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a16TJ4ugZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-14ns8fv\",\"data-styles-preset\":\"NYoLIQP10\",children:\"By leveraging occupancy data and partnering with Mattress Recycling Council, MIQ simplifies the process of implementing eco-friendly solutions in your operations.\"})})},vTytyFsbB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-14ns8fv\",\"data-styles-preset\":\"NYoLIQP10\",children:\"MIQ's mattress management solution saves hotels an average of $300 per mattress by optimising rotation schedules and extending mattress lifespan by 40-60%.\"})})}},baseVariant,gestureVariant)})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5nXwd.framer-1fu8jee, .framer-5nXwd .framer-1fu8jee { display: block; }\",\".framer-5nXwd.framer-ec4j1m { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; height: 396px; justify-content: space-between; max-width: 341px; min-height: 396px; overflow: visible; padding: 0px; position: relative; width: 341px; }\",\".framer-5nXwd .framer-1pnzvmp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 396px; justify-content: space-between; overflow: visible; padding: 24px; position: relative; width: 341px; }\",\".framer-5nXwd .framer-vq2lhy-container { flex: none; height: 120px; position: relative; width: 120px; }\",\".framer-5nXwd .framer-10nvhtg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 294px; }\",\".framer-5nXwd .framer-1rho937, .framer-5nXwd .framer-t24578 { 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-5nXwd .framer-10nvhtg { gap: 0px; } .framer-5nXwd .framer-10nvhtg > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-5nXwd .framer-10nvhtg > :first-child { margin-top: 0px; } .framer-5nXwd .framer-10nvhtg > :last-child { margin-bottom: 0px; } }\",\".framer-5nXwd.framer-v-ec4j1m.hover.framer-ec4j1m, .framer-5nXwd.framer-v-1x1dhea.hover.framer-ec4j1m { gap: 0px; height: min-content; justify-content: center; min-height: unset; padding: 0px 0px 30px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5nXwd.framer-v-ec4j1m.hover.framer-ec4j1m { gap: 0px; } .framer-5nXwd.framer-v-ec4j1m.hover.framer-ec4j1m > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-5nXwd.framer-v-ec4j1m.hover.framer-ec4j1m > :first-child { margin-top: 0px; } .framer-5nXwd.framer-v-ec4j1m.hover.framer-ec4j1m > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5nXwd.framer-v-1x1dhea.hover.framer-ec4j1m { gap: 0px; } .framer-5nXwd.framer-v-1x1dhea.hover.framer-ec4j1m > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-5nXwd.framer-v-1x1dhea.hover.framer-ec4j1m > :first-child { margin-top: 0px; } .framer-5nXwd.framer-v-1x1dhea.hover.framer-ec4j1m > :last-child { margin-bottom: 0px; } }\",\".framer-5nXwd.framer-v-10wjr2r.hover.framer-ec4j1m { gap: 0px; height: min-content; justify-content: center; padding: 0px 0px 30px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5nXwd.framer-v-10wjr2r.hover.framer-ec4j1m { gap: 0px; } .framer-5nXwd.framer-v-10wjr2r.hover.framer-ec4j1m > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-5nXwd.framer-v-10wjr2r.hover.framer-ec4j1m > :first-child { margin-top: 0px; } .framer-5nXwd.framer-v-10wjr2r.hover.framer-ec4j1m > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-5nXwd[data-border=\"true\"]::after, .framer-5nXwd [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 396\n * @framerIntrinsicWidth 341\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"341px\",\"396px\",null]},\"vTytyFsbB\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"341px\",\"396px\",null]},\"a16TJ4ugZ\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"341px\",\"396px\",null]},\"cAfYOTw2J\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"341px\",null,null]},\"oGblNcl5V\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"341px\",null,null]},\"I9OiwokxV\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"341px\",\"396px\",null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhUYIP9wEu=withCSS(Component,css,\"framer-5nXwd\");export default FramerhUYIP9wEu;FramerhUYIP9wEu.displayName=\"card-1\";FramerhUYIP9wEu.defaultProps={height:396,width:341};addPropertyControls(FramerhUYIP9wEu,{variant:{options:[\"EEjTtq9Go\",\"vTytyFsbB\",\"a16TJ4ugZ\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerhUYIP9wEu,[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_907NTxXUEKi4Rw.woff2\",weight:\"300\"},{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\"}]},...IconsFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhUYIP9wEu\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"341\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"341px\\\",\\\"396px\\\",null]},\\\"vTytyFsbB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"341px\\\",\\\"396px\\\",null]},\\\"a16TJ4ugZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"341px\\\",\\\"396px\\\",null]},\\\"cAfYOTw2J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"341px\\\",null,null]},\\\"oGblNcl5V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"341px\\\",null,null]},\\\"I9OiwokxV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"341px\\\",\\\"396px\\\",null]}}}\",\"framerIntrinsicHeight\":\"396\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hUYIP9wEu.map", "// Generated by Framer (cf240c2)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={oY92xKBS6:{hover:true}};const serializationHash=\"framer-fl4gt\";const variantClassNames={oY92xKBS6:\"framer-v-x6u2k\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:2.2,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"oY92xKBS6\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{hash:\":GToIxXhmD\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-x6u2k\",className,classNames)} framer-9p6dpl`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"oY92xKBS6\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"oY92xKBS6-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ja701b\",\"data-framer-name\":\"arrow\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"qS4Frl4pn\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 80 80\"><path d=\"M 1.176 40 C 1.176 18.558 18.558 1.176 40 1.176 C 61.442 1.176 78.824 18.558 78.824 40 C 78.824 61.442 61.442 78.824 40 78.824 C 18.558 78.824 1.176 61.442 1.176 40 Z\" fill=\"transparent\" stroke-width=\"2.3529411764705883\" stroke=\"rgb(41,51,23)\" stroke-miterlimit=\"7.8431372549019605\" stroke-dasharray=\"\"></path><path d=\"M 39.445 50.751 C 39.752 51.057 40.248 51.057 40.555 50.751 L 45.546 45.759 C 45.852 45.453 45.852 44.956 45.546 44.65 C 45.24 44.344 44.743 44.344 44.437 44.65 L 40 49.087 L 35.563 44.65 C 35.257 44.344 34.76 44.344 34.454 44.65 C 34.148 44.956 34.148 45.453 34.454 45.759 Z M 39.216 29.02 L 39.216 50.196 L 40.784 50.196 L 40.784 29.02 Z\" fill=\"rgb(41,51,23)\"></path></svg>',svgContentId:12350423523,withExternalLayout:true,...addPropertyOverrides({\"oY92xKBS6-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 80 80\"><path d=\"M 1.176 40 C 1.176 18.558 18.558 1.176 40 1.176 C 61.442 1.176 78.824 18.558 78.824 40 C 78.824 61.442 61.442 78.824 40 78.824 C 18.558 78.824 1.176 61.442 1.176 40 Z\" fill=\"rgba(138, 170, 76, 0.4)\" stroke-width=\"2.3529411764705883\" stroke=\"rgb(41,51,23)\" stroke-miterlimit=\"7.8431372549019605\" stroke-dasharray=\"\"></path><path d=\"M 39.445 50.751 C 39.752 51.057 40.248 51.057 40.555 50.751 L 45.546 45.759 C 45.852 45.453 45.852 44.956 45.546 44.65 C 45.24 44.344 44.743 44.344 44.437 44.65 L 40 49.087 L 35.563 44.65 C 35.257 44.344 34.76 44.344 34.454 44.65 C 34.148 44.956 34.148 45.453 34.454 45.759 Z M 39.216 29.02 L 39.216 50.196 L 40.784 50.196 L 40.784 29.02 Z\" fill=\"rgb(41,51,23)\"></path></svg>',svgContentId:9708580233}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fl4gt.framer-9p6dpl, .framer-fl4gt .framer-9p6dpl { display: block; }\",\".framer-fl4gt.framer-x6u2k { cursor: pointer; height: 80px; overflow: visible; position: relative; text-decoration: none; width: 80px; }\",\".framer-fl4gt .framer-ja701b { flex: none; height: 80px; left: calc(50.00000000000002% - 80px / 2); position: absolute; top: calc(50.00000000000002% - 80px / 2); width: 80px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 80\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"fjP6bhJ4N\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerx6OzUW4wD=withCSS(Component,css,\"framer-fl4gt\");export default Framerx6OzUW4wD;Framerx6OzUW4wD.displayName=\"arrow\";Framerx6OzUW4wD.defaultProps={height:80,width:80};addFonts(Framerx6OzUW4wD,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerx6OzUW4wD\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fjP6bhJ4N\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"80\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"80\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./x6OzUW4wD.map", "// Generated by Framer (575e68f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-FWSQ1 .framer-styles-preset-xdc6ti:not(.rich-text-wrapper), .framer-FWSQ1 .framer-styles-preset-xdc6ti.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 23px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #e9ebe7; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-FWSQ1 .framer-styles-preset-xdc6ti:not(.rich-text-wrapper), .framer-FWSQ1 .framer-styles-preset-xdc6ti.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #e9ebe7; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-FWSQ1 .framer-styles-preset-xdc6ti:not(.rich-text-wrapper), .framer-FWSQ1 .framer-styles-preset-xdc6ti.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #e9ebe7; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-FWSQ1\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f55354)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Typeform from\"https://framerusercontent.com/modules/F6IzcnH090BibK8JiJh0/MfEMY4LeLoFqPUtJ3OJA/Typeform.js\";import PricingCard from\"#framer/local/canvasComponent/fLjmZtt7U/fLjmZtt7U.js\";import Card1 from\"#framer/local/canvasComponent/hUYIP9wEu/hUYIP9wEu.js\";import NavBar from\"#framer/local/canvasComponent/IgPpNwxP6/IgPpNwxP6.js\";import Footer from\"#framer/local/canvasComponent/JoqvOVtKH/JoqvOVtKH.js\";import ButtonIcon from\"#framer/local/canvasComponent/wbpu60DT2/wbpu60DT2.js\";import Arrow from\"#framer/local/canvasComponent/x6OzUW4wD/x6OzUW4wD.js\";import*as sharedStyle2 from\"#framer/local/css/NYoLIQP10/NYoLIQP10.js\";import*as sharedStyle from\"#framer/local/css/P89tebEfv/P89tebEfv.js\";import*as sharedStyle1 from\"#framer/local/css/RWK9Pf5nI/RWK9Pf5nI.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavBarFonts=getFonts(NavBar);const NavBarWithVariantAppearEffect=withVariantAppearEffect(NavBar);const ButtonIconFonts=getFonts(ButtonIcon);const ArrowFonts=getFonts(Arrow);const ImageWithFX=withFX(Image);const MotionDivWithFX=withFX(motion.div);const Card1Fonts=getFonts(Card1);const PricingCardFonts=getFonts(PricingCard);const TypeformFonts=getFonts(Typeform);const FooterFonts=getFonts(Footer);const breakpoints={EnQfc9VRx:\"(max-width: 809px)\",hmxLxrAlT:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-laL2L\";const variantClassNames={EnQfc9VRx:\"framer-v-fune06\",hmxLxrAlT:\"framer-v-32u5yp\",WQLkyLRf1:\"framer-v-72rtr7\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value}});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"EnQfc9VRx\",Tablet:\"hmxLxrAlT\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const ref2=React.useRef(null);const elementId=useRouteElementId(\"smJ5U5COy\");const elementId1=useRouteElementId(\"GToIxXhmD\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"nf0R9r70m\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"F0Z_Ci9lu\");const ref5=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:112,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-si74rn-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{__framer__targets:[{ref:ref2,target:\"ONhWahhO4\"}],variant:\"CtO8g5SPs\"},hmxLxrAlT:{__framer__targets:[{ref:ref2,target:\"EHAj4Gidm\"}],variant:\"uZ92cFT9I\"}},children:/*#__PURE__*/_jsx(NavBarWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref2,target:\"RAvItR4TS\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"rwChSli5k\",layoutId:\"rwChSli5k\",style:{width:\"100%\"},variant:\"SIeFOQMwB\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cqj1ps\",\"data-framer-name\":\"main\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(0),pixelHeight:844,pixelWidth:390,positionX:\"center\",positionY:\"top\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/GUh8TxPF335XUDNqscsROHbT9KM.png\",srcSet:\"https://framerusercontent.com/images/GUh8TxPF335XUDNqscsROHbT9KM.png 390w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(0),pixelHeight:785,pixelWidth:1200,positionX:\"center\",positionY:\"top\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/eji7zLWNwvbFg4fsdthfLYg5M.png\",srcSet:\"https://framerusercontent.com/images/eji7zLWNwvbFg4fsdthfLYg5M.png?scale-down-to=512 512w,https://framerusercontent.com/images/eji7zLWNwvbFg4fsdthfLYg5M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eji7zLWNwvbFg4fsdthfLYg5M.png 1200w\"},className:\"framer-tojafj\",\"data-framer-name\":\"hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lt3zzg\",\"data-framer-name\":\"all\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12xsjoq\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zr85vv\",\"data-framer-name\":\"logo-1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:182,intrinsicWidth:259,loading:getLoadingLazyAtYPosition(60.75),pixelHeight:364,pixelWidth:518,sizes:\"calc(min(100vw - 32px, 600px) * 0.8296)\",src:\"https://framerusercontent.com/images/wghBrgbOqH8cZf38Srk3FtuXNo.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/wghBrgbOqH8cZf38Srk3FtuXNo.png?scale-down-to=512 512w,https://framerusercontent.com/images/wghBrgbOqH8cZf38Srk3FtuXNo.png 518w\"}},hmxLxrAlT:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:182,intrinsicWidth:259,loading:getLoadingLazyAtYPosition(-4.25),pixelHeight:364,pixelWidth:518,sizes:\"360px\",src:\"https://framerusercontent.com/images/wghBrgbOqH8cZf38Srk3FtuXNo.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/wghBrgbOqH8cZf38Srk3FtuXNo.png?scale-down-to=512 512w,https://framerusercontent.com/images/wghBrgbOqH8cZf38Srk3FtuXNo.png 518w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:182,intrinsicWidth:259,loading:getLoadingLazyAtYPosition(98.25),pixelHeight:364,pixelWidth:518,sizes:\"519.4231px\",src:\"https://framerusercontent.com/images/wghBrgbOqH8cZf38Srk3FtuXNo.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/wghBrgbOqH8cZf38Srk3FtuXNo.png?scale-down-to=512 512w,https://framerusercontent.com/images/wghBrgbOqH8cZf38Srk3FtuXNo.png 518w\"},className:\"framer-orq886\",\"data-framer-name\":\"blob\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 266 124\"><g transform=\"translate(81 23.431)\" id=\"ss10726803681_1\"></g><path d=\"M 98.787 109.813 L 98.787 48.058 L 101.001 48.058 L 101.001 109.813 Z M 41.292 109.813 L 41.292 48.058 L 43.587 48.058 L 43.587 109.813 Z M 71.141 83.419 L 96.242 48.058 L 98.732 48.058 L 73.608 83.419 Z M 68.612 83.419 L 43.612 48.058 L 45.973 48.058 L 71.076 83.419 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 119.3 37.344 L 139.591 37.344 L 139.591 38.953 L 119.3 38.953 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 130.774 48.058 L 128.479 48.058 L 128.479 109.813 L 130.774 109.813 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 205.006 104.725 L 202.843 105.592 C 198.243 107.436 193.323 108.37 188.218 108.37 C 181.662 108.37 175.517 106.868 169.949 103.907 C 164.399 100.955 159.935 96.911 156.688 91.889 C 153.474 86.923 151.844 81.43 151.844 75.561 C 151.844 69.69 153.472 64.297 156.684 59.358 C 159.933 54.362 164.397 50.329 169.949 47.375 C 175.515 44.414 181.662 42.912 188.218 42.912 C 194.773 42.912 200.999 44.414 206.567 47.375 C 212.115 50.327 216.563 54.357 219.787 59.349 C 222.975 64.29 224.592 69.744 224.592 75.558 C 224.592 80.936 223.213 86.019 220.49 90.664 C 217.744 95.354 213.934 99.263 209.168 102.281 L 206.888 103.725 L 210.773 110.156 L 208.933 111.073 L 205.004 104.725 Z M 188.22 44.395 C 182.139 44.395 176.433 45.791 171.261 48.543 C 166.075 51.302 161.888 55.112 158.819 59.864 C 155.715 64.669 154.14 69.95 154.14 75.561 C 154.14 81.17 155.699 86.518 158.775 91.294 C 161.819 96.023 166.009 99.821 171.226 102.58 C 176.421 105.33 182.138 106.723 188.22 106.723 C 192.91 106.723 197.243 105.955 201.098 104.438 C 202.163 104.02 203.214 103.525 204.222 102.971 L 206.235 101.865 C 209.89 100.028 215.163 95.531 218.177 90.475 C 218.304 90.261 218.431 90.045 218.553 89.827 C 221.038 85.431 222.3 80.63 222.3 75.556 C 222.3 69.893 220.741 64.6 217.665 59.823 C 214.621 55.096 210.448 51.3 205.26 48.538 C 200.086 45.786 194.353 44.391 188.22 44.391 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 21.126 0.13 L 21.911 0.13 L 21.911 9.408 L 21.126 9.408 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 27.127 0.13 L 27.873 0.13 L 32.135 5.769 C 32.714 6.538 33.306 7.345 33.887 8.139 L 33.913 8.139 C 33.901 7.215 33.901 6.229 33.901 5.268 L 33.901 0.13 L 34.661 0.13 L 34.661 9.408 L 33.915 9.408 L 29.666 3.769 C 29.085 3 28.48 2.193 27.902 1.399 L 27.875 1.399 C 27.887 2.27 27.902 3.244 27.902 4.18 L 27.902 9.408 L 27.129 9.408 L 27.129 0.13 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 42.295 8.806 C 43.609 8.806 44.497 8.177 44.497 6.999 C 44.497 6.332 44.239 5.872 43.569 5.512 C 42.898 5.153 41.586 4.935 40.748 4.538 C 39.925 4.141 39.434 3.513 39.434 2.461 C 39.434 0.923 40.581 0 42.318 0 C 43.168 0 44.147 0.23 44.855 0.667 L 44.855 1.513 C 44.094 0.974 43.115 0.732 42.306 0.732 C 41.045 0.732 40.207 1.322 40.207 2.41 C 40.207 3.141 40.542 3.588 41.263 3.91 C 41.997 4.243 43.336 4.461 44.123 4.909 C 44.895 5.356 45.282 5.999 45.282 6.947 C 45.282 8.574 44.084 9.536 42.293 9.536 C 41.366 9.536 40.284 9.268 39.487 8.716 L 39.487 7.846 C 40.298 8.511 41.406 8.806 42.293 8.806 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 49.892 0.13 L 50.677 0.13 L 50.677 9.408 L 49.892 9.408 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 60.181 4.961 L 63.335 4.961 L 63.335 8.613 C 62.524 9.176 61.377 9.536 60.194 9.536 C 57.348 9.536 55.352 7.486 55.352 4.782 C 55.352 2.079 57.31 0.002 60.257 0.002 C 61.39 0.002 62.33 0.309 63.064 0.758 L 63.064 1.617 C 62.317 1.092 61.338 0.732 60.243 0.732 C 57.758 0.732 56.135 2.5 56.135 4.77 C 56.135 7.04 57.719 8.82 60.243 8.82 C 61.118 8.82 61.943 8.576 62.548 8.218 L 62.548 5.667 L 60.18 5.667 L 60.18 4.963 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 68.255 0.13 L 69.04 0.13 L 69.04 4.231 L 74.679 4.231 L 74.679 0.13 L 75.464 0.13 L 75.464 9.408 L 74.679 9.408 L 74.679 4.949 L 69.04 4.949 L 69.04 9.408 L 68.255 9.408 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 83.114 0.848 L 79.883 0.848 L 79.883 0.13 L 87.132 0.13 L 87.132 0.848 L 83.901 0.848 L 83.901 9.408 L 83.116 9.408 L 83.116 0.848 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 93.955 8.806 C 95.269 8.806 96.157 8.177 96.157 6.999 C 96.157 6.332 95.899 5.872 95.229 5.512 C 94.559 5.153 93.246 4.935 92.408 4.538 C 91.585 4.141 91.094 3.513 91.094 2.461 C 91.094 0.923 92.241 0 93.978 0 C 94.829 0 95.808 0.23 96.515 0.667 L 96.515 1.513 C 95.755 0.974 94.776 0.732 93.966 0.732 C 92.705 0.732 91.867 1.322 91.867 2.41 C 91.867 3.141 92.202 3.588 92.923 3.91 C 93.657 4.243 94.996 4.461 95.783 4.909 C 96.555 5.356 96.942 5.999 96.942 6.947 C 96.942 8.574 95.744 9.536 93.954 9.536 C 93.026 9.536 91.944 9.268 91.147 8.716 L 91.147 7.846 C 91.959 8.511 93.066 8.806 93.954 8.806 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 109.55 0.848 L 106.319 0.848 L 106.319 0.13 L 113.569 0.13 L 113.569 0.848 L 110.337 0.848 L 110.337 9.408 L 109.552 9.408 L 109.552 0.848 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 117.971 0.13 L 118.756 0.13 L 118.756 4.231 L 124.395 4.231 L 124.395 0.13 L 125.18 0.13 L 125.18 9.408 L 124.395 9.408 L 124.395 4.949 L 118.756 4.949 L 118.756 9.408 L 117.971 9.408 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 133.229 0.13 L 134.04 0.13 L 137.904 9.408 L 137.053 9.408 L 135.894 6.627 L 131.322 6.627 L 130.176 9.408 L 129.364 9.408 L 133.227 0.13 Z M 135.612 5.936 L 134.839 4.001 C 134.441 3.014 133.977 1.835 133.642 0.976 L 133.616 0.976 C 133.28 1.835 132.831 3 132.406 4.013 L 131.606 5.936 L 135.611 5.936 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 143.248 0.848 L 140.017 0.848 L 140.017 0.13 L 147.267 0.13 L 147.267 0.848 L 144.035 0.848 L 144.035 9.408 L 143.25 9.408 L 143.25 0.848 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 157.232 0.13 L 162.396 0.13 L 162.396 0.848 L 158.017 0.848 L 158.017 4.231 L 161.893 4.231 L 161.893 4.935 L 158.017 4.935 L 158.017 8.69 L 162.512 8.69 L 162.512 9.408 L 157.232 9.408 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 167.238 0.13 L 167.998 0.13 L 171.616 5.307 L 175.234 0.13 L 175.994 0.13 L 175.994 9.408 L 175.195 9.408 L 175.195 3.641 C 175.195 2.86 175.207 2.115 175.221 1.436 L 175.195 1.436 C 174.757 2.089 174.267 2.807 173.805 3.474 L 171.603 6.613 L 169.402 3.474 C 168.938 2.807 168.45 2.091 168.012 1.436 L 167.986 1.436 C 167.998 2.115 168.012 2.858 168.012 3.641 L 168.012 9.408 L 167.24 9.408 L 167.24 0.13 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 181.195 0.13 L 184.016 0.13 C 185.034 0.13 185.768 0.258 186.411 0.707 C 187.068 1.155 187.493 1.938 187.493 2.874 C 187.493 3.81 187.068 4.579 186.411 5.026 C 185.768 5.488 185.034 5.616 184.016 5.616 L 181.982 5.616 L 181.982 9.41 L 181.197 9.41 L 181.197 0.132 Z M 183.989 4.91 C 184.827 4.91 185.394 4.821 185.895 4.487 C 186.383 4.154 186.706 3.564 186.706 2.872 C 186.706 2.18 186.383 1.591 185.895 1.257 C 185.392 0.923 184.826 0.846 183.989 0.846 L 181.98 0.846 L 181.98 4.909 L 183.989 4.909 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 191.483 4.77 C 191.483 2.105 193.504 0.002 196.182 0.002 C 198.859 0.002 200.868 2.103 200.868 4.77 C 200.868 7.437 198.859 9.536 196.182 9.536 C 193.504 9.536 191.483 7.435 191.483 4.77 Z M 200.084 4.77 C 200.084 2.526 198.436 0.732 196.182 0.732 C 193.927 0.732 192.268 2.526 192.268 4.77 C 192.268 7.013 193.915 8.806 196.182 8.806 C 198.448 8.806 200.084 7.012 200.084 4.77 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 204.36 0.13 L 205.197 0.13 L 206.91 5.551 C 207.18 6.422 207.464 7.358 207.734 8.255 L 207.76 8.255 C 208.018 7.358 208.302 6.448 208.584 5.551 L 210.297 0.13 L 210.89 0.13 L 212.602 5.563 C 212.886 6.46 213.156 7.345 213.426 8.255 L 213.453 8.255 C 213.71 7.358 214.007 6.422 214.276 5.551 L 215.989 0.13 L 216.788 0.13 L 213.853 9.408 L 213.015 9.408 L 211.329 4.076 C 211.071 3.257 210.826 2.449 210.595 1.641 L 210.568 1.641 C 210.323 2.449 210.08 3.257 209.822 4.089 L 208.148 9.406 L 207.298 9.406 L 204.363 0.128 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 221.087 0.13 L 226.25 0.13 L 226.25 0.848 L 221.872 0.848 L 221.872 4.231 L 225.747 4.231 L 225.747 4.935 L 221.872 4.935 L 221.872 8.69 L 226.366 8.69 L 226.366 9.408 L 221.087 9.408 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 231.092 0.13 L 233.963 0.13 C 234.928 0.13 235.625 0.246 236.23 0.669 C 236.848 1.092 237.248 1.822 237.248 2.719 C 237.248 4.064 236.32 5.053 234.866 5.232 L 237.867 9.41 L 236.927 9.41 L 233.978 5.309 L 231.879 5.309 L 231.879 9.41 L 231.093 9.41 L 231.093 0.132 Z M 234.015 4.615 C 234.709 4.615 235.225 4.552 235.701 4.231 C 236.177 3.91 236.461 3.372 236.461 2.744 C 236.461 2.115 236.177 1.54 235.701 1.232 C 235.225 0.913 234.722 0.848 233.949 0.848 L 231.877 0.848 L 231.877 4.615 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 266 22.981 L 0 22.981 L 0 23.938 L 266 23.938 Z\" fill=\"rgb(243,247,237)\"></path></svg>',svgContentId:10726803681},hmxLxrAlT:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 343 160\"><g transform=\"translate(81 23.431)\" id=\"ss10428001177_1\"></g><path d=\"M 127.384 141.695 L 127.384 62.01 L 130.238 62.01 L 130.238 141.695 Z M 53.246 141.695 L 53.246 62.01 L 56.204 62.01 L 56.204 141.695 Z M 91.735 107.637 L 124.102 62.01 L 127.312 62.01 L 94.916 107.637 Z M 88.473 107.637 L 56.237 62.01 L 59.281 62.01 L 91.651 107.637 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 153.834 48.185 L 179.999 48.185 L 179.999 50.262 L 153.834 50.262 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 168.629 62.01 L 165.671 62.01 L 165.671 141.695 L 168.629 141.695 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 264.35 135.13 L 261.561 136.248 C 255.63 138.627 249.285 139.832 242.702 139.832 C 234.249 139.832 226.325 137.895 219.145 134.073 C 211.988 130.264 206.232 125.046 202.046 118.567 C 197.9 112.159 195.799 105.071 195.799 97.497 C 195.799 89.923 197.898 82.963 202.039 76.591 C 206.229 70.145 211.985 64.941 219.145 61.129 C 226.322 57.308 234.249 55.371 242.702 55.371 C 251.155 55.371 259.182 57.308 266.363 61.129 C 273.516 64.938 279.252 70.139 283.409 76.579 C 287.521 82.955 289.605 89.992 289.605 97.494 C 289.605 104.434 287.827 110.992 284.315 116.985 C 280.775 123.038 275.862 128.081 269.717 131.976 L 266.777 133.839 L 271.786 142.137 L 269.413 143.32 L 264.347 135.13 Z M 242.705 57.284 C 234.864 57.284 227.506 59.085 220.836 62.636 C 214.15 66.196 208.75 71.112 204.793 77.244 C 200.791 83.444 198.76 90.259 198.76 97.497 C 198.76 104.736 200.77 111.636 204.736 117.798 C 208.661 123.901 214.064 128.802 220.792 132.361 C 227.491 135.91 234.862 137.707 242.705 137.707 C 248.752 137.707 254.339 136.717 259.31 134.759 C 260.684 134.219 262.04 133.581 263.339 132.866 L 265.935 131.439 C 270.647 129.069 277.447 123.265 281.334 116.742 C 281.497 116.466 281.661 116.187 281.818 115.905 C 285.023 110.233 286.65 104.039 286.65 97.491 C 286.65 90.184 284.64 83.355 280.673 77.19 C 276.748 71.091 271.367 66.193 264.677 62.63 C 258.005 59.079 250.614 57.278 242.705 57.278 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 27.242 0.168 L 28.254 0.168 L 28.254 12.139 L 27.242 12.139 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 34.98 0.168 L 35.942 0.168 L 41.437 7.444 C 42.183 8.436 42.948 9.478 43.696 10.502 L 43.73 10.502 C 43.714 9.31 43.714 8.037 43.714 6.798 L 43.714 0.168 L 44.694 0.168 L 44.694 12.139 L 43.732 12.139 L 38.253 4.863 C 37.505 3.871 36.724 2.829 35.978 1.805 L 35.944 1.805 C 35.96 2.929 35.978 4.186 35.978 5.394 L 35.978 12.139 L 34.982 12.139 L 34.982 0.168 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 54.539 11.362 C 56.233 11.362 57.377 10.552 57.377 9.032 C 57.377 8.171 57.045 7.577 56.181 7.113 C 55.316 6.649 53.624 6.368 52.544 5.856 C 51.482 5.344 50.849 4.533 50.849 3.176 C 50.849 1.192 52.328 0 54.568 0 C 55.665 0 56.927 0.297 57.839 0.861 L 57.839 1.953 C 56.859 1.257 55.596 0.945 54.552 0.945 C 52.926 0.945 51.846 1.706 51.846 3.11 C 51.846 4.053 52.278 4.63 53.208 5.045 C 54.154 5.475 55.881 5.756 56.895 6.334 C 57.891 6.911 58.389 7.74 58.389 8.964 C 58.389 11.063 56.845 12.305 54.536 12.305 C 53.34 12.305 51.946 11.958 50.918 11.247 L 50.918 10.123 C 51.964 10.982 53.392 11.362 54.536 11.362 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 64.335 0.168 L 65.347 0.168 L 65.347 12.139 L 64.335 12.139 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 77.602 6.402 L 81.669 6.402 L 81.669 11.113 C 80.623 11.84 79.144 12.305 77.618 12.305 C 73.949 12.305 71.375 9.659 71.375 6.171 C 71.375 2.682 73.899 0.002 77.7 0.002 C 79.161 0.002 80.373 0.399 81.319 0.979 L 81.319 2.086 C 80.357 1.409 79.094 0.945 77.682 0.945 C 74.477 0.945 72.385 3.226 72.385 6.155 C 72.385 9.084 74.427 11.381 77.682 11.381 C 78.81 11.381 79.874 11.066 80.655 10.604 L 80.655 7.312 L 77.6 7.312 L 77.6 6.404 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 88.013 0.168 L 89.025 0.168 L 89.025 5.459 L 96.297 5.459 L 96.297 0.168 L 97.309 0.168 L 97.309 12.139 L 96.297 12.139 L 96.297 6.386 L 89.025 6.386 L 89.025 12.139 L 88.013 12.139 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 107.174 1.094 L 103.006 1.094 L 103.006 0.168 L 112.355 0.168 L 112.355 1.094 L 108.188 1.094 L 108.188 12.139 L 107.176 12.139 L 107.176 1.094 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 121.153 11.362 C 122.847 11.362 123.991 10.552 123.991 9.032 C 123.991 8.171 123.66 7.577 122.795 7.113 C 121.931 6.649 120.239 6.368 119.158 5.856 C 118.096 5.344 117.464 4.533 117.464 3.176 C 117.464 1.192 118.942 0 121.182 0 C 122.279 0 123.541 0.297 124.453 0.861 L 124.453 1.953 C 123.473 1.257 122.211 0.945 121.166 0.945 C 119.54 0.945 118.46 1.706 118.46 3.11 C 118.46 4.053 118.892 4.63 119.822 5.045 C 120.768 5.475 122.495 5.756 123.509 6.334 C 124.505 6.911 125.004 7.74 125.004 8.964 C 125.004 11.063 123.46 12.305 121.151 12.305 C 119.954 12.305 118.56 11.958 117.532 11.247 L 117.532 10.123 C 118.578 10.982 120.007 11.362 121.151 11.362 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 141.262 1.094 L 137.095 1.094 L 137.095 0.168 L 146.444 0.168 L 146.444 1.094 L 142.276 1.094 L 142.276 12.139 L 141.265 12.139 L 141.265 1.094 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 152.121 0.168 L 153.133 0.168 L 153.133 5.459 L 160.405 5.459 L 160.405 0.168 L 161.417 0.168 L 161.417 12.139 L 160.405 12.139 L 160.405 6.386 L 153.133 6.386 L 153.133 12.139 L 152.121 12.139 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 171.795 0.168 L 172.842 0.168 L 177.823 12.139 L 176.727 12.139 L 175.232 8.551 L 169.337 8.551 L 167.858 12.139 L 166.812 12.139 L 171.793 0.168 Z M 174.868 7.659 L 173.872 5.163 C 173.358 3.889 172.76 2.367 172.328 1.259 L 172.294 1.259 C 171.862 2.367 171.281 3.871 170.734 5.178 L 169.703 7.659 L 174.866 7.659 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 184.715 1.094 L 180.548 1.094 L 180.548 0.168 L 189.896 0.168 L 189.896 1.094 L 185.73 1.094 L 185.73 12.139 L 184.717 12.139 L 184.717 1.094 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 202.747 0.168 L 209.405 0.168 L 209.405 1.094 L 203.759 1.094 L 203.759 5.459 L 208.757 5.459 L 208.757 6.368 L 203.759 6.368 L 203.759 11.213 L 209.555 11.213 L 209.555 12.139 L 202.747 12.139 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 215.649 0.168 L 216.629 0.168 L 221.294 6.848 L 225.959 0.168 L 226.939 0.168 L 226.939 12.139 L 225.909 12.139 L 225.909 4.698 C 225.909 3.69 225.925 2.73 225.943 1.853 L 225.909 1.853 C 225.345 2.696 224.713 3.622 224.116 4.483 L 221.278 8.533 L 218.44 4.483 C 217.841 3.622 217.211 2.698 216.647 1.853 L 216.613 1.853 C 216.629 2.73 216.647 3.688 216.647 4.698 L 216.647 12.139 L 215.651 12.139 L 215.651 0.168 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 233.647 0.168 L 237.284 0.168 C 238.596 0.168 239.543 0.333 240.372 0.913 C 241.219 1.491 241.767 2.501 241.767 3.708 C 241.767 4.916 241.219 5.908 240.372 6.485 C 239.543 7.081 238.596 7.247 237.284 7.247 L 234.662 7.247 L 234.662 12.142 L 233.649 12.142 L 233.649 0.17 Z M 237.25 6.336 C 238.33 6.336 239.06 6.22 239.706 5.79 C 240.337 5.36 240.753 4.598 240.753 3.706 C 240.753 2.813 240.337 2.052 239.706 1.622 C 239.058 1.192 238.328 1.092 237.25 1.092 L 234.659 1.092 L 234.659 6.334 L 237.25 6.334 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 246.912 6.155 C 246.912 2.716 249.519 0.002 252.971 0.002 C 256.424 0.002 259.015 2.714 259.015 6.155 C 259.015 9.596 256.424 12.305 252.971 12.305 C 249.519 12.305 246.912 9.593 246.912 6.155 Z M 258.003 6.155 C 258.003 3.26 255.878 0.945 252.971 0.945 C 250.064 0.945 247.924 3.26 247.924 6.155 C 247.924 9.05 250.049 11.362 252.971 11.362 C 255.894 11.362 258.003 9.047 258.003 6.155 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 263.516 0.168 L 264.597 0.168 L 266.805 7.163 C 267.153 8.286 267.52 9.494 267.868 10.651 L 267.902 10.651 C 268.233 9.494 268.6 8.32 268.963 7.163 L 271.172 0.168 L 271.936 0.168 L 274.145 7.179 C 274.511 8.336 274.859 9.478 275.207 10.651 L 275.241 10.651 C 275.573 9.494 275.956 8.286 276.304 7.163 L 278.512 0.168 L 279.543 0.168 L 275.758 12.139 L 274.677 12.139 L 272.503 5.26 C 272.171 4.202 271.855 3.16 271.557 2.118 L 271.522 2.118 C 271.207 3.16 270.893 4.202 270.56 5.276 L 268.402 12.137 L 267.305 12.137 L 263.521 0.165 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 285.086 0.168 L 291.743 0.168 L 291.743 1.094 L 286.098 1.094 L 286.098 5.459 L 291.095 5.459 L 291.095 6.368 L 286.098 6.368 L 286.098 11.213 L 291.893 11.213 L 291.893 12.139 L 285.086 12.139 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 297.986 0.168 L 301.69 0.168 C 302.934 0.168 303.832 0.317 304.612 0.863 C 305.409 1.409 305.925 2.351 305.925 3.509 C 305.925 5.244 304.728 6.519 302.854 6.75 L 306.723 12.142 L 305.511 12.142 L 301.708 6.85 L 299.001 6.85 L 299.001 12.142 L 297.989 12.142 L 297.989 0.17 Z M 301.756 5.955 C 302.652 5.955 303.316 5.874 303.93 5.459 C 304.544 5.045 304.91 4.352 304.91 3.541 C 304.91 2.73 304.544 1.987 303.93 1.59 C 303.316 1.178 302.668 1.094 301.672 1.094 L 298.999 1.094 L 298.999 5.955 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 343 29.653 L 0 29.653 L 0 30.888 L 343 30.888 Z\" fill=\"rgb(243,247,237)\"></path></svg>',svgContentId:10428001177}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1un5wsb\",\"data-framer-name\":\"a\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 554 259\"><g transform=\"translate(81 23.431)\" id=\"ss11267149111_1\"></g><path d=\"M 205.745 229.368 L 205.745 100.379 L 210.356 100.379 L 210.356 229.368 Z M 86 229.368 L 86 100.379 L 90.778 100.379 L 90.778 229.368 Z M 148.166 174.238 L 200.444 100.379 L 205.63 100.379 L 153.304 174.238 Z M 142.898 174.238 L 90.831 100.379 L 95.749 100.379 L 148.031 174.238 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 248.467 78 L 290.727 78 L 290.727 81.362 L 248.467 81.362 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 272.363 100.379 L 267.585 100.379 L 267.585 229.368 L 272.363 229.368 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 426.968 218.741 L 422.463 220.551 C 412.883 224.403 402.635 226.353 392.002 226.353 C 378.349 226.353 365.551 223.217 353.954 217.031 C 342.395 210.865 333.097 202.418 326.336 191.93 C 319.641 181.557 316.246 170.084 316.246 157.824 C 316.246 145.563 319.637 134.297 326.326 123.982 C 333.093 113.547 342.39 105.123 353.954 98.952 C 365.547 92.767 378.349 89.631 392.002 89.631 C 405.655 89.631 418.621 92.767 430.219 98.952 C 441.773 105.119 451.037 113.537 457.751 123.963 C 464.392 134.283 467.759 145.674 467.759 157.819 C 467.759 169.052 464.887 179.669 459.215 189.37 C 453.496 199.167 445.562 207.331 435.636 213.636 L 430.887 216.652 L 438.978 230.084 L 435.146 232 L 426.963 218.741 Z M 392.007 92.729 C 379.343 92.729 367.458 95.644 356.686 101.392 C 345.886 107.155 337.165 115.112 330.773 125.038 C 324.309 135.075 321.029 146.106 321.029 157.824 C 321.029 169.541 324.276 180.711 330.682 190.686 C 337.021 200.564 345.747 208.498 356.614 214.26 C 367.434 220.004 379.339 222.914 392.007 222.914 C 401.775 222.914 410.799 221.31 418.828 218.141 C 421.047 217.267 423.236 216.234 425.335 215.077 L 429.527 212.767 C 437.139 208.93 448.122 199.536 454.399 188.976 C 454.663 188.53 454.927 188.078 455.181 187.622 C 460.358 178.44 462.985 168.413 462.985 157.814 C 462.985 145.986 459.739 134.931 453.332 124.952 C 446.993 115.079 438.301 107.15 427.496 101.382 C 416.72 95.634 404.781 92.719 392.007 92.719 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 44 0.271 L 45.635 0.271 L 45.635 19.651 L 44 19.651 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 56.498 0.271 L 58.052 0.271 L 66.928 12.049 C 68.133 13.655 69.367 15.342 70.576 17 L 70.631 17 C 70.605 15.071 70.605 13.01 70.605 11.004 L 70.605 0.271 L 72.189 0.271 L 72.189 19.651 L 70.635 19.651 L 61.785 7.873 C 60.576 6.267 59.316 4.58 58.111 2.923 L 58.056 2.923 C 58.081 4.741 58.111 6.776 58.111 8.731 L 58.111 19.651 L 56.502 19.651 L 56.502 0.271 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 88.089 18.393 C 90.826 18.393 92.673 17.08 92.673 14.62 C 92.673 13.226 92.137 12.266 90.741 11.514 C 89.345 10.762 86.612 10.308 84.867 9.479 C 83.151 8.65 82.13 7.337 82.13 5.141 C 82.13 1.929 84.518 0 88.136 0 C 89.907 0 91.946 0.48 93.419 1.393 L 93.419 3.161 C 91.836 2.035 89.797 1.529 88.111 1.529 C 85.484 1.529 83.739 2.761 83.739 5.035 C 83.739 6.56 84.437 7.495 85.939 8.166 C 87.468 8.863 90.256 9.318 91.895 10.253 C 93.504 11.188 94.308 12.53 94.308 14.51 C 94.308 17.909 91.814 19.918 88.085 19.918 C 86.153 19.918 83.9 19.357 82.24 18.206 L 82.24 16.387 C 83.93 17.777 86.237 18.393 88.085 18.393 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 103.911 0.271 L 105.546 0.271 L 105.546 19.651 L 103.911 19.651 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 125.34 10.363 L 131.909 10.363 L 131.909 17.99 C 130.219 19.167 127.831 19.918 125.366 19.918 C 119.44 19.918 115.282 15.636 115.282 9.989 C 115.282 4.342 119.359 0.004 125.498 0.004 C 127.857 0.004 129.815 0.645 131.343 1.584 L 131.343 3.377 C 129.789 2.281 127.75 1.529 125.469 1.529 C 120.293 1.529 116.913 5.222 116.913 9.963 C 116.913 14.704 120.212 18.422 125.469 18.422 C 127.291 18.422 129.01 17.913 130.27 17.165 L 130.27 11.837 L 125.337 11.837 L 125.337 10.366 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 142.155 0.271 L 143.79 0.271 L 143.79 8.837 L 155.535 8.837 L 155.535 0.271 L 157.17 0.271 L 157.17 19.651 L 155.535 19.651 L 155.535 10.337 L 143.79 10.337 L 143.79 19.651 L 142.155 19.651 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 173.103 1.771 L 166.372 1.771 L 166.372 0.271 L 181.471 0.271 L 181.471 1.771 L 174.741 1.771 L 174.741 19.651 L 173.106 19.651 L 173.106 1.771 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 195.681 18.393 C 198.418 18.393 200.266 17.08 200.266 14.62 C 200.266 13.226 199.73 12.266 198.334 11.514 C 196.938 10.762 194.205 10.308 192.459 9.479 C 190.744 8.65 189.723 7.337 189.723 5.141 C 189.723 1.929 192.11 0 195.729 0 C 197.5 0 199.539 0.48 201.012 1.393 L 201.012 3.161 C 199.429 2.035 197.39 1.529 195.703 1.529 C 193.077 1.529 191.332 2.761 191.332 5.035 C 191.332 6.56 192.03 7.495 193.532 8.166 C 195.06 8.863 197.849 9.318 199.487 10.253 C 201.096 11.188 201.901 12.53 201.901 14.51 C 201.901 17.909 199.407 19.918 195.678 19.918 C 193.745 19.918 191.493 19.357 189.833 18.206 L 189.833 16.387 C 191.523 17.777 193.83 18.393 195.678 18.393 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 228.161 1.771 L 221.431 1.771 L 221.431 0.271 L 236.53 0.271 L 236.53 1.771 L 229.799 1.771 L 229.799 19.651 L 228.165 19.651 L 228.165 1.771 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 245.699 0.271 L 247.334 0.271 L 247.334 8.837 L 259.079 8.837 L 259.079 0.271 L 260.714 0.271 L 260.714 19.651 L 259.079 19.651 L 259.079 10.337 L 247.334 10.337 L 247.334 19.651 L 245.699 19.651 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 277.477 0.271 L 279.167 0.271 L 287.213 19.651 L 285.442 19.651 L 283.028 13.842 L 273.506 13.842 L 271.118 19.651 L 269.428 19.651 L 277.473 0.271 Z M 282.44 12.398 L 280.831 8.357 C 280.001 6.296 279.035 3.832 278.337 2.039 L 278.282 2.039 C 277.584 3.832 276.647 6.267 275.762 8.382 L 274.097 12.398 L 282.437 12.398 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 298.344 1.771 L 291.614 1.771 L 291.614 0.271 L 306.713 0.271 L 306.713 1.771 L 299.983 1.771 L 299.983 19.651 L 298.348 19.651 L 298.348 1.771 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 327.469 0.271 L 338.223 0.271 L 338.223 1.771 L 329.104 1.771 L 329.104 8.837 L 337.176 8.837 L 337.176 10.308 L 329.104 10.308 L 329.104 18.151 L 338.465 18.151 L 338.465 19.651 L 327.469 19.651 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 348.307 0.271 L 349.89 0.271 L 357.425 11.085 L 364.96 0.271 L 366.543 0.271 L 366.543 19.651 L 364.879 19.651 L 364.879 7.605 C 364.879 5.973 364.905 4.419 364.934 2.999 L 364.879 2.999 C 363.968 4.364 362.947 5.863 361.984 7.257 L 357.399 13.813 L 352.815 7.257 C 351.848 5.863 350.831 4.367 349.92 2.999 L 349.865 2.999 C 349.89 4.419 349.92 5.97 349.92 7.605 L 349.92 19.651 L 348.311 19.651 L 348.311 0.271 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 377.377 0.271 L 383.252 0.271 C 385.371 0.271 386.9 0.539 388.24 1.478 C 389.607 2.413 390.492 4.048 390.492 6.003 C 390.492 7.957 389.607 9.563 388.24 10.498 C 386.9 11.463 385.371 11.73 383.252 11.73 L 379.016 11.73 L 379.016 19.654 L 377.381 19.654 L 377.381 0.275 Z M 383.196 10.256 C 384.941 10.256 386.121 10.069 387.164 9.373 C 388.182 8.676 388.854 7.444 388.854 5.999 C 388.854 4.554 388.182 3.322 387.164 2.625 C 386.117 1.929 384.938 1.767 383.196 1.767 L 379.012 1.767 L 379.012 10.253 L 383.196 10.253 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 398.802 9.963 C 398.802 4.397 403.013 0.004 408.589 0.004 C 414.166 0.004 418.35 4.393 418.35 9.963 C 418.35 15.533 414.166 19.918 408.589 19.918 C 403.013 19.918 398.802 15.529 398.802 9.963 Z M 416.716 9.963 C 416.716 5.277 413.284 1.529 408.589 1.529 C 403.894 1.529 400.437 5.277 400.437 9.963 C 400.437 14.649 403.869 18.393 408.589 18.393 C 413.31 18.393 416.716 14.646 416.716 9.963 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 425.621 0.271 L 427.366 0.271 L 430.933 11.595 C 431.495 13.413 432.087 15.368 432.649 17.242 L 432.704 17.242 C 433.24 15.368 433.832 13.468 434.419 11.595 L 437.987 0.271 L 439.221 0.271 L 442.788 11.62 C 443.38 13.494 443.942 15.342 444.504 17.242 L 444.559 17.242 C 445.095 15.368 445.713 13.413 446.275 11.595 L 449.842 0.271 L 451.506 0.271 L 445.393 19.651 L 443.648 19.651 L 440.136 8.514 C 439.599 6.802 439.089 5.115 438.608 3.429 L 438.552 3.429 C 438.042 5.115 437.535 6.802 436.998 8.54 L 433.512 19.647 L 431.741 19.647 L 425.628 0.268 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 460.459 0.271 L 471.212 0.271 L 471.212 1.771 L 462.094 1.771 L 462.094 8.837 L 470.165 8.837 L 470.165 10.308 L 462.094 10.308 L 462.094 18.151 L 471.454 18.151 L 471.454 19.651 L 460.459 19.651 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 481.296 0.271 L 487.277 0.271 C 489.287 0.271 490.738 0.513 491.998 1.397 C 493.284 2.281 494.118 3.806 494.118 5.68 C 494.118 8.489 492.185 10.553 489.158 10.927 L 495.407 19.654 L 493.449 19.654 L 487.307 11.089 L 482.935 11.089 L 482.935 19.654 L 481.3 19.654 L 481.3 0.275 Z M 487.384 9.64 C 488.831 9.64 489.904 9.508 490.896 8.837 C 491.888 8.166 492.479 7.044 492.479 5.731 C 492.479 4.419 491.888 3.216 490.896 2.574 C 489.904 1.907 488.857 1.771 487.248 1.771 L 482.931 1.771 L 482.931 9.64 Z\" fill=\"rgb(243,247,237)\"></path><path d=\"M 554 48 L 0 48 L 0 50 L 554 50 Z\" fill=\"rgb(243,247,237)\"></path></svg>',svgContentId:11267149111,withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xdc6ti\",\"data-styles-preset\":\"P89tebEfv\",children:\"Increasing the value and longevity of assets in hospitality groups\"})}),className:\"framer-y49com\",\"data-framer-name\":\"Increasing the value and longevity of assets in hospitality groups\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{y:455.75},hmxLxrAlT:{y:398.25}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:600.75,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xqx0wz-container\",children:/*#__PURE__*/_jsx(ButtonIcon,{height:\"100%\",id:\"gQcrMARUa\",layoutId:\"gQcrMARUa\",variant:\"hq0bTzEJk\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{y:653.75},hmxLxrAlT:{y:546.25}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"80px\",y:748.75,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wgvjth-container\",children:/*#__PURE__*/_jsx(Arrow,{height:\"100%\",id:\"lslyjsyoH\",layoutId:\"lslyjsyoH\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14qx3ky\",\"data-framer-name\":\"section\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0}},{ref:ref2,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jw0j6s\",\"data-framer-name\":\"left\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtMzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(41, 51, 23)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76))\"},children:\"20 million mattresses\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-weight\":\"500\"},children:\" \"}),\"are landfilled each year, with less than 5% recycled. \"]})})},hmxLxrAlT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtMzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(41, 51, 23)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76))\"},children:\"20 million mattresses\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-weight\":\"500\"},children:\" \"}),\"are landfilled each year, with less than 5% recycled. \"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtMzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(41, 51, 23)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76))\"},children:\"20 million mattresses\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-weight\":\"500\"},children:\" \"}),\"are landfilled each year, with less than 5% recycled. \"]})}),className:\"framer-79ppx3\",\"data-framer-name\":\"Secondary Headline\",fonts:[\"GF;Plus Jakarta Sans-300\",\"GF;Plus Jakarta Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0}},{ref:ref2,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1pj6d77\",\"data-framer-name\":\"right\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xdc6ti\",\"data-styles-preset\":\"P89tebEfv\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-60163829-3dbf-4f60-81a4-e6d927415c0c, rgb(135, 135, 135))\"},children:\"This equates to 800 million cubic feet of mattresses being landfilled each year. However, 85% of mattresses are recyclable and have useful materials that can be up-cycled.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xdc6ti\",\"data-styles-preset\":\"P89tebEfv\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-60163829-3dbf-4f60-81a4-e6d927415c0c, rgb(135, 135, 135))\"},children:\"This equates to 800 million cubic feet of mattresses being landfilled each year. However, 85% of mattresses are recyclable and have useful materials that can be up-cycled.\"})}),className:\"framer-163pi7w\",\"data-framer-name\":\"Secondary Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-41u9al\",\"data-framer-name\":\"Section\",id:elementId1,ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-396b5i\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2w5v45\",\"data-framer-name\":\"Top\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lzm2dz\",\"data-styles-preset\":\"RWK9Pf5nI\",children:\"MIQ's Innovative Solution\"})}),className:\"framer-1vw8tpq\",\"data-framer-name\":\"Secondary Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14ns8fv\",\"data-styles-preset\":\"NYoLIQP10\",style:{\"--framer-text-color\":\"var(--token-60163829-3dbf-4f60-81a4-e6d927415c0c, rgb(135, 135, 135))\"},children:\"Our solution revolutionizes mattress management in the hospitality sector by leveraging occupancy data to optimize rotation schedules, extending mattress lifespan by 40-60%. This not only saves hotels $300 per mattress but also drastically reduces environmental impact, aligning with the growing demand for sustainable hospitality practices while streamlining recycling efforts.\"})}),className:\"framer-15sim9w\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{y:1574.9},hmxLxrAlT:{y:1537}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:1838,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9apln0-container\",children:/*#__PURE__*/_jsx(ButtonIcon,{height:\"100%\",id:\"Jov_hDHk5\",layoutId:\"Jov_hDHk5\",variant:\"hq0bTzEJk\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-120zt1g\",\"data-framer-name\":\"Col\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-100,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(1772.0467153284671),positionX:\"center\",positionY:\"center\",sizes:\"calc((100vw - 32px) * 1.015)\",src:\"https://framerusercontent.com/images/l0QWmYNiA1kz1DiSTsmPCBtQKg4.png\",srcSet:\"https://framerusercontent.com/images/l0QWmYNiA1kz1DiSTsmPCBtQKg4.png?scale-down-to=512 512w,https://framerusercontent.com/images/l0QWmYNiA1kz1DiSTsmPCBtQKg4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/l0QWmYNiA1kz1DiSTsmPCBtQKg4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/l0QWmYNiA1kz1DiSTsmPCBtQKg4.png 2159w\"}},hmxLxrAlT:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(1384.646715328467),positionX:\"center\",positionY:\"center\",sizes:\"calc((100vw - 80px) * 0.4568)\",src:\"https://framerusercontent.com/images/l0QWmYNiA1kz1DiSTsmPCBtQKg4.png\",srcSet:\"https://framerusercontent.com/images/l0QWmYNiA1kz1DiSTsmPCBtQKg4.png?scale-down-to=512 512w,https://framerusercontent.com/images/l0QWmYNiA1kz1DiSTsmPCBtQKg4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/l0QWmYNiA1kz1DiSTsmPCBtQKg4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/l0QWmYNiA1kz1DiSTsmPCBtQKg4.png 2159w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:140}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(1685.646715328467),positionX:\"center\",positionY:\"center\",sizes:\"calc((100vw - 200px) * 0.4568)\",src:\"https://framerusercontent.com/images/l0QWmYNiA1kz1DiSTsmPCBtQKg4.png\",srcSet:\"https://framerusercontent.com/images/l0QWmYNiA1kz1DiSTsmPCBtQKg4.png?scale-down-to=512 512w,https://framerusercontent.com/images/l0QWmYNiA1kz1DiSTsmPCBtQKg4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/l0QWmYNiA1kz1DiSTsmPCBtQKg4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/l0QWmYNiA1kz1DiSTsmPCBtQKg4.png 2159w\"},className:\"framer-bl7x8y\",\"data-framer-name\":\"Screen/Macbook\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{__framer__spring:undefined,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:10,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:140,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-7iog2r\",\"data-framer-name\":\"iPhone 12 Pro mockup\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1732.7026584867078),sizes:\"calc((100vw - 32px) * 0.3019)\",src:\"https://framerusercontent.com/images/Nj4WKMhPkT3u51QeK5fdQnJugg.png\",srcSet:\"https://framerusercontent.com/images/Nj4WKMhPkT3u51QeK5fdQnJugg.png 750w\"}},hmxLxrAlT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1284.440243902439),sizes:\"calc((100vw - 80px) * 0.1369)\",src:\"https://framerusercontent.com/images/Nj4WKMhPkT3u51QeK5fdQnJugg.png\",srcSet:\"https://framerusercontent.com/images/Nj4WKMhPkT3u51QeK5fdQnJugg.png 750w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1585.440243902439),sizes:\"calc((100vw - 200px) * 0.1369)\",src:\"https://framerusercontent.com/images/Nj4WKMhPkT3u51QeK5fdQnJugg.png\",srcSet:\"https://framerusercontent.com/images/Nj4WKMhPkT3u51QeK5fdQnJugg.png 750w\"},className:\"framer-rbfx00\",\"data-framer-name\":\"Dashboard (4) 1\",transformTemplate:transformTemplate2})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-k7pvk0\",\"data-framer-name\":\"iPhone mockup\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:403,intrinsicWidth:199,svg:'<svg width=\"199\" height=\"403\" viewBox=\"0 0 199 403\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M197.297 103.299H197.999C198.387 103.299 198.701 103.614 198.701 104.003V150.018C198.701 150.407 198.387 150.722 197.999 150.722H197.297V103.299Z\" fill=\"#303030\"/>\\n<path d=\"M2.15308 160.582L1.45112 160.582C1.06344 160.582 0.749161 160.267 0.749161 159.878L0.749164 132.175C0.749164 131.786 1.06344 131.471 1.45112 131.471L2.15308 131.471L2.15308 160.582Z\" fill=\"#303030\"/>\\n<path d=\"M2.15308 122.08L1.45112 122.08C1.06344 122.08 0.749161 121.765 0.749161 121.376L0.749164 93.6729C0.749164 93.284 1.06344 92.9686 1.45112 92.9686L2.15308 92.9686L2.15308 122.08Z\" fill=\"#333333\"/>\\n<path d=\"M2.15308 78.8826L1.45112 78.8826C1.06344 78.8826 0.749163 78.5672 0.749163 78.1783L0.749164 64.5616C0.749164 64.1726 1.06344 63.8573 1.45112 63.8573L2.15308 63.8573L2.15308 78.8826Z\" fill=\"#333333\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.64209 21.0888C2.15332 25.6861 2.15332 31.3668 2.15332 42.7281V360.137C2.15332 371.498 2.15332 377.178 3.64209 381.776C6.65098 391.067 13.9113 398.352 23.1717 401.371C27.7537 402.865 33.4153 402.865 44.7387 402.865H154.712C166.035 402.865 171.697 402.865 176.279 401.371C185.539 398.352 192.799 391.067 195.808 381.776C197.297 377.178 197.297 371.498 197.297 360.137V42.7281C197.297 31.3668 197.297 25.6861 195.808 21.0888C192.799 11.7974 185.539 4.51274 176.279 1.49376C171.697 0 166.035 0 154.712 0H44.7387C33.4153 0 27.7537 0 23.1717 1.49376C13.9113 4.51274 6.65098 11.7974 3.64209 21.0888ZM51.7586 11.5037V13.6166L51.792 13.6156L51.7584 13.8514C51.7584 19.4268 56.2631 23.9465 61.8198 23.9465H137.631C143.188 23.9465 147.692 19.4268 147.692 13.8514L147.659 13.6156L147.692 13.6166V11.5037C147.692 10.0775 148.845 8.92125 150.266 8.92125L156.294 8.92124C165.717 8.92124 170.428 8.92124 174.186 10.3459C180.092 12.5851 184.754 17.263 186.986 23.189C188.406 26.9592 188.406 31.6865 188.406 41.141V361.724C188.406 371.178 188.406 375.905 186.986 379.676C184.754 385.602 180.092 390.279 174.186 392.519C170.428 393.943 165.717 393.943 156.294 393.943H43.1571C33.7342 393.943 29.0227 393.943 25.2651 392.519C19.3589 390.279 14.6966 385.602 12.4649 379.676C11.045 375.905 11.045 371.178 11.045 361.724V41.141C11.045 31.6865 11.045 26.9592 12.4649 23.189C14.6966 17.263 19.3589 12.5851 25.2651 10.3459C29.0227 8.92124 33.7342 8.92124 43.1571 8.92124L49.1848 8.92125C50.6063 8.92125 51.7586 10.0775 51.7586 11.5037Z\" fill=\"#333333\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M154.899 0.939144H44.5518C33.3662 0.939144 27.8844 0.944936 23.4612 2.38694C14.4857 5.31303 7.44883 12.3735 4.53251 21.3791C3.09533 25.8171 3.08955 31.3173 3.08955 42.5403V360.324C3.08955 371.547 3.09533 377.048 4.53251 381.486C7.44883 390.491 14.4857 397.552 23.4612 400.478C27.8844 401.92 33.3662 401.926 44.5518 401.926H154.899C166.085 401.926 171.567 401.92 175.99 400.478C184.965 397.552 192.002 390.491 194.919 381.486C196.356 377.048 196.362 371.547 196.362 360.324V42.5403C196.362 31.3173 196.356 25.8171 194.919 21.3791C192.002 12.3735 184.965 5.31303 175.99 2.38694C171.567 0.944936 166.085 0.939144 154.899 0.939144ZM4.08745 21.234C2.62158 25.7606 2.62158 31.3538 2.62158 42.5403V360.324C2.62158 371.511 2.62158 377.104 4.08745 381.631C7.05005 390.779 14.1987 397.952 23.3166 400.924C27.8281 402.395 33.4026 402.395 44.5518 402.395H154.899C166.048 402.395 171.623 402.395 176.134 400.924C185.252 397.952 192.401 390.779 195.364 381.631C196.829 377.104 196.829 371.511 196.829 360.324V42.5403C196.829 31.3538 196.829 25.7606 195.364 21.234C192.401 12.0855 185.252 4.91291 176.134 1.94038C171.623 0.469604 166.048 0.469604 154.899 0.469604H44.5518C33.4026 0.469604 27.8281 0.469604 23.3166 1.94038C14.1987 4.91291 7.05005 12.0855 4.08745 21.234Z\" fill=\"#303030\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.86863 21.8143C4.49438 26.0579 4.49438 31.3016 4.49438 41.7889V361.076C4.49438 371.563 4.49438 376.807 5.86863 381.05C8.64607 389.627 15.3479 396.351 23.896 399.138C28.1255 400.517 33.3516 400.517 43.8039 400.517H155.649C166.101 400.517 171.327 400.517 175.557 399.138C184.105 396.351 190.807 389.627 193.584 381.05C194.958 376.807 194.958 371.563 194.958 361.076V41.7889C194.958 31.3016 194.958 26.0579 193.584 21.8143C190.807 13.2375 184.105 6.51326 175.557 3.72651C171.327 2.34766 166.101 2.34766 155.649 2.34766H43.8039C33.3516 2.34766 28.1255 2.34766 23.896 3.72651C15.3479 6.51326 8.64607 13.2375 5.86863 21.8143ZM51.7593 11.5037V13.6166L51.7927 13.6155L51.7591 13.8514C51.7591 19.4267 56.2638 23.9464 61.8205 23.9464H137.632C143.189 23.9464 147.693 19.4267 147.693 13.8514L147.66 13.6155L147.693 13.6166V11.5037C147.693 10.0774 148.845 8.92121 150.267 8.92121L156.294 8.92119C165.717 8.92119 170.429 8.92119 174.187 10.3458C180.093 12.5851 184.755 17.263 186.987 23.1889C188.407 26.9591 188.407 31.6864 188.407 41.141V361.724C188.407 371.178 188.407 375.905 186.987 379.676C184.755 385.602 180.093 390.279 174.187 392.519C170.429 393.943 165.717 393.943 156.294 393.943H43.1578C33.7348 393.943 29.0234 393.943 25.2657 392.519C19.3596 390.279 14.6973 385.602 12.4655 379.676C11.0457 375.905 11.0457 371.178 11.0457 361.724V41.141C11.0457 31.6864 11.0457 26.9591 12.4655 23.1889C14.6973 17.263 19.3596 12.5851 25.2657 10.3458C29.0234 8.92119 33.7348 8.92119 43.1578 8.92119L49.1854 8.92121C50.6069 8.92121 51.7593 10.0774 51.7593 11.5037Z\" fill=\"#121515\"/>\\n<rect x=\"155.648\" width=\"2.80782\" height=\"2.3477\" fill=\"#414141\"/>\\n<rect x=\"194.958\" y=\"40.3804\" width=\"2.33989\" height=\"2.81723\" fill=\"#414141\"/>\\n<rect x=\"2.15405\" y=\"40.3804\" width=\"2.33985\" height=\"2.81723\" fill=\"#414141\"/>\\n<rect x=\"2.15405\" y=\"359.667\" width=\"2.33985\" height=\"2.81722\" fill=\"#414141\"/>\\n<rect x=\"194.958\" y=\"359.667\" width=\"2.33989\" height=\"2.81722\" fill=\"#414141\"/>\\n<rect x=\"40.9954\" y=\"400.517\" width=\"2.80783\" height=\"2.34769\" fill=\"#414141\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M119.614 18.7815C121.682 18.7815 123.358 17.0998 123.358 15.0252C123.358 12.9507 121.682 11.2689 119.614 11.2689C117.547 11.2689 115.871 12.9507 115.871 15.0252C115.871 17.0998 117.547 18.7815 119.614 18.7815Z\" fill=\"#262C2D\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M119.614 17.3729C120.906 17.3729 121.954 16.3218 121.954 15.0252C121.954 13.7286 120.906 12.6775 119.614 12.6775C118.322 12.6775 117.274 13.7286 117.274 15.0252C117.274 16.3218 118.322 17.3729 119.614 17.3729Z\" fill=\"#121515\"/>\\n<path opacity=\"0.4\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M119.615 14.5561C119.873 14.5561 120.083 14.3458 120.083 14.0863C120.083 13.8269 119.873 13.6166 119.615 13.6166C119.356 13.6166 119.146 13.8269 119.146 14.0863C119.146 14.3458 119.356 14.5561 119.615 14.5561Z\" fill=\"#636F73\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M88.2607 15.0253C88.2607 14.2474 88.8914 13.6167 89.6694 13.6167H109.783C110.561 13.6167 111.191 14.2474 111.191 15.0253C111.191 15.8033 110.561 16.4339 109.783 16.4339H89.6694C88.8914 16.4339 88.2607 15.8033 88.2607 15.0253Z\" fill=\"#262C2D\"/>\\n</svg>\\n',withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o83o4p\",\"data-framer-name\":\"section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18mpzw2\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17ld2z6\",\"data-framer-name\":\"Top\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtMzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-54a42ca3-09ef-4691-867c-9b576f8460ed, rgb(41, 51, 23))\"},children:[\"Unlock the Benefits of \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76))\"},children:\"Sustainable Hospitality\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtMzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-54a42ca3-09ef-4691-867c-9b576f8460ed, rgb(41, 51, 23))\"},children:[\"Unlock the Benefits of \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76))\"},children:\"Sustainable Hospitality\"})]})}),className:\"framer-1p855ux\",\"data-framer-name\":\"Secondary Headline\",fonts:[\"GF;Plus Jakarta Sans-300\",\"GF;Plus Jakarta Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14ns8fv\",\"data-styles-preset\":\"NYoLIQP10\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-60163829-3dbf-4f60-81a4-e6d927415c0c, rgb(135, 135, 135))\"},children:\"Partner with MIQ and experience the advantages of our innovative solution\"})}),className:\"framer-j88cz9\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wg9sy2\",\"data-framer-name\":\"row\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{y:2468.3},hmxLxrAlT:{y:2122.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:396,y:2423.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7ypl5a-container\",children:/*#__PURE__*/_jsx(Card1,{height:\"100%\",id:\"YpNkxSPP6\",layoutId:\"YpNkxSPP6\",style:{height:\"100%\"},variant:\"EEjTtq9Go\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{y:2892.3},hmxLxrAlT:{y:2546.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:396,y:2423.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-knw1c4-container\",children:/*#__PURE__*/_jsx(Card1,{height:\"100%\",id:\"a85bo2Qvs\",layoutId:\"a85bo2Qvs\",style:{height:\"100%\"},variant:\"vTytyFsbB\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{y:3316.3},hmxLxrAlT:{y:2970.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:396,y:2423.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wtrfhs-container\",children:/*#__PURE__*/_jsx(Card1,{height:\"100%\",id:\"XRdcY9SKE\",layoutId:\"XRdcY9SKE\",style:{height:\"100%\"},variant:\"a16TJ4ugZ\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-24hd57\",\"data-framer-name\":\"Section\",id:elementId2,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tkjx44\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-lzm2dz\",\"data-styles-preset\":\"RWK9Pf5nI\",children:\"A plan that always fits\"})}),className:\"framer-1uj41w\",\"data-framer-name\":\"Secondary Headline\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hqz1jo\",\"data-framer-name\":\"Check items\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p3ghez\",\"data-framer-name\":\"Check item text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gk68fo\",\"data-framer-name\":\"Check icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19p3vz1\",\"data-framer-name\":\"Icon\",fill:'var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76)) /* {\"name\":\"green-400\"} */',intrinsicHeight:11,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0964 0.390159L3.93638 7.30016L2.03638 5.27016C1.68638 4.94016 1.13638 4.92016 0.736381 5.20016C0.346381 5.49016 0.236381 6.00016 0.476381 6.41016L2.72638 10.0702C2.94638 10.4102 3.32638 10.6202 3.75638 10.6202C4.16638 10.6202 4.55638 10.4102 4.77638 10.0702C5.13638 9.60016 12.0064 1.41016 12.0064 1.41016C12.9064 0.490159 11.8164 -0.31984 11.0964 0.38016V0.390159Z\" fill=\"#8AAA4C\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6vy12a\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14ns8fv\",\"data-styles-preset\":\"NYoLIQP10\",style:{\"--framer-text-color\":\"var(--token-54a42ca3-09ef-4691-867c-9b576f8460ed, rgb(41, 51, 23))\"},children:\"Optimize mattress rotation schedules\"})}),className:\"framer-701a4q\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sdl14n\",\"data-framer-name\":\"Check item text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l23hf9\",\"data-framer-name\":\"Check icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-rf893s\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0964 0.390159L3.93638 7.30016L2.03638 5.27016C1.68638 4.94016 1.13638 4.92016 0.736381 5.20016C0.346381 5.49016 0.236381 6.00016 0.476381 6.41016L2.72638 10.0702C2.94638 10.4102 3.32638 10.6202 3.75638 10.6202C4.16638 10.6202 4.55638 10.4102 4.77638 10.0702C5.13638 9.60016 12.0064 1.41016 12.0064 1.41016C12.9064 0.490159 11.8164 -0.31984 11.0964 0.38016V0.390159Z\" fill=\"#8AAA4C\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qbtykf\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14ns8fv\",\"data-styles-preset\":\"NYoLIQP10\",style:{\"--framer-text-color\":\"var(--token-54a42ca3-09ef-4691-867c-9b576f8460ed, rgb(41, 51, 23))\"},children:\"Extend mattress lifespan by 40-60%\"})}),className:\"framer-i1rlbu\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pzf3vk\",\"data-framer-name\":\"Check item text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-tpi7bi\",\"data-framer-name\":\"Check icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-qbtacb\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0964 0.390159L3.93638 7.30016L2.03638 5.27016C1.68638 4.94016 1.13638 4.92016 0.736381 5.20016C0.346381 5.49016 0.236381 6.00016 0.476381 6.41016L2.72638 10.0702C2.94638 10.4102 3.32638 10.6202 3.75638 10.6202C4.16638 10.6202 4.55638 10.4102 4.77638 10.0702C5.13638 9.60016 12.0064 1.41016 12.0064 1.41016C12.9064 0.490159 11.8164 -0.31984 11.0964 0.38016V0.390159Z\" fill=\"#8AAA4C\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-liw89h\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14ns8fv\",\"data-styles-preset\":\"NYoLIQP10\",style:{\"--framer-text-color\":\"var(--token-54a42ca3-09ef-4691-867c-9b576f8460ed, rgb(41, 51, 23))\"},children:\"Reduce carbon footprint through sustainable practices\"})}),className:\"framer-bxfvm9\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6m600c\",\"data-framer-name\":\"Check item text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1csgbnu\",\"data-framer-name\":\"Check icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-d48he9\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0964 0.390159L3.93638 7.30016L2.03638 5.27016C1.68638 4.94016 1.13638 4.92016 0.736381 5.20016C0.346381 5.49016 0.236381 6.00016 0.476381 6.41016L2.72638 10.0702C2.94638 10.4102 3.32638 10.6202 3.75638 10.6202C4.16638 10.6202 4.55638 10.4102 4.77638 10.0702C5.13638 9.60016 12.0064 1.41016 12.0064 1.41016C12.9064 0.490159 11.8164 -0.31984 11.0964 0.38016V0.390159Z\" fill=\"#8AAA4C\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b5ah0l\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14ns8fv\",\"data-styles-preset\":\"NYoLIQP10\",style:{\"--framer-text-color\":\"var(--token-54a42ca3-09ef-4691-867c-9b576f8460ed, rgb(41, 51, 23))\"},children:\"Streamline recycling efforts with Mattress Recycling Council partnership\"})}),className:\"framer-hw1z75\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uz7ev8\",\"data-framer-name\":\"Check item text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wpvhjw\",\"data-framer-name\":\"Check icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nhwf8z\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0964 0.390159L3.93638 7.30016L2.03638 5.27016C1.68638 4.94016 1.13638 4.92016 0.736381 5.20016C0.346381 5.49016 0.236381 6.00016 0.476381 6.41016L2.72638 10.0702C2.94638 10.4102 3.32638 10.6202 3.75638 10.6202C4.16638 10.6202 4.55638 10.4102 4.77638 10.0702C5.13638 9.60016 12.0064 1.41016 12.0064 1.41016C12.9064 0.490159 11.8164 -0.31984 11.0964 0.38016V0.390159Z\" fill=\"#8AAA4C\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nl5tgf\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14ns8fv\",\"data-styles-preset\":\"NYoLIQP10\",style:{\"--framer-text-color\":\"var(--token-54a42ca3-09ef-4691-867c-9b576f8460ed, rgb(41, 51, 23))\"},children:\"Validate sustainability efforts with SCS Global's Life Cycle Assessments (LCAs)\"})}),className:\"framer-1a8lwnm\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-121zbs9\",\"data-framer-name\":\"card-wrap\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{width:\"max(max(100vw - 32px, 300px), 1px)\",y:4775.3},hmxLxrAlT:{y:4497.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:348,y:3283.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1enq6dr-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(PricingCard,{height:\"100%\",id:\"DftAY4FQK\",layoutId:\"DftAY4FQK\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s62lg9\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q0vcju\",\"data-framer-name\":\"Col\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-190,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-tusyd9\",\"data-framer-name\":\"iPhone 12 Pro mockup\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5406.007210051192),sizes:\"140.8392px\",src:\"https://framerusercontent.com/images/9O6FjZ9eaYJTdMgPOyRzFGHk5Cg.png\",srcSet:\"https://framerusercontent.com/images/9O6FjZ9eaYJTdMgPOyRzFGHk5Cg.png 375w\"}},hmxLxrAlT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5153.25),sizes:\"232.9895px\",src:\"https://framerusercontent.com/images/9O6FjZ9eaYJTdMgPOyRzFGHk5Cg.png\",srcSet:\"https://framerusercontent.com/images/9O6FjZ9eaYJTdMgPOyRzFGHk5Cg.png 375w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4108.25),sizes:\"232.9895px\",src:\"https://framerusercontent.com/images/9O6FjZ9eaYJTdMgPOyRzFGHk5Cg.png\",srcSet:\"https://framerusercontent.com/images/9O6FjZ9eaYJTdMgPOyRzFGHk5Cg.png 375w\"},className:\"framer-189mvw3\",\"data-framer-name\":\"Dashboard (1) 1\",transformTemplate:transformTemplate2})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5mu3xg\",\"data-framer-name\":\"iPhone mockup\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:574,intrinsicWidth:283,svg:'<svg width=\"283\" height=\"574\" viewBox=\"0 0 283 574\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M279.678 147.09H280.677C281.229 147.09 281.676 147.539 281.676 148.093V213.615C281.676 214.168 281.229 214.617 280.677 214.617H279.678V147.09Z\" fill=\"#303030\"/>\\n<path d=\"M1.99683 228.658L0.99797 228.658C0.446319 228.658 -0.000882586 228.209 -0.000882538 227.655L-0.000879104 188.208C-0.000879055 187.654 0.446323 187.205 0.997974 187.205L1.99683 187.205L1.99683 228.658Z\" fill=\"#303030\"/>\\n<path d=\"M1.99683 173.833L0.99797 173.833C0.446319 173.833 -0.000882586 173.384 -0.000882538 172.831L-0.000879104 133.384C-0.000879055 132.83 0.446323 132.381 0.997974 132.381L1.99683 132.381L1.99683 173.833Z\" fill=\"#333333\"/>\\n<path d=\"M1.99683 112.323L0.997972 112.323C0.446322 112.323 -0.000879964 111.874 -0.000879916 111.32L-0.000878227 91.9312C-0.000878179 91.3774 0.446323 90.9284 0.997974 90.9284L1.99683 90.9284L1.99683 112.323Z\" fill=\"#333333\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.11528 30.029C1.99683 36.5752 1.99683 44.664 1.99683 60.8417V512.809C1.99683 528.986 1.99683 537.075 4.11528 543.621C8.3968 556.852 18.7279 567.224 31.9051 571.523C38.425 573.65 46.4813 573.65 62.5939 573.65H219.081C235.193 573.65 243.25 573.65 249.77 571.523C262.947 567.224 273.278 556.852 277.559 543.621C279.678 537.075 279.678 528.986 279.678 512.809V60.8417C279.678 44.664 279.678 36.5752 277.559 30.029C273.278 16.7986 262.947 6.42581 249.77 2.127C243.25 0 235.193 0 219.081 0H62.5939C46.4813 0 38.425 0 31.9051 2.127C18.7279 6.42581 8.3968 16.7986 4.11528 30.029ZM72.5829 16.3805V19.3891L72.6305 19.3876L72.5827 19.7234C72.5827 27.6623 78.9926 34.0981 86.8996 34.0981H194.776C202.683 34.0981 209.093 27.6623 209.093 19.7234L209.045 19.3876L209.092 19.3891V16.3805C209.092 14.3496 210.732 12.7032 212.755 12.7032L221.332 12.7032C234.74 12.7032 241.445 12.7032 246.791 14.7318C255.196 17.9203 261.83 24.5813 265.006 33.0194C267.026 38.3879 267.026 45.1192 267.026 58.5819V515.068C267.026 528.531 267.026 535.262 265.006 540.631C261.83 549.069 255.196 555.73 246.791 558.918C241.445 560.947 234.74 560.947 221.332 560.947H60.3434C46.935 560.947 40.2307 560.947 34.8838 558.918C26.4796 555.73 19.8454 549.069 16.6697 540.631C14.6493 535.262 14.6493 528.531 14.6493 515.068V58.5818C14.6493 45.1192 14.6493 38.3879 16.6697 33.0194C19.8454 24.5813 26.4796 17.9203 34.8838 14.7318C40.2307 12.7032 46.935 12.7032 60.3434 12.7032L68.9205 12.7032C70.9432 12.7032 72.5829 14.3496 72.5829 16.3805Z\" fill=\"#333333\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M219.348 1.33729H62.3279C46.4113 1.33729 38.611 1.34554 32.317 3.39885C19.5453 7.56539 9.53204 17.619 5.38226 30.4423C3.3372 36.7617 3.32899 44.5936 3.32899 60.5743V513.076C3.32899 529.057 3.3372 536.889 5.38226 543.208C9.53204 556.031 19.5453 566.085 32.317 570.252C38.611 572.305 46.4113 572.313 62.3279 572.313H219.348C235.264 572.313 243.064 572.305 249.358 570.252C262.13 566.085 272.143 556.031 276.293 543.208C278.338 536.889 278.346 529.057 278.346 513.076V60.5744C278.346 44.5936 278.338 36.7617 276.293 30.4423C272.143 17.619 262.13 7.56539 249.358 3.39885C243.064 1.34554 235.264 1.33729 219.348 1.33729ZM4.74895 30.2357C2.66309 36.6812 2.66309 44.6456 2.66309 60.5743V513.076C2.66309 529.005 2.66309 536.969 4.74895 543.415C8.9646 556.442 19.1368 566.655 32.1112 570.887C38.5308 572.982 46.4632 572.982 62.3279 572.982H219.348C235.212 572.982 243.145 572.982 249.564 570.887C262.539 566.655 272.711 556.442 276.926 543.415C279.012 536.969 279.012 529.005 279.012 513.076V60.5744C279.012 44.6456 279.012 36.6812 276.926 30.2357C272.711 17.2089 262.539 6.99565 249.564 2.76298C243.145 0.668701 235.212 0.668701 219.348 0.668701H62.3279C46.4632 0.668701 38.5308 0.668701 32.1112 2.76298C19.1368 6.99565 8.9646 17.2089 4.74895 30.2357Z\" fill=\"#303030\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.28362 31.0621C5.32812 37.1048 5.32812 44.5714 5.32812 59.5046V514.146C5.32812 529.079 5.32812 536.546 7.28362 542.588C11.2358 554.801 20.7722 564.376 32.9357 568.344C38.9541 570.307 46.3907 570.307 61.2639 570.307H220.414C235.288 570.307 242.724 570.307 248.742 568.344C260.906 564.376 270.442 554.801 274.395 542.588C276.35 536.546 276.35 529.079 276.35 514.146V59.5046C276.35 44.5714 276.35 37.1048 274.395 31.0621C270.442 18.8494 260.906 9.27453 248.742 5.3064C242.724 3.34302 235.288 3.34302 220.414 3.34302H61.2639C46.3907 3.34302 38.9541 3.34302 32.9357 5.3064C20.7722 9.27453 11.2358 18.8494 7.28362 31.0621ZM72.584 16.3805V19.3892L72.6315 19.3877L72.5837 19.7235C72.5837 27.6624 78.9936 34.0981 86.9006 34.0981H194.777C202.684 34.0981 209.094 27.6624 209.094 19.7235L209.046 19.3877L209.093 19.3892V16.3805C209.093 14.3496 210.733 12.7033 212.756 12.7033L221.333 12.7033C234.741 12.7033 241.446 12.7033 246.792 14.7318C255.197 17.9204 261.831 24.5813 265.007 33.0195C267.027 38.388 267.027 45.1193 267.027 58.5819V515.068C267.027 528.531 267.027 535.262 265.007 540.631C261.831 549.069 255.197 555.73 246.792 558.919C241.446 560.947 234.741 560.947 221.333 560.947H60.3445C46.936 560.947 40.2318 560.947 34.8848 558.919C26.4806 555.73 19.8464 549.069 16.6707 540.631C14.6503 535.262 14.6503 528.531 14.6503 515.068V58.5819C14.6503 45.1193 14.6503 38.388 16.6707 33.0195C19.8464 24.5813 26.4806 17.9204 34.8848 14.7318C40.2318 12.7033 46.936 12.7033 60.3445 12.7033L68.9215 12.7033C70.9442 12.7033 72.584 14.3496 72.584 16.3805Z\" fill=\"#121515\"/>\\n<rect x=\"220.413\" width=\"3.9954\" height=\"3.34295\" fill=\"#414141\"/>\\n<rect x=\"276.349\" y=\"57.4988\" width=\"3.32956\" height=\"4.01154\" fill=\"#414141\"/>\\n<rect x=\"1.9978\" y=\"57.4988\" width=\"3.32951\" height=\"4.01154\" fill=\"#414141\"/>\\n<rect x=\"1.9978\" y=\"512.14\" width=\"3.32951\" height=\"4.01152\" fill=\"#414141\"/>\\n<rect x=\"276.349\" y=\"512.14\" width=\"3.32956\" height=\"4.01152\" fill=\"#414141\"/>\\n<rect x=\"57.2673\" y=\"570.307\" width=\"3.99541\" height=\"3.34294\" fill=\"#414141\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M169.139 26.7436C172.081 26.7436 174.466 24.3489 174.466 21.3949C174.466 18.4408 172.081 16.0461 169.139 16.0461C166.197 16.0461 163.812 18.4408 163.812 21.3949C163.812 24.3489 166.197 26.7436 169.139 26.7436Z\" fill=\"#262C2D\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M169.138 24.7379C170.977 24.7379 172.468 23.2412 172.468 21.395C172.468 19.5487 170.977 18.052 169.138 18.052C167.299 18.052 165.809 19.5487 165.809 21.395C165.809 23.2412 167.299 24.7379 169.138 24.7379Z\" fill=\"#121515\"/>\\n<path opacity=\"0.4\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M169.139 20.727C169.507 20.727 169.806 20.4275 169.806 20.0581C169.806 19.6886 169.507 19.3892 169.139 19.3892C168.771 19.3892 168.473 19.6886 168.473 20.0581C168.473 20.4275 168.771 20.727 169.139 20.727Z\" fill=\"#636F73\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M124.524 21.3949C124.524 20.2872 125.422 19.3892 126.53 19.3892H155.147C156.255 19.3892 157.153 20.2872 157.153 21.3949C157.153 22.5027 156.255 23.4007 155.147 23.4007H126.53C125.422 23.4007 124.524 22.5027 124.524 21.3949Z\" fill=\"#262C2D\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:140}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-2rhmcm\",\"data-border\":true,\"data-framer-name\":\"3:2 screen mockup\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5550.3),sizes:\"calc((100vw - 32px) * 0.8491)\",src:\"https://framerusercontent.com/images/g2Tv6B9w5pL1XtintdAYXOp988.jpg\",srcSet:\"https://framerusercontent.com/images/g2Tv6B9w5pL1XtintdAYXOp988.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/g2Tv6B9w5pL1XtintdAYXOp988.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/g2Tv6B9w5pL1XtintdAYXOp988.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/g2Tv6B9w5pL1XtintdAYXOp988.jpg 2880w\"}},hmxLxrAlT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5373),sizes:\"calc((100vw - 80px) * 0.3532)\",src:\"https://framerusercontent.com/images/g2Tv6B9w5pL1XtintdAYXOp988.jpg\",srcSet:\"https://framerusercontent.com/images/g2Tv6B9w5pL1XtintdAYXOp988.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/g2Tv6B9w5pL1XtintdAYXOp988.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/g2Tv6B9w5pL1XtintdAYXOp988.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/g2Tv6B9w5pL1XtintdAYXOp988.jpg 2880w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4328),sizes:\"calc((100vw - 200px) * 0.3532)\",src:\"https://framerusercontent.com/images/g2Tv6B9w5pL1XtintdAYXOp988.jpg\",srcSet:\"https://framerusercontent.com/images/g2Tv6B9w5pL1XtintdAYXOp988.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/g2Tv6B9w5pL1XtintdAYXOp988.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/g2Tv6B9w5pL1XtintdAYXOp988.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/g2Tv6B9w5pL1XtintdAYXOp988.jpg 2880w\"},className:\"framer-11nhikq\",\"data-border\":true,\"data-framer-name\":\"Screen mockup (REPLACE FILL)\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5550.3),sizes:\"calc((100vw - 32px) * 0.8491)\",src:\"https://framerusercontent.com/images/OVegTzUnDNedSOcqtphOoODlsc.png\",srcSet:\"https://framerusercontent.com/images/OVegTzUnDNedSOcqtphOoODlsc.png?scale-down-to=512 512w,https://framerusercontent.com/images/OVegTzUnDNedSOcqtphOoODlsc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OVegTzUnDNedSOcqtphOoODlsc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/OVegTzUnDNedSOcqtphOoODlsc.png 2880w\"}},hmxLxrAlT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5373),sizes:\"calc((100vw - 80px) * 0.3532)\",src:\"https://framerusercontent.com/images/OVegTzUnDNedSOcqtphOoODlsc.png\",srcSet:\"https://framerusercontent.com/images/OVegTzUnDNedSOcqtphOoODlsc.png?scale-down-to=512 512w,https://framerusercontent.com/images/OVegTzUnDNedSOcqtphOoODlsc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OVegTzUnDNedSOcqtphOoODlsc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/OVegTzUnDNedSOcqtphOoODlsc.png 2880w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4328),sizes:\"calc((100vw - 200px) * 0.3532)\",src:\"https://framerusercontent.com/images/OVegTzUnDNedSOcqtphOoODlsc.png\",srcSet:\"https://framerusercontent.com/images/OVegTzUnDNedSOcqtphOoODlsc.png?scale-down-to=512 512w,https://framerusercontent.com/images/OVegTzUnDNedSOcqtphOoODlsc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OVegTzUnDNedSOcqtphOoODlsc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/OVegTzUnDNedSOcqtphOoODlsc.png 2880w\"},className:\"framer-15c5spk\",\"data-framer-name\":\"Dashboard (3) 1\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xb080m\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16d05b6\",\"data-framer-name\":\"Top\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtMzAw\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--token-54a42ca3-09ef-4691-867c-9b576f8460ed, rgb(41, 51, 23))\"},children:\"Join the \"}),\"Sustainable Hospitality Movement\"]})})},hmxLxrAlT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtMzAw\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--token-54a42ca3-09ef-4691-867c-9b576f8460ed, rgb(41, 51, 23))\"},children:\"Join the \"}),\"Sustainable Hospitality Movement\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtMzAw\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--token-54a42ca3-09ef-4691-867c-9b576f8460ed, rgb(41, 51, 23))\"},children:\"Join the \"}),\"Sustainable Hospitality Movement\"]})}),className:\"framer-1mb3xbh\",\"data-framer-name\":\"Secondary Headline\",fonts:[\"GF;Plus Jakarta Sans-500\",\"GF;Plus Jakarta Sans-300\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14ns8fv\",\"data-styles-preset\":\"NYoLIQP10\",style:{\"--framer-text-color\":\"var(--token-60163829-3dbf-4f60-81a4-e6d927415c0c, rgb(135, 135, 135))\"},children:\"Be a leader in the industry by adopting MIQ's innovative solution. Together, we can create a more sustainable future for the hospitality sector.\\\"\"})}),className:\"framer-9ldgqw\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{y:6125.7},hmxLxrAlT:{y:5490}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:4451,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6pvirq-container\",children:/*#__PURE__*/_jsx(ButtonIcon,{height:\"100%\",id:\"fJO0Tn3ME\",layoutId:\"fJO0Tn3ME\",variant:\"hq0bTzEJk\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b2bjwf\",\"data-framer-name\":\"Section\",id:elementId3,ref:ref5,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oqw5d0\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gkqzc\",\"data-framer-name\":\"Top\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtMzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-54a42ca3-09ef-4691-867c-9b576f8460ed, rgb(41, 51, 23))\"},children:[\"Let's \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76))\"},children:\"talk\"}),\"!\"]})})},hmxLxrAlT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtMzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-54a42ca3-09ef-4691-867c-9b576f8460ed, rgb(41, 51, 23))\"},children:[\"Let's \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76))\"},children:\"talk\"}),\"!\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtMzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-54a42ca3-09ef-4691-867c-9b576f8460ed, rgb(41, 51, 23))\"},children:[\"Let's \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76))\"},children:\"talk\"}),\"!\"]})}),className:\"framer-oy5db7\",\"data-framer-name\":\"Secondary Headline\",fonts:[\"GF;Plus Jakarta Sans-300\",\"GF;Plus Jakarta Sans-500\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14ns8fv\",\"data-styles-preset\":\"NYoLIQP10\",children:\"Mattress IQ offers the smartest way to optimize mattress maintenance and sustainability for your hospitality business. Our innovative software integrates seamlessly with your existing systems to extend mattress lifespan, reduce costs, and minimize your carbon footprint.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14ns8fv\",\"data-styles-preset\":\"NYoLIQP10\",children:\"Talk to our team today to:\"})]}),className:\"framer-14arolu\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y2j3bu\",\"data-framer-name\":\"Check item text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xni8vo\",\"data-framer-name\":\"Check icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-135e0qu\",\"data-framer-name\":\"Icon\",fill:'var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76)) /* {\"name\":\"green-400\"} */',intrinsicHeight:11,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0964 0.390159L3.93638 7.30016L2.03638 5.27016C1.68638 4.94016 1.13638 4.92016 0.736381 5.20016C0.346381 5.49016 0.236381 6.00016 0.476381 6.41016L2.72638 10.0702C2.94638 10.4102 3.32638 10.6202 3.75638 10.6202C4.16638 10.6202 4.55638 10.4102 4.77638 10.0702C5.13638 9.60016 12.0064 1.41016 12.0064 1.41016C12.9064 0.490159 11.8164 -0.31984 11.0964 0.38016V0.390159Z\" fill=\"#8AAA4C\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-h06m2f\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14ns8fv\",\"data-styles-preset\":\"NYoLIQP10\",children:\"Understand how our data-driven solution can transform your mattress management\"})}),className:\"framer-6kaxvh\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lgv2q9\",\"data-framer-name\":\"Check item text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9yvw5e\",\"data-framer-name\":\"Check icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ulkukj\",\"data-framer-name\":\"Icon\",fill:'var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76)) /* {\"name\":\"green-400\"} */',intrinsicHeight:11,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0964 0.390159L3.93638 7.30016L2.03638 5.27016C1.68638 4.94016 1.13638 4.92016 0.736381 5.20016C0.346381 5.49016 0.236381 6.00016 0.476381 6.41016L2.72638 10.0702C2.94638 10.4102 3.32638 10.6202 3.75638 10.6202C4.16638 10.6202 4.55638 10.4102 4.77638 10.0702C5.13638 9.60016 12.0064 1.41016 12.0064 1.41016C12.9064 0.490159 11.8164 -0.31984 11.0964 0.38016V0.390159Z\" fill=\"#8AAA4C\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dadae9\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14ns8fv\",\"data-styles-preset\":\"NYoLIQP10\",children:\"Discover our sustainability features and get answers to your questions\"})}),className:\"framer-1vjifjr\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vfxsj3\",\"data-framer-name\":\"Check item text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1le8lh6\",\"data-framer-name\":\"Check icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-109ry4o\",\"data-framer-name\":\"Icon\",fill:'var(--token-64977b66-97ec-4d36-9e66-5dce75317769, rgb(138, 170, 76)) /* {\"name\":\"green-400\"} */',intrinsicHeight:11,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0964 0.390159L3.93638 7.30016L2.03638 5.27016C1.68638 4.94016 1.13638 4.92016 0.736381 5.20016C0.346381 5.49016 0.236381 6.00016 0.476381 6.41016L2.72638 10.0702C2.94638 10.4102 3.32638 10.6202 3.75638 10.6202C4.16638 10.6202 4.55638 10.4102 4.77638 10.0702C5.13638 9.60016 12.0064 1.41016 12.0064 1.41016C12.9064 0.490159 11.8164 -0.31984 11.0964 0.38016V0.390159Z\" fill=\"#8AAA4C\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kjuobg\",\"data-framer-name\":\"Text wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14ns8fv\",\"data-styles-preset\":\"NYoLIQP10\",children:\"Receive a customized quote tailored to your hotel's specific needs\"})}),className:\"framer-8mlnvt\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1aezk7j-container\",children:/*#__PURE__*/_jsx(Typeform,{autoFocus:true,formId:\"C94Y1xNg\",height:\"100%\",hideFooter:false,hideHeaders:false,id:\"WNl7kaD09\",layoutId:\"WNl7kaD09\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{y:8068.1},hmxLxrAlT:{y:7665.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:267,width:\"100vw\",y:5792.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v3djdy-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{EnQfc9VRx:{variant:\"PRxgfPowe\"},hmxLxrAlT:{variant:\"DpPhvu8kJ\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"fTHnlm5_d\",layoutId:\"fTHnlm5_d\",style:{width:\"100%\"},variant:\"Uo1HaguLt\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-laL2L.framer-lux5qc, .framer-laL2L .framer-lux5qc { display: block; }\",\".framer-laL2L.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-laL2L .framer-si74rn-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 1; }\",\".framer-laL2L .framer-1cqj1ps { align-content: center; align-items: center; background-color: #fbfbfb; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-laL2L .framer-tojafj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 800px; justify-content: center; overflow: visible; padding: 240px 60px 90px 60px; position: relative; width: 100%; }\",\".framer-laL2L .framer-lt3zzg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; max-width: 600px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-laL2L .framer-12xsjoq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 600px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-laL2L .framer-zr85vv { flex: none; height: 259px; overflow: visible; position: relative; width: 100%; }\",\".framer-laL2L .framer-orq886 { aspect-ratio: 1.4230769230769231 / 1; bottom: -83px; flex: none; left: 50%; overflow: visible; position: absolute; top: -23px; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 520px); }\",\".framer-laL2L .framer-1un5wsb { flex: none; height: 259px; left: calc(50.00000000000002% - 554px / 2); position: absolute; top: 0px; width: 554px; }\",\".framer-laL2L .framer-y49com, .framer-laL2L .framer-1vw8tpq, .framer-laL2L .framer-15sim9w, .framer-laL2L .framer-j88cz9, .framer-laL2L .framer-1uj41w, .framer-laL2L .framer-701a4q, .framer-laL2L .framer-i1rlbu, .framer-laL2L .framer-bxfvm9, .framer-laL2L .framer-hw1z75, .framer-laL2L .framer-1a8lwnm, .framer-laL2L .framer-1mb3xbh, .framer-laL2L .framer-9ldgqw, .framer-laL2L .framer-oy5db7, .framer-laL2L .framer-6kaxvh, .framer-laL2L .framer-1vjifjr, .framer-laL2L .framer-8mlnvt { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-laL2L .framer-xqx0wz-container, .framer-laL2L .framer-9apln0-container, .framer-laL2L .framer-1enq6dr-container, .framer-laL2L .framer-6pvirq-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-laL2L .framer-wgvjth-container { flex: none; height: 80px; position: relative; width: 80px; }\",\".framer-laL2L .framer-14qx3ky { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 250px 60px 100px 60px; position: relative; width: 100%; }\",\".framer-laL2L .framer-jw0j6s { 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: 100%; }\",\".framer-laL2L .framer-79ppx3 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 800px; word-break: break-word; word-wrap: break-word; }\",\".framer-laL2L .framer-1pj6d77 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-laL2L .framer-163pi7w { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 520px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-laL2L .framer-41u9al { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 130px 100px 130px 100px; position: relative; width: 100%; }\",\".framer-laL2L .framer-396b5i, .framer-laL2L .framer-1tkjx44 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 600px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-laL2L .framer-2w5v45, .framer-laL2L .framer-17ld2z6, .framer-laL2L .framer-1hqz1jo, .framer-laL2L .framer-16d05b6, .framer-laL2L .framer-1gkqzc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-laL2L .framer-120zt1g { aspect-ratio: 1.26131221719457 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 357px); overflow: visible; position: relative; width: 45%; }\",\".framer-laL2L .framer-bl7x8y { bottom: -16px; flex: none; height: 71%; left: 0px; position: absolute; width: 102%; }\",\".framer-laL2L .framer-7iog2r { aspect-ratio: 0.4909456740442656 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 308px); overflow: visible; position: absolute; right: -2px; top: 0px; width: 34%; }\",\".framer-laL2L .framer-rbfx00 { aspect-ratio: 0.46182268291723316 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 297px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 91%; }\",\".framer-laL2L .framer-k7pvk0 { bottom: 1px; flex: none; left: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-laL2L .framer-1o83o4p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 130px 60px 130px 60px; position: relative; width: 100%; }\",\".framer-laL2L .framer-18mpzw2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 700px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-laL2L .framer-1p855ux, .framer-laL2L .framer-14arolu { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-laL2L .framer-1wg9sy2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-laL2L .framer-7ypl5a-container, .framer-laL2L .framer-knw1c4-container, .framer-laL2L .framer-wtrfhs-container { flex: none; height: 396px; position: relative; width: auto; }\",\".framer-laL2L .framer-24hd57 { align-content: center; align-items: center; background-color: #fbfbfb; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 130px 120px 130px 120px; position: relative; width: 100%; }\",\".framer-laL2L .framer-p3ghez, .framer-laL2L .framer-sdl14n, .framer-laL2L .framer-1pzf3vk, .framer-laL2L .framer-6m600c, .framer-laL2L .framer-1uz7ev8, .framer-laL2L .framer-y2j3bu, .framer-laL2L .framer-lgv2q9, .framer-laL2L .framer-vfxsj3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-laL2L .framer-gk68fo, .framer-laL2L .framer-1xni8vo, .framer-laL2L .framer-9yvw5e, .framer-laL2L .framer-1le8lh6 { aspect-ratio: 1 / 1; background-color: var(--token-1648598e-2755-4fbb-ba5b-978579aaac5d, #f2edbf); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-laL2L .framer-19p3vz1, .framer-laL2L .framer-rf893s, .framer-laL2L .framer-qbtacb, .framer-laL2L .framer-d48he9, .framer-laL2L .framer-1nhwf8z, .framer-laL2L .framer-135e0qu, .framer-laL2L .framer-1ulkukj, .framer-laL2L .framer-109ry4o { bottom: 7px; flex: none; left: 6px; position: absolute; right: 6px; top: 7px; }\",\".framer-laL2L .framer-6vy12a, .framer-laL2L .framer-1qbtykf, .framer-laL2L .framer-liw89h, .framer-laL2L .framer-1b5ah0l, .framer-laL2L .framer-nl5tgf, .framer-laL2L .framer-h06m2f, .framer-laL2L .framer-1dadae9, .framer-laL2L .framer-kjuobg { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-laL2L .framer-1l23hf9, .framer-laL2L .framer-tpi7bi, .framer-laL2L .framer-1csgbnu, .framer-laL2L .framer-wpvhjw { aspect-ratio: 1 / 1; background-color: #f2edbf; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-laL2L .framer-121zbs9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 418px; justify-content: center; min-width: 500px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-laL2L .framer-1s62lg9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: visible; padding: 130px 100px 130px 100px; position: relative; width: 100%; }\",\".framer-laL2L .framer-1q0vcju { flex: none; height: 531px; overflow: visible; position: relative; width: 42%; }\",\".framer-laL2L .framer-tusyd9 { aspect-ratio: 0.4906103515625 / 1; flex: none; height: 100%; left: 0px; overflow: visible; position: absolute; top: 0px; width: var(--framer-aspect-ratio-supported, 261px); }\",\".framer-laL2L .framer-189mvw3 { aspect-ratio: 0.4618226701114851 / 1; flex: none; height: 95%; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: var(--framer-aspect-ratio-supported, 233px); }\",\".framer-laL2L .framer-5mu3xg { bottom: 2px; flex: none; left: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-laL2L .framer-2rhmcm { --border-bottom-width: 4px; --border-color: #0f1728; --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; aspect-ratio: 1.6009389965105256 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 60px; flex: none; height: var(--framer-aspect-ratio-supported, 221px); overflow: visible; position: absolute; right: -5px; width: 85%; }\",\".framer-laL2L .framer-11nhikq { --border-bottom-width: 1px; --border-color: #f2f3f6; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-laL2L .framer-15c5spk { aspect-ratio: 1.6009389965105256 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; left: -1px; position: absolute; top: 0px; width: 100%; }\",\".framer-laL2L .framer-xb080m, .framer-laL2L .framer-1oqw5d0 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-laL2L .framer-1b2bjwf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: visible; padding: 130px 60px 130px 60px; position: relative; width: 100%; }\",\".framer-laL2L .framer-1aezk7j-container { flex: none; height: 710px; position: relative; width: 46%; }\",\".framer-laL2L .framer-1v3djdy-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-laL2L.framer-72rtr7, .framer-laL2L .framer-1cqj1ps, .framer-laL2L .framer-tojafj, .framer-laL2L .framer-lt3zzg, .framer-laL2L .framer-12xsjoq, .framer-laL2L .framer-14qx3ky, .framer-laL2L .framer-jw0j6s, .framer-laL2L .framer-1pj6d77, .framer-laL2L .framer-41u9al, .framer-laL2L .framer-396b5i, .framer-laL2L .framer-2w5v45, .framer-laL2L .framer-1o83o4p, .framer-laL2L .framer-18mpzw2, .framer-laL2L .framer-17ld2z6, .framer-laL2L .framer-1wg9sy2, .framer-laL2L .framer-24hd57, .framer-laL2L .framer-1tkjx44, .framer-laL2L .framer-1hqz1jo, .framer-laL2L .framer-p3ghez, .framer-laL2L .framer-6vy12a, .framer-laL2L .framer-sdl14n, .framer-laL2L .framer-1qbtykf, .framer-laL2L .framer-1pzf3vk, .framer-laL2L .framer-liw89h, .framer-laL2L .framer-6m600c, .framer-laL2L .framer-1b5ah0l, .framer-laL2L .framer-1uz7ev8, .framer-laL2L .framer-nl5tgf, .framer-laL2L .framer-121zbs9, .framer-laL2L .framer-1s62lg9, .framer-laL2L .framer-xb080m, .framer-laL2L .framer-16d05b6, .framer-laL2L .framer-1b2bjwf, .framer-laL2L .framer-1oqw5d0, .framer-laL2L .framer-1gkqzc, .framer-laL2L .framer-y2j3bu, .framer-laL2L .framer-h06m2f, .framer-laL2L .framer-lgv2q9, .framer-laL2L .framer-1dadae9, .framer-laL2L .framer-vfxsj3, .framer-laL2L .framer-kjuobg { gap: 0px; } .framer-laL2L.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-laL2L.framer-72rtr7 > :first-child, .framer-laL2L .framer-1cqj1ps > :first-child, .framer-laL2L .framer-tojafj > :first-child, .framer-laL2L .framer-lt3zzg > :first-child, .framer-laL2L .framer-12xsjoq > :first-child, .framer-laL2L .framer-14qx3ky > :first-child, .framer-laL2L .framer-1pj6d77 > :first-child, .framer-laL2L .framer-396b5i > :first-child, .framer-laL2L .framer-2w5v45 > :first-child, .framer-laL2L .framer-1o83o4p > :first-child, .framer-laL2L .framer-18mpzw2 > :first-child, .framer-laL2L .framer-17ld2z6 > :first-child, .framer-laL2L .framer-1tkjx44 > :first-child, .framer-laL2L .framer-1hqz1jo > :first-child, .framer-laL2L .framer-6vy12a > :first-child, .framer-laL2L .framer-1qbtykf > :first-child, .framer-laL2L .framer-liw89h > :first-child, .framer-laL2L .framer-1b5ah0l > :first-child, .framer-laL2L .framer-nl5tgf > :first-child, .framer-laL2L .framer-xb080m > :first-child, .framer-laL2L .framer-16d05b6 > :first-child, .framer-laL2L .framer-1oqw5d0 > :first-child, .framer-laL2L .framer-1gkqzc > :first-child, .framer-laL2L .framer-h06m2f > :first-child, .framer-laL2L .framer-1dadae9 > :first-child, .framer-laL2L .framer-kjuobg > :first-child { margin-top: 0px; } .framer-laL2L.framer-72rtr7 > :last-child, .framer-laL2L .framer-1cqj1ps > :last-child, .framer-laL2L .framer-tojafj > :last-child, .framer-laL2L .framer-lt3zzg > :last-child, .framer-laL2L .framer-12xsjoq > :last-child, .framer-laL2L .framer-14qx3ky > :last-child, .framer-laL2L .framer-1pj6d77 > :last-child, .framer-laL2L .framer-396b5i > :last-child, .framer-laL2L .framer-2w5v45 > :last-child, .framer-laL2L .framer-1o83o4p > :last-child, .framer-laL2L .framer-18mpzw2 > :last-child, .framer-laL2L .framer-17ld2z6 > :last-child, .framer-laL2L .framer-1tkjx44 > :last-child, .framer-laL2L .framer-1hqz1jo > :last-child, .framer-laL2L .framer-6vy12a > :last-child, .framer-laL2L .framer-1qbtykf > :last-child, .framer-laL2L .framer-liw89h > :last-child, .framer-laL2L .framer-1b5ah0l > :last-child, .framer-laL2L .framer-nl5tgf > :last-child, .framer-laL2L .framer-xb080m > :last-child, .framer-laL2L .framer-16d05b6 > :last-child, .framer-laL2L .framer-1oqw5d0 > :last-child, .framer-laL2L .framer-1gkqzc > :last-child, .framer-laL2L .framer-h06m2f > :last-child, .framer-laL2L .framer-1dadae9 > :last-child, .framer-laL2L .framer-kjuobg > :last-child { margin-bottom: 0px; } .framer-laL2L .framer-1cqj1ps > *, .framer-laL2L .framer-tojafj > *, .framer-laL2L .framer-6vy12a > *, .framer-laL2L .framer-1qbtykf > *, .framer-laL2L .framer-liw89h > *, .framer-laL2L .framer-1b5ah0l > *, .framer-laL2L .framer-nl5tgf > *, .framer-laL2L .framer-h06m2f > *, .framer-laL2L .framer-1dadae9 > *, .framer-laL2L .framer-kjuobg > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-laL2L .framer-lt3zzg > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-laL2L .framer-12xsjoq > *, .framer-laL2L .framer-18mpzw2 > *, .framer-laL2L .framer-xb080m > *, .framer-laL2L .framer-1oqw5d0 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-laL2L .framer-14qx3ky > *, .framer-laL2L .framer-1pj6d77 > *, .framer-laL2L .framer-396b5i > *, .framer-laL2L .framer-1tkjx44 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-laL2L .framer-jw0j6s > *, .framer-laL2L .framer-121zbs9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-laL2L .framer-jw0j6s > :first-child, .framer-laL2L .framer-41u9al > :first-child, .framer-laL2L .framer-1wg9sy2 > :first-child, .framer-laL2L .framer-24hd57 > :first-child, .framer-laL2L .framer-p3ghez > :first-child, .framer-laL2L .framer-sdl14n > :first-child, .framer-laL2L .framer-1pzf3vk > :first-child, .framer-laL2L .framer-6m600c > :first-child, .framer-laL2L .framer-1uz7ev8 > :first-child, .framer-laL2L .framer-121zbs9 > :first-child, .framer-laL2L .framer-1s62lg9 > :first-child, .framer-laL2L .framer-1b2bjwf > :first-child, .framer-laL2L .framer-y2j3bu > :first-child, .framer-laL2L .framer-lgv2q9 > :first-child, .framer-laL2L .framer-vfxsj3 > :first-child { margin-left: 0px; } .framer-laL2L .framer-jw0j6s > :last-child, .framer-laL2L .framer-41u9al > :last-child, .framer-laL2L .framer-1wg9sy2 > :last-child, .framer-laL2L .framer-24hd57 > :last-child, .framer-laL2L .framer-p3ghez > :last-child, .framer-laL2L .framer-sdl14n > :last-child, .framer-laL2L .framer-1pzf3vk > :last-child, .framer-laL2L .framer-6m600c > :last-child, .framer-laL2L .framer-1uz7ev8 > :last-child, .framer-laL2L .framer-121zbs9 > :last-child, .framer-laL2L .framer-1s62lg9 > :last-child, .framer-laL2L .framer-1b2bjwf > :last-child, .framer-laL2L .framer-y2j3bu > :last-child, .framer-laL2L .framer-lgv2q9 > :last-child, .framer-laL2L .framer-vfxsj3 > :last-child { margin-right: 0px; } .framer-laL2L .framer-41u9al > *, .framer-laL2L .framer-24hd57 > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-laL2L .framer-2w5v45 > *, .framer-laL2L .framer-17ld2z6 > *, .framer-laL2L .framer-1hqz1jo > *, .framer-laL2L .framer-16d05b6 > *, .framer-laL2L .framer-1gkqzc > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-laL2L .framer-1o83o4p > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-laL2L .framer-1wg9sy2 > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } .framer-laL2L .framer-p3ghez > *, .framer-laL2L .framer-sdl14n > *, .framer-laL2L .framer-1pzf3vk > *, .framer-laL2L .framer-6m600c > *, .framer-laL2L .framer-1uz7ev8 > *, .framer-laL2L .framer-y2j3bu > *, .framer-laL2L .framer-lgv2q9 > *, .framer-laL2L .framer-vfxsj3 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-laL2L .framer-1s62lg9 > *, .framer-laL2L .framer-1b2bjwf > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-laL2L[data-border=\"true\"]::after, .framer-laL2L [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-laL2L.framer-72rtr7 { width: 810px; } .framer-laL2L .framer-tojafj { height: 535px; padding: 200px 60px 90px 60px; } .framer-laL2L .framer-zr85vv { height: 159px; } .framer-laL2L .framer-orq886 { bottom: unset; height: var(--framer-aspect-ratio-supported, 253px); width: 360px; } .framer-laL2L .framer-1un5wsb { height: 160px; left: calc(50.00000000000002% - 343px / 2); top: 0px; width: 343px; } .framer-laL2L .framer-14qx3ky { padding: 250px 40px 100px 40px; } .framer-laL2L .framer-79ppx3 { flex: 1 0 0px; width: 1px; } .framer-laL2L .framer-163pi7w { max-width: 500px; } .framer-laL2L .framer-41u9al, .framer-laL2L .framer-1o83o4p, .framer-laL2L .framer-1s62lg9 { padding: 130px 40px 130px 40px; } .framer-laL2L .framer-120zt1g { height: var(--framer-aspect-ratio-supported, 260px); } .framer-laL2L .framer-7iog2r { height: var(--framer-aspect-ratio-supported, 224px); } .framer-laL2L .framer-rbfx00 { height: var(--framer-aspect-ratio-supported, 217px); } .framer-laL2L .framer-1wg9sy2 { flex-direction: column; } .framer-laL2L .framer-24hd57 { flex-direction: column; padding: 130px 40px 130px 40px; } .framer-laL2L .framer-1tkjx44, .framer-laL2L .framer-121zbs9, .framer-laL2L .framer-1oqw5d0 { flex: none; width: 100%; } .framer-laL2L .framer-2rhmcm { height: var(--framer-aspect-ratio-supported, 161px); } .framer-laL2L .framer-1b2bjwf { flex-direction: column; gap: 80px; padding: 130px 40px 130px 40px; } .framer-laL2L .framer-1aezk7j-container { height: 760px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-laL2L .framer-1wg9sy2, .framer-laL2L .framer-24hd57, .framer-laL2L .framer-1b2bjwf { gap: 0px; } .framer-laL2L .framer-1wg9sy2 > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-laL2L .framer-1wg9sy2 > :first-child, .framer-laL2L .framer-24hd57 > :first-child, .framer-laL2L .framer-1b2bjwf > :first-child { margin-top: 0px; } .framer-laL2L .framer-1wg9sy2 > :last-child, .framer-laL2L .framer-24hd57 > :last-child, .framer-laL2L .framer-1b2bjwf > :last-child { margin-bottom: 0px; } .framer-laL2L .framer-24hd57 > *, .framer-laL2L .framer-1b2bjwf > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } }}\",\"@media (max-width: 809px) { .framer-laL2L.framer-72rtr7 { width: 390px; } .framer-laL2L .framer-tojafj { height: 700px; padding: 200px 16px 90px 16px; } .framer-laL2L .framer-lt3zzg { gap: 150px; } .framer-laL2L .framer-12xsjoq { order: 0; } .framer-laL2L .framer-zr85vv { height: 159px; } .framer-laL2L .framer-orq886 { bottom: var(--framer-aspect-ratio-supported, -34px); top: -15px; width: 83%; } .framer-laL2L .framer-1un5wsb { height: 124px; left: calc(50.00000000000002% - 266px / 2); top: calc(50.314465408805056% - 124px / 2); width: 266px; } .framer-laL2L .framer-wgvjth-container { order: 1; } .framer-laL2L .framer-14qx3ky { gap: 60px; padding: 120px 16px 120px 16px; } .framer-laL2L .framer-79ppx3, .framer-laL2L .framer-1enq6dr-container { flex: 1 0 0px; width: 1px; } .framer-laL2L .framer-163pi7w { max-width: unset; } .framer-laL2L .framer-41u9al, .framer-laL2L .framer-24hd57 { flex-direction: column; gap: 32px; padding: 120px 16px 120px 16px; } .framer-laL2L .framer-396b5i, .framer-laL2L .framer-1tkjx44, .framer-laL2L .framer-xb080m, .framer-laL2L .framer-1oqw5d0 { flex: none; width: 100%; } .framer-laL2L .framer-120zt1g { height: var(--framer-aspect-ratio-supported, 284px); width: 100%; } .framer-laL2L .framer-7iog2r { height: var(--framer-aspect-ratio-supported, 245px); } .framer-laL2L .framer-rbfx00 { height: var(--framer-aspect-ratio-supported, 234px); left: 49%; top: 49%; width: 90%; } .framer-laL2L .framer-1o83o4p { padding: 120px 16px 120px 16px; } .framer-laL2L .framer-1wg9sy2 { flex-direction: column; } .framer-laL2L .framer-121zbs9 { flex: none; min-width: 300px; width: 100%; } .framer-laL2L .framer-1s62lg9 { flex-direction: column; gap: 0px; padding: 120px 16px 120px 16px; } .framer-laL2L .framer-1q0vcju { height: 521px; width: 100%; } .framer-laL2L .framer-tusyd9 { height: 62%; width: var(--framer-aspect-ratio-supported, 158px); } .framer-laL2L .framer-189mvw3 { width: var(--framer-aspect-ratio-supported, 141px); } .framer-laL2L .framer-2rhmcm { bottom: 130px; height: var(--framer-aspect-ratio-supported, 190px); left: 46px; right: unset; } .framer-laL2L .framer-15c5spk { left: unset; right: -1px; } .framer-laL2L .framer-1b2bjwf { flex-direction: column; gap: 60px; padding: 120px 16px 120px 16px; } .framer-laL2L .framer-1aezk7j-container { height: 720px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-laL2L .framer-lt3zzg, .framer-laL2L .framer-14qx3ky, .framer-laL2L .framer-41u9al, .framer-laL2L .framer-1wg9sy2, .framer-laL2L .framer-24hd57, .framer-laL2L .framer-1s62lg9, .framer-laL2L .framer-1b2bjwf { gap: 0px; } .framer-laL2L .framer-lt3zzg > * { margin: 0px; margin-bottom: calc(150px / 2); margin-top: calc(150px / 2); } .framer-laL2L .framer-lt3zzg > :first-child, .framer-laL2L .framer-14qx3ky > :first-child, .framer-laL2L .framer-41u9al > :first-child, .framer-laL2L .framer-1wg9sy2 > :first-child, .framer-laL2L .framer-24hd57 > :first-child, .framer-laL2L .framer-1s62lg9 > :first-child, .framer-laL2L .framer-1b2bjwf > :first-child { margin-top: 0px; } .framer-laL2L .framer-lt3zzg > :last-child, .framer-laL2L .framer-14qx3ky > :last-child, .framer-laL2L .framer-41u9al > :last-child, .framer-laL2L .framer-1wg9sy2 > :last-child, .framer-laL2L .framer-24hd57 > :last-child, .framer-laL2L .framer-1s62lg9 > :last-child, .framer-laL2L .framer-1b2bjwf > :last-child { margin-bottom: 0px; } .framer-laL2L .framer-14qx3ky > *, .framer-laL2L .framer-1b2bjwf > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-laL2L .framer-41u9al > *, .framer-laL2L .framer-24hd57 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-laL2L .framer-1wg9sy2 > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-laL2L .framer-1s62lg9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5810.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"hmxLxrAlT\":{\"layout\":[\"fixed\",\"auto\"]},\"EnQfc9VRx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-laL2L\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:5810.5,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_907NTxXUEKi4Rw.woff2\",weight:\"300\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2\",weight:\"500\"}]},...NavBarFonts,...ButtonIconFonts,...ArrowFonts,...Card1Fonts,...PricingCardFonts,...TypeformFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"5810.5\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hmxLxrAlT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EnQfc9VRx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "commonjsGlobal", "window", "global", "createCommonjsModule", "fn", "basedir", "module", "path", "base", "commonjsRequire", "build", "exports", "e", "t", "commonjsGlobal", "e2", "t2", "n", "o", "e3", "t3", "n2", "o2", "r2", "r", "i", "a", "c", "u", "s", "d", "l", "f", "p", "v", "m", "e4", "t4", "n3", "h", "b", "i2", "a2", "y", "g", "O", "_", "w", "P", "E", "C", "window", "s2", "d2", "l2", "f2", "p2", "v2", "e5", "i3", "c2", "i4", "navigator", "createPopover", "build", "createPopup", "createSidetab", "createSlider", "createWidget", "emptyStateStyle", "containerStyles", "neutralStateStyle", "stateTitleStyle", "stateParagraphStyle", "Widget", "withCSS", "id", "style", "onSubmit", "hideFooter", "hideHeaders", "disableAutoFocus", "props", "container", "pe", "ue", "widget", "createWidget", "p", "Typeform", "formId", "autoFocus", "handleSubmit", "e", "motion", "containerStyles", "u", "emptyStateStyle", "stateTitleStyle", "stateParagraphStyle", "addPropertyControls", "ControlType", "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", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "SVG", "css", "Framerwbpu60DT2", "withCSS", "wbpu60DT2_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonIconFonts", "getFonts", "wbpu60DT2_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "ComponentViewportProvider", "css", "FramerfLjmZtt7U", "withCSS", "fLjmZtt7U_default", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "css", "FramermuDw1psQf", "withCSS", "muDw1psQf_default", "addPropertyControls", "ControlType", "addFonts", "IconsFonts", "getFonts", "muDw1psQf_default", "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", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "RichText2", "css", "FramerhUYIP9wEu", "withCSS", "hUYIP9wEu_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "SVG", "css", "Framerx6OzUW4wD", "withCSS", "x6OzUW4wD_default", "addFonts", "fontStore", "fonts", "css", "className", "NavBarFonts", "getFonts", "IgPpNwxP6_default", "NavBarWithVariantAppearEffect", "withVariantAppearEffect", "ButtonIconFonts", "wbpu60DT2_default", "ArrowFonts", "x6OzUW4wD_default", "ImageWithFX", "withFX", "Image2", "MotionDivWithFX", "motion", "Card1Fonts", "hUYIP9wEu_default", "PricingCardFonts", "fLjmZtt7U_default", "TypeformFonts", "Typeform", "FooterFonts", "JoqvOVtKH_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transformTemplate1", "_", "t", "transformTemplate2", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "ref2", "elementId", "useRouteElementId", "elementId1", "ref3", "elementId2", "ref4", "elementId3", "ref5", "defaultLayoutId", "ae", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "NavBarWithVariantAppearEffect", "getLoadingLazyAtYPosition", "ImageWithFX", "Image2", "SVG", "RichText2", "x", "wbpu60DT2_default", "x6OzUW4wD_default", "MotionDivWithFX", "hUYIP9wEu_default", "fLjmZtt7U_default", "Typeform", "JoqvOVtKH_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "NavBarFonts", "ButtonIconFonts", "ArrowFonts", "Card1Fonts", "PricingCardFonts", "TypeformFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
