{"id":4507,"date":"2025-08-14T14:22:46","date_gmt":"2025-08-14T12:22:46","guid":{"rendered":"https:\/\/nect.com\/landing\/landing-page-nect-ident\/"},"modified":"2026-05-28T15:47:53","modified_gmt":"2026-05-28T13:47:53","slug":"landing-page-nect-ident","status":"publish","type":"page","link":"https:\/\/nect.com\/en\/landing\/landing-page-nect-ident\/","title":{"rendered":"Landing Page &#8211; Nect Ident"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4507\" class=\"elementor elementor-4507 elementor-2964\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54768fda e-flex e-con-boxed e-con e-parent\" data-id=\"54768fda\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b3dbfd8 e-con-full e-flex e-con e-child\" data-id=\"b3dbfd8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43831e8d elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"43831e8d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Digital Identity Verification. Fully automated.  Reliable.<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f99c144 elementor-widget__width-inherit elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"6f99c144\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Nect Ident is the AI-powered solution for digital identity verification \u2013 available 24\/7, fully automated, and designed for maximum conversion.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d8f7dbc e-con-full e-flex e-con e-child\" data-id=\"d8f7dbc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05b172f elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"05b172f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#more\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1c01980 e-con-full e-flex e-con e-child\" data-id=\"1c01980\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b723bf elementor-widget elementor-widget-menu-anchor\" data-id=\"7b723bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"Appointment\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b1f77d e-con-full e-flex e-con e-child\" data-id=\"2b1f77d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-783a7a7 elementor-widget elementor-widget-html\" data-id=\"783a7a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Charset & reCAPTCHA script -->\n<meta http-equiv=\"Content-type\" content=\"text\/html; charset=UTF-8\">\n<script src=\"https:\/\/www.google.com\/recaptcha\/api.js?hl=de\" async=\"\" defer><\/script>\n\n<script>\n(function () {\n  \/************************************************************\n   * A. reCAPTCHA Timestamp Injection (Salesforce Requirement)\n   ************************************************************\/\n  function updateRecaptchaTimestamp() {\n    \/\/ Support multiple forms\/widgets: update ts for each form that has an empty reCAPTCHA response\n    var responses = document.querySelectorAll('textarea[name=\"g-recaptcha-response\"]');\n    if (!responses || !responses.length) return;\n\n    responses.forEach(function (r) {\n      if (!r || (r.value || \"\").trim() !== \"\") return;\n\n      \/\/ Find the owning form of this response textarea\n      var form = r.closest(\"form\");\n      if (!form) return;\n\n      var el = form.querySelector('[name=\"captcha_settings\"]');\n      if (!el) return;\n\n      try {\n        var cfg = JSON.parse(el.value);\n        cfg.ts = String(Date.now());\n        el.value = JSON.stringify(cfg);\n      } catch (e) {\n        console.warn(\"[nect-form] Failed parsing captcha settings\", e);\n      }\n    });\n  }\n  setInterval(updateRecaptchaTimestamp, 500);\n\n  \/************************************************************\n   * B. Validation messages (German only; translated by WPML)\n   ************************************************************\/\n  var UI_STRINGS = {\n    required: \"Bitte dieses Feld ausf\u00fcllen.\",\n    requiredSelect: \"Bitte w\u00e4hle eine Option aus.\",\n    requiredCheckbox: \"Bitte dieses K\u00e4stchen aktivieren, um fortzufahren.\",\n    emailFormat: \"Bitte eine g\u00fcltige E-Mail-Adresse eingeben.\",\n    phoneFormat: \"Bitte eine g\u00fcltige Telefonnummer eingeben.\",\n    denyDomain: \"Bitte verwenden Sie eine gesch\u00e4ftliche E-Mail-Adresse.\",\n    allowDomain: \"Bitte verwenden Sie eine freigegebene Unternehmensdomain.\",\n    recaptcha: \"Bitte best\u00e4tigen Sie, dass Sie kein Roboter sind.\"\n  };\n\n  \/************************************************************\n   * DEBUG CONFIG\n   ************************************************************\/\n  var DEBUG_MODE = false; \/\/ master switch (set to true while debugging)\n  var DEBUG_ENABLED = DEBUG_MODE; \/\/ runtime toggle (changed via overlay button)\n\n  function debugLog() {\n    if (!DEBUG_ENABLED) return;\n    var args = Array.prototype.slice.call(arguments);\n    args.unshift(\"[nect-form][debug]\");\n    console.log.apply(console, args);\n  }\n\n  \/\/ Debug overlay DOM references (only used when DEBUG_MODE === true)\n  var debugOverlay = null;\n  var debugOverlayEngagementEl = null;\n  var debugOverlayToggleEl = null;\n  var debugOverlayLogButtonEl = null;\n  var debugOverlayCopyButtonEl = null;\n  var debugOverlayPayloadEl = null;\n\n  \/************************************************************\n   * C. B2B email validation config\n   ************************************************************\/\n  var USE_ALLOWLIST = false;\n\n  var ALLOWED_DOMAINS = [\"nect.com\", \"partner-a.de\", \"kunde-b.com\"];\n\n  var BLOCKED_DOMAINS = [\n    \/\/ German freemail\n    \"gmail.com\",\"googlemail.com\",\"gmx.de\",\"gmx.net\",\"web.de\",\n    \"t-online.de\",\"freenet.de\",\"online.de\",\"gmx.com\",\"gmx.us\",\n    \/\/ Microsoft freemail\n    \"hotmail.com\",\"hotmail.de\",\"outlook.com\",\"outlook.de\",\n    \"live.com\",\"msn.com\",\n    \/\/ Apple\n    \"icloud.com\",\"me.com\",\"mac.com\",\n    \/\/ Yahoo\n    \"yahoo.com\",\"yahoo.de\",\"ymail.com\",\n    \/\/ Mail.com family\n    \"mail.com\",\"email.com\",\"inbox.com\",\"europe.com\",\"asia.com\",\"usa.com\",\n    \/\/ European freemail\n    \"orange.fr\",\"laposte.net\",\"libero.it\",\n    \"virgilio.it\",\"alice.it\",\"bluewin.ch\",\n    \"mail.ru\",\"rambler.ru\",\"seznam.cz\",\n    \/\/ ISP \/ Mobile carrier\n    \"vodafone.de\",\"o2online.de\",\"versatel.de\",\"aon.at\",\n    \/\/ AT \/ CH\n    \"gmx.at\",\"bluewin.ch\",\"hotmail.at\",\n    \/\/ Privacy \/ alt mail\n    \"protonmail.com\",\"pm.me\",\"tutanota.com\",\"tuta.io\",\n    \"hushmail.com\",\"countermail.com\",\n    \"yandex.com\",\"yandex.ru\",\"zoho.com\",\n    \/\/ Poland\n    \"wp.pl\",\"onet.pl\",\"o2.pl\",\"tlen.pl\",\"interia.pl\",\n    \"gazeta.pl\",\"poczta.fm\",\"poczta.onet.pl\",\"autograf.pl\",\"vp.pl\",\n    \/\/ Spain\n    \"terra.es\",\"telefonica.net\",\"correo.es\",\"wanadoo.es\",\"orange.es\",\n    \"movistar.es\",\"hotmail.es\",\"yahoo.es\",\"live.es\",\"msn.es\",\n    \/\/ Sandbox \/ temp \/ disposable\n    \"test.com\",\"test.de\",\"example.com\",\"example.org\",\"example.net\",\n    \"invalid.com\",\"fake.com\",\"noreply.com\",\"noreply.net\",\"donotreply.com\",\n    \"mailinator.com\",\"tempmail.com\",\"tmpmail.com\",\"trashmail.com\",\n    \"10minutemail.com\",\"dispostable.com\",\"guerrillamail.com\",\n    \"sharklasers.com\",\"getnada.com\",\"yopmail.com\",\"anonaddy.me\"\n  ];\n\n  var MSG_DENYLIST  = UI_STRINGS.denyDomain;\n  var MSG_ALLOWLIST = UI_STRINGS.allowDomain;\n\n  \/************************************************************\n   * D. Engagement (time on page + scroll depth)\n   *    \u2013 active tab time only\n   ************************************************************\/\n  var sessionStart = Date.now();       \/\/ kept for reference \/ potential future use\n  var maxScrollPercent = 0;\n\n  var activeTime = 0;\n  var lastVisibleTimestamp = Date.now();\n\n  document.addEventListener(\"visibilitychange\", function () {\n    if (document.visibilityState === \"hidden\") {\n      activeTime += Date.now() - lastVisibleTimestamp;\n    } else {\n      lastVisibleTimestamp = Date.now();\n    }\n  });\n\n  function updateScrollDepth() {\n    var doc = document.documentElement || document.body;\n    var scrollTop = window.pageYOffset || doc.scrollTop || 0;\n    var scrollHeight = doc.scrollHeight || 0;\n    var viewportHeight = window.innerHeight || doc.clientHeight || 0;\n    var maxScrollable = scrollHeight - viewportHeight;\n    if (maxScrollable <= 0) return;\n    var current = (scrollTop \/ maxScrollable) * 100;\n    if (current > maxScrollPercent) maxScrollPercent = current;\n  }\n\n  window.addEventListener(\"scroll\", updateScrollDepth, { passive: true });\n\n  function computeEngagementString() {\n    var visibleMs = activeTime;\n    if (document.visibilityState === \"visible\") {\n      visibleMs += (Date.now() - lastVisibleTimestamp);\n    }\n\n    var seconds = Math.round(visibleMs \/ 1000);\n    var scroll = Math.round(maxScrollPercent);\n    var level = \"low\";\n    if (seconds >= 60 && scroll >= 75) {\n      level = \"high\";\n    } else if (seconds >= 30 && scroll >= 40) {\n      level = \"medium\";\n    }\n\n    var result =\n      \"time=\" + seconds + \"s; scroll=\" + scroll + \"%; engagement_level=\" + level;\n\n    debugLog(\"Engagement updated:\", result);\n\n    return result;\n  }\n\n  \/************************************************************\n   * E. Device type + Browser language\n   ************************************************************\/\n  function getDeviceType() {\n    var ua = navigator.userAgent || \"\";\n    if (\/mobi|android\/i.test(ua)) return \"Mobile\";\n\n    var width = window.innerWidth || document.documentElement.clientWidth || 0;\n    if (width <= 1024) return \"Tablet\";\n    return \"Desktop\";\n  }\n\n  function getBrowserLanguage() {\n    var lang = (navigator.language || navigator.userLanguage || \"\").trim();\n    return lang || \"unknown\";\n  }\n\n  \/************************************************************\n   * F. Generic helpers (errors, tracking, spam)\n   ************************************************************\/\n  function domainMatches(d, list) {\n    return list.some(function (x) {\n      return d === x || d.endsWith(\".\" + x);\n    });\n  }\n\n  function isDomainAllowed(d) {\n    if (!d) return true;\n    return USE_ALLOWLIST\n      ? domainMatches(d, ALLOWED_DOMAINS)\n      : !domainMatches(d, BLOCKED_DOMAINS);\n  }\n\n  function setInvalidActive(el, on) {\n    if (!el) return;\n    if (on) {\n      el.classList.add(\"invalid-active\");\n    } else {\n      el.classList.remove(\"invalid-active\");\n    }\n  }\n\n  \/\/ Find or create the inline error node directly below the field\n  function ensureErrorNode(field) {\n    if (!field) return null;\n\n    var container;\n    \/\/ For checkboxes: show the message below the entire row\n    if (field.type === \"checkbox\") {\n      container =\n        field.closest(\".checkbox-row\") ||\n        field.parentElement;\n    } else {\n      \/\/ Inputs \/ selects \/ textareas: message directly below the field\n      container = field.parentElement;\n    }\n\n    if (!container) return null;\n\n    var msgEl = container.querySelector(\".sf-error\");\n    if (!msgEl) {\n      msgEl = document.createElement(\"div\");\n      msgEl.className = \"sf-error\";\n      container.appendChild(msgEl);\n    }\n    return msgEl;\n  }\n\n  function showFieldError(field, message) {\n    if (!field) return;\n    setInvalidActive(field, true);\n    var msgEl = ensureErrorNode(field);\n    if (msgEl) msgEl.textContent = message || \"\";\n  }\n\n  function clearFieldError(field) {\n    if (!field) return;\n    setInvalidActive(field, false);\n\n    var container = null;\n    if (field.type === \"checkbox\") {\n      container = field.closest(\".checkbox-row\") || field.parentElement;\n    } else {\n      container = field.parentElement;\n    }\n\n    if (!container) return;\n    var msgEl = container.querySelector(\".sf-error\");\n    if (msgEl) msgEl.textContent = \"\";\n  }\n\n  function clearAllErrors(form) {\n    form.querySelectorAll(\".invalid-active\").forEach(function (f) {\n      f.classList.remove(\"invalid-active\");\n    });\n    form.querySelectorAll(\".sf-error\").forEach(function (el) {\n      el.textContent = \"\";\n    });\n    var recErr = form.querySelector('.recaptcha-error');\n    if (recErr) recErr.textContent = \"\";\n  }\n\n  function setIfExists(form, id, val) {\n    if (!form) return;\n    var el = form.querySelector('#' + id);\n    if (el && typeof val === \"string\") el.value = val;\n  }\n\n  \/\/ Build a snapshot object for debugging (visible + hidden fields, with human-readable labels)\n  function collectFormSnapshot(form) {\n    var snapshot = {\n      visible_fields: {},\n      hidden_fields: {},\n      meta: {}\n    };\n    if (!form) return snapshot;\n\n    \/\/ Human-readable labels for visible fields (including Salesforce IDs)\n    var fieldLabelMap = {\n      salutation: \"Salutation\",\n      first_name: \"First name\",\n      last_name: \"Last name\",\n      email: \"Email\",\n      phone: \"Phone number\",\n      company: \"Company\",\n      title: \"Department\",\n      \"00N7Q00000F4M1Z\": \"Subject\",\n      \"00N7Q00000IGsDp\": \"Message\",\n      \"00Naa000003Nuiv\": \"Privacy consent\",\n      \"00Naa000004H13p\": \"Newsletter consent\"\n    };\n\n    \/\/ Fields the user can see \/ interact with\n    var visibleFieldNames = [\n      \"salutation\",\n      \"first_name\",\n      \"last_name\",\n      \"email\",\n      \"phone\",\n      \"company\",\n      \"title\",             \/\/ department\n      \"00N7Q00000F4M1Z\",   \/\/ subject\n      \"00N7Q00000IGsDp\",   \/\/ message\n      \"00Naa000003Nuiv\",   \/\/ privacy checkbox\n      \"00Naa000004H13p\"    \/\/ newsletter checkbox (if present)\n    ];\n\n    visibleFieldNames.forEach(function (name) {\n      var el = form.querySelector('[name=\"' + name + '\"]');\n      if (!el) return;\n\n      var label = fieldLabelMap[name] || name;\n      if (el.type === \"checkbox\") {\n        var isChecked = !!el.checked;\n        \/\/ Store both the raw value and a human readable state\n        snapshot.visible_fields[label] = isChecked ? \"1 (checked)\" : \"0 (not checked)\";\n      } else {\n        snapshot.visible_fields[label] = (el.value || \"\").trim();\n      }\n    });\n\n    \/\/ Hidden fields with nicer labels\n    var hiddenMap = {\n      sf_page_url:   \"Page URL\",\n      sf_page_path:  \"Page Path\",\n      sf_page_title: \"Page Title\",\n      sf_referrer:   \"Referrer\",\n      sf_engagement: \"Engagement (field)\",\n      sf_device_type:\"Device Type\",\n      sf_browser_lang:\"Browser Language\"\n    };\n\n    Object.keys(hiddenMap).forEach(function (id) {\n      var el = document.getElementById(id);\n      if (el) {\n        snapshot.hidden_fields[hiddenMap[id]] = el.value || \"\";\n      }\n    });\n\n    \/\/ Meta information that is computed on the fly\n    snapshot.meta[\"Engagement (computed)\"] = computeEngagementString();\n\n    return snapshot;\n  }\n\n  function checkHoneypot(form) {\n    var hp = form.querySelector('input[name=\"website\"]');\n    return !(hp && hp.value && hp.value.trim() !== \"\");\n  }\n\n  function showRecaptchaError(form, message) {\n    if (!form) return;\n    var el = form.querySelector('.recaptcha-error');\n    if (!el) return;\n    el.textContent = message || \"\";\n  }\n\n  \/\/ Global callback for reCAPTCHA \"data-callback\"\n  window._nectRecaptchaSuccess = function () {\n    document.querySelectorAll('form.nect-webtolead').forEach(function (f) {\n      showRecaptchaError(f, \"\");\n    });\n  };\n\n  function checkRecaptcha(form) {\n    if (!form) return true;\n\n    \/\/ When multiple widgets exist, grecaptcha.getResponse() without an id is unreliable.\n    \/\/ Instead, check the hidden textarea created by reCAPTCHA inside THIS form.\n    var r = form.querySelector('textarea[name=\"g-recaptcha-response\"]');\n    var ok = !!(r && (r.value || \"\").trim());\n\n    if (!ok) {\n      showRecaptchaError(form, UI_STRINGS.recaptcha);\n    } else {\n      showRecaptchaError(form, \"\");\n    }\n\n    return ok;\n  }\n\n  \/************************************************************\n   * G. Email validation (B2B only)\n   ************************************************************\/\n  function validateEmailB2B(emailInput) {\n    if (!emailInput) return true;\n\n    var raw = (emailInput.value || \"\").trim().toLowerCase();\n\n    \/\/ 1) Empty field \u2192 handled by generic \"required\" logic\n    if (!raw) {\n      clearFieldError(emailInput);\n      return true;\n    }\n\n    \/\/ 2) Format check (simple but robust)\n    var emailRegex = \/^[^\\s@]+@[^\\s@]+\\.[^\\s@]{2,}$\/;\n    if (!emailRegex.test(raw)) {\n      showFieldError(emailInput, UI_STRINGS.emailFormat);\n      return false;\n    }\n\n    \/\/ 3) Domain check for B2B use case\n    var at = raw.lastIndexOf(\"@\");\n    var domain = at === -1 ? \"\" : raw.slice(at + 1);\n\n    if (!isDomainAllowed(domain)) {\n      showFieldError(emailInput, USE_ALLOWLIST ? MSG_ALLOWLIST : MSG_DENYLIST);\n      return false;\n    }\n\n    \/\/ All good \u2192 clear any previous errors\n    clearFieldError(emailInput);\n    return true;\n  }\n\n  \/************************************************************\n   * H. Initialization & submit handling\n   ************************************************************\/\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    var forms = document.querySelectorAll('form.nect-webtolead');\n    if (!forms || !forms.length) return;\n\n    forms.forEach(function (form) {\n\n    \/************************************************************\n     * I. Auto-contrast (detect dark background behind the form)\n     *    Works for solid colors AND gradients (Elementor)\n     ************************************************************\/\n    function _nectLum(r, g, b) {\n      var a = [r, g, b].map(function (v) {\n        v = v \/ 255;\n        return v <= 0.03928 ? v \/ 12.92 : Math.pow((v + 0.055) \/ 1.055, 2.4);\n      });\n      return 0.2126 * a[0] + 0.7152 * a[1] + 0.0722 * a[2];\n    }\n\n    function _nectHexToRgb(hex) {\n      var h = (hex || \"\").replace(\"#\", \"\").trim();\n      if (h.length === 3) {\n        return [\n          parseInt(h[0] + h[0], 16),\n          parseInt(h[1] + h[1], 16),\n          parseInt(h[2] + h[2], 16)\n        ];\n      }\n      if (h.length === 6) {\n        return [\n          parseInt(h.slice(0, 2), 16),\n          parseInt(h.slice(2, 4), 16),\n          parseInt(h.slice(4, 6), 16)\n        ];\n      }\n      return null;\n    }\n\n    function _nectExtractColors(bgImage) {\n      if (!bgImage || bgImage === \"none\") return [];\n      var colors = [];\n\n      \/\/ rgb()\/rgba()\n      var rgbRegex = \/rgba?\\(\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\/gi;\n      var m;\n      while ((m = rgbRegex.exec(bgImage)) !== null) {\n        colors.push([parseInt(m[1], 10), parseInt(m[2], 10), parseInt(m[3], 10)]);\n      }\n\n      \/\/ hex (#fff \/ #ffffff)\n      var hexRegex = \/#([0-9a-f]{3}|[0-9a-f]{6})\\b\/gi;\n      while ((m = hexRegex.exec(bgImage)) !== null) {\n        var rgb = _nectHexToRgb(m[0]);\n        if (rgb) colors.push(rgb);\n      }\n\n      return colors;\n    }\n\n    function _nectParseRgb(bgColor) {\n      var m = bgColor && bgColor.match(\/rgba?\\((\\d+),\\s*(\\d+),\\s*(\\d+)\/i);\n      return m ? [parseInt(m[1], 10), parseInt(m[2], 10), parseInt(m[3], 10)] : null;\n    }\n\n    function _nectFindBgInfo(startEl) {\n      var cur = startEl;\n      while (cur && cur !== document.documentElement) {\n        var cs = window.getComputedStyle(cur);\n        var bgColor = cs.backgroundColor;\n        var bgImage = cs.backgroundImage;\n\n        var hasColor = bgColor && bgColor !== \"transparent\" && bgColor !== \"rgba(0, 0, 0, 0)\";\n        var hasImage = bgImage && bgImage !== \"none\";\n\n        if (hasImage || hasColor) {\n          return { bgColor: bgColor, bgImage: bgImage, el: cur };\n        }\n        cur = cur.parentElement;\n      }\n      return { bgColor: \"rgb(255,255,255)\", bgImage: \"none\", el: null };\n    }\n\n    function _nectIsDark(bgInfo) {\n      \/\/ Prefer gradient\/image analysis\n      if (bgInfo.bgImage && bgInfo.bgImage !== \"none\") {\n        var colors = _nectExtractColors(bgInfo.bgImage);\n        if (colors.length) {\n          var sum = 0;\n          for (var i = 0; i < colors.length; i++) {\n            sum += _nectLum(colors[i][0], colors[i][1], colors[i][2]);\n          }\n          var avg = sum \/ colors.length;\n          return avg  0.35;\n        }\n\n        \/\/ If it's a gradient but we can't parse it, assume dark (Nect gradients are dark)\n        if (String(bgInfo.bgImage).indexOf(\"gradient\") !== -1) {\n          return true;\n        }\n      }\n\n      \/\/ Solid background fallback\n      var rgb = _nectParseRgb(bgInfo.bgColor);\n      if (rgb) {\n        return _nectLum(rgb[0], rgb[1], rgb[2])  0.35;\n      }\n\n      return false;\n    }\n\n    function _nectApplyAutoContrast() {\n      \/\/ In Elementor the real background often sits on a wrapping container\n      var anchor = form.closest(\".elementor-element\") || form.parentElement || form;\n      var bgInfo = _nectFindBgInfo(anchor);\n      var dark = _nectIsDark(bgInfo);\n\n      form.classList.toggle(\"is-dark-bg\", !!dark);\n\n      \/\/ Useful for debugging\n      debugLog(\"Auto-contrast:\", { dark: dark, bgColor: bgInfo.bgColor, bgImage: bgInfo.bgImage, el: bgInfo.el });\n    }\n\n    \/\/ Initial + responsive\n    _nectApplyAutoContrast();\n    window.addEventListener(\"resize\", function () {\n      _nectApplyAutoContrast();\n    });\n\n    debugLog(\"Form initialized on\", window.location.href);\n\n    \/\/ Create lightweight debug overlay when debug mode is active\n    if (DEBUG_MODE) {\n      debugOverlay = document.createElement(\"div\");\n      debugOverlay.id = \"nect-debug-overlay\";\n      debugOverlay.innerHTML =\n        'div class=\"nect-debug-header\">' +\n          '<div class=\"nect-debug-title-row\">' +\n            '<span class=\"nect-debug-label\">DEBUG<\/span>' +\n            '<button type=\"button\" class=\"nect-debug-button\" data-debug-toggle>On<\/button>' +\n          '<\/div>' +\n          '<div class=\"nect-debug-controls\">' +\n            '<button type=\"button\" class=\"nect-debug-button\" data-debug-log>Log snapshot<\/button>' +\n            '<button type=\"button\" class=\"nect-debug-button\" data-debug-copy>Copy JSON<\/button>' +\n          '<\/div>' +\n          '<div class=\"nect-debug-engagement-block\">' +\n            '<div class=\"nect-debug-engagement-label\">Engagement<\/div>' +\n            '<div class=\"nect-debug-engagement-value\" data-debug-engagement>\u2013<\/div>' +\n          '<\/div>' +\n        '<\/div>' +\n        '<pre class=\"nect-debug-payload\" data-debug-payload><\/pre>';\n\n      document.body.appendChild(debugOverlay);\n\n      debugOverlayEngagementEl = debugOverlay.querySelector(\"[data-debug-engagement]\");\n      debugOverlayToggleEl = debugOverlay.querySelector(\"[data-debug-toggle]\");\n      debugOverlayLogButtonEl = debugOverlay.querySelector(\"[data-debug-log]\");\n      debugOverlayCopyButtonEl = debugOverlay.querySelector(\"[data-debug-copy]\");\n      debugOverlayPayloadEl = debugOverlay.querySelector(\"[data-debug-payload]\");\n\n      if (debugOverlayToggleEl) {\n        debugOverlayToggleEl.addEventListener(\"click\", function () {\n          DEBUG_ENABLED = !DEBUG_ENABLED;\n          debugOverlayToggleEl.textContent = DEBUG_ENABLED ? \"On\" : \"Off\";\n          debugOverlay.classList.toggle(\"nect-debug-muted\", !DEBUG_ENABLED);\n        });\n      }\n\n      if (debugOverlayLogButtonEl) {\n        debugOverlayLogButtonEl.addEventListener(\"click\", function () {\n          debugLog(\"Snapshot (overlay button):\", collectFormSnapshot(form));\n        });\n      }\n\n      if (debugOverlayCopyButtonEl) {\n        debugOverlayCopyButtonEl.addEventListener(\"click\", function () {\n          var snapshot = collectFormSnapshot(form);\n          var json = \"\";\n          try {\n            json = JSON.stringify(snapshot, null, 2);\n          } catch (err) {\n            debugLog(\"Failed to stringify snapshot for copy\", err);\n          }\n          if (!json) return;\n\n          if (navigator.clipboard && navigator.clipboard.writeText) {\n            navigator.clipboard.writeText(json).then(function () {\n              debugLog(\"Snapshot copied to clipboard.\");\n            }).catch(function (err) {\n              debugLog(\"Clipboard write failed\", err);\n            });\n          } else {\n            debugLog(\"Clipboard API not available; snapshot:\", snapshot);\n          }\n        });\n      }\n\n      \/\/ Update engagement string and payload in overlay every 1 second, but only if DEBUG_ENABLED\n      setInterval(function () {\n        if (!DEBUG_ENABLED) return;\n\n        var engagement = computeEngagementString();\n        if (debugOverlayEngagementEl) {\n          debugOverlayEngagementEl.textContent = engagement;\n        }\n\n        if (debugOverlayPayloadEl) {\n          var snapshot = collectFormSnapshot(form);\n          try {\n            debugOverlayPayloadEl.textContent = JSON.stringify(snapshot, null, 2);\n          } catch (err) {\n            debugOverlayPayloadEl.textContent = \"[snapshot error]\";\n            debugLog(\"Failed to stringify snapshot\", err);\n          }\n        }\n      }, 1000);\n    }\n\n    if (DEBUG_MODE) {\n      debugLog(\"Initial snapshot:\", collectFormSnapshot(form));\n      setInterval(function () {\n        debugLog(\"Snapshot (interval):\", collectFormSnapshot(form));\n      }, 10000); \/\/ every 10 seconds while DEBUG_ENABLED\n    }\n\n    \/\/ Disable native browser tooltips\n    form.setAttribute(\"novalidate\", \"novalidate\");\n\n    var emailInput = form.querySelector('input[name=\"email\"]');\n\n    \/\/ Prefill tracking fields\n    setIfExists(form, \"sf_page_url\",   window.location.href);\n    setIfExists(form, \"sf_page_path\",  window.location.pathname + window.location.search);\n    setIfExists(form, \"sf_page_title\", document.title || \"\");\n    setIfExists(form, \"sf_referrer\",   document.referrer || \"\");\n\n    \/\/ Live clean-up of errors\n    form.addEventListener(\"input\", function (e) {\n      var target = e.target;\n      if (!(target instanceof HTMLElement)) return;\n\n      if (target.matches(\"input, select, textarea\")) {\n        if (target.checkValidity()) {\n          clearFieldError(target);\n        }\n      }\n\n      if (emailInput && e.target === emailInput) {\n        clearFieldError(emailInput);\n      }\n    });\n\n    if (emailInput) {\n      emailInput.addEventListener(\"blur\", function () {\n        validateEmailB2B(emailInput);\n      });\n    }\n\n    form.addEventListener(\"submit\", function (e) {\n      e.preventDefault();\n      clearAllErrors(form);\n\n      var canSubmit = true;\n\n      \/\/ 1) B2B email check\n      if (!validateEmailB2B(emailInput)) {\n        canSubmit = false;\n      }\n\n      \/\/ 2) HTML5 rules (required, pattern, type) \u2013 custom messages\n      var fields = form.querySelectorAll(\"input, select, textarea\");\n      fields.forEach(function (field) {\n        if (!field.willValidate) return;\n\n        var v = field.validity;\n        if (!v.valid) {\n          canSubmit = false;\n\n          var msg;\n          if (field.type === \"checkbox\" && v.valueMissing) {\n            msg = UI_STRINGS.requiredCheckbox;\n          } else if (field.tagName === \"SELECT\" && v.valueMissing) {\n            msg = UI_STRINGS.requiredSelect;\n          } else if (field.type === \"email\" && v.valueMissing) {\n            \/\/ email format & domain errors are handled in validateEmailB2B\n            msg = UI_STRINGS.required;\n          } else if (field.type === \"tel\" && v.patternMismatch) {\n            msg = UI_STRINGS.phoneFormat;\n          } else if (v.valueMissing) {\n            msg = UI_STRINGS.required;\n          } else {\n            msg = UI_STRINGS.required; \/\/ generic fallback\n          }\n\n          showFieldError(field, msg);\n        }\n      });\n\n      \/\/ 3) Honeypot & reCAPTCHA validation\n      if (!checkHoneypot(form) || !checkRecaptcha(form)) {\n        canSubmit = false;\n      }\n\n      if (!canSubmit) {\n        var firstInvalid = form.querySelector(\".invalid-active\");\n        if (firstInvalid) {\n          firstInvalid.scrollIntoView({ behavior: \"smooth\", block: \"center\" });\n          try {\n            firstInvalid.focus({ preventScroll: true });\n          } catch (err) {\n            firstInvalid.focus();\n          }\n        }\n        return;\n      }\n\n      \/\/ 4) Fill engagement + device + language fields\n      setIfExists(form, \"sf_engagement\",   computeEngagementString());\n      setIfExists(form, \"sf_device_type\",  getDeviceType());\n      setIfExists(form, \"sf_browser_lang\", getBrowserLanguage());\n\n      debugLog(\"Final form snapshot before submit:\", collectFormSnapshot(form));\n\n      \/\/ 5) Prevent double submission\n      var btn = form.querySelector('button[type=\"submit\"], input[type=\"submit\"]');\n      if (btn) {\n        btn.disabled = true;\n        btn.style.opacity = \"0.6\";\n        btn.style.cursor = \"not-allowed\";\n      }\n\n      \/\/ 6) Submit without native browser tooltips (call native submit explicitly)\n      HTMLFormElement.prototype.submit.call(form);\n    });\n    });\n  });\n})();\n<\/script>\n\n\n<!-- STYLES -->\n<style>\n\n\/* ---------- FORM BASE STYLES ---------- *\/\n\n .nect-webtolead {\n  box-sizing: border-box;\n  font-family: Inter, sans-serif;\n\n  \/* Auto-contrast token (default: dark text on light bg) *\/\n  --sf-on-bg: #111827;\n  --sf-on-bg-muted: rgba(17, 24, 39, 0.9);\n  --sf-link-on-bg: #111827;\n\n  \/* Brand accent *\/\n  --sf-accent: #50ffba;\n\n  \/* Error token *\/\n  --sf-error: #ff4b4b;\n\n  \/* Submit button tokens (default: for light backgrounds) *\/\n  --sf-btn-bg: #0A0C1B;\n  --sf-btn-fg: #ffffff;\n  --sf-btn-hover-bg: #50ffba;\n  --sf-btn-hover-fg: #0A0C1B;\n\n  \/* Checkbox tokens (default: for light backgrounds) *\/\n  --sf-checkbox-border: #D1D5DB;\n  --sf-checkbox-bg: #ffffff;\n  --sf-checkbox-checked-bg: #0A0C1B;\n  --sf-checkbox-checked-border: #0A0C1B;\n  --sf-checkbox-tick: #ffffff;\n}\n\n .nect-webtolead.is-dark-bg {\n  \/* Light text on dark bg *\/\n  --sf-on-bg: #F9FAFB;\n  --sf-on-bg-muted: rgba(249, 250, 251, 0.88);\n  --sf-link-on-bg: #F9FAFB;\n  \/* On dark backgrounds we want a bright primary and a dark hover *\/\n  --sf-btn-bg: #50ffba;\n  --sf-btn-fg: #0A0C1B;\n  --sf-btn-hover-bg: #ffffff;\n  --sf-btn-hover-fg: #0A0C1B;\n\n  \/* Checkbox tokens (for dark backgrounds) *\/\n  --sf-checkbox-border: rgba(249, 250, 251, 0.55);\n  --sf-checkbox-bg: transparent;\n  --sf-checkbox-checked-bg: var(--sf-accent);\n  --sf-checkbox-checked-border: var(--sf-accent);\n  --sf-checkbox-tick: #0A0C1B;\n\n  \/* Brighter error on dark backgrounds (iOS-style) *\/\n  --sf-error: #ff453a;\n}\n\n .nect-webtolead * {\n  box-sizing: border-box;\n  font-family: Inter, sans-serif;\n}\n\n\n\/* ROW & COLUMN LAYOUT FOR MAIN FIELDS *\/\n .nect-webtolead .row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 16px;\n}\n\n\/* ---------- INPUTS \/ SELECTS \/ TEXTAREA ---------- *\/\n\n .nect-webtolead input[type=\"text\"],\n .nect-webtolead input[type=\"email\"],\n .nect-webtolead input[type=\"tel\"],\n .nect-webtolead select,\n .nect-webtolead textarea {\n  -webkit-appearance: none;\n  -moz-appearance: none;\n  appearance: none;\n\n  width: 100%;\n  font-size: 16px;\n  line-height: 1.15;\n  padding: 14px;\n  border: 1px solid #E5E7EB;\n  background-color: #F9FAFB;\n  border-radius: 8px;\n  color: #111827;\n}\n\n\/* uniform heights for inputs + selects *\/\n .nect-webtolead input[type=\"text\"],\n .nect-webtolead input[type=\"email\"],\n .nect-webtolead input[type=\"tel\"],\n .nect-webtolead select {\n  height: 48px;\n}\n\n\/* Textarea sizing *\/\n .nect-webtolead textarea {\n  min-height: 130px;\n  resize: vertical;\n}\n\n\/* ---------- CUSTOM CARET \/ CHEVRON FOR SELECT ---------- *\/\n\n .nect-webtolead select {\n  background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='14' height='14' viewBox='0 0 20 20' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 8 10 12 14 8'%3E%3C\/polyline%3E%3C\/svg%3E\");\n  background-repeat: no-repeat;\n  background-position: right 14px center;\n  background-size: 14px;\n  padding-right: 44px !important;\n}\n\n .nect-webtolead.is-dark-bg select {\n  \/* On dark sections, our selects are still light, so the chevron should be dark (midnight) *\/\n  background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='14' height='14' viewBox='0 0 20 20' fill='none' stroke='%230A0C1B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 8 10 12 14 8'%3E%3C\/polyline%3E%3C\/svg%3E\");\n}\n\n\/* ---------- CHECKBOX ---------- *\/\n\n .nect-webtolead input[type=\"checkbox\"] {\n  -webkit-appearance: none;\n  appearance: none;\n  margin-right: 0;\n  width: 18px;\n  height: 18px;\n  border-radius: 4px;\n  border: 2px solid var(--sf-checkbox-border);\n  background-color: var(--sf-checkbox-bg);\n  display: inline-block;\n  position: relative;\n  cursor: pointer;\n  outline: none;\n  box-shadow: none;\n  color: var(--sf-checkbox-tick);\n}\n\n .nect-webtolead input[type=\"checkbox\"]:checked {\n  background-color: var(--sf-checkbox-checked-bg) !important;\n  border-color: var(--sf-checkbox-checked-border) !important;\n}\n\n .nect-webtolead input[type=\"checkbox\"]:checked::after {\n  content: \"\";\n  position: absolute;\n  left: 5px;\n  top: 1px;\n  width: 4px;\n  height: 9px;\n  border: 2px solid currentColor;\n  border-top: 0;\n  border-left: 0;\n  transform: rotate(45deg);\n}\n\n\n .nect-webtolead.is-dark-bg input[type=\"checkbox\"] {\n  border-color: var(--sf-checkbox-border);\n  background-color: var(--sf-checkbox-bg);\n}\n\n .nect-webtolead input[type=\"checkbox\"]:focus-visible {\n  box-shadow: 0 0 0 3px rgba(80, 255, 186, 0.35);\n}\n\n\/* ---------- BUTTON ---------- *\/\n\n .nect-webtolead button[type=\"submit\"] {\n  width: 50% !important;\n  min-width: 240px;\n  max-width: 520px;\n  display: inline-block;\n  margin: 0; \/* left-aligned *\/\n  background-color: var(--sf-btn-bg) !important;\n  color: var(--sf-btn-fg) !important;\n  padding: 14px;\n  font-size: 16px;\n  font-weight: 700;\n  border-radius: 8px;\n  border: none;\n  cursor: pointer;\n  transition: background-color .15s ease, color .15s ease, opacity .15s ease;\n}\n\n .nect-webtolead button[type=\"submit\"]:hover,\n .nect-webtolead button[type=\"submit\"]:focus-visible,\n .nect-webtolead button[type=\"submit\"]:active {\n  background-color: var(--sf-btn-hover-bg) !important;\n  color: var(--sf-btn-hover-fg) !important;\n}\n\n .nect-webtolead button[type=\"submit\"]:disabled {\n  opacity: .5;\n  cursor: not-allowed;\n}\n\n\/* ---------- ERROR STATES ---------- *\/\n\n .nect-webtolead .invalid-active:not(:focus):not(.focused) {\n  border-color: #FF5A5A !important;\n  background-color: #FFF5F5 !important;\n}\n\n\/* ---------- RECAPTCHA ---------- *\/\n\n .nect-webtolead .g-recaptcha {\n  transform: scale(0.9);\n  transform-origin: 0 0;\n}\n\n\/* Honeypot field (hidden from real users) *\/\n .nect-webtolead input[name=\"website\"] {\n  display: none !important;\n}\n\n\/* Inline error text below fields *\/\n.sf-error {\n  margin-top: 4px;\n  font-size: 12px;\n  line-height: 1.4;\n  color: var(--sf-error);\n  font-weight: 600;\n}\n\n\/* Red outline for invalid text fields, selects and textareas *\/\n .nect-webtolead input[type=\"text\"].invalid-active,\n .nect-webtolead input[type=\"email\"].invalid-active,\n .nect-webtolead input[type=\"tel\"].invalid-active,\n .nect-webtolead select.invalid-active,\n .nect-webtolead textarea.invalid-active {\n  border-color: var(--sf-error) !important;\n  box-shadow: 0 0 0 1px var(--sf-error) inset;\n}\n\n\/* Checkbox: single red border, no double outline *\/\n .nect-webtolead input[type=\"checkbox\"].invalid-active {\n  border-color: var(--sf-error) !important;\n  background-color: #FFF5F5;\n}\n\n .nect-webtolead.is-dark-bg input[type=\"checkbox\"].invalid-active {\n  background-color: rgba(255, 69, 58, 0.12);\n}\n\n .nect-webtolead .checkbox-row {\n  display: flex !important;\n  align-items: center !important; \n  gap: 8px;\n  flex-wrap: wrap; \n }\n\n .nect-webtolead .checkbox-row > input[type=\"checkbox\"] {\n  flex: 0 0 18px;\n  display: inline-block !important;\n }\n\n .nect-webtolead .checkbox-row span {\n  flex: 1 1 auto;\n  min-width: 0; \n  display: block;\n }\n\n .nect-webtolead .checkbox-row .sf-error {\n  flex-basis: 100%;\n  margin-left: 26px;\n}\n\n\/* ---------- CONSENT TEXT AUTO-CONTRAST ---------- *\/\n .nect-webtolead .checkbox-row {\n  color: var(--sf-on-bg);\n}\n\n .nect-webtolead .checkbox-row span {\n  color: var(--sf-on-bg);\n}\n\n .nect-webtolead .checkbox-row a {\n  color: var(--sf-link-on-bg);\n  text-decoration: underline;\n  font-size: inherit;\n  font-weight: 500;\n  transition: color .15s ease, opacity .15s ease;\n}\n\n\/* Hover \/ focus behavior: light bg = Apple blue, dark bg = Nect neon *\/\n .nect-webtolead .checkbox-row a:hover,\n .nect-webtolead .checkbox-row a:focus-visible {\n  color: #007AFF;\n}\n\n .nect-webtolead.is-dark-bg .checkbox-row a {\n  opacity: 0.95;\n}\n\n .nect-webtolead.is-dark-bg .checkbox-row a:hover,\n .nect-webtolead.is-dark-bg .checkbox-row a:focus-visible {\n  color: var(--sf-accent);\n}\n\n\/* ---------- FLEX COLUMN UTILITIES FOR RESPONSIVE FORM ---------- *\/\n .nect-webtolead .col-100 {\n  flex: 1 1 100px;\n  min-width: 100px;\n}\n\n .nect-webtolead .col-125 {\n  flex: 1 1 125px;\n  min-width: 125px;\n}\n\n .nect-webtolead .col-150 {\n  flex: 1 1 150px;\n  min-width: 150px;\n}\n\n .nect-webtolead .col-225 {\n  flex: 1 1 225px;\n  min-width: 225px;\n}\n\n .nect-webtolead .col-250 {\n  flex: 1 1 250px;\n  min-width: 250px;\n}\n\n .nect-webtolead .col-300 {\n  flex: 1 1 300px;\n  min-width: 300px;\n}\n\n .nect-webtolead .col-full {\n  flex: 1 1 100%;\n  min-width: 100%;\n}\n\n@media (max-width: 640px) {\n  .nect-webtolead .row {\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .nect-webtolead .col-100,\n  .nect-webtolead .col-125,\n  .nect-webtolead .col-150,\n  .nect-webtolead .col-225,\n  .nect-webtolead .col-250,\n  .nect-webtolead .col-300,\n  .nect-webtolead .col-full {\n    flex: 1 1 100%;\n    min-width: 100%;\n  }\n\n  .nect-webtolead button[type=\"submit\"] {\n    width: 100% !important;\n    min-width: 0;\n    max-width: none;\n    display: block;\n  }\n\n  \/* Mobile: ensure checkbox + text start on the same row *\/\n  .nect-webtolead .checkbox-row {\n    display: grid !important;\n    grid-template-columns: 18px 1fr;\n    column-gap: 12px;\n    align-items: center !important;\n  }\n\n  .nect-webtolead .checkbox-row > input[type=\"checkbox\"] {\n    margin: 0;\n    justify-self: start;\n    align-self: center;\n    width: 18px;\n    height: 18px;\n    display: inline-block !important;\n  }\n\n  .nect-webtolead .checkbox-row span {\n    display: block;\n  }\n\n  \/* Error message should align under the text column *\/\n  .nect-webtolead .checkbox-row .sf-error {\n    grid-column: 2;\n    margin-left: 0;\n  }\n}\n\n\/* ---------- DEBUG OVERLAY (VISIBLE ONLY WHEN DEBUG_MODE = true) ---------- *\/\n#nect-debug-overlay {\n  position: fixed;\n  bottom: 16px;\n  left: 16px;\n  z-index: 9999;\n  display: flex;\n  flex-direction: column;\n  align-items: stretch;\n  gap: 4px;\n  padding: 8px 12px;\n  border-radius: 8px;\n  background: rgba(17, 24, 39, 0.94);\n  color: #F9FAFB;\n  font-size: 12px;\n  line-height: 1.35;\n  font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", system-ui, sans-serif;\n  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);\n  pointer-events: auto;\n  max-width: 360px;\n}\n\n#nect-debug-overlay.nect-debug-muted {\n  opacity: 0.6;\n}\n\n#nect-debug-overlay .nect-debug-header {\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n  margin-bottom: 2px;\n}\n\n#nect-debug-overlay .nect-debug-title-row {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 8px;\n}\n\n#nect-debug-overlay .nect-debug-controls {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 4px;\n}\n\n#nect-debug-overlay .nect-debug-engagement-block {\n  margin-top: 2px;\n}\n\n#nect-debug-overlay .nect-debug-engagement-label {\n  font-size: 10px;\n  text-transform: uppercase;\n  letter-spacing: 0.04em;\n  opacity: 0.8;\n}\n\n#nect-debug-overlay .nect-debug-engagement-value {\n  font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n  font-size: 11px;\n}\n\n#nect-debug-overlay .nect-debug-label {\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.08em;\n  font-size: 11px;\n  opacity: 0.9;\n}\n\n#nect-debug-overlay .nect-debug-engagement {\n  white-space: nowrap;\n  max-width: 220px;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n\n#nect-debug-overlay .nect-debug-button {\n  border: 0;\n  border-radius: 6px;\n  padding: 4px 8px;\n  font-size: 10px;\n  font-weight: 500;\n  background: #F9FAFB;\n  color: #111827;\n  cursor: pointer;\n  transition: background 0.15s ease, color 0.15s ease, transform 0.08s ease;\n}\n\n#nect-debug-overlay .nect-debug-button:hover {\n  background: #50ffba;\n  color: #0A0C1B;\n  transform: translateY(-1px);\n}\n\n#nect-debug-overlay .nect-debug-payload {\n  margin: 0;\n  padding: 4px 6px;\n  border-radius: 4px;\n  background: rgba(31, 41, 55, 0.9);\n  font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n  font-size: 10px;\n  max-height: 140px;\n  overflow: auto;\n  white-space: pre;\n}\n\n@media (max-width: 640px) {\n  #nect-debug-overlay {\n    bottom: 8px;\n    left: 8px;\n    right: 8px;\n    padding: 6px 8px;\n    max-width: none;\n  }\n\n  #nect-debug-overlay .nect-debug-engagement {\n    max-width: 140px;\n  }\n\n  #nect-debug-overlay .nect-debug-payload {\n    max-height: 120px;\n  }\n}\n<\/style>\n\n<form id=\"nect-webtolead\" class=\"nect-webtolead\" action=\"https:\/\/webto.salesforce.com\/servlet\/servlet.WebToLead?encoding=UTF-8&orgId=00D7Q000008LEWX\" method=\"POST\" style=\"font-family: 'Inter', sans-serif; max-width: 900px; margin: 0 auto;\">\n\n  <!-- reCAPTCHA configuration -->\n  <input type=\"hidden\" name=\"captcha_settings\" value=\"{\"keyname\":\"Salesforce\",\"fallback\":\"true\",\"orgId\":\"00D7Q000008LEWX\",\"ts\":\"\"}\">\n\n  <input type=\"hidden\" name=\"oid\" value=\"00D7Q000008LEWX\">\n  <input type=\"hidden\" name=\"retURL\" value=\"https:\/\/nect.com\/thankyou\/\">\n  <input type=\"hidden\" name=\"lead_source\" value=\"Website\">\n\n\n<!-- Tracking: Form Context & Page Meta -->\n\n  <!-- Form Context. Possible values: Standard | Case Studies | White Paper | Trade Fair | Webinars | Google Ads -->\n  <input type=\"hidden\" name=\"00Naa000004Cgqn\" value=\"Whitepaper\">\n\n  <!-- Page URL (full URL of the page, filled via JS) -->\n  <input type=\"hidden\" name=\"00Naa000004ChA9\" id=\"sf_page_url\" value=\"\">\n\n  <!-- Page Path (path including query string, filled via JS) -->\n  <input type=\"hidden\" name=\"00Naa000004ChJp\" id=\"sf_page_path\" value=\"\">\n\n  <!-- Page Title (filled via JS) -->\n  <input type=\"hidden\" name=\"00Naa000004ChLR\" id=\"sf_page_title\" value=\"\">\n\n  <!-- Referrer (e.g. https:\/\/www.google.com\/, filled via JS) -->\n  <input type=\"hidden\" name=\"00Naa000004ChN3\" id=\"sf_referrer\" value=\"\">\n\n  <!-- Engagement Level -->\n  <input type=\"hidden\" name=\"00Naa000004Gzhy\" id=\"sf_engagement\" value=\"\">\n\n  <!-- Device Type (Desktop \/ Mobile \/ Tablet) -->\n  <input type=\"hidden\" name=\"00Naa000004H0hF\" id=\"sf_device_type\" value=\"\">\n\n  <!-- Browser Language (navigator.language) -->\n  <input type=\"hidden\" name=\"00Naa000004H0m5\" id=\"sf_browser_lang\" value=\"\">\n\n  <!-- Grid Container -->\n  <div class=\"row\">\n\n    <!-- Salutation -->\n    <div class=\"col-300\">\n      <select name=\"salutation\" required=\"\" autocomplete=\"honorific-prefix\">\n        <option value=\"\" disabled=\"disabled\" selected=\"selected\">Salutation<\/option>\n        <option value=\"Herr\">Mr.<\/option>\n        <option value=\"Frau\">Ms.<\/option>\n        <option value=\"k.A.\">N\/A<\/option>\n      <\/select>\n    <\/div>\n\n    <!-- First name -->\n    <div class=\"col-300\">\n      <input name=\"first_name\" type=\"text\" maxlength=\"40\" placeholder=\"First Name\" required=\"\" autocomplete=\"given-name\">\n    <\/div>\n\n    <!-- Surname -->\n    <div class=\"col-300\">\n      <input name=\"last_name\" type=\"text\" maxlength=\"80\" placeholder=\"Last Name\" required=\"\" autocomplete=\"family-name\">\n    <\/div>\n\n    <!-- Email -->\n    <div class=\"col-300\">\n      <input name=\"email\" type=\"email\" maxlength=\"80\" placeholder=\"Your Email\" required=\"\" autocomplete=\"email\">\n    <\/div>\n\n    <!-- Telephone -->\n    <div class=\"col-300\">\n      <input name=\"phone\" type=\"tel\" pattern=\"^\\+?(?:49|43|41|1|33|34|44|39|31|32|420|352|46|48|371|372|373|374|375|376|377|378|380|381|382|385|386|387|389|90|91|92|93|94|95|98|99|0)?[\\s\\d]{6,20}$\" maxlength=\"40\" placeholder=\"Phone Number\" required=\"\" autocomplete=\"tel\">\n    <\/div>\n\n    <!-- Company -->\n    <div class=\"col-300\">\n      <input name=\"company\" type=\"text\" maxlength=\"40\" placeholder=\"Company\" required=\"\" autocomplete=\"organization\">\n    <\/div>\n<\/div>\n\n\n  <!-- Honeypot -->\n  <div style=\"position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden;\">\n    <label>Please complete:<\/label>\n    <input type=\"text\" name=\"website\" tabindex=\"-1\" autocomplete=\"off\">\n  <\/div>\n\n  <!-- Privacy Consent -->\n<div class=\"checkbox-row\" style=\"margin: 20px 0 8px; line-height: 20px; font-size: 14px;\">\n  <input id=\"00Naa000003Nuiv\" name=\"00Naa000003Nuiv\" type=\"checkbox\" required=\"\" value=\"1\">\n  <span>I hereby accept the \n    <a href=\"https:\/\/nect.com\/en\/legal\/website-privacy-policy\/\" target=\"_blank\">privacy policy<\/a> and the \n    <a href=\"https:\/\/nect.com\/en\/legal\/terms-and-conditions\/\" target=\"_blank\">terms and conditions<\/a>.\n  <\/span>\n<\/div>\n\n  <!-- Newsletter opt-in (optional) -->\n  <div class=\"checkbox-row\" style=\"margin: 8px 0 20px 0; line-height: 20px; font-size: 14px;\">\n  <input id=\"00Naa000004H13p\" name=\"00Naa000004H13p\" type=\"checkbox\" value=\"1\">\n  <span>I would like to receive the Nect newsletter in the future.<\/span>\n<\/div>\n  \n  <!-- reCAPTCHA v2 -->\n  <div class=\"g-recaptcha\" required=\"\" data-sitekey=\"6Lfg5Y0rAAAAAKSHnYizfxa0UpccDk_rabNym_rd\" data-callback=\"_nectRecaptchaSuccess\"><\/div>\n  <div class=\"sf-error recaptcha-error\"><\/div>\n  <br>\n  <!-- Button -->\n  <button type=\"submit\"> \n Schedule an appointment now\n  <\/button>\n<\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e9a4bc2 e-flex e-con-boxed e-con e-parent\" data-id=\"e9a4bc2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5ca91b2 e-con-full e-flex e-con e-child\" data-id=\"5ca91b2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-a2e3ce8 e-con-full e-flex e-con e-child\" data-id=\"a2e3ce8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78aa994 elementor-widget elementor-widget-heading\" data-id=\"78aa994\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">More than 130 customers in Europe\n\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f444eaf e-con-full e-flex e-con e-child\" data-id=\"f444eaf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0ca15f5 elementor-widget elementor-widget-rating\" data-id=\"0ca15f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rating.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-rating\" itemtype=\"https:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\">\n\t\t\t<meta itemprop=\"worstRating\" content=\"0\">\n\t\t\t<meta itemprop=\"bestRating\" content=\"5\">\n\t\t\t<div class=\"e-rating-wrapper\" itemprop=\"ratingValue\" content=\"5\" role=\"img\" aria-label=\"Rated 5 out of 5\">\n\t\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50d6f30 elementor-widget elementor-widget-heading\" data-id=\"50d6f30\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">4.8 \u2022 46,689 reviews on the App and Play Store<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fc60649 e-con-full e-flex e-con e-child\" data-id=\"fc60649\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7582951 elementor-widget elementor-widget-rating\" data-id=\"7582951\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rating.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-rating\" itemtype=\"https:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\">\n\t\t\t<meta itemprop=\"worstRating\" content=\"0\">\n\t\t\t<meta itemprop=\"bestRating\" content=\"5\">\n\t\t\t<div class=\"e-rating-wrapper\" itemprop=\"ratingValue\" content=\"5\" role=\"img\" aria-label=\"Rated 5 out of 5\">\n\t\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8686b1e e-con-full e-flex e-con e-child\" data-id=\"8686b1e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d46128f elementor-widget elementor-widget-image-carousel\" data-id=\"d46128f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;5&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;slides_to_show_tablet&quot;:&quot;5&quot;,&quot;slides_to_show_mobile&quot;:&quot;3&quot;,&quot;slides_to_scroll_mobile&quot;:&quot;3&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:108,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:24,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:56,&quot;sizes&quot;:[]},&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Bild Karussell\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/nect.com\/wp-content\/uploads\/\" alt=\"Telekom logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/nect.com\/wp-content\/uploads\/\" alt=\"BARMER logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/nect.com\/wp-content\/uploads\/\" alt=\"ADAC logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/nect.com\/wp-content\/uploads\/\" alt=\"Bitmarck Logo\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/nect.com\/wp-content\/uploads\/2025\/06\/customer-logo-elster.svg\" alt=\"ELSTER logo\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2be0334e e-flex e-con-boxed e-con e-parent\" data-id=\"2be0334e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-11048b3f e-con-full e-flex e-con e-child\" data-id=\"11048b3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96465e4 elementor-widget elementor-widget-heading\" data-id=\"96465e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Nect Ident Service Portfolio<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13ed2a44 elementor-widget elementor-widget-heading\" data-id=\"13ed2a44\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Modular. GDPR-compliant. For the highest demands.  <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fcae7d0 e-con-full e-flex e-con e-child\" data-id=\"fcae7d0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-65a0c06 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-view-stacked elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"65a0c06\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-calendar-check\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t24\/7 Availability\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tanytime, anywhere, without waiting \t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72e8fbe elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-view-stacked elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"72e8fbe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-user-check\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t15 million\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPeople are already using the Nect Wallet for identification\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-598caa3 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-view-stacked elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"598caa3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-mobile-alt\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tHigher Conversion\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tthrough automatic user guidance into the appropriate process \u2013 via an interface\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-210d019 e-flex e-con-boxed e-con e-parent\" data-id=\"210d019\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7465242d e-con-full e-flex e-con e-child\" data-id=\"7465242d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-431ef0c elementor-widget elementor-widget-menu-anchor\" data-id=\"431ef0c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"more\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2fb7718 elementor-widget elementor-widget-heading\" data-id=\"2fb7718\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Nect Ident \u2013 Simple. Secure. Digital.  <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a924698 e-n-tabs-none nect-tabs elementor-widget elementor-widget-n-tabs\" data-id=\"a924698\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;horizontal_scroll_mobile&quot;:&quot;enable&quot;,&quot;horizontal_scroll_tablet&quot;:&quot;enable&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"177358488\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-1773584881\" data-tab-title-id=\"e-n-tab-title-1773584881\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-1773584881\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tVerify ID Document\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1773584882\" data-tab-title-id=\"e-n-tab-title-1773584882\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1773584882\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tPatented Security Features\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1773584883\" data-tab-title-id=\"e-n-tab-title-1773584883\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1773584883\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tBiometric Matching\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1773584884\" data-tab-title-id=\"e-n-tab-title-1773584884\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1773584884\" style=\"--n-tabs-title-order: 4;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tReusable ID\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-1773584881\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1773584881\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-548aac1 e-con-full e-flex e-con e-child\" data-id=\"548aac1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-93b65dd e-con-full e-flex e-con e-child\" data-id=\"93b65dd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-bc2196f e-con-full e-flex e-con e-child\" data-id=\"bc2196f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-615d389 elementor-widget elementor-widget-heading\" data-id=\"615d389\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The easiest identification of all time<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-efde346 elementor-widget elementor-widget-text-editor\" data-id=\"efde346\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">Whether ePass, eID, Auto-Video, or Wallet: Our AI recognizes the presented ID document and automatically guides users through the appropriate identification process.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20b3fd5 elementor-widget-tablet__width-inherit elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"20b3fd5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/nect.com\/en\/products\/nect-ident\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn more about Nect Ident<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-99bc32a e-con-full e-flex e-con e-child\" data-id=\"99bc32a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d366be elementor-widget elementor-widget-image\" data-id=\"4d366be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/nect.com\/wp-content\/uploads\/\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1773584882\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1773584882\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-706b466 e-con-full e-flex e-con e-child\" data-id=\"706b466\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b1ce93d e-con-full e-flex e-con e-child\" data-id=\"b1ce93d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-18d769b e-con-full e-flex e-con e-child\" data-id=\"18d769b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-adf0840 elementor-widget elementor-widget-heading\" data-id=\"adf0840\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Prevent fraud with certified technology\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-097e917 elementor-widget elementor-widget-text-editor\" data-id=\"097e917\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-v-31850cbe=\"\">Our solutions are multiply patented and 100% eIDAS-compliant &#038; GDPR-secure. We meet the trust level &#8220;high&#8221; according to BSI-TR 03147. Furthermore, our ePass procedure is the only available system recognized by gematik as technically suitable for security.   <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e787548 elementor-widget-tablet__width-inherit elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"e787548\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/nect.com\/en\/products\/nect-ident\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn more about Nect Ident<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6cde830 e-con-full e-flex e-con e-child\" data-id=\"6cde830\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-137fad3 elementor-widget elementor-widget-image\" data-id=\"137fad3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/nect.com\/wp-content\/uploads\/\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1773584883\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1773584883\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-64c5e02 e-con-full e-flex e-con e-child\" data-id=\"64c5e02\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a844356 e-con-full e-flex e-con e-child\" data-id=\"a844356\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-b72ceef e-con-full e-flex e-con e-child\" data-id=\"b72ceef\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f81cc0 elementor-widget elementor-widget-heading\" data-id=\"1f81cc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Biometric Verification - As easy as a selfie<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e44230 elementor-widget elementor-widget-text-editor\" data-id=\"2e44230\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<main class=\"mx_RoomView_timeline mx_RoomView_timeline_rr_enabled\"><\/main><div class=\"mx_AutoHideScrollbar mx_ScrollPanel mx_RoomView_messagePanel\" tabindex=\"-1\"><div class=\"mx_RoomView_messageListWrapper\"><div class=\"mx_EventTile_line\"><div class=\"mx_MTextBody mx_EventTile_content\"><div class=\"mx_EventTile_body translate\" dir=\"auto\"><p>With AI- and biometric-based solutions, we enable user-friendly identity verification. Through our patented AI technology, we counteract manipulation and elevate verification to a new security level. Among other things, we offer an extension through <span class=\"s2\">Age Verification<\/span> and the patent-pending <span class=\"s2\"><i>Put <\/i>Your Face Here (PYFH)<\/span>.  <\/p><\/div><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8937077 elementor-widget-tablet__width-inherit elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"8937077\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/nect.com\/en\/products\/nect-ident\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn more about Nect Ident<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44e5cbc e-con-full e-flex e-con e-child\" data-id=\"44e5cbc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d85a4c2 elementor-widget elementor-widget-image\" data-id=\"d85a4c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/nect.com\/wp-content\/uploads\/\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1773584884\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1773584884\" data-tab-index=\"4\" style=\"--n-tabs-title-order: 4;\" class=\" elementor-element elementor-element-cea3ba3 e-con-full e-flex e-con e-child\" data-id=\"cea3ba3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-eedddbe e-con-full e-flex e-con e-child\" data-id=\"eedddbe\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-9475bb6 e-con-full e-flex e-con e-child\" data-id=\"9475bb6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-036874f elementor-widget elementor-widget-heading\" data-id=\"036874f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Once identified, always reusable<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bedc6c5 elementor-widget elementor-widget-text-editor\" data-id=\"bedc6c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-v-31850cbe=\"\">After the first verification, using one of our procedures, users can re-identify themselves in seconds via the Nect Wallet. Ideally suited for existing customers, contract extensions, and recurring processes. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-417bdff elementor-widget-tablet__width-inherit elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"417bdff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/nect.com\/en\/products\/nect-ident\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn more about Nect Ident<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f56a5c1 e-con-full e-flex e-con e-child\" data-id=\"f56a5c1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47c7ade elementor-widget elementor-widget-image\" data-id=\"47c7ade\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/nect.com\/wp-content\/uploads\/\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ea2c34a e-flex e-con-boxed e-con e-parent\" data-id=\"ea2c34a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-17d2fd69 e-con-full e-flex e-con e-child\" data-id=\"17d2fd69\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-25f3bf58 elementor-widget elementor-widget-heading\" data-id=\"25f3bf58\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Identity solution<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-37bd07f4 elementor-widget elementor-widget-heading\" data-id=\"37bd07f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Legally valid. Intuitive. Tailored to the use case.  <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-439e097c elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"439e097c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;8631e98&quot;},{&quot;slide_title&quot;:&quot;Slide #2&quot;,&quot;_id&quot;:&quot;cd52e92&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;4e4f020&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;f6a6c99&quot;}],&quot;autoplay_speed&quot;:7000,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:40,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:40,&quot;sizes&quot;:[]},&quot;slides_to_show&quot;:&quot;3&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:48,&quot;sizes&quot;:[]},&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;pagination&quot;:&quot;bullets&quot;}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Karussell\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-261c51a2 e-flex e-con-boxed e-con e-child\" data-id=\"261c51a2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2276d2a4 e-con-full carousel-card-design e-flex e-con e-child\" data-id=\"2276d2a4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-4b413853 e-con-full e-flex e-con e-child\" data-id=\"4b413853\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49763fb6 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"49763fb6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"far fa-id-badge\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b1cdc69 e-con-full e-flex e-con e-child\" data-id=\"b1cdc69\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-00fb67a elementor-widget elementor-widget-heading\" data-id=\"00fb67a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Auto Video Ident <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9d9d685 elementor-widget elementor-widget-heading\" data-id=\"9d9d685\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ident Procedure<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c1b049a e-con-full e-flex e-con e-child\" data-id=\"7c1b049a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18144c37 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"18144c37\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-23dddcbf e-con-full e-flex e-con e-child\" data-id=\"23dddcbf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45710c79 elementor-widget elementor-widget-text-editor\" data-id=\"45710c79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Fully automatic identification via ID scan and selfie \u2013 fast, simple, without waiting times.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-41346160 e-flex e-con-boxed e-con e-child\" data-id=\"41346160\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3b11c166 e-con-full carousel-card-design e-flex e-con e-child\" data-id=\"3b11c166\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-2b3c4678 e-con-full e-flex e-con e-child\" data-id=\"2b3c4678\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5db15cc3 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"5db15cc3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"far fa-id-card\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-486f458 e-con-full e-flex e-con e-child\" data-id=\"486f458\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39de4e4e elementor-widget elementor-widget-heading\" data-id=\"39de4e4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">eID<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d7ebb35 elementor-widget elementor-widget-heading\" data-id=\"1d7ebb35\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ident Procedure<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-79c74d5d e-con-full e-flex e-con e-child\" data-id=\"79c74d5d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4c5b8159 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4c5b8159\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7148de91 e-con-full e-flex e-con e-child\" data-id=\"7148de91\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b9de303 elementor-widget elementor-widget-text-editor\" data-id=\"7b9de303\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Identification via online ID function via NFC \u2013 secure, fast, and perfect for German users.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-469ef70d e-flex e-con-boxed e-con e-child\" data-id=\"469ef70d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-297f592c e-con-full carousel-card-design e-flex e-con e-child\" data-id=\"297f592c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-16784366 e-con-full e-flex e-con e-child\" data-id=\"16784366\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c8f5c06 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"c8f5c06\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-passport\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1969638 e-con-full e-flex e-con e-child\" data-id=\"1969638\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bad6359 elementor-widget elementor-widget-heading\" data-id=\"3bad6359\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ePass<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26d4826 elementor-widget elementor-widget-heading\" data-id=\"26d4826\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ident Procedure<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ae4b9cf e-con-full e-flex e-con e-child\" data-id=\"ae4b9cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7dbf6ccf elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"7dbf6ccf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-74dd9c5 e-con-full e-flex e-con e-child\" data-id=\"74dd9c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-31fb780b elementor-widget elementor-widget-text-editor\" data-id=\"31fb780b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>ID verification via chip readout and machine-readable zone \u2013 compatible with international passports and residence permits.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c2171a8 e-flex e-con-boxed e-con e-child\" data-id=\"c2171a8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-76301f8 e-con-full carousel-card-design e-flex e-con e-child\" data-id=\"76301f8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1a6c135 e-con-full e-flex e-con e-child\" data-id=\"1a6c135\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39906ea elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"39906ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-user-check\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-20d6b80 e-con-full e-flex e-con e-child\" data-id=\"20d6b80\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-602c0cf elementor-widget elementor-widget-heading\" data-id=\"602c0cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Re Ident<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-85ba738 elementor-widget elementor-widget-heading\" data-id=\"85ba738\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ident Procedure<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a426968 e-con-full e-flex e-con e-child\" data-id=\"a426968\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6998a09 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"6998a09\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5cb5ff2 e-con-full e-flex e-con e-child\" data-id=\"5cb5ff2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-69938cb elementor-widget elementor-widget-text-editor\" data-id=\"69938cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Identification of an existing user with a selfie video. A previously successful identification from the Nect Wallet can be used for identification for another service or contract. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6b59022 e-flex e-con-boxed e-con e-parent\" data-id=\"6b59022\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4f2ea45 e-con-full e-flex e-con e-child\" data-id=\"4f2ea45\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e3b917 elementor-testimonial--layout-image_above elementor-testimonial--skin-default elementor-testimonial--align-center elementor-arrows-yes elementor-pagination-type-bullets elementor-widget elementor-widget-testimonial-carousel\" data-id=\"2e3b917\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:16,&quot;sizes&quot;:[]},&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;,&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"testimonial-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slider\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>Nect offered us cost-effective identification with a significantly higher assurance level. The technology impressed with excellent<br \/>\nUser<br \/>\n Experience, unrestricted availability, and high customer acceptance. Implementation was completed quickly.  <\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Tim G\u00f6tzen, Vice President<\/span><span class=\"elementor-testimonial__title\">Compliance & Risk Management, Telekom Germany<\/span><\/cite>\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/nect.com\/wp-content\/uploads\/2025\/08\/tim-goetzen-telekom-square.jpg\" alt=\"Tim G\u00f6tzen, Vice President\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b5bb19a elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"b5bb19a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#Termin\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Schedule a consultation<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dcc6389 elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\" data-id=\"dcc6389\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e2c84ff e-con-full e-flex e-con e-child\" data-id=\"e2c84ff\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aefe1d1 elementor-widget elementor-widget-heading\" data-id=\"aefe1d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Compliance, Protection, and Scaling.\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7620068 elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"7620068\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Effortlessly meet strict compliance requirements, prevent fraud, maximize conversion rates, reduce losses, and enhance security to create a secure, efficient, and revenue-generating customer experience.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-56f0245 e-con-full e-flex e-con e-child\" data-id=\"56f0245\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cef74d3 elementor-position-inline-start elementor-widget__width-inherit elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"cef74d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-id-badge\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tMeet Compliance\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEffortlessly meet even the strictest compliance requirements.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-16e8a45 elementor-position-inline-start elementor-widget__width-inherit elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"16e8a45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-theater-masks\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tCombat Fraud\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPrevent fraud and create a secure and pleasant customer experience.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f2c2799 elementor-position-inline-start elementor-widget__width-inherit elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"f2c2799\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-chart-line\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tMaximize Conversion Rates\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tReduce abandonment and increase revenue.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1733638 elementor-position-inline-start elementor-widget__width-inherit elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"1733638\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-hand-holding-usd\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tReduce Losses &amp; Lower Costs\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tIncrease operational efficiency through automation and tailored workflows.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b909d84 elementor-position-inline-start elementor-widget__width-inherit elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"b909d84\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-user-shield\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tImprove Security &amp; Data Protection\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOptimize and adapt InfoSec processes to national and international requirements such as GDPR.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-455d6df e-flex e-con-boxed e-con e-parent\" data-id=\"455d6df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d7e0cf elementor-widget-tablet__width-inherit elementor-mobile-align-justify elementor-align-center elementor-widget elementor-widget-button\" data-id=\"2d7e0cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/nect.com\/en\/about-nect\/security\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-857f883 e-flex e-con-boxed e-con e-parent\" data-id=\"857f883\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-49c1ed4 e-con-full e-flex e-con e-child\" data-id=\"49c1ed4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26d81dd elementor-widget elementor-widget-heading\" data-id=\"26d81dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Frequently Asked Questions about Nect Ident<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f62cf4a elementor-widget elementor-widget-n-accordion\" data-id=\"f62cf4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;max_items_expended&quot;:&quot;multiple&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:300,&quot;sizes&quot;:[]},&quot;default_state&quot;:&quot;all_collapsed&quot;}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2580\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2580\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How Does the Identification Process Work via Selfie Video? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-plus\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2580\" class=\"elementor-element elementor-element-a1f1d6a e-con-full e-flex e-con e-child\" data-id=\"a1f1d6a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-795ffbf elementor-widget elementor-widget-text-editor\" data-id=\"795ffbf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>With Nect Ident, verification becomes simple and stress-free. Users simply open a link or scan a QR code and are taken directly to the Nect Wallet. There, they photograph their ID, record a short selfie video, and repeat two words \u2013 quickly, intuitively, and without paperwork. By comparing the document and face, the identity is reliably checked and automatically confirmed \u2013 securely, conveniently, and without any waiting times.   <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2581\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2581\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\">  Which Ident Procedures are Still Possible with Nect Ident?  <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-plus\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2581\" class=\"elementor-element elementor-element-b8bae3d e-con-full e-flex e-con e-child\" data-id=\"b8bae3d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d77db20 elementor-widget elementor-widget-text-editor\" data-id=\"d77db20\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span class=\"TextRun SCXW192241037 BCX0\" lang=\"DE-DE\" data-contrast=\"auto\"><span class=\"NormalTextRun SCXW192241037 BCX0\">In addition to the Auto Video Ident<\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">procedure<\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">  are also the  <\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW192241037 BCX0\">eID<\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">procedure<\/span> <span class=\"NormalTextRun SCXW192241037 BCX0\">via with  <\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">identification via the online ID function using NFC<\/span> <span class=\"NormalTextRun SCXW192241037 BCX0\">and  <\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">da<\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">s  <\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW192241037 BCX0\">ePass<\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">procedure with the  <\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">ID verification via<\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">  the<\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">  chip readout  <\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">possible<\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">. The latter is<\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">  suitable for international passports and residence permits.<\/span> <span class=\"NormalTextRun SCXW192241037 BCX0\">With<\/span> <span class=\"NormalTextRun SpellingErrorV2Themed SCXW192241037 BCX0\">Nect<\/span> <span class=\"NormalTextRun SpellingErrorV2Themed SCXW192241037 BCX0\">ReIden<\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW192241037 BCX0\">t<\/span> <span class=\"NormalTextRun SCXW192241037 BCX0\">can also a  <\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">w<\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">reusable identity via the  <\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW192241037 BCX0\">Nect<\/span> <span class=\"NormalTextRun SCXW192241037 BCX0\">Wallet<\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">  be used<\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">.  <\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">This variant is particularly suitable  <\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">for existing cust<\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">omers<\/span><span class=\"NormalTextRun SCXW192241037 BCX0\">, contract extensions and recurring processes.<\/span><\/span><span class=\"EOP SCXW192241037 BCX0\" data-ccp-props=\"{}\"> <\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2582\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2582\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What are the Use Cases? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-plus\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2582\" class=\"elementor-element elementor-element-c2c4a1b e-con-full e-flex e-con e-child\" data-id=\"c2c4a1b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8dbee1a elementor-widget elementor-widget-text-editor\" data-id=\"8dbee1a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"0\" data-end=\"340\"><strong data-start=\"0\" data-end=\"24\">Public Sector:<\/strong><br data-start=\"24\" data-end=\"27\"\/>Nect Ident enables simple and secure online identification for digital applications such as parental allowance or BAf\u00f6G. It serves for age verification, protects access to citizen portals and administrative platforms, and complements the BundID as an uncomplicated alternative in the event of a missing eID or technical hurdles. <\/p><p data-start=\"342\" data-end=\"690\" data-is-last-node=\"\" data-is-only-node=\"\"><strong data-start=\"342\" data-end=\"362\">Private Sector:<\/strong><br data-start=\"362\" data-end=\"365\"\/>Nect Ident supports digital processes, e.g., for insurance policies, damage reports, SIM activations, patient registrations, or access to electronic patient records. Energy and telecommunications companies also use the service for contract conclusions and secure access to customer portals. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2583\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2583\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Which Security Features Do the Nect Procedures Meet? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-plus\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2583\" class=\"elementor-element elementor-element-70e0919 e-flex e-con-boxed e-con e-child\" data-id=\"70e0919\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7338e5d elementor-widget elementor-widget-text-editor\" data-id=\"7338e5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span class=\"NormalTextRun SCXW118251732 BCX0\" data-ccp-parastyle=\"Normal (Web)\">Nect<\/span><span class=\"NormalTextRun SCXW118251732 BCX0\" data-ccp-parastyle=\"Normal (Web)\"> Ident meets the highest security and data protection requirements: Through the <\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW118251732 BCX0\" data-ccp-parastyle=\"Normal (Web)\">eIDAS<\/span><span class=\"NormalTextRun SCXW118251732 BCX0\" data-ccp-parastyle=\"Normal (Web)\">certification, the procedure complies with European security standards and simultaneously meets the requirements of VDV and VDG. Processing takes place exclusively in ISO-certified data centers and in accordance with GDPR specifications for all products. Patented real-time proof ensures additional security.   In addition,  <\/span><span class=\"NormalTextRun SpellingErrorV2Themed SCXW118251732 BCX0\" data-ccp-parastyle=\"Normal (Web)\">Nect<\/span><span class=\"NormalTextRun SCXW118251732 BCX0\" data-ccp-parastyle=\"Normal (Web)\"> Ident achieves the trust level &#8220;high&#8221; defined by the BSI in Technical Guideline TR 03147 and is gematik-certified for use in healthcare.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Digital Identity Verification. Fully automated. Reliable. Nect Ident is the AI-powered solution for digital identity verification \u2013 available 24\/7, fully automated, and designed for maximum conversion. Learn More SalutationMr.Ms.N\/A Please [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":3394,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4507","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Landing Page - Nect Ident - Nect<\/title>\n<meta name=\"description\" content=\"Legally compliant, modular identity verification for digital processes \u2013 secure, efficient, and easy to integrate\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nect.com\/en\/landing\/landing-page-nect-ident\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Landing Page - Nect Ident - Nect\" \/>\n<meta property=\"og:description\" content=\"Legally compliant, modular identity verification for digital processes \u2013 secure, efficient, and easy to integrate\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nect.com\/en\/landing\/landing-page-nect-ident\/\" \/>\n<meta property=\"og:site_name\" content=\"Nect\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/NiceToNectYou\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-28T13:47:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nect.com\/wp-content\/uploads\/2025\/08\/Customer_Logo_Telekom_coloured.svg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@nicetonectyou\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nect.com\\\/en\\\/landing\\\/landing-page-nect-ident\\\/\",\"url\":\"https:\\\/\\\/nect.com\\\/en\\\/landing\\\/landing-page-nect-ident\\\/\",\"name\":\"Landing Page - Nect Ident - Nect\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nect.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/nect.com\\\/en\\\/landing\\\/landing-page-nect-ident\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/nect.com\\\/en\\\/landing\\\/landing-page-nect-ident\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nect.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Customer_Logo_Telekom_coloured.svg\",\"datePublished\":\"2025-08-14T12:22:46+00:00\",\"dateModified\":\"2026-05-28T13:47:53+00:00\",\"description\":\"Legally compliant, modular identity verification for digital processes \u2013 secure, efficient, and easy to integrate\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nect.com\\\/en\\\/landing\\\/landing-page-nect-ident\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nect.com\\\/en\\\/landing\\\/landing-page-nect-ident\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/nect.com\\\/en\\\/landing\\\/landing-page-nect-ident\\\/#primaryimage\",\"url\":\"https:\\\/\\\/nect.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Customer_Logo_Telekom_coloured.svg\",\"contentUrl\":\"https:\\\/\\\/nect.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Customer_Logo_Telekom_coloured.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nect.com\\\/en\\\/landing\\\/landing-page-nect-ident\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/nect.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Landing\",\"item\":\"https:\\\/\\\/nect.com\\\/en\\\/landing\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Landing Page &#8211; Nect Ident\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nect.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/nect.com\\\/en\\\/\",\"name\":\"Nect\",\"description\":\"Built for the future of digital identity.\",\"publisher\":{\"@id\":\"https:\\\/\\\/nect.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/nect.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/nect.com\\\/en\\\/#organization\",\"name\":\"Nect\",\"url\":\"https:\\\/\\\/nect.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/nect.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/nect.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Nect_favicon_App.svg\",\"contentUrl\":\"https:\\\/\\\/nect.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Nect_favicon_App.svg\",\"width\":512,\"height\":512,\"caption\":\"Nect\"},\"image\":{\"@id\":\"https:\\\/\\\/nect.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/NiceToNectYou\\\/\",\"https:\\\/\\\/x.com\\\/nicetonectyou\",\"https:\\\/\\\/www.instagram.com\\\/nect\\\/\",\"https:\\\/\\\/vimeo.com\\\/nect\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/nect.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Landing Page - Nect Ident - Nect","description":"Legally compliant, modular identity verification for digital processes \u2013 secure, efficient, and easy to integrate","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nect.com\/en\/landing\/landing-page-nect-ident\/","og_locale":"en_US","og_type":"article","og_title":"Landing Page - Nect Ident - Nect","og_description":"Legally compliant, modular identity verification for digital processes \u2013 secure, efficient, and easy to integrate","og_url":"https:\/\/nect.com\/en\/landing\/landing-page-nect-ident\/","og_site_name":"Nect","article_publisher":"https:\/\/www.facebook.com\/NiceToNectYou\/","article_modified_time":"2026-05-28T13:47:53+00:00","og_image":[{"url":"https:\/\/nect.com\/wp-content\/uploads\/2025\/08\/Customer_Logo_Telekom_coloured.svg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@nicetonectyou","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nect.com\/en\/landing\/landing-page-nect-ident\/","url":"https:\/\/nect.com\/en\/landing\/landing-page-nect-ident\/","name":"Landing Page - Nect Ident - Nect","isPartOf":{"@id":"https:\/\/nect.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nect.com\/en\/landing\/landing-page-nect-ident\/#primaryimage"},"image":{"@id":"https:\/\/nect.com\/en\/landing\/landing-page-nect-ident\/#primaryimage"},"thumbnailUrl":"https:\/\/nect.com\/wp-content\/uploads\/2025\/08\/Customer_Logo_Telekom_coloured.svg","datePublished":"2025-08-14T12:22:46+00:00","dateModified":"2026-05-28T13:47:53+00:00","description":"Legally compliant, modular identity verification for digital processes \u2013 secure, efficient, and easy to integrate","breadcrumb":{"@id":"https:\/\/nect.com\/en\/landing\/landing-page-nect-ident\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nect.com\/en\/landing\/landing-page-nect-ident\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nect.com\/en\/landing\/landing-page-nect-ident\/#primaryimage","url":"https:\/\/nect.com\/wp-content\/uploads\/2025\/08\/Customer_Logo_Telekom_coloured.svg","contentUrl":"https:\/\/nect.com\/wp-content\/uploads\/2025\/08\/Customer_Logo_Telekom_coloured.svg"},{"@type":"BreadcrumbList","@id":"https:\/\/nect.com\/en\/landing\/landing-page-nect-ident\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/nect.com\/en\/"},{"@type":"ListItem","position":2,"name":"Landing","item":"https:\/\/nect.com\/en\/landing\/"},{"@type":"ListItem","position":3,"name":"Landing Page &#8211; Nect Ident"}]},{"@type":"WebSite","@id":"https:\/\/nect.com\/en\/#website","url":"https:\/\/nect.com\/en\/","name":"Nect","description":"Built for the future of digital identity.","publisher":{"@id":"https:\/\/nect.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nect.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nect.com\/en\/#organization","name":"Nect","url":"https:\/\/nect.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nect.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/nect.com\/wp-content\/uploads\/2025\/05\/Nect_favicon_App.svg","contentUrl":"https:\/\/nect.com\/wp-content\/uploads\/2025\/05\/Nect_favicon_App.svg","width":512,"height":512,"caption":"Nect"},"image":{"@id":"https:\/\/nect.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/NiceToNectYou\/","https:\/\/x.com\/nicetonectyou","https:\/\/www.instagram.com\/nect\/","https:\/\/vimeo.com\/nect\/","https:\/\/www.linkedin.com\/company\/nect.com"]}]}},"_links":{"self":[{"href":"https:\/\/nect.com\/en\/wp-json\/wp\/v2\/pages\/4507","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nect.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nect.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nect.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/nect.com\/en\/wp-json\/wp\/v2\/comments?post=4507"}],"version-history":[{"count":3,"href":"https:\/\/nect.com\/en\/wp-json\/wp\/v2\/pages\/4507\/revisions"}],"predecessor-version":[{"id":8174,"href":"https:\/\/nect.com\/en\/wp-json\/wp\/v2\/pages\/4507\/revisions\/8174"}],"up":[{"embeddable":true,"href":"https:\/\/nect.com\/en\/wp-json\/wp\/v2\/pages\/3394"}],"wp:attachment":[{"href":"https:\/\/nect.com\/en\/wp-json\/wp\/v2\/media?parent=4507"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}