{"id":7,"date":"2024-12-18T10:20:11","date_gmt":"2024-12-18T10:20:11","guid":{"rendered":"https:\/\/backgroundspain.entropiaweb.com\/?page_id=7"},"modified":"2025-01-30T09:55:15","modified_gmt":"2025-01-30T09:55:15","slug":"home","status":"publish","type":"page","link":"https:\/\/backgroundspain.entropiaweb.com\/en","title":{"rendered":"Home"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"7\" class=\"elementor elementor-7\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ff233d full-h-home home1 e-flex e-con-boxed e-con e-parent\" data-id=\"9ff233d\" data-element_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\t\t<div class=\"elementor-element elementor-element-553ac3a elementor-widget elementor-widget-shortcode\" data-id=\"553ac3a\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div class=\"diapositivas-nav\">\n        <!-- Los enlaces de navegaci\u00f3n se generan autom\u00e1ticamente -->\n    <\/div>\n    <div class=\"flechas-nav\">\n        <button class=\"flecha-prev\" style=\"display: none;\">\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/01\/Arrow-52-2.svg\" alt=\"Former\">\n        <\/button>\n        <button class=\"flecha-next\">\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/01\/Arrow-52-2.svg\" alt=\"Following\">\n        <\/button>\n    <\/div>\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function () {\n            if (document.body.classList.contains(\"elementor-editor-active\")) {\n                return; \/\/ Salir del script si estamos en Elementor\n            }\n\n            const slides = document.querySelectorAll(\".full-h-home\");\n            const nav = document.querySelector(\".diapositivas-nav\");\n            const btnPrev = document.querySelector(\".flecha-prev\");\n            const btnNext = document.querySelector(\".flecha-next\");\n            let isScrolling = false;\n\n            function initDiapositivas() {\n                console.log(window.innerWidth);\n                if (window.innerWidth < 768) {\n                    cleanupDiapositivas();\n                    return;\n                }\n\n                \/\/ Obtener el \u00edndice actual antes de limpiar la navegaci\u00f3n\n                const currentIndex = getCurrentIndex();\n\n                \/\/ Vaciar la navegaci\u00f3n existente\n                nav.innerHTML = \"\";\n\n                \/\/ Generar navegaci\u00f3n si no existe\n                slides.forEach((slide, index) => {\n                    const a = document.createElement(\"a\");\n                    a.href = \"#\";\n                    a.innerText = String(index + 1).padStart(2, \"0\");\n                    a.dataset.index = index;\n                    a.addEventListener(\"click\", function (e) {\n                        e.preventDefault();\n                        scrollToSlide(index);\n                    });\n                    nav.appendChild(a);\n                });\n\n                \/\/ Mantener el slide actual o usar el primero si no hay ninguno activo\n                setActive(currentIndex || 0);\n                updateButtons(currentIndex || 0);\n\n                \/\/ Manejar eventos de las flechas\n                btnPrev.addEventListener(\"click\", goToPrevSlide);\n                btnNext.addEventListener(\"click\", goToNextSlide);\n\n                window.addEventListener(\"wheel\", handleWheelScroll);\n            }\n\n            function cleanupDiapositivas() {\n                console.log('entra a limpiar diapositivas');\n                \/\/ Eliminar eventos para evitar conflictos\n                nav.innerHTML = \"\";\n                btnPrev.removeEventListener(\"click\", goToPrevSlide);\n                btnNext.removeEventListener(\"click\", goToNextSlide);\n                window.removeEventListener(\"wheel\", handleWheelScroll);\n            }\n\n            function scrollToSlide(index) {\n                const target = slides[index];\n                if (target) {\n                    window.scrollTo({\n                        top: target.offsetTop,\n                        behavior: \"smooth\",\n                    });\n                    setActive(index);\n                    updateButtons(index);\n                }\n            }\n\n            function setActive(index) {\n                nav.querySelectorAll(\"a\").forEach((a, i) => {\n                    a.classList.toggle(\"active\", i === index);\n                });\n            }\n\n            function updateButtons(index) {\n                btnPrev.style.display = index === 0 ? \"none\" : \"flex\";\n                btnNext.style.display = index === slides.length - 1 ? \"none\" : \"flex\";\n            }\n\n            function goToPrevSlide() {\n                const currentIndex = getCurrentIndex();\n                if (currentIndex > 0) {\n                    scrollToSlide(currentIndex - 1);\n                }\n            }\n\n            function goToNextSlide() {\n                const currentIndex = getCurrentIndex();\n                if (currentIndex < slides.length - 1) {\n                    scrollToSlide(currentIndex + 1);\n                }\n            }\n\n            function getCurrentIndex() {\n                let index = 0;\n                slides.forEach((slide, i) => {\n                    const rect = slide.getBoundingClientRect();\n                    if (rect.top >= 0 && rect.top < window.innerHeight \/ 2) {\n                        index = i;\n                    }\n                });\n                return index;\n            }\n\n            function handleWheelScroll(e) {\n                if (isScrolling) {\n                    e.preventDefault();\n                    return;\n                }\n                isScrolling = true;\n                const currentIndex = getCurrentIndex();\n                if (e.deltaY > 0 && currentIndex < slides.length - 1) {\n                    scrollToSlide(currentIndex + 1);\n                } else if (e.deltaY < 0 && currentIndex > 0) {\n                    scrollToSlide(currentIndex - 1);\n                }\n                setTimeout(() => (isScrolling = false), 1000);\n            }\n\n            \/\/ Inicializaci\u00f3n y redimensionamiento\n            initDiapositivas();\n            window.addEventListener(\"resize\", initDiapositivas);\n        });\n\n    <\/script>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e4a7e00 e-con-full e-flex e-con e-child\" data-id=\"e4a7e00\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f4fb07 deco deco-home elementor-widget elementor-widget-heading\" data-id=\"0f4fb07\" data-element_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\"><span>B<\/span>ACKGROUND <br>\n<span>S<\/span>PAIN<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cfbb2ae elementor-widget elementor-widget-heading\" data-id=\"cfbb2ae\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Pre-employment checks, regulatory compliance, and personalized advisory.<\/p>\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-c2f28ba e-con-full lista-iconos e-flex e-con e-child\" data-id=\"c2f28ba\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aad9d86 elementor-icon-list--layout-inline listado-iconos elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"aad9d86\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"29\" height=\"29\" viewbox=\"0 0 29 29\" fill=\"none\"><path d=\"M7.52314 7.19625C6.33846 6.52664 5.22001 5.70988 4.18249 4.67236C2.03388 7.04908 0.694676 10.2352 0.621094 13.6494H6.63279C6.63279 11.4272 6.92712 9.19769 7.52314 7.19625Z\" fill=\"black\"><\/path><path d=\"M8.5625 6.75488C10.3432 7.57165 12.1975 8.08673 14.1989 8.16767V0C12.4918 0.220748 10.9319 1.63353 9.6736 4.00289C9.30568 4.81966 8.93041 5.78359 8.5625 6.75488Z\" fill=\"black\"><\/path><path d=\"M19.7597 24.3337C20.2012 23.5169 20.5765 22.6266 20.8708 21.5891C19.0901 20.7723 17.2358 20.2572 15.2344 20.1763V28.263H15.5287C17.0887 27.9687 18.575 26.5559 19.7597 24.3337Z\" fill=\"black\"><\/path><path d=\"M11.3783 0.367676C8.85446 0.963695 6.63226 2.29554 4.85156 4.00266C5.74191 4.89301 6.77943 5.63619 7.81694 6.22485C8.48654 4.15718 9.59764 1.85404 11.3783 0.367676Z\" fill=\"black\"><\/path><path d=\"M13.9749 28.2631H14.2692V20.25C12.2678 20.3236 10.3399 20.7724 8.63281 21.6628C8.92714 22.6267 9.30241 23.5171 9.74391 24.4074C10.855 26.556 12.415 27.9688 13.9749 28.2631Z\" fill=\"black\"><\/path><path d=\"M14.2705 9.05048C12.1955 8.9769 10.1867 8.52804 8.33239 7.6377C7.80995 9.49198 7.58921 11.567 7.51562 13.723H14.2631V9.05048H14.2705Z\" fill=\"black\"><\/path><path d=\"M14.271 14.6133H7.52344C7.52344 16.7619 7.81777 18.8443 8.3402 20.6986C10.1945 19.8082 12.1959 19.3667 14.2783 19.2858V14.6133H14.271Z\" fill=\"black\"><\/path><path d=\"M22.8786 13.7232H28.8903C28.8167 10.3089 27.404 7.12281 25.3289 4.74609C24.2914 5.71003 23.1803 6.60037 21.9883 7.26998C22.5034 9.19784 22.805 11.4274 22.8786 13.7232Z\" fill=\"black\"><\/path><path d=\"M28.8825 14.6133H22.8708C22.8708 16.9164 22.5029 19.1386 21.9805 21.0665C23.1651 21.7361 24.2762 22.5528 25.3211 23.5904C27.4771 21.221 28.8089 18.1011 28.8825 14.6133Z\" fill=\"black\"><\/path><path d=\"M21.6864 6.30591C22.7239 5.70989 23.7614 4.97406 24.6518 4.08371C22.8711 2.30301 20.6489 1.04475 18.125 0.44873C19.8321 1.85416 21.0242 4.15729 21.6864 6.30591Z\" fill=\"black\"><\/path><path d=\"M19.7597 4.00289C18.5014 1.62618 16.9415 0.220748 15.2344 0V8.08673C17.2358 8.01315 19.1637 7.56429 20.8708 6.67394C20.5765 5.78359 20.2086 4.81966 19.7597 4.00289Z\" fill=\"black\"><\/path><path d=\"M21.0983 7.64502C19.244 8.53537 17.2425 8.97687 15.1602 9.05781V13.7303H21.9077C21.915 11.5743 21.6134 9.4993 21.0983 7.64502Z\" fill=\"black\"><\/path><path d=\"M18.125 27.9685C20.6489 27.3725 22.8711 26.0406 24.6518 24.3335C23.7614 23.4432 22.7239 22.7 21.6864 22.1113C21.0242 24.1864 19.8321 26.4821 18.125 27.9685Z\" fill=\"black\"><\/path><path d=\"M21.9155 14.6133H15.168V19.2858C17.243 19.3594 19.2518 19.8082 21.1061 20.6986C21.6138 18.8443 21.9155 16.7693 21.9155 14.6133Z\" fill=\"black\"><\/path><path d=\"M7.52314 21.1402C7.00071 19.1388 6.63279 16.9092 6.63279 14.687H0.621094C0.694676 18.1012 2.10746 21.2874 4.18249 23.6641C5.14642 22.6266 6.25752 21.8098 7.52314 21.1402Z\" fill=\"black\"><\/path><path d=\"M7.74272 22.0308C6.70521 22.6268 5.66769 23.3626 4.77734 24.253C6.55804 26.0337 8.78024 27.2919 11.3041 27.8879C9.597 26.4825 8.48591 24.1867 7.74272 22.0308Z\" fill=\"black\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Verification in over 120 countries<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"41\" height=\"45\" viewbox=\"0 0 41 45\" fill=\"none\"><g clip-path=\"url(#clip0_6152_2485)\"><path d=\"M20.9076 5.24365C14.7489 5.24365 9.6875 10.2278 9.6875 16.4638C9.6875 22.6998 14.6717 27.6839 20.9076 27.6839C27.1436 27.6839 32.1278 22.6998 32.1278 16.4638C32.1278 10.2278 27.1436 5.24365 20.9076 5.24365ZM28.8514 14.8256L24.4081 18.017L26.1236 23.2407C26.2009 23.5498 25.9691 23.8666 25.66 23.8666C25.5827 23.8666 25.4282 23.8666 25.3509 23.7893L20.9076 20.5979L16.4644 23.7893C16.3099 23.9439 16.078 23.9439 15.9158 23.7893C15.7612 23.6348 15.6839 23.4802 15.7612 23.2407L17.4767 18.017L13.0335 14.8256C12.8016 14.7483 12.8016 14.5165 12.8016 14.2769C12.8789 14.0451 13.0335 13.9679 13.2653 13.9679H18.7208L20.4363 8.75188C20.5135 8.52006 20.6681 8.44278 20.8999 8.44278C21.1317 8.44278 21.2863 8.59733 21.3636 8.75188L23.079 13.9679H28.5346C28.7664 13.9679 28.9209 14.1224 28.9982 14.2769C29.0909 14.5088 29.0137 14.7483 28.8514 14.8256Z\" fill=\"black\"><\/path><path d=\"M20.9065 0.87793C12.3369 0.87793 5.32812 7.88665 5.32812 16.4563C5.32812 25.026 12.3369 32.0347 20.9065 32.0347C29.4762 32.0347 36.4849 25.026 36.4849 16.4563C36.4849 7.88665 29.5534 0.87793 20.9065 0.87793ZM20.9065 28.6115C14.2069 28.6115 8.75135 23.1559 8.75135 16.4563C8.75135 9.75668 14.2069 4.30115 20.9065 4.30115C27.6061 4.30115 33.0617 9.75668 33.0617 16.4563C33.0617 23.1559 27.6834 28.6115 20.9065 28.6115Z\" fill=\"black\"><\/path><path d=\"M22.3035 14.5864L20.9049 10.46L19.5835 14.5864C19.5062 14.8182 19.3517 14.8955 19.1199 14.8955H14.7539L18.2621 17.4687C18.4167 17.6232 18.494 17.7778 18.4167 18.0173L17.1726 22.1437L20.6808 19.5705C20.8353 19.416 21.0672 19.416 21.2294 19.5705L24.7377 22.1437L23.4163 18.0173C23.339 17.7855 23.4163 17.631 23.5708 17.4687L27.0791 14.8955H22.7131C22.5431 14.9805 22.3035 14.8259 22.3035 14.5864Z\" fill=\"black\"><\/path><path d=\"M15.0664 31.9653V44.1978L20.5992 39.9091C20.7538 39.7545 20.9856 39.7545 21.2251 39.9091L26.7579 44.1978V31.9653C23.0874 33.364 18.961 33.364 15.0664 31.9653Z\" fill=\"black\"><\/path><\/g><defs><clippath id=\"clip0_6152_2485\"><rect width=\"40.3601\" height=\"43.3196\" fill=\"white\" transform=\"translate(0.0273438 0.87793)\"><\/rect><\/clippath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Compliance with ISO 27001<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"45\" height=\"44\" viewbox=\"0 0 45 44\" fill=\"none\"><path d=\"M17.6367 21.2102C19.9234 21.2102 21.8047 19.3183 21.8047 17.0187C21.8047 14.719 19.9234 12.8271 17.6367 12.8271C15.35 12.8271 13.4688 14.719 13.4688 17.0187C13.4688 19.3998 15.3419 21.2102 17.6367 21.2102ZM17.6367 14.2216C19.1936 14.2216 20.4991 15.5345 20.4991 17.1002C20.4991 18.6659 19.1936 19.9788 17.6367 19.9788C16.0798 19.9788 14.7743 18.6659 14.7743 17.1002C14.7743 15.5345 16.0798 14.2216 17.6367 14.2216Z\" fill=\"black\"><\/path><path d=\"M17.6361 18.9024C18.6173 18.9024 19.4363 18.0788 19.4363 17.0921C19.4363 16.1054 18.6173 15.2817 17.6361 15.2817C16.6549 15.2817 15.8359 16.1054 15.8359 17.0921C15.8359 18.0788 16.5738 18.9024 17.6361 18.9024Z\" fill=\"black\"><\/path><path d=\"M17.7996 23.5917C22.3001 23.5917 26.3058 21.1289 28.3493 17.1005C26.3058 13.0721 22.3001 10.6094 17.7996 10.6094C13.2992 10.6094 9.29344 13.0721 7.25 17.1005C9.29344 21.1208 13.3803 23.5917 17.7996 23.5917ZM17.6375 11.9141C20.4999 11.9141 22.7866 14.2138 22.7866 17.0924C22.7866 19.971 20.4999 22.2706 17.6375 22.2706C14.775 22.2706 12.4883 19.971 12.4883 17.0924C12.4883 14.2219 14.775 11.9141 17.6375 11.9141Z\" fill=\"black\"><\/path><path d=\"M10.9324 11.5878C12.9758 10.2749 15.4328 9.53278 17.8817 9.53278C22.1307 9.53278 25.9743 11.5878 28.4313 15.0372C28.0259 12.9007 27.0447 11.0088 25.4878 9.44308C23.4444 7.38809 20.7441 6.31982 17.8817 6.31982C12.5704 6.31982 8.23212 10.1852 7.33203 15.1187C8.23212 13.7243 9.46466 12.4929 10.9324 11.5878Z\" fill=\"black\"><\/path><path d=\"M33.1662 17.0922C33.1662 12.9822 31.5282 9.11688 28.6739 6.15672C25.8115 3.27811 21.8868 1.63086 17.7999 1.63086C13.713 1.63086 9.86943 3.27811 6.92591 6.15672C4.06348 9.03533 2.43359 12.9822 2.43359 17.0922C2.43359 21.2021 4.07159 25.0675 6.92591 28.0276C12.894 34.0295 22.5436 34.111 28.5928 28.0276C31.5363 25.0675 33.1662 21.2103 33.1662 17.0922ZM17.7999 28.9328C14.6942 28.9328 11.7507 27.7014 9.46398 25.4834C7.25837 23.2653 6.03393 20.3051 6.03393 17.1003C6.03393 13.8955 7.25837 11.0169 9.46398 8.7173C11.6696 6.49922 14.6131 5.26786 17.7999 5.26786C20.9867 5.26786 23.8491 6.49922 26.1358 8.7173C28.3414 10.9354 29.5659 13.8955 29.5659 17.1003C29.5659 20.3051 28.3414 23.1837 26.1358 25.4834C23.9302 27.7014 20.9867 28.9328 17.7999 28.9328Z\" fill=\"black\"><\/path><path d=\"M10.9324 22.6047C9.46466 21.6995 8.23212 20.4682 7.33203 19.0737C8.23212 24.0073 12.5623 27.8727 17.8817 27.8727C20.7441 27.8727 23.4444 26.7228 25.4878 24.7494C27.0447 23.1837 28.0259 21.2103 28.4313 19.1553C24.3363 24.8228 16.6572 26.2254 10.9324 22.6047Z\" fill=\"black\"><\/path><path d=\"M34.479 27.2938L32.1923 24.9941C30.7246 27.7097 28.4298 30.0093 25.6484 31.575L27.9351 33.8746C28.7541 32.9613 33.7411 28.0277 34.479 27.2938Z\" fill=\"black\"><\/path><path d=\"M33.741 29.4302L30.1406 33.0509L37.3332 40.2841C38.3144 41.2708 39.9524 41.2708 40.9335 40.2841C41.9147 39.2974 41.9147 37.6501 40.9335 36.6634L33.741 29.4302Z\" fill=\"black\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Reports adapted to your language<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\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-a97e20b full-h-home home2 e-flex e-con-boxed e-con e-parent\" data-id=\"a97e20b\" data-element_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-131c290 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"131c290\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ee110c2 e-con-full e-flex e-con e-child\" data-id=\"ee110c2\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e11a0c1 deco deco-left-top elementor-widget elementor-widget-heading\" data-id=\"e11a0c1\" data-element_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 EFFECTIVE WAY OF <br>\n<span>REDUCE RISKS<\/span> IN THE <br>\nCONTRACTS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5c7222 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"f5c7222\" data-element_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>In a world where every decision counts, our background screening solutions help you hire with confidence.<\/p><p>We simplify complex processes, conduct background checks in over 120 countries, and ensure that every hire is a sure step toward your company&#039;s success.<\/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<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ee499e3 full-h-home home3 e-flex e-con-boxed e-con e-parent\" data-id=\"ee499e3\" data-element_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-0a35259 e-con-full e-flex e-con e-child\" data-id=\"0a35259\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1298020 deco deco-left-top elementor-widget elementor-widget-heading\" data-id=\"1298020\" data-element_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\"><span>GLOBAL SOLUTIONS<\/span> <br> \nADAPTED <br>\nTO YOUR NEEDS <\/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-e5f549e e-con-full e-flex e-con e-child\" data-id=\"e5f549e\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-670e526 e-con-full e-flex e-con e-child\" data-id=\"670e526\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4bce6a5 elementor-widget elementor-widget-image\" data-id=\"4bce6a5\" data-element_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\" width=\"175\" height=\"135\" src=\"https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/glasses-documents-1.jpg\" class=\"attachment-large size-large wp-image-274\" alt=\"\" srcset=\"https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/glasses-documents-1.jpg 175w, https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/glasses-documents-1-16x12.jpg 16w\" sizes=\"(max-width: 175px) 100vw, 175px\" \/>\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 class=\"elementor-element elementor-element-e61cba2 elementor-widget elementor-widget-text-editor\" data-id=\"e61cba2\" data-element_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>Improve regulatory compliance with our customized solutions to protect your business.<\/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-fb27518 e-con-full e-flex e-con e-child\" data-id=\"fb27518\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c59b40 elementor-widget elementor-widget-image\" data-id=\"7c59b40\" data-element_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\" width=\"175\" height=\"135\" src=\"https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/close-up-hands-with-unfocused-background-1.jpg\" class=\"attachment-large size-large wp-image-279\" alt=\"\" srcset=\"https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/close-up-hands-with-unfocused-background-1.jpg 175w, https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/close-up-hands-with-unfocused-background-1-16x12.jpg 16w\" sizes=\"(max-width: 175px) 100vw, 175px\" \/>\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 class=\"elementor-element elementor-element-4d7d2f9 elementor-widget elementor-widget-text-editor\" data-id=\"4d7d2f9\" data-element_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>Turn every hire into the start of a global success story.<\/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-6187488 e-con-full e-flex e-con e-child\" data-id=\"6187488\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3fb4426 elementor-widget elementor-widget-image\" data-id=\"3fb4426\" data-element_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\" width=\"175\" height=\"135\" src=\"https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/agent-customers-meeting-outdoors-discussing-real-property-pointing-office-building-back-view-commercial-real-estate-concept-1.jpg\" class=\"attachment-large size-large wp-image-280\" alt=\"\" srcset=\"https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/agent-customers-meeting-outdoors-discussing-real-property-pointing-office-building-back-view-commercial-real-estate-concept-1.jpg 175w, https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/agent-customers-meeting-outdoors-discussing-real-property-pointing-office-building-back-view-commercial-real-estate-concept-1-16x12.jpg 16w\" sizes=\"(max-width: 175px) 100vw, 175px\" \/>\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 class=\"elementor-element elementor-element-3ed52ac elementor-widget elementor-widget-text-editor\" data-id=\"3ed52ac\" data-element_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 style=\"white-space-collapse: preserve;\">We facilitate safe decisions with reliable services that boost competitiveness.<\/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<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8726cc3 full-h-home home4 e-flex e-con-boxed e-con e-parent\" data-id=\"8726cc3\" data-element_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-91ad1d6 e-con-full no-absolute e-flex e-con e-child\" data-id=\"91ad1d6\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ecd7f2e deco deco-left-top elementor-widget elementor-widget-heading\" data-id=\"ecd7f2e\" data-element_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\">WHY CHOOSE US?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-40f6663 elementor-widget elementor-widget-text-editor\" data-id=\"40f6663\" data-element_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>More than a service, we are your strategic partner in risk management.<\/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-6b3ec37 e-con-full e-flex e-con e-child\" data-id=\"6b3ec37\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d9449a9 e-con-full e-flex e-con e-child\" data-id=\"d9449a9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-acb99aa elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"acb99aa\" data-element_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<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"137\" height=\"137\" viewbox=\"0 0 137 137\" fill=\"none\"><circle cx=\"68.5\" cy=\"68.5\" r=\"67\" stroke=\"#3C3C3B\" stroke-width=\"3\"><\/circle><circle cx=\"68.2549\" cy=\"68.253\" r=\"58.7198\" fill=\"#ED7D31\" stroke=\"#ED7D31\" stroke-width=\"3\"><\/circle><g clip-path=\"url(#clip0_6179_1867)\"><path d=\"M68.3297 66.2492C71.4597 66.2492 73.9797 63.7292 73.9797 60.5992C73.9797 57.4692 71.4597 54.9492 68.3297 54.9492C65.1997 54.9492 62.6797 57.4692 62.6797 60.5992C62.6797 63.7292 65.2097 66.2492 68.3297 66.2492ZM68.3297 56.7692C70.4497 56.7692 72.1597 58.4792 72.1597 60.5992C72.1597 62.7192 70.4497 64.4292 68.3297 64.4292C66.2097 64.4292 64.4997 62.7192 64.4997 60.5992C64.4997 58.4792 66.2097 56.7692 68.3297 56.7692Z\" fill=\"#3C3C3B\"><\/path><path d=\"M68.627 69.3699C74.777 69.3699 80.217 66.0399 83.047 60.4999C80.227 55.0599 74.777 51.6299 68.627 51.6299C62.477 51.6299 57.037 55.1599 54.207 60.5999C57.037 66.0399 62.477 69.3699 68.627 69.3699ZM68.327 53.6399C72.157 53.6399 75.287 56.7699 75.287 60.5999C75.287 64.4299 72.157 67.5599 68.327 67.5599C64.497 67.5599 61.367 64.4299 61.367 60.5999C61.367 56.7699 64.497 53.6399 68.327 53.6399Z\" fill=\"#3C3C3B\"><\/path><path d=\"M91.6184 75.7197H45.6484V78.2397H91.6184V75.7197Z\" fill=\"#3C3C3B\"><\/path><path d=\"M45.6484 51.1197V74.4097H91.6184V51.1197C91.6184 48.6997 89.5984 46.6797 87.1784 46.6797H50.0784C47.6584 46.6897 45.6484 48.6997 45.6484 51.1197ZM52.9084 60.2997C54.3184 57.3797 56.5384 54.9597 59.2584 53.2397C62.0784 51.4297 65.3084 50.5197 68.6384 50.5197C71.9684 50.5197 75.1884 51.4297 78.0184 53.2397C80.7384 54.9497 82.9584 57.3697 84.3684 60.2997C84.4684 60.4997 84.4684 60.6997 84.3684 60.7997C82.9584 63.7197 80.7384 66.1397 78.0184 67.8597C75.1984 69.6797 71.9684 70.5797 68.6384 70.5797C65.3084 70.5797 62.0884 69.6697 59.2584 67.8597C56.5384 66.1497 54.3184 63.7297 52.9084 60.7997C52.9084 60.6997 52.9084 60.4997 52.9084 60.2997Z\" fill=\"#3C3C3B\"><\/path><path d=\"M73.37 88.3301H64.5V91.4501H73.37V88.3301Z\" fill=\"#3C3C3B\"><\/path><path d=\"M49.4795 91.4501H63.2895V88.3301H43.0195C44.5395 90.2401 46.9595 91.4501 49.4795 91.4501Z\" fill=\"#3C3C3B\"><\/path><path d=\"M45.4388 79.4492L42.7188 87.0092H63.8888H73.9688H94.5387L91.8187 79.4492H45.4388ZM65.2087 81.3692H66.5188C66.8188 81.3692 67.1188 81.6692 67.1188 81.9692C67.1188 82.2692 66.8188 82.5792 66.5188 82.5792H65.2087C64.9088 82.5792 64.6088 82.2792 64.6088 81.9692C64.4988 81.6692 64.7987 81.3692 65.2087 81.3692ZM60.1588 81.3692H61.4688C61.7687 81.3692 62.0688 81.6692 62.0688 81.9692C62.0688 82.2692 61.7687 82.5792 61.4688 82.5792H60.1588C59.8588 82.5792 59.5588 82.2792 59.5588 81.9692C59.4587 81.6692 59.7588 81.3692 60.1588 81.3692ZM51.2887 85.1992H49.9787C49.6787 85.1992 49.3787 84.8992 49.3787 84.5992C49.3787 84.2992 49.6787 83.9892 49.9787 83.9892H51.2887C51.5887 83.9892 51.8987 84.2892 51.8987 84.5992C51.8987 84.8992 51.6987 85.1992 51.2887 85.1992ZM51.2887 82.6792H49.9787C49.6787 82.6792 49.3787 82.3792 49.3787 82.0692C49.3787 81.7692 49.6787 81.4692 49.9787 81.4692H51.2887C51.5887 81.4692 51.8987 81.7692 51.8987 82.0692C51.8987 82.3792 51.6987 82.6792 51.2887 82.6792ZM56.3287 85.1992H55.0188C54.7188 85.1992 54.4187 84.8992 54.4187 84.5992C54.4187 84.2992 54.7188 83.9892 55.0188 83.9892H56.3287C56.6287 83.9892 56.9288 84.2892 56.9288 84.5992C56.9388 84.8992 56.7387 85.1992 56.3287 85.1992ZM56.3287 82.6792H55.0188C54.7188 82.6792 54.4187 82.3792 54.4187 82.0692C54.4187 81.7692 54.7188 81.4692 55.0188 81.4692H56.3287C56.6287 81.4692 56.9288 81.7692 56.9288 82.0692C56.9388 82.3792 56.7387 82.6792 56.3287 82.6792ZM71.4587 85.1992H60.1588C59.8588 85.1992 59.5588 84.8992 59.5588 84.5992C59.5588 84.2992 59.8588 83.9892 60.1588 83.9892H71.5487C71.8487 83.9892 72.1588 84.2892 72.1588 84.5992C72.0588 84.8992 71.8587 85.1992 71.4587 85.1992ZM71.4587 82.6792H70.1488C69.8488 82.6792 69.5487 82.3792 69.5487 82.0692C69.5487 81.7692 69.8488 81.4692 70.1488 81.4692H71.4587C71.7587 81.4692 72.0688 81.7692 72.0688 82.0692C72.0588 82.3792 71.8587 82.6792 71.4587 82.6792ZM76.4987 85.1992H75.1887C74.8887 85.1992 74.5888 84.8992 74.5888 84.5992C74.5888 84.2992 74.8887 83.9892 75.1887 83.9892H76.4987C76.7987 83.9892 77.0987 84.2892 77.0987 84.5992C77.0987 84.8992 76.8988 85.1992 76.4987 85.1992ZM76.4987 82.6792H75.1887C74.8887 82.6792 74.5888 82.3792 74.5888 82.0692C74.5888 81.7692 74.8887 81.4692 75.1887 81.4692H76.4987C76.7987 81.4692 77.0987 81.7692 77.0987 82.0692C77.0987 82.3792 76.8988 82.6792 76.4987 82.6792ZM81.5387 85.1992H80.2287C79.9287 85.1992 79.6287 84.8992 79.6287 84.5992C79.6287 84.2992 79.9287 83.9892 80.2287 83.9892H81.5387C81.8387 83.9892 82.1387 84.2892 82.1387 84.5992C82.1387 84.8992 81.9388 85.1992 81.5387 85.1992ZM81.5387 82.6792H80.2287C79.9287 82.6792 79.6287 82.3792 79.6287 82.0692C79.6287 81.7692 79.9287 81.4692 80.2287 81.4692H81.5387C81.8387 81.4692 82.1387 81.7692 82.1387 82.0692C82.1387 82.3792 81.9388 82.6792 81.5387 82.6792ZM86.5788 85.1992H85.2687C84.9688 85.1992 84.6687 84.8992 84.6687 84.5992C84.6687 84.2992 84.9688 83.9892 85.2687 83.9892H86.5788C86.8787 83.9892 87.1887 84.2892 87.1887 84.5992C87.1787 84.8992 86.9788 85.1992 86.5788 85.1992ZM86.5788 82.6792H85.2687C84.9688 82.6792 84.6687 82.3792 84.6687 82.0692C84.6687 81.7692 84.9688 81.4692 85.2687 81.4692H86.5788C86.8787 81.4692 87.1887 81.7692 87.1887 82.0692C87.1787 82.3792 86.9788 82.6792 86.5788 82.6792Z\" fill=\"#3C3C3B\"><\/path><path d=\"M74.5781 91.4501H87.7881C90.3081 91.4501 92.7281 90.2401 94.2381 88.3301H74.5781V91.4501Z\" fill=\"#3C3C3B\"><\/path><path d=\"M68.3305 61.8096C68.0305 61.8096 67.7305 62.1096 67.7305 62.4096C67.7305 62.7096 68.0305 63.0196 68.3305 63.0196C68.6305 63.0196 68.9405 62.7196 68.9405 62.4096C68.9405 62.1096 68.6305 61.8096 68.3305 61.8096Z\" fill=\"#3C3C3B\"><\/path><path d=\"M68.3286 60.6001C69.3386 60.6001 70.1386 61.3101 70.2486 62.3101C70.6486 61.9101 70.8486 61.3001 70.8486 60.6001C70.8486 59.1901 69.7386 58.0801 68.3286 58.0801C66.9186 58.0801 65.8086 59.1901 65.8086 60.6001C65.8086 61.2101 66.0086 61.8101 66.4186 62.3101C66.5186 61.3101 67.3186 60.6001 68.3286 60.6001Z\" fill=\"#3C3C3B\"><\/path><\/g><defs><clippath id=\"clip0_6179_1867\"><rect width=\"57.27\" height=\"55.45\" fill=\"white\" transform=\"translate(40 36)\"><\/rect><\/clippath><\/defs><\/svg>\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-fd2bbb8 elementor-widget elementor-widget-text-editor\" data-id=\"fd2bbb8\" data-element_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>We are experts in <br \/>Background Screening<\/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-17670cc e-con-full e-flex e-con e-child\" data-id=\"17670cc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c986258 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"c986258\" data-element_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<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"137\" height=\"137\" viewbox=\"0 0 137 137\" fill=\"none\"><circle cx=\"68.5\" cy=\"68.5\" r=\"67\" stroke=\"#3C3C3B\" stroke-width=\"3\"><\/circle><circle cx=\"69.2549\" cy=\"68.253\" r=\"60.2198\" fill=\"#ED7D31\"><\/circle><g clip-path=\"url(#clip0_6179_1890)\"><path d=\"M68.77 84.8498C59.7 84.8498 52.34 77.4898 52.34 68.4198C52.34 59.3498 59.7 51.9898 68.77 51.9898C77.14 51.9898 84.1 58.3398 85 66.5098H89.44C88.43 55.9098 79.56 47.5498 68.77 47.5498C57.28 47.5498 48 56.9198 48 68.3098C48 79.6998 57.28 89.1798 68.77 89.1798C79.56 89.1798 88.53 80.8098 89.44 70.2298H85C84.09 78.4998 77.14 84.8498 68.77 84.8498Z\" fill=\"#3C3C3B\"><\/path><path d=\"M83.7884 66.5C82.8784 59.04 76.5284 53.29 68.7684 53.29C60.3984 53.29 53.6484 60.04 53.6484 68.41C53.6484 76.78 60.3984 83.53 68.7684 83.53C76.4284 83.53 82.8884 77.78 83.7884 70.32H79.9584C79.0484 75.66 74.4184 79.8 68.7684 79.8C62.5184 79.8 57.3784 74.76 57.3784 68.41C57.3784 62.06 62.4184 57.02 68.7684 57.02C74.4184 57.02 79.0484 61.15 79.9584 66.5H83.7884Z\" fill=\"#3C3C3B\"><\/path><path d=\"M68.7705 66.5001H73.4105C72.7105 64.6901 70.8905 63.3701 68.7705 63.3701C65.9505 63.3701 63.7305 65.5901 63.7305 68.4101C63.7305 71.2301 65.9505 73.4501 68.7705 73.4501C70.8905 73.4501 72.7005 72.1401 73.4105 70.3201H68.7705C67.7605 70.3201 66.8605 69.5101 66.8605 68.4001C66.8505 67.3101 67.6605 66.5001 68.7705 66.5001Z\" fill=\"#3C3C3B\"><\/path><path d=\"M78.6514 66.5001C77.7414 61.8601 73.7114 58.3301 68.7714 58.3301C63.2314 58.3301 58.6914 62.8701 58.6914 68.4101C58.6914 73.9601 63.2314 78.4901 68.7714 78.4901C73.7114 78.4901 77.7414 74.9601 78.6514 70.3201H74.7214C73.9114 72.8401 71.4914 74.7601 68.6714 74.7601C65.2414 74.7601 62.3214 71.9401 62.3214 68.4101C62.3214 64.8801 65.1414 62.0601 68.6714 62.0601C71.4914 62.0601 73.9114 63.8801 74.7214 66.5001H78.6514Z\" fill=\"#3C3C3B\"><\/path><path d=\"M102.54 69.0195C102.84 69.0195 103.15 68.7195 103.15 68.4095C103.15 68.1095 102.85 67.8095 102.54 67.8095C102.14 67.8095 101.53 67.8095 100.62 67.8095L103.95 63.9795H97.4002L94.0702 67.8095C84.7902 67.8095 71.0802 67.8095 68.7602 67.8095C68.4602 67.8095 68.1602 68.1095 68.1602 68.4095C68.1602 68.7095 68.4602 69.0195 68.7602 69.0195C71.0802 69.0195 84.7902 69.0195 94.0702 69.0195L97.4002 72.8495H103.95L100.62 69.0195C101.54 69.0195 102.14 69.0195 102.54 69.0195Z\" fill=\"#3C3C3B\"><\/path><\/g><defs><clippath id=\"clip0_6179_1890\"><rect width=\"55.96\" height=\"52.93\" fill=\"white\" transform=\"translate(40 36)\"><\/rect><\/clippath><\/defs><\/svg>\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-6684ef7 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"6684ef7\" data-element_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>We are backed by more than 25 years of experience in information management<\/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-a6a5cb8 e-con-full e-flex e-con e-child\" data-id=\"a6a5cb8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f0d8a5 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"8f0d8a5\" data-element_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<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"137\" height=\"137\" viewbox=\"0 0 137 137\" fill=\"none\"><circle cx=\"68.5\" cy=\"68.5\" r=\"67\" stroke=\"#3C3C3B\" stroke-width=\"3\"><\/circle><circle cx=\"68.2549\" cy=\"68.253\" r=\"60.2198\" fill=\"#ED7D31\"><\/circle><g clip-path=\"url(#clip0_6179_1909)\"><path d=\"M76.8891 80.7197C73.4591 80.7197 70.5391 83.5397 70.5391 87.0697H73.0591V85.1497C73.0591 84.8497 73.3591 84.5497 73.6591 84.5497C73.9591 84.5497 74.2691 84.8497 74.2691 85.1497V87.0697H79.3091V85.1497C79.3091 84.8497 79.6091 84.5497 79.9091 84.5497C80.2091 84.5497 80.5191 84.8497 80.5191 85.1497V87.0697H83.0391C83.1391 83.5497 80.3191 80.7197 76.8891 80.7197Z\" fill=\"#3C3C3B\"><\/path><path d=\"M49.17 60.5599H88.29V55.5199C87.08 55.5199 61.27 55.5199 59.96 55.5199C59.76 55.5199 59.56 55.4199 59.46 55.2199L55.83 50.3799H41V86.9799L48.56 60.9699C48.66 60.7599 48.86 60.5599 49.17 60.5599Z\" fill=\"#3C3C3B\"><\/path><path d=\"M76.8909 79.4098C78.8109 79.4098 80.3209 77.8998 80.3209 75.9798C80.3209 74.0598 78.8109 72.5498 76.8909 72.5498C74.9709 72.5498 73.4609 74.0598 73.4609 75.9798C73.4609 77.8998 74.9809 79.4098 76.8909 79.4098Z\" fill=\"#3C3C3B\"><\/path><path d=\"M83.2381 50.4795H69.3281V54.3095H83.2381V50.4795Z\" fill=\"#3C3C3B\"><\/path><path d=\"M56.1195 80.7197C52.6895 80.7197 49.7695 83.5397 49.7695 87.0697H52.2895V85.1497C52.2895 84.8497 52.5895 84.5497 52.8995 84.5497C53.1995 84.5497 53.4995 84.8497 53.4995 85.1497V87.0697H58.5395V85.1497C58.5395 84.8497 58.8395 84.5497 59.1395 84.5497C59.4395 84.5497 59.7495 84.8497 59.7495 85.1497V87.0697H62.3695C62.3695 83.5497 59.5495 80.7197 56.1195 80.7197Z\" fill=\"#3C3C3B\"><\/path><path d=\"M47.9592 68.1201H47.8592L41.1992 90.8101H88.3792L95.0292 68.1201H47.9592ZM63.6792 87.6801C63.6792 87.9801 63.3792 88.2801 63.0792 88.2801H49.1692C48.8692 88.2801 48.5592 87.9801 48.5592 87.6801V87.0801C48.5592 83.8501 50.6792 81.0301 53.4992 80.0201C52.2892 79.2101 51.4792 77.7001 51.4792 76.0901C51.4792 73.4701 53.5992 71.3501 56.2192 71.3501C58.8392 71.3501 60.9592 73.4701 60.9592 76.0901C60.9592 77.7001 60.1492 79.1101 58.8392 80.0201C61.6592 81.1301 63.7792 83.8501 63.7792 87.0801V87.6801H63.6792ZM84.4492 87.6801C84.4492 87.9801 84.1492 88.2801 83.8492 88.2801H69.9392C69.6392 88.2801 69.3392 87.9801 69.3392 87.6801V87.0801C69.3392 83.8501 71.4592 81.0301 74.2792 80.0201C73.0692 79.2101 72.2592 77.7001 72.2592 76.0901C72.2592 73.4701 74.3792 71.3501 76.9992 71.3501C79.6192 71.3501 81.7392 73.4701 81.7392 76.0901C81.7392 77.7001 80.9292 79.1101 79.6192 80.0201C82.4392 81.1301 84.5592 83.8501 84.5592 87.0801V87.6801H84.4492Z\" fill=\"#3C3C3B\"><\/path><path d=\"M49.6702 61.7695L48.1602 66.8095H95.3402L96.8502 61.7695C94.5402 61.7695 51.5902 61.7695 49.6702 61.7695Z\" fill=\"#3C3C3B\"><\/path><path d=\"M56.1214 79.4098C58.0414 79.4098 59.5514 77.8998 59.5514 75.9798C59.5514 74.0598 58.0414 72.5498 56.1214 72.5498C54.2114 72.5498 52.6914 74.0598 52.6914 75.9798C52.7014 77.8998 54.3114 79.4098 56.1214 79.4098Z\" fill=\"#3C3C3B\"><\/path><\/g><defs><clippath id=\"clip0_6179_1909\"><rect width=\"55.86\" height=\"54.85\" fill=\"white\" transform=\"translate(41 41)\"><\/rect><\/clippath><\/defs><\/svg>\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-0fff284 elementor-widget elementor-widget-text-editor\" data-id=\"0fff284\" data-element_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>Personalization and <br \/>closeness in every process.<\/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<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-99f7eb6 full-h-home home5 e-flex e-con-boxed e-con e-parent\" data-id=\"99f7eb6\" data-element_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-a463e1c e-con-full no-absolute e-flex e-con e-child\" data-id=\"a463e1c\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d13f89d deco deco-left-top elementor-widget elementor-widget-heading\" data-id=\"d13f89d\" data-element_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\">HOW CAN WE HELP?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-933b309 e-con-full e-flex e-con e-child\" data-id=\"933b309\" data-element_type=\"container\" href=\"https:\/\/backgroundspain.entropiaweb.com\/en\/faq\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a1183d6 elementor-widget elementor-widget-heading\" data-id=\"a1183d6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">01<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac201b6 elementor-widget elementor-widget-heading\" data-id=\"ac201b6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Compliance<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0f80858 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"0f80858\" data-element_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<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"15\" viewbox=\"0 0 16 15\" fill=\"none\"><path d=\"M15.5707 3.55244e-05L4.33046 2.64391L12.2403 11.0563L15.5707 3.55244e-05ZM1.68501 14.4287L9.6989 6.89364L8.32888 5.43657L0.314992 12.9717L1.68501 14.4287Z\" fill=\"#ED7D31\"><\/path><\/svg>\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<\/a>\n\t\t<a class=\"elementor-element elementor-element-2dc5d2a e-con-full e-flex e-con e-child\" data-id=\"2dc5d2a\" data-element_type=\"container\" href=\"\/en\/faq-candidate-experience\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-824096d elementor-widget elementor-widget-heading\" data-id=\"824096d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">02<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b6f1be elementor-widget elementor-widget-heading\" data-id=\"5b6f1be\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Candidate experience<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1357ba0 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"1357ba0\" data-element_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<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"15\" viewbox=\"0 0 16 15\" fill=\"none\"><path d=\"M15.5707 3.55244e-05L4.33046 2.64391L12.2403 11.0563L15.5707 3.55244e-05ZM1.68501 14.4287L9.6989 6.89364L8.32888 5.43657L0.314992 12.9717L1.68501 14.4287Z\" fill=\"#ED7D31\"><\/path><\/svg>\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<\/a>\n\t\t<a class=\"elementor-element elementor-element-84e1a2c e-con-full e-flex e-con e-child\" data-id=\"84e1a2c\" data-element_type=\"container\" href=\"\/en\/faq-customer-experience\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c83e95 elementor-widget elementor-widget-heading\" data-id=\"6c83e95\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">03<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dc65cc6 elementor-widget elementor-widget-heading\" data-id=\"dc65cc6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Customer experience<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ab73403 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"ab73403\" data-element_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<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"15\" viewbox=\"0 0 16 15\" fill=\"none\"><path d=\"M15.5707 3.55244e-05L4.33046 2.64391L12.2403 11.0563L15.5707 3.55244e-05ZM1.68501 14.4287L9.6989 6.89364L8.32888 5.43657L0.314992 12.9717L1.68501 14.4287Z\" fill=\"#ED7D31\"><\/path><\/svg>\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<\/a>\n\t\t<a class=\"elementor-element elementor-element-7e9bd98 e-con-full e-flex e-con e-child\" data-id=\"7e9bd98\" data-element_type=\"container\" href=\"https:\/\/www.grupogat.com\/background-application\/\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d55e577 elementor-widget elementor-widget-heading\" data-id=\"d55e577\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">04<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e23f669 elementor-widget elementor-widget-heading\" data-id=\"e23f669\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Get to know us better<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-88e9377 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"88e9377\" data-element_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<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"15\" viewbox=\"0 0 16 15\" fill=\"none\"><path d=\"M15.5707 3.55244e-05L4.33046 2.64391L12.2403 11.0563L15.5707 3.55244e-05ZM1.68501 14.4287L9.6989 6.89364L8.32888 5.43657L0.314992 12.9717L1.68501 14.4287Z\" fill=\"#ED7D31\"><\/path><\/svg>\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<\/a>\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-f1a5f31 full-h-home home6 e-flex e-con-boxed e-con e-parent\" data-id=\"f1a5f31\" data-element_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\t\t<div class=\"elementor-element elementor-element-9dd8e77 deco deco-left-top no-absolute elementor-absolute e-transform elementor-widget elementor-widget-heading\" data-id=\"9dd8e77\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:-50,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" 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 INFORMATION <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-26e2002 e-con-full e-flex e-con e-child\" data-id=\"26e2002\" data-element_type=\"container\" href=\"\/en\/first-time-in-a-background-screening-process\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9a7a2b5 elementor-widget elementor-widget-image\" data-id=\"9a7a2b5\" data-element_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 loading=\"lazy\" decoding=\"async\" width=\"301\" height=\"201\" src=\"https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/hand-using-laptop-computer-with-virtual-screen-document-online-approve-paperless-quality-assurance-erp-management-concept-1.jpg\" class=\"attachment-large size-large wp-image-398\" alt=\"\" srcset=\"https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/hand-using-laptop-computer-with-virtual-screen-document-online-approve-paperless-quality-assurance-erp-management-concept-1.jpg 301w, https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/hand-using-laptop-computer-with-virtual-screen-document-online-approve-paperless-quality-assurance-erp-management-concept-1-18x12.jpg 18w\" sizes=\"(max-width: 301px) 100vw, 301px\" \/>\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 class=\"elementor-element elementor-element-a5d96e3 elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"a5d96e3\" data-element_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>First time going through a Background Screening 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-a322a53 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"a322a53\" data-element_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<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"36\" height=\"35\" viewbox=\"0 0 36 35\" fill=\"none\"><path d=\"M35.5178 0.0134858L24.3642 3.00207L32.5292 11.167L35.5178 0.0134858ZM2.23836 34.7071L29.8609 7.08455L28.4467 5.67034L0.824143 33.2929L2.23836 34.7071Z\" fill=\"black\"><\/path><\/svg>\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<\/a>\n\t\t<a class=\"elementor-element elementor-element-8c32fcc e-con-full e-flex e-con e-child\" data-id=\"8c32fcc\" data-element_type=\"container\" href=\"\/en\/faq-i-am-a-candidate-and-i-need-help-with-my-background\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f213c7 elementor-widget elementor-widget-image\" data-id=\"8f213c7\" data-element_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 loading=\"lazy\" decoding=\"async\" width=\"302\" height=\"200\" src=\"https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/serious-employer-hr-manager-talking-job-candidate-interview-back-view-closeup-human-resource-career-concept-1.jpg\" class=\"attachment-large size-large wp-image-415\" alt=\"\" srcset=\"https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/serious-employer-hr-manager-talking-job-candidate-interview-back-view-closeup-human-resource-career-concept-1.jpg 302w, https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/serious-employer-hr-manager-talking-job-candidate-interview-back-view-closeup-human-resource-career-concept-1-300x199.jpg 300w, https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/serious-employer-hr-manager-talking-job-candidate-interview-back-view-closeup-human-resource-career-concept-1-18x12.jpg 18w\" sizes=\"(max-width: 302px) 100vw, 302px\" \/>\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 class=\"elementor-element elementor-element-614a08c elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"614a08c\" data-element_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>I am a candidate and I need help with my background.<\/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-eb7cd20 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"eb7cd20\" data-element_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<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"36\" height=\"35\" viewbox=\"0 0 36 35\" fill=\"none\"><path d=\"M35.5178 0.0134858L24.3642 3.00207L32.5292 11.167L35.5178 0.0134858ZM2.23836 34.7071L29.8609 7.08455L28.4467 5.67034L0.824143 33.2929L2.23836 34.7071Z\" fill=\"black\"><\/path><\/svg>\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<\/a>\n\t\t<a class=\"elementor-element elementor-element-e0837d2 e-con-full e-flex e-con e-child\" data-id=\"e0837d2\" data-element_type=\"container\" href=\"\/en\/#contacto\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32873e9 elementor-widget elementor-widget-image\" data-id=\"32873e9\" data-element_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 loading=\"lazy\" decoding=\"async\" width=\"302\" height=\"200\" src=\"https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/creative-abstract-gps-locator-sketch-with-world-map-hands-typing-computer-keyboard-background-monitoring-tracking-concept-multi-exposure-1.jpg\" class=\"attachment-large size-large wp-image-416\" alt=\"\" srcset=\"https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/creative-abstract-gps-locator-sketch-with-world-map-hands-typing-computer-keyboard-background-monitoring-tracking-concept-multi-exposure-1.jpg 302w, https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/creative-abstract-gps-locator-sketch-with-world-map-hands-typing-computer-keyboard-background-monitoring-tracking-concept-multi-exposure-1-300x199.jpg 300w, https:\/\/backgroundspain.entropiaweb.com\/wp-content\/uploads\/2025\/01\/creative-abstract-gps-locator-sketch-with-world-map-hands-typing-computer-keyboard-background-monitoring-tracking-concept-multi-exposure-1-18x12.jpg 18w\" sizes=\"(max-width: 302px) 100vw, 302px\" \/>\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 class=\"elementor-element elementor-element-7368cb4 elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"7368cb4\" data-element_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>I am interested in the service and want to talk to someone.<\/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-dfc0bb3 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"dfc0bb3\" data-element_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<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"36\" height=\"35\" viewbox=\"0 0 36 35\" fill=\"none\"><path d=\"M35.5178 0.0134858L24.3642 3.00207L32.5292 11.167L35.5178 0.0134858ZM2.23836 34.7071L29.8609 7.08455L28.4467 5.67034L0.824143 33.2929L2.23836 34.7071Z\" fill=\"black\"><\/path><\/svg>\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<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a289d31 full-h-home home-contact e-flex e-con-boxed e-con e-parent\" data-id=\"a289d31\" data-element_type=\"container\" id=\"contacto\" 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-53fc9a6 e-con-full e-flex e-con e-child\" data-id=\"53fc9a6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8eeff52 deco deco-left-top elementor-widget elementor-widget-heading\" data-id=\"8eeff52\" data-element_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\">CONTACT<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-afd9612 elementor-widget elementor-widget-text-editor\" data-id=\"afd9612\" data-element_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>C. Las Norias, 92, Ground Floor I, <br \/>28221 \u2013 Majadahonda, Madrid<br \/>(+34 ) 91 187 1729<br \/>info@backgroundspain.com<\/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 class=\"elementor-element elementor-element-cb8787d elementor-widget__width-initial elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"cb8787d\" data-element_type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Siguiente&quot;,&quot;step_previous_label&quot;:&quot;Anterior&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"Nuevo formulario\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"7\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"cb8787d\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"7\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Name:\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"E-mail:\" required=\"required\" aria-required=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">\n\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message:\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_24566da elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t<div class=\"elementor-field-subgroup\">\n\t\t\t<span class=\"elementor-field-option\">\n\t\t\t\t<input type=\"checkbox\" name=\"form_fields[field_24566da]\" id=\"form-field-field_24566da\" class=\"elementor-field elementor-size-sm  elementor-acceptance-field\" required=\"required\" aria-required=\"true\">\n\t\t\t\t<label for=\"form-field-field_24566da\">I accept the <a href=\"https:\/\/www.grupogat.com\/politica-de-uso-y-privacidad-de-los-datos\/\" target=\"blank_\">Privacy Policy<\/a>\n<\/label>\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_bc38c82 elementor-col-100\">\n\t\t\t\t\t<div class=\"texto-proteccion-datos\">The personal data obtained through the submission of this form will be processed by BII INTERNATIONAL ASSOCIATES SL in order to process users&#039; requests for information. The reason that legitimizes the processing of the data is the consent of the interested party. You may exercise your rights in terms of data protection by directing your request to dpo@grupogat.com.<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send inquiry<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\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>","protected":false},"excerpt":{"rendered":"<p>BACKGROUND SPAIN Verificaciones previas a la contrataci\u00f3n, cumplimiento normativo y asesoramiento personalizado. Verificaci\u00f3n en m\u00e1s de 120 pa\u00edses Cumplimiento con ISO 27001 Informes adaptados a tu idioma LA FORMA EFICAZ DE REDUCIR RIESGOS EN LAS CONTRATACIONES En un mundo donde cada decisi\u00f3n cuenta, nuestras soluciones de background screening te ayudan a contratar con confianza. Simplificamos [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/backgroundspain.entropiaweb.com\/en\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/backgroundspain.entropiaweb.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/backgroundspain.entropiaweb.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/backgroundspain.entropiaweb.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/backgroundspain.entropiaweb.com\/en\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":469,"href":"https:\/\/backgroundspain.entropiaweb.com\/en\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":1468,"href":"https:\/\/backgroundspain.entropiaweb.com\/en\/wp-json\/wp\/v2\/pages\/7\/revisions\/1468"}],"wp:attachment":[{"href":"https:\/\/backgroundspain.entropiaweb.com\/en\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}