{"version":3,"file":"G-0azbYdxPpbiPAXRtvyqO2WEx2BQd_LNAKLmY2ilUg.DPPqlTH3.mjs","names":["emptyStateStyle","defaultEmptyStateStyle","stateTitleStyle","stateParagraphStyle","emptyStateStyle","stateTitleStyle","stateParagraphStyle","u","l","p","emptyStateStyle","Widget","Image","serializationHash","variantClassNames","toResponsiveImage","getProps","Component","className","RichText","css","AktoTopbarWhite","YouTube","Row","TestimonialCardCopy","ExploreTestChips","FooterDark","suffix","prefix","Test","metadata","className","PropertyOverrides","RichText","_Fragment","hRdJbEWAfbe1wbiwUP","idbe1wbiwUP","TqT53HCuIbe1wbiwUP","Blog","aRsDZYt0In49p81WDi","idn49p81WDi","iVdlLbOIfn49p81WDi","LXPPb0mj_n49p81WDi","vn6dNGyLHn49p81WDi","z73Iw8W3Bn49p81WDi","Image","aRsDZYt0IoCySsNKx4","idoCySsNKx4","iVdlLbOIfoCySsNKx4","LXPPb0mj_oCySsNKx4","vn6dNGyLHoCySsNKx4","z73Iw8W3BoCySsNKx4","css"],"sources":["https:/framer.com/m/framer/integrations-styles.js@^0.2.0","https:/framerusercontent.com/modules/3VbLlIQuOMJh9PZyYR3D/xG8adK1glTAxJchw5bER/ProductHunt.js","https:/cdn.skypack.dev/-/@typeform/embed@v1.32.0-uXop976GWPfuIsYTJLOe/dist=es2019,mode=imports/optimized/@typeform/embed.js","https:/cdn.skypack.dev/@typeform/embed@1.32.0","https:/framerusercontent.com/modules/F6IzcnH090BibK8JiJh0/MfEMY4LeLoFqPUtJ3OJA/Typeform.js","https:/framerusercontent.com/modules/3WpBEmEnUUTpLJj6jFNl/WqjhGtQMOSD2reWaJmrl/sQFVS6ZBk.js","https:/framerusercontent.com/modules/i6Vkv6qrbuze6G0Zai9j/TlngeQainTp12cqHredJ/l00sZVxyL.js"],"sourcesContent":["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{addPropertyControls,ControlType,motion}from\"framer\";import{containerStyles}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useMemo}from\"react\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@^0.2.0\";const BADGES={featured:\"featured.svg\",top:\"top-post-badge.svg\",review:\"review.svg\"};const productHuntRegex=/^https?:\\/\\/(?:www\\.)?producthunt\\.com\\/posts\\/([^\\/]*)/;/**\n * PRODUCT HUNT\n *\n * @framerIntrinsicWidth 250\n * @framerIntrinsicHeight 54\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */ export default function ProductHunt({url,type,theme,style,...props}){const badgeUrl=useMemo(()=>{var ref;const[,id]=(ref=url.match(productHuntRegex))!==null&&ref!==void 0?ref:[null,\"\"];if(!id)return null;return`https://api.producthunt.com/widgets/embed-image/v1/${BADGES[type]}?post_id=${id}&theme=${theme}`;},[url,type,theme]);return(/*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\"},...props,children:badgeUrl?/*#__PURE__*/ _jsx(motion.a,{href:url,target:\"_blank\",style:{...style,width:250,height:54},...props,children:/*#__PURE__*/ _jsx(\"img\",{src:badgeUrl,alt:\"Product Hunt Badge\",width:\"250\",height:\"54\"})}):/*#__PURE__*/ _jsxs(motion.div,{style:{...emptyStateStyle,...style},...props,children:[/*#__PURE__*/ _jsx(\"h1\",{style:stateTitleStyle,children:\"Product Hunt\"}),/*#__PURE__*/ _jsx(\"p\",{style:stateParagraphStyle,children:\"Set a product URL in the Properties.\"})]})}));};addPropertyControls(ProductHunt,{url:{type:ControlType.String,title:\"URL\",placeholder:\"https://www.producthunt.com/posts/***\",defaultValue:\"https://www.producthunt.com/posts/framer-for-web\"},type:{type:ControlType.Enum,title:\"Type\",options:[\"featured\",\"top\",\"review\"],optionTitles:[\"Featured\",\"Top Post Daily\",\"Leave a Review\"],defaultValue:\"featured\"},theme:{type:ControlType.Enum,options:[\"light\",\"dark\"],optionTitles:[\"Light\",\"Dark\"],displaySegmentedControl:true}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ProductHunt\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerIntrinsicHeight\":\"54\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"250\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ProductHunt.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","/*\n * Skypack CDN - @typeform/embed@1.32.0\n *\n * Learn more:\n *   📙 Package Documentation: https://www.skypack.dev/view/@typeform/embed\n *   📘 Skypack Documentation: https://www.skypack.dev/docs\n *\n * Pinned URL: (Optimized for Production)\n *   ▶️ Normal: https://cdn.skypack.dev/pin/@typeform/embed@v1.32.0-uXop976GWPfuIsYTJLOe/mode=imports/optimized/@typeform/embed.js\n *   ⏩ Minified: https://cdn.skypack.dev/pin/@typeform/embed@v1.32.0-uXop976GWPfuIsYTJLOe/mode=imports,min/optimized/@typeform/embed.js\n *\n */\n\n// Browser-Optimized Imports (Don't directly import the URLs below in your application!)\nexport * from '/-/@typeform/embed@v1.32.0-uXop976GWPfuIsYTJLOe/dist=es2019,mode=imports/optimized/@typeform/embed.js';\nexport {default} from '/-/@typeform/embed@v1.32.0-uXop976GWPfuIsYTJLOe/dist=es2019,mode=imports/optimized/@typeform/embed.js';\n","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…](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 (39913b4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/uxjXtq8qDiXZxRgQNNwX/HHTiMXFO1K4pd0YOq9qK/xZndidUCt.js\";const ImageWithFX=withFX(Image);const cycleOrder=[\"aKiIDT_Ey\"];const serializationHash=\"framer-2Vlyd\";const variantClassNames={aKiIDT_Ey:\"framer-v-13z3v7p\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:0,y:0};const transition2={damping:60,delay:.1,mass:4.9,stiffness:500,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,transition:transition2,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,logo,text,who,width,...props})=>{var _ref,_ref1,_ref2;return{...props,DmK8s2y0m:(_ref=text!==null&&text!==void 0?text:props.DmK8s2y0m)!==null&&_ref!==void 0?_ref:\"\\\"The text editor in Akto is absolutely remarkable. Its user-friendly YAML format strikes the perfect balance between simplicity and power. With intuitive features like 'API selection filter', 'Execute', Validate' creating test rules becomes incredibly easy.  Akto's test editor is a game-changer, enabling seamless creation of highly personalized and effective tests that could meet the needs of any modern day organization. \\\"\",q4UBYXKO7:(_ref1=who!==null&&who!==void 0?who:props.q4UBYXKO7)!==null&&_ref1!==void 0?_ref1:\"Rippling\",RK9Bk2AxF:(_ref2=logo!==null&&logo!==void 0?logo:props.RK9Bk2AxF)!==null&&_ref2!==void 0?_ref2:{src:\"https://framerusercontent.com/images/vdr83HD1xx2bJsUwMijKj9zsIA.jpg\"}};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,DmK8s2y0m,q4UBYXKO7,RK9Bk2AxF,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"aKiIDT_Ey\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-13z3v7p\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"aKiIDT_Ey\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-d76e7120-d27d-4da8-b15f-04234125e89d, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 8px 16px 0px rgba(0, 0, 0, 0.05), 0px 2px 4px 0px rgba(0, 0, 0, 0.1)\",...style},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2871efaa-9514-49f0-bdce-8b55dc66ec14, rgb(82, 80, 89)))\"},children:\"\\\"The text editor in Akto is absolutely remarkable. Its user-friendly YAML format strikes the perfect balance between simplicity and power. With intuitive features like 'API selection filter', 'Execute', Validate' creating test rules becomes incredibly easy.  Akto's test editor is a game-changer, enabling seamless creation of highly personalized and effective tests that could meet the needs of any modern day organization. \\\"\"})}),className:\"framer-uemaoo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xus9fnbS8\",style:{\"--extracted-r6o4lv\":\"var(--token-2871efaa-9514-49f0-bdce-8b55dc66ec14, rgb(82, 80, 89))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:DmK8s2y0m,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1khq0st\",layoutDependency:layoutDependency,layoutId:\"pDLj6Rwdb\",children:[/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:632,intrinsicWidth:512,pixelHeight:632,pixelWidth:512,sizes:\"40px\",...toResponsiveImage(RK9Bk2AxF),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-fwistb\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"pMtRXdLj1\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m8j55u\",layoutDependency:layoutDependency,layoutId:\"AAxEWQ_j_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6cd9cfb7-0483-41c2-b188-fa8fd28492c9, rgb(102, 102, 102)))\"},children:\"Security team,\"})}),className:\"framer-1cizd5j\",fonts:[\"GF;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"PUVtttXLR\",style:{\"--extracted-r6o4lv\":\"var(--token-6cd9cfb7-0483-41c2-b188-fa8fd28492c9, rgb(102, 102, 102))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6cd9cfb7-0483-41c2-b188-fa8fd28492c9, rgb(102, 102, 102)))\"},children:\"Rippling\"})}),className:\"framer-2kwmq\",fonts:[\"GF;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"x0t6w_Knv\",style:{\"--extracted-r6o4lv\":\"var(--token-6cd9cfb7-0483-41c2-b188-fa8fd28492c9, rgb(102, 102, 102))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:q4UBYXKO7,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2Vlyd.framer-r6n4n2, .framer-2Vlyd .framer-r6n4n2 { display: block; }\",\".framer-2Vlyd.framer-13z3v7p { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px; position: relative; width: 320px; }\",\".framer-2Vlyd .framer-uemaoo, .framer-2Vlyd .framer-1cizd5j, .framer-2Vlyd .framer-2kwmq { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2Vlyd .framer-1khq0st { align-content: center; align-items: center; 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-2Vlyd .framer-fwistb { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 40px; }\",\".framer-2Vlyd .framer-m8j55u { 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; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2Vlyd.framer-13z3v7p, .framer-2Vlyd .framer-1khq0st, .framer-2Vlyd .framer-m8j55u { gap: 0px; } .framer-2Vlyd.framer-13z3v7p > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-2Vlyd.framer-13z3v7p > :first-child, .framer-2Vlyd .framer-m8j55u > :first-child { margin-top: 0px; } .framer-2Vlyd.framer-13z3v7p > :last-child, .framer-2Vlyd .framer-m8j55u > :last-child { margin-bottom: 0px; } .framer-2Vlyd .framer-1khq0st > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-2Vlyd .framer-1khq0st > :first-child { margin-left: 0px; } .framer-2Vlyd .framer-1khq0st > :last-child { margin-right: 0px; } .framer-2Vlyd .framer-m8j55u > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",...sharedStyle.css,'.framer-2Vlyd[data-border=\"true\"]::after, .framer-2Vlyd [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 460\n * @framerIntrinsicWidth 320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"DmK8s2y0m\":\"text\",\"q4UBYXKO7\":\"who\",\"RK9Bk2AxF\":\"logo\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersQFVS6ZBk=withCSS(Component,css,\"framer-2Vlyd\");export default FramersQFVS6ZBk;FramersQFVS6ZBk.displayName=\"Testimonial Card Copy\";FramersQFVS6ZBk.defaultProps={height:460,width:320};addPropertyControls(FramersQFVS6ZBk,{DmK8s2y0m:{defaultValue:\"\\\"The text editor in Akto is absolutely remarkable. Its user-friendly YAML format strikes the perfect balance between simplicity and power. With intuitive features like 'API selection filter', 'Execute', Validate' creating test rules becomes incredibly easy.  Akto's test editor is a game-changer, enabling seamless creation of highly personalized and effective tests that could meet the needs of any modern day organization. \\\"\",displayTextArea:false,title:\"Text\",type:ControlType.String},q4UBYXKO7:{defaultValue:\"Rippling\",displayTextArea:false,title:\"Who?\",type:ControlType.String},RK9Bk2AxF:{__defaultAssetReference:\"data:framer/asset-reference,vdr83HD1xx2bJsUwMijKj9zsIA.jpg?originalFilename=Frame%402x.jpg&preferredSize=full\",title:\"Logo\",type:ControlType.ResponsiveImage}});addFonts(FramersQFVS6ZBk,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_Ew1D3s6ZKAi.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersQFVS6ZBk\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"320\",\"framerIntrinsicHeight\":\"460\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"DmK8s2y0m\\\":\\\"text\\\",\\\"q4UBYXKO7\\\":\\\"who\\\",\\\"RK9Bk2AxF\\\":\\\"logo\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sQFVS6ZBk.map","// Generated by Framer (f8a3e76)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ProductHunt from\"https://framerusercontent.com/modules/3VbLlIQuOMJh9PZyYR3D/xG8adK1glTAxJchw5bER/ProductHunt.js\";import Noise from\"https://framerusercontent.com/modules/bamMgJhjMszHbcnxCtZj/20nHFbpxFqdlchR1dDZF/Noise.js\";import Typeform from\"https://framerusercontent.com/modules/F6IzcnH090BibK8JiJh0/MfEMY4LeLoFqPUtJ3OJA/Typeform.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/fJ8vwGe6kxfz7kj9H7Sk/YouTube.js\";import DotsPattern from\"https://framerusercontent.com/modules/nZonktnzdp7SwXRSmmA1/ACqVi01rJaGzlC6PmFh4/DotsPattern.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/9zLIz4fn80IR9zpOx18Q/Embed.js\";import Row from\"#framer/local/canvasComponent/eJufKsM9L/eJufKsM9L.js\";import AktoTopbarWhite from\"#framer/local/canvasComponent/J_QoL10c5/J_QoL10c5.js\";import ExploreTestChips from\"#framer/local/canvasComponent/jWeGqCBlc/jWeGqCBlc.js\";import FooterDark from\"#framer/local/canvasComponent/ml8yRj9mK/ml8yRj9mK.js\";import TestimonialCardCopy from\"#framer/local/canvasComponent/sQFVS6ZBk/sQFVS6ZBk.js\";import Test from\"#framer/local/collection/MD3zWC9Kl/MD3zWC9Kl.js\";import Blog from\"#framer/local/collection/pZYaTzufw/pZYaTzufw.js\";import*as sharedStyle2 from\"#framer/local/css/A7achw_o6/A7achw_o6.js\";import*as sharedStyle5 from\"#framer/local/css/kxuv5xY05/kxuv5xY05.js\";import*as sharedStyle from\"#framer/local/css/QPj5HgT9i/QPj5HgT9i.js\";import*as sharedStyle4 from\"#framer/local/css/rsyb6Glr2/rsyb6Glr2.js\";import*as sharedStyle3 from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import*as sharedStyle1 from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import metadataProvider from\"#framer/local/webPageMetadata/l00sZVxyL/l00sZVxyL.js\";const AktoTopbarWhiteFonts=getFonts(AktoTopbarWhite);const NoiseFonts=getFonts(Noise);const EmbedFonts=getFonts(Embed);const YouTubeFonts=getFonts(YouTube);const RowFonts=getFonts(Row);const ProductHuntFonts=getFonts(ProductHunt);const TestimonialCardCopyFonts=getFonts(TestimonialCardCopy);const DotsPatternFonts=getFonts(DotsPattern);const ExploreTestChipsFonts=getFonts(ExploreTestChips);const TypeformFonts=getFonts(Typeform);const FooterDarkFonts=getFonts(FooterDark);const breakpoints={bG5ZGtBDy:\"(min-width: 800px) and (max-width: 1199px)\",hYWlUoCIg:\"(min-width: 1200px)\",xwZG0U2fb:\"(max-width: 799px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-MgDzM\";const variantClassNames={bG5ZGtBDy:\"framer-v-1pq4c3m\",hYWlUoCIg:\"framer-v-i29p3q\",xwZG0U2fb:\"framer-v-1vk7bfh\"};const suffix=(value,suffix)=>{if(typeof value===\"string\"&&typeof suffix===\"string\"){return value+suffix;}else if(typeof value===\"string\"){return value;}else if(typeof suffix===\"string\"){return suffix;}return\"\";};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const enumToDisplayName=value=>value;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"hYWlUoCIg\",Phone:\"xwZG0U2fb\",Tablet:\"bG5ZGtBDy\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"hYWlUoCIg\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"l00sZVxyL\",data:Test,type:\"Collection\"},select:[{collection:\"l00sZVxyL\",name:\"hRdJbEWAf\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"JibjYfEcY\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"rCFUwlv4n\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"PJxyKyHYM\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"AEV_IAZjb\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"eOLMG3FY9\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"xpcHsT2_h\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"goBKcqXyD\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"VyCfCbppE\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"tR9UDB9cL\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"dgyvKdPz8\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"jMG6pzUId\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"qWBw3moLf\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"LxZ_EkPFh\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"HR0_CEp9i\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"SdwnGFkvd\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"qOnx0GZ80\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"uzzdPsbfb\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"B44Q7gMLS\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"Y9eKiMDYs\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"MDNe8qLHM\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"NLmTMQPIq\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"FgB0JOQSH\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"QEq3QPJzL\",type:\"Identifier\"},{collection:\"l00sZVxyL\",name:\"m9HrvxpOS\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"l00sZVxyL\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,hRdJbEWAf=getFromCurrentRouteData(\"hRdJbEWAf\")??\"\",PJxyKyHYM=getFromCurrentRouteData(\"PJxyKyHYM\")??\"\",rCFUwlv4n=getFromCurrentRouteData(\"rCFUwlv4n\")??\"\",AEV_IAZjb=getFromCurrentRouteData(\"AEV_IAZjb\")??true,JibjYfEcY=getFromCurrentRouteData(\"JibjYfEcY\")??\"\",tR9UDB9cL=getFromCurrentRouteData(\"tR9UDB9cL\")??\"\",eOLMG3FY9=getFromCurrentRouteData(\"eOLMG3FY9\")??\"\",xpcHsT2_h=getFromCurrentRouteData(\"xpcHsT2_h\")??\"\",m9HrvxpOS=getFromCurrentRouteData(\"m9HrvxpOS\")??\"\",dgyvKdPz8=getFromCurrentRouteData(\"dgyvKdPz8\")??\"\",jMG6pzUId=getFromCurrentRouteData(\"jMG6pzUId\")??\"\",LxZ_EkPFh=getFromCurrentRouteData(\"LxZ_EkPFh\")??\"\",qWBw3moLf=getFromCurrentRouteData(\"qWBw3moLf\")??\"\",HR0_CEp9i=getFromCurrentRouteData(\"HR0_CEp9i\")??\"\",SdwnGFkvd=getFromCurrentRouteData(\"SdwnGFkvd\")??\"\",qOnx0GZ80=getFromCurrentRouteData(\"qOnx0GZ80\")??\"\",uzzdPsbfb=getFromCurrentRouteData(\"uzzdPsbfb\")??\"\",B44Q7gMLS=getFromCurrentRouteData(\"B44Q7gMLS\")??\"\",Y9eKiMDYs=getFromCurrentRouteData(\"Y9eKiMDYs\")??\"\",MDNe8qLHM=getFromCurrentRouteData(\"MDNe8qLHM\")??\"\",NLmTMQPIq=getFromCurrentRouteData(\"NLmTMQPIq\")??\"\",FgB0JOQSH=getFromCurrentRouteData(\"FgB0JOQSH\")??\"\",QEq3QPJzL=getFromCurrentRouteData(\"QEq3QPJzL\")??\"\",TqT53HCuIbe1wbiwUP,hRdJbEWAfbe1wbiwUP,idbe1wbiwUP,LXPPb0mj_n49p81WDi,aRsDZYt0In49p81WDi,vn6dNGyLHn49p81WDi,iVdlLbOIfn49p81WDi,z73Iw8W3Bn49p81WDi,idn49p81WDi,goBKcqXyD=getFromCurrentRouteData(\"goBKcqXyD\")??\"\",LXPPb0mj_oCySsNKx4,aRsDZYt0IoCySsNKx4,vn6dNGyLHoCySsNKx4,iVdlLbOIfoCySsNKx4,z73Iw8W3BoCySsNKx4,idoCySsNKx4,VyCfCbppE=getFromCurrentRouteData(\"VyCfCbppE\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"hYWlUoCIg\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-i29p3q\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-qhvsj0-container\",nodeId:\"Qe3eElKjb\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bG5ZGtBDy:{variant:\"odAj9JkQP\"},xwZG0U2fb:{variant:\"odAj9JkQP\"}},children:/*#__PURE__*/_jsx(AktoTopbarWhite,{height:\"100%\",id:\"Qe3eElKjb\",layoutId:\"Qe3eElKjb\",style:{width:\"100%\"},variant:\"JdJxmqFx6\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17gt72k\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-j71s2r-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Srdw8lDNg\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(Noise,{backgroundSize:141,borderRadius:0,height:\"100%\",id:\"Srdw8lDNg\",layoutId:\"Srdw8lDNg\",opacity:.1,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14ka8j1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-85fra8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fim8l1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vc621i\",\"data-framer-name\":\"Atom/Back Link\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-4967afd1-5e9d-4945-bad4-8a931fe26943, rgb(20, 18, 23))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ky8_PXp6f\"},motionChild:true,nodeId:\"etHKgSmxP\",openInNewTab:false,scopeId:\"l00sZVxyL\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ba8gkf\",\"data-styles-preset\":\"QPj5HgT9i\",children:\"Home\"})})})}),className:\"framer-cgrfhe\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-e5858777-5520-4cec-914c-77f82c31e16b, rgb(103, 102, 110))\"},children:\"/\"})}),className:\"framer-1viog0l\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-4967afd1-5e9d-4945-bad4-8a931fe26943, rgb(20, 18, 23))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"F7xI3sr2O\"},motionChild:true,nodeId:\"VnWEpFVeP\",openInNewTab:false,scopeId:\"l00sZVxyL\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ba8gkf\",\"data-styles-preset\":\"QPj5HgT9i\",children:\"Test\"})})})}),className:\"framer-1di0yj7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-e5858777-5520-4cec-914c-77f82c31e16b, rgb(103, 102, 110))\"},children:\"/\"})}),className:\"framer-1luqxy1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-7ad6e373-62ee-40d4-917f-6382f7e4467e, rgb(199, 198, 204))\"},children:\"JWT authentication bypass via jku header injection\"})}),className:\"framer-84d7fb\",fonts:[\"Inter-Medium\"],text:hRdJbEWAf,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",children:\"IDOR by adding user id in query params\"})}),className:\"framer-g9zo1z\",fonts:[\"Inter\"],text:hRdJbEWAf,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlbmVyYWwgU2FucyBNZWRpdW0=\",\"--framer-font-family\":'\"General Sans Medium\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-2b97971a-0f0c-4b6e-a759-9c2687e21a78, rgb(226, 225, 229))\"},children:\"In id lorem in dolor euismod porta. Morbi nec odio nisi. in dolor euismod lmfao is not true than what is\"})}),className:\"framer-nh89zd\",fonts:[\"CUSTOM;General Sans Medium\"],text:PJxyKyHYM,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlbmVyYWwgU2FucyBNZWRpdW0=\",\"--framer-font-family\":'\"General Sans Medium\", sans-serif',\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-2b97971a-0f0c-4b6e-a759-9c2687e21a78, rgb(226, 225, 229))\"},children:\"by Akto\"})}),className:\"framer-1070p26\",fonts:[\"CUSTOM;General Sans Medium\"],text:rCFUwlv4n,verticalAlignment:\"top\",withExternalLayout:true})]}),AEV_IAZjb&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-d4r2pp\",\"data-border\":true,\"data-framer-name\":\"Chips\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlbmVyYWwgU2FucyBTZW1pYm9sZA==\",\"--framer-font-family\":'\"General Sans Semibold\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-45fec4bb-a0dd-464c-9be1-69acbac8e4f7, rgb(142, 217, 163))\"},children:\"Business Logic\"})}),className:\"framer-1xg2a0k\",fonts:[\"CUSTOM;General Sans Semibold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"footer\",{className:\"framer-qc5his\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uqrlre-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"oxpsaYRUd\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bG5ZGtBDy:{html:prefix(suffix(JibjYfEcY,'\" style=\"width: 1440px;height: 800px;border:none;transform: scale(0.5) translate(0, -10%);\" >'),'<iframe src=\"')},xwZG0U2fb:{html:prefix(suffix(JibjYfEcY,'\" style=\"width: 320%;height: 320%;border:none;transform: scale(0.3) translate(0, -100%)\" >'),'<iframe src=\"')}},children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:prefix(suffix(JibjYfEcY,'\" style=\"width: 1440px;height: 800px;border:none;transform: scale(0.75) translate(0, -15%);\" >'),'<iframe src=\"'),id:\"oxpsaYRUd\",layoutId:\"oxpsaYRUd\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},type:\"url\",url:JibjYfEcY,width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xwZG0U2fb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"8px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d6c491cf-1477-4bea-806e-0e66d820a4a4, rgb(135, 134, 140))\"},children:'\"The parameters.yml file is a configuration file used in Symfony-based applications to store sensitive information like database credentials, API keys, and encryption settings. Its exposure can lead to unauthorized access, data leaks, and potential security vulnerabilities if not properly protected or restricted.The parameters.yml file often contains critical information required for the functioning of the application, making it a prime target for attackers seeking to exploit misconfigurations or gain unauthorized access to sensitive resources.\" '})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d6c491cf-1477-4bea-806e-0e66d820a4a4, rgb(135, 134, 140))\"},children:'\"The parameters.yml file is a configuration file used in Symfony-based applications to store sensitive information like database credentials, API keys, and encryption settings. Its exposure can lead to unauthorized access, data leaks, and potential security vulnerabilities if not properly protected or restricted.The parameters.yml file often contains critical information required for the functioning of the application, making it a prime target for attackers seeking to exploit misconfigurations or gain unauthorized access to sensitive resources.\" '})}),className:\"framer-1bfspp5\",fonts:[\"Inter\"],text:tR9UDB9cL,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pakna7\",\"data-border\":true,\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14150na\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16a2d8s\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xwZG0U2fb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-v6iloh\",\"data-styles-preset\":\"A7achw_o6\",style:{\"--framer-text-alignment\":\"center\"},children:\"Impact of the vulnerability\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-v6iloh\",\"data-styles-preset\":\"A7achw_o6\",children:\"Impact of the vulnerability\"})}),className:\"framer-1obai2d\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xwZG0U2fb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-2b97971a-0f0c-4b6e-a759-9c2687e21a78, rgb(226, 225, 229))\"},children:\"The impact of CRLF injections varies depending on the attack context, but will typically cover all the consequences of cross-site scripting and information disclosure that the injection allowed. The technique can also be used to deactivate certain security restrictions like XSS filters and same-origin policy in the victim’s browser, paving the way for other malicious attacks.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-color\":\"var(--token-2b97971a-0f0c-4b6e-a759-9c2687e21a78, rgb(226, 225, 229))\"},children:\"The impact of CRLF injections varies depending on the attack context, but will typically cover all the consequences of cross-site scripting and information disclosure that the injection allowed. The technique can also be used to deactivate certain security restrictions like XSS filters and same-origin policy in the victim’s browser, paving the way for other malicious attacks.\"})}),className:\"framer-1wf1fsr\",fonts:[\"Inter\"],text:eOLMG3FY9,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17yw170-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"tjRPtFdOo\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"tjRPtFdOo\",isMixedBorderRadius:false,isRed:true,layoutId:\"tjRPtFdOo\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:xpcHsT2_h,width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6hw8m3\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-v6iloh\",\"data-styles-preset\":\"A7achw_o6\",style:{\"--framer-text-alignment\":\"left\"},children:\"How this template works\"})}),className:\"framer-l91rpg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-idpbmz\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16wrliv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-qd7emw\",\"data-styles-preset\":\"rsyb6Glr2\",children:\"APIs Selection\"})}),className:\"framer-1dqkcnq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Though mobile apps create contextual experiences for patients and staff, they are also vulnerable to API attacks.\"})}),className:\"framer-1sw9k60\",fonts:[\"Inter\"],text:m9HrvxpOS,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ru5iyz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-qd7emw\",\"data-styles-preset\":\"rsyb6Glr2\",children:\"Execute request\"})}),className:\"framer-aj1e23\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Though mobile apps create contextual experiences for patients and staff, they are also vulnerable to API attacks.\"})}),className:\"framer-4jnl4n\",fonts:[\"Inter\"],text:dgyvKdPz8,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zsb93i\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-qd7emw\",\"data-styles-preset\":\"rsyb6Glr2\",children:\"Validation\"})}),className:\"framer-edjikp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Though mobile apps create contextual experiences for patients and staff, they are also vulnerable to API attacks.\"})}),className:\"framer-wxghm1\",fonts:[\"Inter\"],text:jMG6pzUId,verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kaie4x\",\"data-border\":true,\"data-framer-name\":\"FAQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-v6iloh\",\"data-styles-preset\":\"A7achw_o6\",style:{\"--framer-text-alignment\":\"left\"},children:\"Frequently asked\\xa0questions\"})}),className:\"framer-1q3470e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w8388\",\"data-framer-name\":\"Column\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bfgyet\",\"data-framer-name\":\"Accordion\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bG5ZGtBDy:{width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 124px, 1200px), 1px) - 40px)`},xwZG0U2fb:{width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px), 1px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:63,width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 200px, 1200px), 1px) - 40px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wpfsud-container\",nodeId:\"CoBbSYRhb\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"CoBbSYRhb\",layoutId:\"CoBbSYRhb\",style:{width:\"100%\"},T8rQFvSBR:qWBw3moLf,variant:\"MU_7dNmQw\",W88zB8mIG:LxZ_EkPFh,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hs0bem\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bG5ZGtBDy:{width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 124px, 1200px), 1px) - 40px)`},xwZG0U2fb:{width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px), 1px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:63,width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 200px, 1200px), 1px) - 40px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dq76su-container\",nodeId:\"iL41tN27h\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"iL41tN27h\",layoutId:\"iL41tN27h\",style:{width:\"100%\"},T8rQFvSBR:SdwnGFkvd,variant:\"MU_7dNmQw\",W88zB8mIG:HR0_CEp9i,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14msi2q\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bG5ZGtBDy:{width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 124px, 1200px), 1px) - 40px)`},xwZG0U2fb:{width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px), 1px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:63,width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 200px, 1200px), 1px) - 40px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dnlgzp-container\",nodeId:\"ynUXFtlko\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"ynUXFtlko\",layoutId:\"ynUXFtlko\",style:{width:\"100%\"},T8rQFvSBR:uzzdPsbfb,variant:\"MU_7dNmQw\",W88zB8mIG:qOnx0GZ80,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ooija7\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bG5ZGtBDy:{width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 124px, 1200px), 1px) - 40px)`},xwZG0U2fb:{width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px), 1px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:63,width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 200px, 1200px), 1px) - 40px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5wp8su-container\",nodeId:\"haeg5xxwt\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"haeg5xxwt\",layoutId:\"haeg5xxwt\",style:{width:\"100%\"},T8rQFvSBR:Y9eKiMDYs,variant:\"MU_7dNmQw\",W88zB8mIG:B44Q7gMLS,width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bG5ZGtBDy:{width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 124px, 1200px), 1px) - 40px)`},xwZG0U2fb:{width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px), 1px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:63,width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 200px, 1200px), 1px) - 40px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1axqjz3-container\",nodeId:\"b_CF1MGTi\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"b_CF1MGTi\",layoutId:\"b_CF1MGTi\",style:{width:\"100%\"},T8rQFvSBR:NLmTMQPIq,variant:\"MU_7dNmQw\",W88zB8mIG:MDNe8qLHM,width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bG5ZGtBDy:{width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 124px, 1200px), 1px) - 40px)`},xwZG0U2fb:{width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px), 1px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:63,width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 200px, 1200px), 1px) - 40px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mwhzgj-container\",nodeId:\"xeiTGSDmR\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(Row,{height:\"100%\",id:\"xeiTGSDmR\",layoutId:\"xeiTGSDmR\",style:{width:\"100%\"},T8rQFvSBR:QEq3QPJzL,variant:\"MU_7dNmQw\",W88zB8mIG:FgB0JOQSH,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jvudkh\",\"data-framer-name\":\"Line\"})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y94dkt\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b76b7t\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xwZG0U2fb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-v6iloh\",\"data-styles-preset\":\"A7achw_o6\",style:{\"--framer-text-alignment\":\"center\"},children:\"Loved by security teams!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-v6iloh\",\"data-styles-preset\":\"A7achw_o6\",children:\"Loved by security teams!\"})}),className:\"framer-1uhlwde\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dvvu1l-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"wPPluFAMr\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(ProductHunt,{height:\"100%\",id:\"wPPluFAMr\",layoutId:\"wPPluFAMr\",theme:\"light\",type:\"featured\",url:\"https://www.producthunt.com/posts/akto-s-test-editor\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qykmzf\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bG5ZGtBDy:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 124px, 1200px) * 0.4956)`},xwZG0U2fb:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:460,width:`calc(min(${componentViewport?.width||\"100vw\"} - 200px, 1200px) * 0.495)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c3rb75-container\",nodeId:\"OLBMaqF0M\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bG5ZGtBDy:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(TestimonialCardCopy,{DmK8s2y0m:\"\\\"We are absolutely thrilled with the testing feature of Akto. We have used it on our graphQL endpoints and it performs flawlessly identifying common API security issues. It's truly a game-changer and we highly recommend Akto to anyone looking to effortlessly secure their API endpoints. With a user-friendly interface, it's the perfect solution for anyone looking to embrace custom rules with context to reduce false positives.\\\"\",height:\"100%\",id:\"OLBMaqF0M\",layoutId:\"OLBMaqF0M\",q4UBYXKO7:\"Loom\",RK9Bk2AxF:addImageAlt({src:\"https://framerusercontent.com/images/Nd9t2fSuDVLlnc3sE2E42TcJqIE.png\",srcSet:\"https://framerusercontent.com/images/Nd9t2fSuDVLlnc3sE2E42TcJqIE.png?scale-down-to=512 512w,https://framerusercontent.com/images/Nd9t2fSuDVLlnc3sE2E42TcJqIE.png 950w\"},\"Loom Company logo\"),style:{width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bG5ZGtBDy:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 124px, 1200px) * 0.473)`},xwZG0U2fb:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1200px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:460,width:`calc(min(${componentViewport?.width||\"100vw\"} - 200px, 1200px) * 0.473)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g5mfdt-container\",nodeId:\"GOIvD8ZP9\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(TestimonialCardCopy,{DmK8s2y0m:\"\\\"The text editor in Akto is absolutely remarkable. Its user-friendly YAML format strikes the perfect balance between simplicity and power. With intuitive features like 'API selection filter', 'Execute', Validate' creating test rules becomes incredibly easy.  Akto's test editor is a game-changer, enabling seamless creation of highly personalized and effective tests that could meet the needs of any modern day organization. \\\"\",height:\"100%\",id:\"GOIvD8ZP9\",layoutId:\"GOIvD8ZP9\",q4UBYXKO7:\"Rippling\",RK9Bk2AxF:addImageAlt({src:\"https://framerusercontent.com/images/XvAaG1WyV9xS0pJ5FiT20flA8cg.png\"},\"Rippling Company logo\"),style:{width:\"100%\"},width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-73xpd2\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-h7mv9q-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"hoCvgG83q\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(DotsPattern,{alignH:\"center\",alignV:\"center\",bottomLeft:0,bottomRight:0,dotColor:\"var(--token-e5858777-5520-4cec-914c-77f82c31e16b, rgb(103, 102, 110))\",dotSize:1,fill:\"var(--token-bb3a7224-77d5-44fd-b23e-e06fbed0bcd6, rgb(10, 9, 13))\",height:\"100%\",id:\"hoCvgG83q\",layoutId:\"hoCvgG83q\",radius:0,radiusIsMixed:false,spacing:10,style:{height:\"100%\",width:\"100%\"},topLeft:0,topRight:0,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-v6iloh\",\"data-styles-preset\":\"A7achw_o6\",style:{\"--framer-text-color\":\"var(--token-dec5f1b6-5f66-4d83-a1e9-86d13b3afda6, rgb(255, 255, 255))\"},children:\"Explore other tests\"})}),className:\"framer-177i2tb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9fnk95\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-wdgqyq\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"be1wbiwUP\",data:Test,type:\"Collection\"},limit:{type:\"LiteralValue\",value:12},select:[{collection:\"be1wbiwUP\",name:\"TqT53HCuI\",type:\"Identifier\"},{collection:\"be1wbiwUP\",name:\"hRdJbEWAf\",type:\"Identifier\"},{collection:\"be1wbiwUP\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"be1wbiwUP\",name:\"rCFUwlv4n\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:rCFUwlv4n},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"be1wbiwUP\",name:\"hRdJbEWAf\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:hRdJbEWAf},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({hRdJbEWAf:hRdJbEWAfbe1wbiwUP,id:idbe1wbiwUP,TqT53HCuI:TqT53HCuIbe1wbiwUP},index)=>{TqT53HCuIbe1wbiwUP??=\"\";hRdJbEWAfbe1wbiwUP??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`be1wbiwUP-${idbe1wbiwUP}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{TqT53HCuI:TqT53HCuIbe1wbiwUP},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{TqT53HCuI:TqT53HCuIbe1wbiwUP},webPageId:\"l00sZVxyL\"},motionChild:true,nodeId:\"Z59JZBmT1\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-hj4y8j framer-1llu3me\",\"data-framer-name\":\"Post\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-i5oyd6-container\",nodeId:\"WJNOSaxy9\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(ExploreTestChips,{height:\"100%\",id:\"WJNOSaxy9\",layoutId:\"WJNOSaxy9\",Q7TWhdpZU:hRdJbEWAfbe1wbiwUP,width:\"100%\"})})})})})})},idbe1wbiwUP);})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-arc9vf\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-v6iloh\",\"data-styles-preset\":\"A7achw_o6\",style:{\"--framer-text-alignment\":\"left\"},children:\"Learn more:\"})}),className:\"framer-97760i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vog1x0\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kc9jkn\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"n49p81WDi\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"n49p81WDi\",name:\"LXPPb0mj_\",type:\"Identifier\"},{collection:\"n49p81WDi\",name:\"aRsDZYt0I\",type:\"Identifier\"},{collection:\"n49p81WDi\",name:\"vn6dNGyLH\",type:\"Identifier\"},{collection:\"n49p81WDi\",name:\"iVdlLbOIf\",type:\"Identifier\"},{collection:\"n49p81WDi\",name:\"z73Iw8W3B\",type:\"Identifier\"},{collection:\"n49p81WDi\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"n49p81WDi\",name:\"LXPPb0mj_\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:goBKcqXyD},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({aRsDZYt0I:aRsDZYt0In49p81WDi,id:idn49p81WDi,iVdlLbOIf:iVdlLbOIfn49p81WDi,LXPPb0mj_:LXPPb0mj_n49p81WDi,vn6dNGyLH:vn6dNGyLHn49p81WDi,z73Iw8W3B:z73Iw8W3Bn49p81WDi},index1)=>{LXPPb0mj_n49p81WDi??=\"\";iVdlLbOIfn49p81WDi??=\"\";z73Iw8W3Bn49p81WDi??=\"\";const textContent=enumToDisplayName(vn6dNGyLHn49p81WDi,activeLocale);return /*#__PURE__*/_jsx(LayoutGroup,{id:`n49p81WDi-${idn49p81WDi}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{LXPPb0mj_:LXPPb0mj_n49p81WDi},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{LXPPb0mj_:LXPPb0mj_n49p81WDi},webPageId:\"yW7V41O6C\"},motionChild:true,nodeId:\"fmoYDhbCN\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-43ina1 framer-1llu3me\",\"data-border\":true,\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bG5ZGtBDy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:675,intrinsicWidth:1200,pixelHeight:675,pixelWidth:1200,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 124px, 1200px) * 0.4763 - 48px) / 3, 90px) * 3 + 48px)`,...toResponsiveImage(aRsDZYt0In49p81WDi)}},xwZG0U2fb:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:675,intrinsicWidth:1200,pixelHeight:675,pixelWidth:1200,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 40px, 1200px) - 48px) / 3, 97px) * 3 + 48px)`,...toResponsiveImage(aRsDZYt0In49p81WDi)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:675,intrinsicWidth:1200,pixelHeight:675,pixelWidth:1200,sizes:\"484px\",...toResponsiveImage(aRsDZYt0In49p81WDi)},className:\"framer-1d1w5hu\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12on981\",\"data-border\":true,\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qds1da\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h0xrb0\",\"data-framer-name\":\"Info\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1noqssm\",\"data-framer-name\":\"Frame 61\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlbmVyYWwgU2FucyBNZWRpdW0=\",\"--framer-font-family\":'\"General Sans Medium\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-dec5f1b6-5f66-4d83-a1e9-86d13b3afda6, rgb(255, 255, 255))\"},children:\"Content\"})}),className:\"framer-14adimu\",\"data-framer-name\":\"Engineering\",fonts:[\"CUSTOM;General Sans Medium\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yd99ux\",\"data-styles-preset\":\"kxuv5xY05\",children:\"5 min read\"})}),className:\"framer-1bxmaat\",\"data-framer-name\":\"5 min read\",fonts:[\"Inter\"],text:iVdlLbOIfn49p81WDi,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qnmdqf\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-qd7emw\",\"data-styles-preset\":\"rsyb6Glr2\",children:\"Title\"})}),className:\"framer-1rzmdka\",\"data-framer-name\":\"What is a Decentralized Autonomous Organization ?\",fonts:[\"Inter\"],text:z73Iw8W3Bn49p81WDi,verticalAlignment:\"top\",withExternalLayout:true})})]})})]})})})},idn49p81WDi);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hmp8y3\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"oCySsNKx4\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"oCySsNKx4\",name:\"LXPPb0mj_\",type:\"Identifier\"},{collection:\"oCySsNKx4\",name:\"aRsDZYt0I\",type:\"Identifier\"},{collection:\"oCySsNKx4\",name:\"vn6dNGyLH\",type:\"Identifier\"},{collection:\"oCySsNKx4\",name:\"iVdlLbOIf\",type:\"Identifier\"},{collection:\"oCySsNKx4\",name:\"z73Iw8W3B\",type:\"Identifier\"},{collection:\"oCySsNKx4\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"oCySsNKx4\",name:\"LXPPb0mj_\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:VyCfCbppE},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({aRsDZYt0I:aRsDZYt0IoCySsNKx4,id:idoCySsNKx4,iVdlLbOIf:iVdlLbOIfoCySsNKx4,LXPPb0mj_:LXPPb0mj_oCySsNKx4,vn6dNGyLH:vn6dNGyLHoCySsNKx4,z73Iw8W3B:z73Iw8W3BoCySsNKx4},index2)=>{LXPPb0mj_oCySsNKx4??=\"\";iVdlLbOIfoCySsNKx4??=\"\";z73Iw8W3BoCySsNKx4??=\"\";const textContent1=enumToDisplayName(vn6dNGyLHoCySsNKx4,activeLocale);return /*#__PURE__*/_jsx(LayoutGroup,{id:`oCySsNKx4-${idoCySsNKx4}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{LXPPb0mj_:LXPPb0mj_oCySsNKx4},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{LXPPb0mj_:LXPPb0mj_oCySsNKx4},webPageId:\"yW7V41O6C\"},motionChild:true,nodeId:\"rrHEO1jGS\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1yhxpwo framer-1llu3me\",\"data-border\":true,\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bG5ZGtBDy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:675,intrinsicWidth:1200,pixelHeight:675,pixelWidth:1200,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 124px, 1200px) * 0.4763 - 48px) / 3, 90px) * 3 + 48px)`,...toResponsiveImage(aRsDZYt0IoCySsNKx4)}},xwZG0U2fb:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:675,intrinsicWidth:1200,pixelHeight:675,pixelWidth:1200,sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 40px, 1200px) - 48px) / 3, 90px) * 3 + 48px)`,...toResponsiveImage(aRsDZYt0IoCySsNKx4)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:675,intrinsicWidth:1200,pixelHeight:675,pixelWidth:1200,sizes:\"472px\",...toResponsiveImage(aRsDZYt0IoCySsNKx4)},className:\"framer-1h0yk9g\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-h94q1e\",\"data-border\":true,\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m8ueys\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i92tty\",\"data-framer-name\":\"Info\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-v4pjji\",\"data-framer-name\":\"Frame 61\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlbmVyYWwgU2FucyBNZWRpdW0=\",\"--framer-font-family\":'\"General Sans Medium\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-dec5f1b6-5f66-4d83-a1e9-86d13b3afda6, rgb(255, 255, 255))\"},children:\"Content\"})}),className:\"framer-fr6cm9\",\"data-framer-name\":\"Engineering\",fonts:[\"CUSTOM;General Sans Medium\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yd99ux\",\"data-styles-preset\":\"kxuv5xY05\",children:\"5 min read\"})}),className:\"framer-1fcbxv4\",\"data-framer-name\":\"5 min read\",fonts:[\"Inter\"],text:iVdlLbOIfoCySsNKx4,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1poeaec\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-qd7emw\",\"data-styles-preset\":\"rsyb6Glr2\",children:\"Title\"})}),className:\"framer-12rmkw9\",\"data-framer-name\":\"What is a Decentralized Autonomous Organization ?\",fonts:[\"Inter\"],text:z73Iw8W3BoCySsNKx4,verticalAlignment:\"top\",withExternalLayout:true})})]})})]})})})},idoCySsNKx4);})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ibucmc\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nfh6r6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y6rwkd\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xwZG0U2fb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-v6iloh\",\"data-styles-preset\":\"A7achw_o6\",style:{\"--framer-text-alignment\":\"center\"},children:\"Suggest API security tests\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-v6iloh\",\"data-styles-preset\":\"A7achw_o6\",style:{\"--framer-text-alignment\":\"left\"},children:\"Suggest API security tests\"})}),className:\"framer-fwhu0b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xwZG0U2fb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\"},children:\"We're actively building the test library. Suggest a test! If we like your suggestion, you will see it in the library in few days.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"We're actively building the test library. Suggest a test! If we like your suggestion, you will see it in the library in few days.\"})}),className:\"framer-11pc26d\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t37ysj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xl6zqEjXi\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(Typeform,{autoFocus:false,formId:\"https://5vd9yblhb6r.typeform.com/to/uxllc3K8\",height:\"100%\",hideFooter:true,hideHeaders:false,id:\"xl6zqEjXi\",layoutId:\"xl6zqEjXi\",style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:880,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1azua5x-container\",nodeId:\"OHm_5aloP\",scopeId:\"l00sZVxyL\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bG5ZGtBDy:{variant:\"aR8ygJp22\"},xwZG0U2fb:{variant:\"WR_W2ajRw\"}},children:/*#__PURE__*/_jsx(FooterDark,{height:\"100%\",id:\"OHm_5aloP\",layoutId:\"OHm_5aloP\",style:{width:\"100%\"},variant:\"JnpAGX1cB\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MgDzM.framer-1llu3me, .framer-MgDzM .framer-1llu3me { display: block; }\",\".framer-MgDzM.framer-i29p3q { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-MgDzM .framer-qhvsj0-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 10; }\",'.framer-MgDzM .framer-17gt72k { --border-bottom-width: 1px; --border-color: var(--token-e900b320-3bdb-4405-92d5-cc653a9441aa, #2d2c33); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-2e29d5f8-af5e-4364-9520-bcf762e1f403, #2f1a52) /* {\"name\":\"Primary/Purple-05\"} */ 0%, var(--token-1ac7c5d6-b14e-4b2a-b8c5-ce249737fb92, rgb(0, 0, 0)) /* {\"name\":\"Black\"} */ 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 75px 100px 64px 100px; position: relative; width: 100%; }',\".framer-MgDzM .framer-j71s2r-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-MgDzM .framer-14ka8j1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MgDzM .framer-85fra8 { 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: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MgDzM .framer-fim8l1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MgDzM .framer-1vc621i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MgDzM .framer-cgrfhe, .framer-MgDzM .framer-1di0yj7 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-MgDzM .framer-1viog0l, .framer-MgDzM .framer-1luqxy1, .framer-MgDzM .framer-84d7fb { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-MgDzM .framer-g9zo1z { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 73%; word-break: break-word; word-wrap: break-word; }\",\".framer-MgDzM .framer-nh89zd { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 71%; word-break: break-word; word-wrap: break-word; }\",\".framer-MgDzM .framer-1070p26, .framer-MgDzM .framer-1sw9k60, .framer-MgDzM .framer-4jnl4n, .framer-MgDzM .framer-wxghm1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MgDzM .framer-d4r2pp { --border-bottom-width: 1px; --border-color: var(--token-45fec4bb-a0dd-464c-9be1-69acbac8e4f7, #8ed9a3); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: var(--token-bb3a7224-77d5-44fd-b23e-e06fbed0bcd6, #0a090d); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 8px 12px 8px 12px; position: relative; width: min-content; }\",\".framer-MgDzM .framer-1xg2a0k { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-MgDzM .framer-qc5his { align-content: center; align-items: center; background-color: var(--token-bb3a7224-77d5-44fd-b23e-e06fbed0bcd6, #0a090d); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 953px; justify-content: center; overflow: hidden; padding: 40px 32px 64px 32px; position: relative; width: 100%; }\",\".framer-MgDzM .framer-1uqrlre-container { flex: none; height: 100%; max-width: 1200px; position: relative; width: 100%; z-index: 1; }\",\".framer-MgDzM .framer-1bfspp5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1200px; position: relative; white-space: pre-wrap; width: 93%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",'.framer-MgDzM .framer-1pakna7 { --border-bottom-width: 1px; --border-color: var(--token-e900b320-3bdb-4405-92d5-cc653a9441aa, #2d2c33); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background: radial-gradient(34.2% 67.10000000000001% at 67.60000000000001% 50%, var(--token-2e29d5f8-af5e-4364-9520-bcf762e1f403, #2f1a52) /* {\"name\":\"Primary/Purple-05\"} */ 0%, rgb(0, 0, 0) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 84px 100px 84px 100px; position: relative; width: 100%; }',\".framer-MgDzM .framer-14150na { 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: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-MgDzM .framer-16a2d8s { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-MgDzM .framer-1obai2d { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MgDzM .framer-1wf1fsr { flex: none; height: auto; opacity: 0.6; overflow: visible; position: relative; white-space: pre-wrap; width: 96%; word-break: break-word; word-wrap: break-word; }\",\".framer-MgDzM .framer-17yw170-container { aspect-ratio: 1.7037037037037037 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 317px); position: relative; width: 54%; }\",\".framer-MgDzM .framer-6hw8m3 { --border-bottom-width: 1px; --border-color: var(--token-e900b320-3bdb-4405-92d5-cc653a9441aa, #2d2c33); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; background-color: var(--token-4967afd1-5e9d-4945-bad4-8a931fe26943, #141217); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 84px 100px 84px 100px; position: relative; width: 100%; }\",\".framer-MgDzM .framer-l91rpg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; max-width: 1200px; overflow: visible; position: sticky; top: 20px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-MgDzM .framer-idpbmz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-MgDzM .framer-16wrliv, .framer-MgDzM .framer-1ru5iyz, .framer-MgDzM .framer-zsb93i { 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: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MgDzM .framer-1dqkcnq, .framer-MgDzM .framer-aj1e23, .framer-MgDzM .framer-edjikp, .framer-MgDzM .framer-1q3470e { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1200px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MgDzM .framer-1kaie4x, .framer-MgDzM .framer-1y94dkt, .framer-MgDzM .framer-arc9vf { --border-bottom-width: 1px; --border-color: var(--token-e900b320-3bdb-4405-92d5-cc653a9441aa, #2d2c33); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: var(--token-bb3a7224-77d5-44fd-b23e-e06fbed0bcd6, #0a090d); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 84px 100px 84px 100px; position: relative; width: 100%; }\",\".framer-MgDzM .framer-1w8388 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MgDzM .framer-1bfgyet { align-content: flex-start; align-items: flex-start; background-color: var(--token-bb3a7224-77d5-44fd-b23e-e06fbed0bcd6, #0a090d); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; cursor: help; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-MgDzM .framer-wpfsud-container { cursor: pointer; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-MgDzM .framer-hs0bem, .framer-MgDzM .framer-14msi2q, .framer-MgDzM .framer-ooija7, .framer-MgDzM .framer-jvudkh { background-color: rgba(0, 0, 0, 0.05); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-MgDzM .framer-dq76su-container, .framer-MgDzM .framer-dnlgzp-container, .framer-MgDzM .framer-5wp8su-container, .framer-MgDzM .framer-1axqjz3-container, .framer-MgDzM .framer-1mwhzgj-container, .framer-MgDzM .framer-1azua5x-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-MgDzM .framer-b76b7t { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MgDzM .framer-1uhlwde { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-MgDzM .framer-dvvu1l-container, .framer-MgDzM .framer-i5oyd6-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-MgDzM .framer-1qykmzf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MgDzM .framer-1c3rb75-container { flex: none; height: auto; position: relative; width: 50%; }\",\".framer-MgDzM .framer-1g5mfdt-container { flex: none; height: auto; position: relative; width: 47%; }\",\".framer-MgDzM .framer-73xpd2 { align-content: flex-start; align-items: flex-start; background-color: var(--token-7ad6e373-62ee-40d4-917f-6382f7e4467e, #c7c6cc); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 84px 100px 84px 100px; position: relative; width: 100%; }\",\".framer-MgDzM .framer-h7mv9q-container { bottom: 0px; cursor: default; flex: none; height: 100%; left: 0px; position: absolute; width: 100%; z-index: 0; }\",\".framer-MgDzM .framer-177i2tb, .framer-MgDzM .framer-97760i { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1200px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MgDzM .framer-9fnk95 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 12px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MgDzM .framer-wdgqyq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 12px; height: min-content; justify-content: flex-start; max-width: 1200px; padding: 0px; position: relative; width: 1px; }\",\".framer-MgDzM .framer-hj4y8j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-MgDzM .framer-vog1x0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MgDzM .framer-1kc9jkn { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(120px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 484px; }\",\".framer-MgDzM .framer-43ina1, .framer-MgDzM .framer-1yhxpwo { --border-bottom-width: 1px; --border-color: var(--token-e900b320-3bdb-4405-92d5-cc653a9441aa, #2d2c33); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; align-self: start; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; grid-column: auto / span 3; height: min-content; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-MgDzM .framer-1d1w5hu { aspect-ratio: 1.7130801687763713 / 1; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: none; height: var(--framer-aspect-ratio-supported, 283px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-MgDzM .framer-12on981, .framer-MgDzM .framer-h94q1e { --border-bottom-width: 0px; --border-color: var(--token-25b3ff27-b35c-4cef-9046-c9e1aeae2777, #212026); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 32px 24px 24px; position: relative; width: 100%; }\",\".framer-MgDzM .framer-1qds1da, .framer-MgDzM .framer-qnmdqf, .framer-MgDzM .framer-m8ueys, .framer-MgDzM .framer-1poeaec { 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-MgDzM .framer-1h0xrb0, .framer-MgDzM .framer-i92tty { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",'.framer-MgDzM .framer-1noqssm, .framer-MgDzM .framer-v4pjji { align-content: flex-start; align-items: flex-start; background: linear-gradient(180deg, var(--token-e900b320-3bdb-4405-92d5-cc653a9441aa, #2d2c33) /* {\"name\":\"Neutral/Grey-07\"} */ 0%, var(--token-25b3ff27-b35c-4cef-9046-c9e1aeae2777, rgb(33, 32, 38)) /* {\"name\":\"Neutral/Grey-08\"} */ 100%); border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 12px 4px 12px; position: relative; width: min-content; }',\".framer-MgDzM .framer-14adimu, .framer-MgDzM .framer-1bxmaat, .framer-MgDzM .framer-fr6cm9, .framer-MgDzM .framer-1fcbxv4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-MgDzM .framer-1rzmdka, .framer-MgDzM .framer-12rmkw9 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MgDzM .framer-hmp8y3 { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(120px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 472px; }\",\".framer-MgDzM .framer-1h0yk9g { aspect-ratio: 1.6707964601769911 / 1; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: none; height: var(--framer-aspect-ratio-supported, 283px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-MgDzM .framer-1ibucmc { align-content: center; align-items: center; background-color: var(--token-bb3a7224-77d5-44fd-b23e-e06fbed0bcd6, #0a090d); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 84px 100px 84px 100px; position: relative; width: 100%; }\",\".framer-MgDzM .framer-1nfh6r6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-MgDzM .framer-1y6rwkd { 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: hidden; padding: 0px; position: relative; width: 43%; }\",\".framer-MgDzM .framer-fwhu0b { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 75%; word-break: break-word; word-wrap: break-word; }\",\".framer-MgDzM .framer-11pc26d { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 94%; word-break: break-word; word-wrap: break-word; }\",\".framer-MgDzM .framer-1t37ysj-container { flex: none; height: 282px; max-height: 382px; position: relative; width: 52%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-MgDzM.framer-i29p3q, .framer-MgDzM .framer-17gt72k, .framer-MgDzM .framer-14ka8j1, .framer-MgDzM .framer-85fra8, .framer-MgDzM .framer-fim8l1, .framer-MgDzM .framer-1vc621i, .framer-MgDzM .framer-d4r2pp, .framer-MgDzM .framer-qc5his, .framer-MgDzM .framer-1pakna7, .framer-MgDzM .framer-14150na, .framer-MgDzM .framer-16a2d8s, .framer-MgDzM .framer-6hw8m3, .framer-MgDzM .framer-idpbmz, .framer-MgDzM .framer-16wrliv, .framer-MgDzM .framer-1ru5iyz, .framer-MgDzM .framer-zsb93i, .framer-MgDzM .framer-1kaie4x, .framer-MgDzM .framer-1w8388, .framer-MgDzM .framer-1bfgyet, .framer-MgDzM .framer-1y94dkt, .framer-MgDzM .framer-1qykmzf, .framer-MgDzM .framer-73xpd2, .framer-MgDzM .framer-9fnk95, .framer-MgDzM .framer-wdgqyq, .framer-MgDzM .framer-hj4y8j, .framer-MgDzM .framer-arc9vf, .framer-MgDzM .framer-vog1x0, .framer-MgDzM .framer-43ina1, .framer-MgDzM .framer-12on981, .framer-MgDzM .framer-1qds1da, .framer-MgDzM .framer-1h0xrb0, .framer-MgDzM .framer-1noqssm, .framer-MgDzM .framer-qnmdqf, .framer-MgDzM .framer-1yhxpwo, .framer-MgDzM .framer-h94q1e, .framer-MgDzM .framer-m8ueys, .framer-MgDzM .framer-i92tty, .framer-MgDzM .framer-v4pjji, .framer-MgDzM .framer-1poeaec, .framer-MgDzM .framer-1ibucmc, .framer-MgDzM .framer-1y6rwkd { gap: 0px; } .framer-MgDzM.framer-i29p3q > *, .framer-MgDzM .framer-qc5his > *, .framer-MgDzM .framer-1bfgyet > *, .framer-MgDzM .framer-43ina1 > *, .framer-MgDzM .framer-1yhxpwo > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-MgDzM.framer-i29p3q > :first-child, .framer-MgDzM .framer-17gt72k > :first-child, .framer-MgDzM .framer-14ka8j1 > :first-child, .framer-MgDzM .framer-85fra8 > :first-child, .framer-MgDzM .framer-fim8l1 > :first-child, .framer-MgDzM .framer-d4r2pp > :first-child, .framer-MgDzM .framer-qc5his > :first-child, .framer-MgDzM .framer-16a2d8s > :first-child, .framer-MgDzM .framer-idpbmz > :first-child, .framer-MgDzM .framer-16wrliv > :first-child, .framer-MgDzM .framer-1ru5iyz > :first-child, .framer-MgDzM .framer-zsb93i > :first-child, .framer-MgDzM .framer-1kaie4x > :first-child, .framer-MgDzM .framer-1bfgyet > :first-child, .framer-MgDzM .framer-1y94dkt > :first-child, .framer-MgDzM .framer-73xpd2 > :first-child, .framer-MgDzM .framer-hj4y8j > :first-child, .framer-MgDzM .framer-arc9vf > :first-child, .framer-MgDzM .framer-43ina1 > :first-child, .framer-MgDzM .framer-12on981 > :first-child, .framer-MgDzM .framer-1qds1da > :first-child, .framer-MgDzM .framer-qnmdqf > :first-child, .framer-MgDzM .framer-1yhxpwo > :first-child, .framer-MgDzM .framer-h94q1e > :first-child, .framer-MgDzM .framer-m8ueys > :first-child, .framer-MgDzM .framer-1poeaec > :first-child, .framer-MgDzM .framer-1y6rwkd > :first-child { margin-top: 0px; } .framer-MgDzM.framer-i29p3q > :last-child, .framer-MgDzM .framer-17gt72k > :last-child, .framer-MgDzM .framer-14ka8j1 > :last-child, .framer-MgDzM .framer-85fra8 > :last-child, .framer-MgDzM .framer-fim8l1 > :last-child, .framer-MgDzM .framer-d4r2pp > :last-child, .framer-MgDzM .framer-qc5his > :last-child, .framer-MgDzM .framer-16a2d8s > :last-child, .framer-MgDzM .framer-idpbmz > :last-child, .framer-MgDzM .framer-16wrliv > :last-child, .framer-MgDzM .framer-1ru5iyz > :last-child, .framer-MgDzM .framer-zsb93i > :last-child, .framer-MgDzM .framer-1kaie4x > :last-child, .framer-MgDzM .framer-1bfgyet > :last-child, .framer-MgDzM .framer-1y94dkt > :last-child, .framer-MgDzM .framer-73xpd2 > :last-child, .framer-MgDzM .framer-hj4y8j > :last-child, .framer-MgDzM .framer-arc9vf > :last-child, .framer-MgDzM .framer-43ina1 > :last-child, .framer-MgDzM .framer-12on981 > :last-child, .framer-MgDzM .framer-1qds1da > :last-child, .framer-MgDzM .framer-qnmdqf > :last-child, .framer-MgDzM .framer-1yhxpwo > :last-child, .framer-MgDzM .framer-h94q1e > :last-child, .framer-MgDzM .framer-m8ueys > :last-child, .framer-MgDzM .framer-1poeaec > :last-child, .framer-MgDzM .framer-1y6rwkd > :last-child { margin-bottom: 0px; } .framer-MgDzM .framer-17gt72k > *, .framer-MgDzM .framer-16a2d8s > *, .framer-MgDzM .framer-1kaie4x > *, .framer-MgDzM .framer-1y94dkt > *, .framer-MgDzM .framer-73xpd2 > *, .framer-MgDzM .framer-arc9vf > *, .framer-MgDzM .framer-12on981 > *, .framer-MgDzM .framer-h94q1e > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-MgDzM .framer-14ka8j1 > *, .framer-MgDzM .framer-idpbmz > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-MgDzM .framer-85fra8 > *, .framer-MgDzM .framer-16wrliv > *, .framer-MgDzM .framer-1ru5iyz > *, .framer-MgDzM .framer-zsb93i > *, .framer-MgDzM .framer-1y6rwkd > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-MgDzM .framer-fim8l1 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-MgDzM .framer-1vc621i > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-MgDzM .framer-1vc621i > :first-child, .framer-MgDzM .framer-1pakna7 > :first-child, .framer-MgDzM .framer-14150na > :first-child, .framer-MgDzM .framer-6hw8m3 > :first-child, .framer-MgDzM .framer-1w8388 > :first-child, .framer-MgDzM .framer-1qykmzf > :first-child, .framer-MgDzM .framer-9fnk95 > :first-child, .framer-MgDzM .framer-wdgqyq > :first-child, .framer-MgDzM .framer-vog1x0 > :first-child, .framer-MgDzM .framer-1h0xrb0 > :first-child, .framer-MgDzM .framer-1noqssm > :first-child, .framer-MgDzM .framer-i92tty > :first-child, .framer-MgDzM .framer-v4pjji > :first-child, .framer-MgDzM .framer-1ibucmc > :first-child { margin-left: 0px; } .framer-MgDzM .framer-1vc621i > :last-child, .framer-MgDzM .framer-1pakna7 > :last-child, .framer-MgDzM .framer-14150na > :last-child, .framer-MgDzM .framer-6hw8m3 > :last-child, .framer-MgDzM .framer-1w8388 > :last-child, .framer-MgDzM .framer-1qykmzf > :last-child, .framer-MgDzM .framer-9fnk95 > :last-child, .framer-MgDzM .framer-wdgqyq > :last-child, .framer-MgDzM .framer-vog1x0 > :last-child, .framer-MgDzM .framer-1h0xrb0 > :last-child, .framer-MgDzM .framer-1noqssm > :last-child, .framer-MgDzM .framer-i92tty > :last-child, .framer-MgDzM .framer-v4pjji > :last-child, .framer-MgDzM .framer-1ibucmc > :last-child { margin-right: 0px; } .framer-MgDzM .framer-d4r2pp > *, .framer-MgDzM .framer-hj4y8j > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-MgDzM .framer-1pakna7 > *, .framer-MgDzM .framer-1qykmzf > *, .framer-MgDzM .framer-vog1x0 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-MgDzM .framer-14150na > *, .framer-MgDzM .framer-1w8388 > *, .framer-MgDzM .framer-1ibucmc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MgDzM .framer-6hw8m3 > *, .framer-MgDzM .framer-1noqssm > *, .framer-MgDzM .framer-v4pjji > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-MgDzM .framer-9fnk95 > *, .framer-MgDzM .framer-wdgqyq > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-MgDzM .framer-1qds1da > *, .framer-MgDzM .framer-qnmdqf > *, .framer-MgDzM .framer-m8ueys > *, .framer-MgDzM .framer-1poeaec > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-MgDzM .framer-1h0xrb0 > *, .framer-MgDzM .framer-i92tty > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-MgDzM[data-border=\"true\"]::after, .framer-MgDzM [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: 800px) and (max-width: 1199px) { .framer-MgDzM.framer-i29p3q { width: 800px; } .framer-MgDzM .framer-qhvsj0-container { order: 0; } .framer-MgDzM .framer-17gt72k { order: 1; padding: 75px 62px 64px 62px; } .framer-MgDzM .framer-g9zo1z { width: 86%; } .framer-MgDzM .framer-nh89zd { width: 82%; } .framer-MgDzM .framer-qc5his { height: min-content; order: 2; padding: 40px 62px 64px 62px; } .framer-MgDzM .framer-1uqrlre-container { height: 542px; order: 1; } .framer-MgDzM .framer-1bfspp5 { order: 2; width: 100%; } .framer-MgDzM .framer-1pakna7 { align-content: center; align-items: center; order: 3; padding: 61px 62px 61px 62px; } .framer-MgDzM .framer-1wf1fsr, .framer-MgDzM .framer-11pc26d { width: 100%; } .framer-MgDzM .framer-17yw170-container { height: var(--framer-aspect-ratio-supported, 198px); width: 50%; } .framer-MgDzM .framer-6hw8m3 { order: 4; padding: 84px 62px 84px 62px; } .framer-MgDzM .framer-idpbmz { gap: 16px; } .framer-MgDzM .framer-1kaie4x { order: 7; padding: 84px 62px 84px 62px; } .framer-MgDzM .framer-wpfsud-container { cursor: help; } .framer-MgDzM .framer-1y94dkt { order: 5; padding: 84px 62px 84px 62px; } .framer-MgDzM .framer-1qykmzf { gap: 24px; } .framer-MgDzM .framer-1c3rb75-container { align-self: stretch; width: 50%; } .framer-MgDzM .framer-73xpd2 { order: 8; padding: 84px 62px 84px 62px; } .framer-MgDzM .framer-arc9vf { order: 6; padding: 84px 62px 84px 62px; } .framer-MgDzM .framer-vog1x0 { align-content: flex-start; align-items: flex-start; } .framer-MgDzM .framer-1kc9jkn { grid-template-columns: repeat(3, minmax(90px, 1fr)); order: 1; width: 48%; } .framer-MgDzM .framer-1d1w5hu { height: var(--framer-aspect-ratio-supported, 188px); } .framer-MgDzM .framer-hmp8y3 { grid-template-columns: repeat(3, minmax(90px, 1fr)); order: 0; width: 48%; } .framer-MgDzM .framer-1h0yk9g { height: var(--framer-aspect-ratio-supported, 193px); } .framer-MgDzM .framer-1ibucmc { order: 9; padding: 84px 62px 84px 62px; } .framer-MgDzM .framer-1y6rwkd { width: 43%; } .framer-MgDzM .framer-fwhu0b { width: 79%; } .framer-MgDzM .framer-1t37ysj-container { height: 279px; width: 50%; } .framer-MgDzM .framer-1azua5x-container { order: 10; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-MgDzM .framer-idpbmz, .framer-MgDzM .framer-1qykmzf { gap: 0px; } .framer-MgDzM .framer-idpbmz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-MgDzM .framer-idpbmz > :first-child { margin-top: 0px; } .framer-MgDzM .framer-idpbmz > :last-child { margin-bottom: 0px; } .framer-MgDzM .framer-1qykmzf > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-MgDzM .framer-1qykmzf > :first-child { margin-left: 0px; } .framer-MgDzM .framer-1qykmzf > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 799px) { .framer-MgDzM.framer-i29p3q { width: 390px; } .framer-MgDzM .framer-17gt72k { padding: 75px 20px 64px 20px; } .framer-MgDzM .framer-g9zo1z, .framer-MgDzM .framer-nh89zd, .framer-MgDzM .framer-1bfspp5, .framer-MgDzM .framer-1wf1fsr, .framer-MgDzM .framer-1c3rb75-container, .framer-MgDzM .framer-1g5mfdt-container, .framer-MgDzM .framer-fwhu0b, .framer-MgDzM .framer-11pc26d { width: 100%; } .framer-MgDzM .framer-qc5his { height: min-content; padding: 24px 20px 24px 20px; } .framer-MgDzM .framer-1uqrlre-container { aspect-ratio: 1.4285714285714286 / 1; height: var(--framer-aspect-ratio-supported, 245px); } .framer-MgDzM .framer-1pakna7 { flex-direction: column; gap: 24px; padding: 40px 20px 40px 20px; } .framer-MgDzM .framer-14150na { flex: none; flex-direction: column; gap: 20px; justify-content: flex-start; width: 100%; } .framer-MgDzM .framer-16a2d8s { align-content: center; align-items: center; flex: none; width: 100%; } .framer-MgDzM .framer-17yw170-container { height: var(--framer-aspect-ratio-supported, 206px); width: 100%; } .framer-MgDzM .framer-6hw8m3 { flex-direction: column; gap: 32px; padding: 84px 20px 84px 20px; } .framer-MgDzM .framer-l91rpg { flex: none; position: relative; top: unset; width: 100%; } .framer-MgDzM .framer-idpbmz, .framer-MgDzM .framer-1uhlwde { flex: none; width: 100%; } .framer-MgDzM .framer-1kaie4x, .framer-MgDzM .framer-1y94dkt, .framer-MgDzM .framer-73xpd2, .framer-MgDzM .framer-arc9vf, .framer-MgDzM .framer-1ibucmc { padding: 40px 20px 40px 20px; } .framer-MgDzM .framer-wpfsud-container { cursor: help; } .framer-MgDzM .framer-b76b7t { flex-direction: column; gap: 20px; justify-content: flex-start; } .framer-MgDzM .framer-1qykmzf { flex-direction: column; gap: 24px; } .framer-MgDzM .framer-vog1x0 { flex-direction: column; } .framer-MgDzM .framer-1kc9jkn { grid-template-columns: repeat(3, minmax(97px, 1fr)); width: 100%; } .framer-MgDzM .framer-1d1w5hu { height: var(--framer-aspect-ratio-supported, 205px); } .framer-MgDzM .framer-12on981, .framer-MgDzM .framer-h94q1e { padding: 24px 0px 24px 24px; } .framer-MgDzM .framer-hmp8y3 { grid-template-columns: repeat(3, minmax(90px, 1fr)); width: 100%; } .framer-MgDzM .framer-1h0yk9g { height: var(--framer-aspect-ratio-supported, 210px); } .framer-MgDzM .framer-1nfh6r6 { flex-direction: column; gap: 32px; height: 613px; justify-content: flex-start; } .framer-MgDzM .framer-1y6rwkd { align-content: center; align-items: center; width: 100%; } .framer-MgDzM .framer-1t37ysj-container { flex: 1 0 0px; height: 1px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-MgDzM .framer-1pakna7, .framer-MgDzM .framer-14150na, .framer-MgDzM .framer-6hw8m3, .framer-MgDzM .framer-b76b7t, .framer-MgDzM .framer-1qykmzf, .framer-MgDzM .framer-vog1x0, .framer-MgDzM .framer-1nfh6r6 { gap: 0px; } .framer-MgDzM .framer-1pakna7 > *, .framer-MgDzM .framer-1qykmzf > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-MgDzM .framer-1pakna7 > :first-child, .framer-MgDzM .framer-14150na > :first-child, .framer-MgDzM .framer-6hw8m3 > :first-child, .framer-MgDzM .framer-b76b7t > :first-child, .framer-MgDzM .framer-1qykmzf > :first-child, .framer-MgDzM .framer-vog1x0 > :first-child, .framer-MgDzM .framer-1nfh6r6 > :first-child { margin-top: 0px; } .framer-MgDzM .framer-1pakna7 > :last-child, .framer-MgDzM .framer-14150na > :last-child, .framer-MgDzM .framer-6hw8m3 > :last-child, .framer-MgDzM .framer-b76b7t > :last-child, .framer-MgDzM .framer-1qykmzf > :last-child, .framer-MgDzM .framer-vog1x0 > :last-child, .framer-MgDzM .framer-1nfh6r6 > :last-child { margin-bottom: 0px; } .framer-MgDzM .framer-14150na > *, .framer-MgDzM .framer-b76b7t > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-MgDzM .framer-6hw8m3 > *, .framer-MgDzM .framer-vog1x0 > *, .framer-MgDzM .framer-1nfh6r6 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6331.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"bG5ZGtBDy\":{\"layout\":[\"fixed\",\"auto\"]},\"xwZG0U2fb\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framerl00sZVxyL=withCSS(Component,css,\"framer-MgDzM\");export default Framerl00sZVxyL;Framerl00sZVxyL.displayName=\"Test\";Framerl00sZVxyL.defaultProps={height:6331.5,width:1200};addFonts(Framerl00sZVxyL,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"General Sans Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/kNbu21Wk31idzbQDiqL7LjE7zo.otf\"},{family:\"General Sans Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/JNOY1Xn68S6lIhVJFW3nTjhciE.otf\"}]},...AktoTopbarWhiteFonts,...NoiseFonts,...EmbedFonts,...YouTubeFonts,...RowFonts,...ProductHuntFonts,...TestimonialCardCopyFonts,...DotsPatternFonts,...ExploreTestChipsFonts,...TypeformFonts,...FooterDarkFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerl00sZVxyL\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"6331.5\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bG5ZGtBDy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xwZG0U2fb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}