{"id":42245,"date":"2025-07-16T02:44:44","date_gmt":"2025-07-16T06:44:44","guid":{"rendered":"https:\/\/pathlock.com\/products\/sap-access-risk-analysis\/"},"modified":"2025-11-08T08:39:47","modified_gmt":"2025-11-08T16:39:47","slug":"sap-access-risk-analysis","status":"publish","type":"products","link":"https:\/\/pathlock.com\/pt\/products\/sap-access-risk-analysis\/","title":{"rendered":"Access Risk Analysis"},"content":{"rendered":"<style>\n    \/* Style for when body has overflow hidden *\/\n    body.modal-open {\n        overflow: hidden;\n    }\n<\/style>\n<style>\n    .header-form-container {\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        padding: 40px;\n        max-width: 430px;\n        width: 100%;\n        margin: 0 auto;\n        box-sizing: border-box;\n        background-color: #ffffff;\n        border-radius: 8px;\n        border: 1px solid #D6D8E4;\n        box-shadow: 0px 30px 48px rgba(16, 24, 89, 0.1);\n    }\n\n\n    #hsForm_ {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        width: 100%;\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n        font-family: 'Inter', sans-serif;\n        background: none;\n        box-shadow: none;\n        border: none;\n        font-size: 14px;\n    }\n\n\n    #hsForm_ .hs-firstname, #hsForm_ .hs-jobtitle {\n        flex: 0 0 100%;\n        min-width: 0;\n        box-sizing: border-box;\n        font-size: 14px\n    }\n\n    #hsForm_ .hs-lastname, #hsForm_ .hs-phone {\n        flex: 0 0 100%;\n        min-width: 0;\n        box-sizing: border-box;\n        font-size: 14px\n    }\n\n\n    @media screen and (min-width: 1280px) {\n        #hsForm_ .hs-firstname, #hsForm_ .hs-jobtitle {\n            flex: 0 0 calc(45% - 7.5px);\n            min-width: 0;\n            box-sizing: border-box;\n        }\n\n        #hsForm_ .hs-lastname, #hsForm_ .hs-phone {\n            flex: 0 0 calc(55% - 7.5px);\n            min-width: 0;\n            box-sizing: border-box;\n        }\n    }\n\n    #hsForm_ .hs-email, #hsForm_ .hs-company, #hsForm_ .hs_numemployees, #hsForm_ .hs_comments__c {\n        flex: 0 0 100%;\n        min-width: 0;\n        box-sizing: border-box;\n        font-size: 14px\n    }\n\n    \/* Input fields *\/\n\n    .hs-input {\n        width: 100%;\n        padding: 10px 14px;\n        border: 1px solid #ccc;\n        border-radius: 5px;\n        font-size: 14px\n    }\n\n    \/* Select dropdown *\/\n\n    select.hs-input {\n        appearance: none;\n        background: white;\n        cursor: pointer;\n        color: #667085;\n    }\n\n    \/* Textarea *\/\n\n    textarea.hs-input {\n        resize: none !important;\n        height: 5em !important;\n    }\n\n    \/* Submit Button *\/\n    .hs_submit {\n        display: inline-flex;\n        width: 100%;\n\n        .actions {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            width: 100%;\n        }\n    }\n\n    .hs-button {\n        width: 100%;\n        \/* display: flex; *\/\n        background: #24b770;\n        color: white;\n        padding: 12px;\n        border: none;\n        border-radius: 5px;\n        font-size: 16px;\n        font-weight: 600;\n        cursor: pointer;\n        transition: background 0.3s ease;\n    }\n\n    .hs-button:hover {\n        background: #148752;\n    }\n\n    .co-error-msg > span {\n        color: red !important;\n    }\n\n    .hs-error-msgs, .co-feedback-container {\n        color: red;\n        font-size: 12px;\n        margin-top: 8px;\n        padding: 0;\n        margin-bottom: -8px;\n    }\n    .hs_email  .inputs-list{display:none}\n\n    .legal-consent-container {\n        order: 999;\n        color: #96a1c8;\n        font-size: 12px;\n        text-align: center;\n        width: 100%;\n        margin-top: -8px;\n    }\n\n    .legal-consent-container a {\n        text-decoration: underline;\n    }\n<\/style>\n<script type=\"module\" src=\"https:\/\/fast.wistia.com\/embed\/api.js\" async><\/script>\n<script src=\"https:\/\/fast.wistia.com\/assets\/external\/E-v1.js\" async><\/script>\n<script>\n    function modalFormHero() { \/\/ This is for Section 1\n\n        var cid = (window.leadData && window.leadData.cid) ? window.leadData.cid : \"701PZ00000IlEYNYA3\";\n        var sid = (window.leadData && window.leadData.sid) ? window.leadData.sid : \"\";\n        return {\n            activeModal: null,\n            isFormInitialized: false, \/\/ New flag for Section 1's form\n            formTargetId: 'hero-header-form-container', \/\/ The ID of the div where S1 form renders\n\n            openModal(modalId) {\n                this.activeModal = modalId;\n                \/\/ Only initialize the form if it's this modal's ID AND it hasn't been initialized yet for this instance\n                if (modalId === '' && !this.isFormInitialized) {\n                    this.initializeHubspotForm();\n                }\n            },\n            closeModal() {\n                this.activeModal = null;\n\n            },\n            initializeHubspotForm() {\n                if (this.isFormInitialized) return; \/\/ Already done for this S1 modal instance\n\n                const targetEl = document.getElementById(this.formTargetId);\n                if (!targetEl) {\n                    console.error(`Section 1: Target container #${this.formTargetId} not found.`);\n                    return;\n                }\n\n                hbspt.forms.create({\n                    region: \"na1\",\n                    portalId: \"20500227\",\n                    formId: \"\", \/\/ The form_id for Section 1\n                    target: `#${this.formTargetId}`,      \/\/ Target S1's specific div\n                    css: \"\",\n                    \/\/ ... (rest of your S1 form config: customizations, sfdcCampaignId, onFormReady, onFormSubmitted)\n                    onFormReady: ($form) => {\n                        this.isFormInitialized = true; \/\/ Mark as initialized for S1\n\n                        if (typeof cid !== 'undefined' && cid) {\n                            $form.find('input[name=\"cid\"]').val(cid);\n                        }\n                        if (typeof sid !== 'undefined' && sid) {\n                            $form.find('input[name=\"sid\"]').val(sid);\n                        }\n                    },\n                    onFormSubmitted: (jqueryFormObject, data) => {\n                    }\n                });\n            }\n        }\n    }\n<\/script>\n<!-- Hero -->\n<section class=\"cac-hero w-full pt-12 mb-12 lg:pt-[80px] z-50 bg-[#0F1556]\" x-data=\"modalFormHero()\"\n    >\n    <div class=\"flex flex-col lg:flex-row mx-auto gap-16 px-4 lg:px-8 pt-16 lg:pt-24 container items-center justify-between\">\n        <div class=\"flex flex-col w-full xl:min-w-[651px]\">\n            <div class=\" gap-4 lg:gap-5\">  \n                <div class=\"flex flex-col gap-8 lg:gap-12\">   \n                    <div class=\"flex flex-col gap-4 lg:gap-5\">\n                        <div class=\"flex lg:mx-0 mx-auto flex-col text-center lg:rtl:text-right lg:text-left gap-2 lg:gap-4 max-w-[720px]\">\n                            <div class=\"hidden lg:flex flex-row\">\n                                 <div class=\"justify-center items-center flex\"><a href=\"\/pt\/\" class=\"text-[#ced5ee] hover:text-[#24B770] text-xs font-normal  leading-[18px]\">P\u00e1gina Inicial<\/a><\/div><div class=\"relative\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M6 12L10 8L6 4\" stroke=\"#96A1C8\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div><div class=\"justify-center items-center flex gap-1\"><a href=\"\/es\/pathlock-cloud\/\" class=\"text-[#ced5ee] hover:text-[#24B770] text-xs font-normal  leading-[18px]\">Produtos<\/a><\/div><div class=\"relative\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M6 12L10 8L6 4\" stroke=\"#96A1C8\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div><div class=\"justify-center items-center flex gap-1\"><div class=\"text-[#24B770] text-xs font-semibold  leading-[18px]\">Access Risk Analysis<\/div><\/div>                            <\/div>\n                            <h1 class=\"text-white font-semibold text-[28px] lg:text-6xl leading-[30px] lg:leading-[72px] lg:tracking-[-1.2px] \">\n                                Descubra e Mitigue Riscos Reais de Acesso                            <\/h1>\n                            <p class=\"text-sm lg:text-lg text-[#f2f9ff] leading-[20px] lg:leading-[28px] font-normal max-w-[596px]\">\n                                Identifique conflitos de fun\u00e7\u00f5es e gerencie a segrega\u00e7\u00e3o de fun\u00e7\u00f5es (SoD) e os riscos de acesso sens\u00edvel no SAP, Oracle, Workday e outras aplica\u00e7\u00f5es de neg\u00f3cios.                            <\/p>\n                        <\/div>\n                    <\/div>\n                                        <div class=\"w-full flex gap-3 flex-col lg:flex-row justify-start\">\n                        <a class=\"h-12 px-[18px] py-3 bg-[#24b770] hover:bg-[#148752] rounded-lg shadow-[0px_1px_2px_0px_rgba(16,24,40,0.05)] justify-center items-center gap-1.5 inline-flex overflow-hidden\" href=\"https:\/\/pathlock.com\/pt\/contact\/\">\n                                <div class=\"px-0.5 justify-center items-center flex\">\n                                    <div class=\"text-white text-base font-semibold leading-normal\">Agendar Demo Individual<\/div>\n                                <\/div>\n                            <\/a>                    <a class=\"h-12 px-[18px] py-3 bg-white hover:bg-[#E3E7F6] rounded-lg shadow-[0px_1px_2px_0px_rgba(16,24,40,0.05)] border border-[#e3e7f6] justify-center items-center gap-1.5 inline-flex overflow-hidden\" href=\"\/pt\/browser-tours\/pathlock-cloud-access-risk-analysis\/\" target=\"_blank\">\n                                <div class=\"px-0.5 justify-center items-center flex\">\n                                    <div class=\"text-[#0f1556] text-base font-semibold  leading-normal\">Iniciar Tour Autoguiado<\/div>\n                                <\/div>\n                            <\/a>                    <\/div>                            \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"w-full max-w-[513px] lg:max-w-[350px] xl:max-w-[513px] flex-end\" x-data=\"{ showModal: false }\">\n            <div class=\"\">         \n                <div class=\"relative cursor-pointer hover:cursor-pointer shadow-lg rounded-xl\" @click=\"showModal = true; pauseLoopedVideo(); document.body.classList.add('modal-open');\">\n                    <div class=\"overlay max-h-[516px] bg-black\/15 absolute h-full w-full left-0 top-0 right-0 bottom-0 z-[1] rounded-xl flex justify-center items-center\">\n                        <div class=\"group w-28 h-28\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"131\" height=\"131\" viewBox=\"0 0 131 131\" fill=\"none\">\n                                <!-- SVG content unchanged -->\n                                <g filter=\"url(#filter0_b_797_1676)\">\n                                    <circle cx=\"65.5\" cy=\"65.5\" r=\"59.5\" fill=\"white\" fill-opacity=\"0.2\"\/>\n                                    <circle cx=\"65.5\" cy=\"65.5\" r=\"59\" stroke=\"white\" stroke-opacity=\"0.5\"\/>\n                                <\/g>\n                                <g class=\"transition-transform duration-300 ease-in-out group-hover:scale-125\" style=\"transform-origin: center;\">\n                                    <g filter=\"\">\n                                        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M65.2653 107.516C88.6078 107.516 107.531 88.5961 107.531 65.2578C107.531 41.9194 88.6078 23 65.2653 23C41.9228 23 23 41.9194 23 65.2578C23 88.5961 41.9228 107.516 65.2653 107.516ZM82.4356 67.4711C84.1966 66.487 84.1966 64.0266 82.4356 63.0425L58.6613 49.7565C56.9003 48.7724 54.699 50.0026 54.699 51.9709L54.699 78.5428C54.699 80.5111 56.9003 81.7412 58.6613 80.7571L82.4356 67.4711Z\" fill=\"white\"><\/path>\n                                    <\/g>\n                                <\/g>\n                                <defs>\n                                    <filter id=\"filter0_b_797_1676\" x=\"4\" y=\"4\" width=\"123\" height=\"123\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n                                        <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"\/>\n                                        <feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"1\"\/>\n                                        <feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_797_1676\"\/>\n                                        <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_797_1676\" result=\"shape\"\/>\n                                    <\/filter>\n                                    <filter id=\"filter1_d_797_1676\" x=\"0.299999\" y=\"0.299999\" width=\"129.931\" height=\"129.916\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n                                        <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"\/>\n                                        <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"\/>\n                                        <feOffset\/>\n                                        <feGaussianBlur stdDeviation=\"11.35\"\/>\n                                        <feComposite in2=\"hardAlpha\" operator=\"out\"\/>\n                                        <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0588235 0 0 0 0 0.0823529 0 0 0 0 0.337255 0 0 0 0.18 0\"\/>\n                                        <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_797_1676\"\/>\n                                        <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_797_1676\" result=\"shape\"\/>\n                                    <\/filter>\n                                <\/defs>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n            \n                    <!-- Add ID for direct iframe access as fallback -->\n                    <div id=\"looped-video-container\" class=\"max-w-[513px] h-full\">\n                        <div class=\"relative rounded-xl overflow-hidden w-full h-full shadow-lg\">\n                            <div class=\"wistia_embed wistia_async_27fpek154r videoFoam=true autoPlay=true loop=true muted=true playerColor=ffffff\"\n                                style=\"width: 100%; height: 100%; max-width: 513px; position: relative;\">\n                                <div class=\"wistia_swatch\"\n                                    style=\"height: 100%; left: 0; opacity: 0; overflow: hidden; position: absolute; top: 0; transition: opacity 200ms; width: 100%;\">\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n\n                <div x-show=\"showModal === true\"  x-cloak class=\"fixed inset-0\" style=\"z-index: 99;\">\n                    <!-- Modal Backdrop -->\n                    <div\n                        class=\"fixed inset-0 bg-[#0f1556] bg-opacity-60\"\n                        x-transition:enter=\"transition ease-out duration-300\"\n                        x-transition:enter-start=\"opacity-0\"\n                        x-transition:enter-end=\"opacity-100\"\n                        x-transition:leave=\"transition ease-in duration-300\"\n                        x-transition:leave-start=\"opacity-100\"\n                        x-transition:leave-end=\"opacity-0\"\n                    ><\/div>\n\n                    <!-- Modal Content -->\n                    <div class=\"fixed inset-0 flex items-center justify-center p-4\">\n                        <div\n                        @click.stop\n                        x-transition:enter=\"transition ease-out duration-300\"\n                        x-transition:enter-start=\"opacity-0 transform scale-90\"\n                        x-transition:enter-end=\"opacity-100 transform scale-100\"\n                        x-transition:leave=\"transition ease-in duration-300\"\n                        x-transition:leave-start=\"opacity-100 transform scale-100\"\n                        x-transition:leave-end=\"opacity-0 transform scale-90\"\n                        class=\"rounded-lg max-w-5xl overflow-hidden w-full mx-4 relative\"\n                        >\n                        <div class=\"flex justify-end items-center p-4 absolute z-10 right-4\">\n                            <button\n                            @click=\"showModal = false; resumeLoopedVideo(); document.body.classList.remove('modal-open');\"\n                            class=\"bg-white hover:bg-gray-100 text-gray-800 p-2 rounded-full focus:outline-none\"\n                            >\n                            <svg\n                                class=\"h-6 w-6\"\n                                fill=\"none\"\n                                stroke=\"currentColor\"\n                                viewBox=\"0 0 24 24\"\n                                xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                            >\n                                <path\n                                stroke-linecap=\"round\"\n                                stroke-linejoin=\"round\"\n                                stroke-width=\"2\"\n                                d=\"M6 18L18 6M6 6l12 12\"\n                                ><\/path>\n                            <\/svg>\n                            <\/button>\n                        <\/div>\n\n                        <div class=\"p-4 pt-0\">\n                        <script src=\"https:\/\/fast.wistia.com\/player.js\" async><\/script>\n                            <script src=\"https:\/\/fast.wistia.com\/embed\/l90dfxc0u8\" async type=\"module\"><\/script>\n                            <wistia-player media-id=\"l90dfxc0u8\" aspect=\"1.7777777777777777\" loading=\"lazy\"><\/wistia-player>\n                        <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>    \n    <\/div>\n            <div class=\"mt-16 pb-24 container mx-auto px-4 lg:px-8\">\n            <div class=\"relative flex flex-wrap gap-4 mx-auto lg:items-strech justify-center md:justify-between\">\n                                                                <img decoding=\"async\" class=\"no-override h-[36px] lg:h-[48px] w-auto\"  width=\"auto\" height=\"48\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/ms-1-3.svg\" alt=\"ms-1\" \/>\n                                                                                    <img decoding=\"async\" class=\"no-override h-[36px] lg:h-[48px] w-auto\"  width=\"auto\" height=\"48\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/university-of-cal-1-3.svg\" alt=\"university-of-cal-1\" \/>\n                                                                                    <img decoding=\"async\" class=\"no-override h-[36px] lg:h-[48px] w-auto\"  width=\"auto\" height=\"48\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/siemens-1-3.svg\" alt=\"siemens-1\" \/>\n                                                                                    <img decoding=\"async\" class=\"no-override h-[36px] lg:h-[48px] w-auto\"  width=\"auto\" height=\"48\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/Chevron-1-3.svg\" alt=\"Chevron-1\" \/>\n                                                                                    <img decoding=\"async\" class=\"no-override h-[36px] lg:h-[48px] w-auto\"  width=\"auto\" height=\"48\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/live-nation-1-3.svg\" alt=\"live-nation-1\" \/>\n                                                                                    <img decoding=\"async\" class=\"no-override h-[36px] lg:h-[48px] w-auto\"  width=\"auto\" height=\"48\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/sonoco-1-3.svg\" alt=\"sonoco-1\" \/>\n                                                <\/div>\n        <\/div>\n    \n<div x-show=\"activeModal !== null\" x-cloak class=\"fixed inset-0 z-50\"\n     x-effect=\"document.body.style.overflow = activeModal ? 'hidden' : ''\">\n    <!-- Modal Backdrop -->\n    <div\n            class=\"fixed inset-0 bg-[#0f1556] bg-opacity-60\"\n            x-transition:enter=\"transition ease-out duration-300\"\n            x-transition:enter-start=\"opacity-0\"\n            x-transition:enter-end=\"opacity-100\"\n            x-transition:leave=\"transition ease-in duration-300\"\n            x-transition:leave-start=\"opacity-100\"\n            x-transition:leave-end=\"opacity-0\"\n    ><\/div>\n\n    <!-- Modal Wrapper for Centering -->\n    <div class=\"fixed inset-0 flex items-center justify-center z-50 p-4\">\n        <div class=\"relative bg-white max-w-md w-full rounded-lg shadow-lg\"\n             @click.away=\"closeModal('')\">\n            <!-- Close Button -->\n            <div class=\"flex justify-end p-2\">\n                <button\n                        @click=\"closeModal('')\"\n                        class=\"text-gray-800 hover:bg-gray-100 p-2 rounded-full focus:outline-none\"\n                >\n                    <svg\n                            class=\"h-6 w-6\"\n                            fill=\"none\"\n                            stroke=\"currentColor\"\n                            viewBox=\"0 0 24 24\"\n                            xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                    >\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n                              d=\"M6 18L18 6M6 6l12 12\"\/>\n                    <\/svg>\n                <\/button>\n            <\/div>\n\n            <!-- Modal Content -->\n            <div class=\"p-8 pt-0 lg:px-10 lg:pb-12 bg-white rounded-lg\">\n                <script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/embed\/v2.js\"><\/script>\n                <div id=\"form-copy\" class=\"form-container\">\n                    <div class=\"flex-col justify-start items-start gap-3 mb-5 inline-flex text-center w-full\">\n                        <div id=\"form-title\"\n                             class=\"self-stretch text-center text-[#0f1556] text-xl lg:text-2xl font-bold leading-[30px]\"><\/div>\n                        <div id=\"form-subtitle\"\n                             class=\"text-center text-[#667084] text-xs lg:text-sm font-normal leading-normal w-full\"><\/div>\n                    <\/div>\n                    <div id=\"hero-header-form-container\" ><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n<\/section>\n\n\n\n\n\n\n<section class=\"bg-white py-8 lg:py-12\" x-data>\n  <div class=\"container mx-auto  px-4 lg:px-8\">\n    <div class=\"relative\">\n      <div class=\"text-center flex flex-col justify-center items-center\">\n        <span class=\"text-[#148752] text-sm font-bold uppercase leading-[30px] tracking-wider mb-3\">A DIFEREN\u00c7A DA PATHLOCK<\/span>\n        \n                <h2 class=\"tracking-tight text-3xl leading-[38px] lg:text-5xl font-semibold mb-4 lg:mb-5 max-w-[720px] lg:!leading-[60px]\">Simplifique a An\u00e1lise de Riscos e Obtenha Visibilidade em Todas as Aplica\u00e7\u00f5es<\/h2>\n        \n                <div class=\"text-lg lg:text-xl font-normal text-[#2A3274] max-w-[720px]\">\n            A an\u00e1lise manual de risco de acesso \u00e9 <b>lenta, propensa a erros e cara<\/b>, especialmente em ambientes com v\u00e1rias aplica\u00e7\u00f5es. Gerenciar SoDs em um \u00fanico sistema j\u00e1 \u00e9 desafiador; em v\u00e1rias plataformas, a complexidade e os falsos positivos aumentam, resultando em mais lacunas de auditoria. Aqui est\u00e3o cinco maneiras pelas quais a Pathlock<b>transforma a an\u00e1lise de risco de acesso com automa\u00e7\u00e3o e insights detalhados<\/b> desde o primeiro dia.        <\/div>\n                 \n \n                  <div class=\"flex flex-row flex-wrap gap-x-8 gap-y-[88px] mt-16 lg:mt-[88px] items-stretch justify-center\">\n                                        <div class=\"relative w-80 lg:w-[384px] bg-[#FAFBFD] px-6 pt-[52px] pb-8 rounded-lg outline outline-1 outline-offset-[-1px] outline-[#F5F6FC] flex flex-col justify-start items-center\">\n                <div id=\"checkmark\" class=\"absolute -top-[42px] w-full flex items-center justify-center\">\n                  <svg width=\"74\" height=\"74\" viewBox=\"0 0 74 74\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" fill=\"#D5F6E0\"\/>\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" stroke=\"#EEFBF3\" stroke-width=\"10\"\/>\n                  <path d=\"M45 31L34 42L29 37\" stroke=\"#24B770\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                  <\/svg>\n                <\/div>\n                <h3 class=\"self-stretch text-center justify-start text-[#0F1556] text-2xl font-semibold leading-[30px] mb-1\">Obtenha Visibilidade Hol\u00edstica<\/h3>\n                <p class=\"max-w-[224px] text-center justify-start text-[#2A3274] text-base font-normal leading-normal\">Identifique riscos em todas as aplica\u00e7\u00f5es de neg\u00f3cios<\/p>\n                                  <div class=\"mt-auto pt-4 group\">\n                    <a class=\"flex items-center font-semibold group-hover:text-[#44C382]  leading-7 transition-colors duration-300\" href=\"#analise-de-risco-de-acesso-para-sap-oracle-e-muito-mais\" target=\"\">Saiba Mais                      <span class=\"ml-2 rtl:ml-0 rtl:mr-2 rtl:rotate-180 stroke-[#0F1556] group-hover:stroke-[#44C382] rtl:group-hover:-translate-x-0.5 group-hover:translate-x-0.5 transition ease-in-out duration-300\">\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                          <path d=\"M4.66663 10.1334H16.3333M16.3333 10.1334L10.5 4.30005M16.3333 10.1334L10.5 15.9667\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                        <\/svg>\n                      <\/span>\n                    <\/a>\n                  <\/div> \n                              <\/div>\n                                        <div class=\"relative w-80 lg:w-[384px] bg-[#FAFBFD] px-6 pt-[52px] pb-8 rounded-lg outline outline-1 outline-offset-[-1px] outline-[#F5F6FC] flex flex-col justify-start items-center\">\n                <div id=\"checkmark\" class=\"absolute -top-[42px] w-full flex items-center justify-center\">\n                  <svg width=\"74\" height=\"74\" viewBox=\"0 0 74 74\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" fill=\"#D5F6E0\"\/>\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" stroke=\"#EEFBF3\" stroke-width=\"10\"\/>\n                  <path d=\"M45 31L34 42L29 37\" stroke=\"#24B770\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                  <\/svg>\n                <\/div>\n                <h3 class=\"self-stretch text-center justify-start text-[#0F1556] text-2xl font-semibold leading-[30px] mb-1\">Minimize Falsos Positivos<\/h3>\n                <p class=\"max-w-[224px] text-center justify-start text-[#2A3274] text-base font-normal leading-normal\">Revele a verdadeira exposi\u00e7\u00e3o ao risco com an\u00e1lises detalhadas<\/p>\n                                  <div class=\"mt-auto pt-4 group\">\n                    <a class=\"flex items-center font-semibold group-hover:text-[#44C382]  leading-7 transition-colors duration-300\" href=\"#evite-falsos-positivos-e-priorize-os-riscos-mais-criticos\" target=\"\">Saiba Mais                      <span class=\"ml-2 rtl:ml-0 rtl:mr-2 rtl:rotate-180 stroke-[#0F1556] group-hover:stroke-[#44C382] rtl:group-hover:-translate-x-0.5 group-hover:translate-x-0.5 transition ease-in-out duration-300\">\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                          <path d=\"M4.66663 10.1334H16.3333M16.3333 10.1334L10.5 4.30005M16.3333 10.1334L10.5 15.9667\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                        <\/svg>\n                      <\/span>\n                    <\/a>\n                  <\/div> \n                              <\/div>\n                                        <div class=\"relative w-80 lg:w-[384px] bg-[#FAFBFD] px-6 pt-[52px] pb-8 rounded-lg outline outline-1 outline-offset-[-1px] outline-[#F5F6FC] flex flex-col justify-start items-center\">\n                <div id=\"checkmark\" class=\"absolute -top-[42px] w-full flex items-center justify-center\">\n                  <svg width=\"74\" height=\"74\" viewBox=\"0 0 74 74\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" fill=\"#D5F6E0\"\/>\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" stroke=\"#EEFBF3\" stroke-width=\"10\"\/>\n                  <path d=\"M45 31L34 42L29 37\" stroke=\"#24B770\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                  <\/svg>\n                <\/div>\n                <h3 class=\"self-stretch text-center justify-start text-[#0F1556] text-2xl font-semibold leading-[30px] mb-1\">Garanta R\u00e1pido Retorno do Investimento<\/h3>\n                <p class=\"max-w-[224px] text-center justify-start text-[#2A3274] text-base font-normal leading-normal\">Comece com conjuntos de regras abrangentes e integrados<\/p>\n                                  <div class=\"mt-auto pt-4 group\">\n                    <a class=\"flex items-center font-semibold group-hover:text-[#44C382]  leading-7 transition-colors duration-300\" href=\"#conjuntos-de-regras-de-risco-prontos-para-uso\" target=\"\">Saiba Mais                      <span class=\"ml-2 rtl:ml-0 rtl:mr-2 rtl:rotate-180 stroke-[#0F1556] group-hover:stroke-[#44C382] rtl:group-hover:-translate-x-0.5 group-hover:translate-x-0.5 transition ease-in-out duration-300\">\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                          <path d=\"M4.66663 10.1334H16.3333M16.3333 10.1334L10.5 4.30005M16.3333 10.1334L10.5 15.9667\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                        <\/svg>\n                      <\/span>\n                    <\/a>\n                  <\/div> \n                              <\/div>\n                                        <div class=\"relative w-80 lg:w-[384px] bg-[#FAFBFD] px-6 pt-[52px] pb-8 rounded-lg outline outline-1 outline-offset-[-1px] outline-[#F5F6FC] flex flex-col justify-start items-center\">\n                <div id=\"checkmark\" class=\"absolute -top-[42px] w-full flex items-center justify-center\">\n                  <svg width=\"74\" height=\"74\" viewBox=\"0 0 74 74\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" fill=\"#D5F6E0\"\/>\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" stroke=\"#EEFBF3\" stroke-width=\"10\"\/>\n                  <path d=\"M45 31L34 42L29 37\" stroke=\"#24B770\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                  <\/svg>\n                <\/div>\n                <h3 class=\"self-stretch text-center justify-start text-[#0F1556] text-2xl font-semibold leading-[30px] mb-1\">Reduza o Risco com IA<\/h3>\n                <p class=\"max-w-[224px] text-center justify-start text-[#2A3274] text-base font-normal leading-normal\">Preveja o impacto do risco e resolva conflitos de SoD<\/p>\n                                  <div class=\"mt-auto pt-4 group\">\n                    <a class=\"flex items-center font-semibold group-hover:text-[#44C382]  leading-7 transition-colors duration-300\" href=\"#correcao-mais-rapida-com-insights-baseados-em-ia\" target=\"\">Saiba Mais                      <span class=\"ml-2 rtl:ml-0 rtl:mr-2 rtl:rotate-180 stroke-[#0F1556] group-hover:stroke-[#44C382] rtl:group-hover:-translate-x-0.5 group-hover:translate-x-0.5 transition ease-in-out duration-300\">\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                          <path d=\"M4.66663 10.1334H16.3333M16.3333 10.1334L10.5 4.30005M16.3333 10.1334L10.5 15.9667\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                        <\/svg>\n                      <\/span>\n                    <\/a>\n                  <\/div> \n                              <\/div>\n                                        <div class=\"relative w-80 lg:w-[384px] bg-[#FAFBFD] px-6 pt-[52px] pb-8 rounded-lg outline outline-1 outline-offset-[-1px] outline-[#F5F6FC] flex flex-col justify-start items-center\">\n                <div id=\"checkmark\" class=\"absolute -top-[42px] w-full flex items-center justify-center\">\n                  <svg width=\"74\" height=\"74\" viewBox=\"0 0 74 74\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" fill=\"#D5F6E0\"\/>\n                  <path d=\"M5 37C5 19.3269 19.3269 5 37 5C54.6731 5 69 19.3269 69 37C69 54.6731 54.6731 69 37 69C19.3269 69 5 54.6731 5 37Z\" stroke=\"#EEFBF3\" stroke-width=\"10\"\/>\n                  <path d=\"M45 31L34 42L29 37\" stroke=\"#24B770\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                  <\/svg>\n                <\/div>\n                <h3 class=\"self-stretch text-center justify-start text-[#0F1556] text-2xl font-semibold leading-[30px] mb-1\">Automatize Relat\u00f3rios<\/h3>\n                <p class=\"max-w-[224px] text-center justify-start text-[#2A3274] text-base font-normal leading-normal\">Acompanhe tend\u00eancias ao longo do tempo e otimize a prepara\u00e7\u00e3o para auditorias<\/p>\n                                  <div class=\"mt-auto pt-4 group\">\n                    <a class=\"flex items-center font-semibold group-hover:text-[#44C382]  leading-7 transition-colors duration-300\" href=\"#relatorios-e-paineis-prontos-para-auditoria\" target=\"\">Saiba Mais                      <span class=\"ml-2 rtl:ml-0 rtl:mr-2 rtl:rotate-180 stroke-[#0F1556] group-hover:stroke-[#44C382] rtl:group-hover:-translate-x-0.5 group-hover:translate-x-0.5 transition ease-in-out duration-300\">\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                          <path d=\"M4.66663 10.1334H16.3333M16.3333 10.1334L10.5 4.30005M16.3333 10.1334L10.5 15.9667\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                        <\/svg>\n                      <\/span>\n                    <\/a>\n                  <\/div> \n                              <\/div>\n                      <\/div>\n            <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<style>\n    \/* Style for when body has overflow hidden *\/\n    body.modal-open {\n        overflow: hidden;\n    }\n<\/style>\n\n<script>\nfunction modalVideoPlayer(){\n  return {\n    activeModal: null,\n    scriptLoaded: false,\n    async toggleModal(modalId) {\n      if (this.activeModal === modalId) {\n        this.closeModal();\n      } else {\n        this.activeModal = modalId;\n        document.body.classList.add('modal-open');\n        await this.loadWistiaScripts();\n        this.playVideo();\n      }\n    },\n    closeModal() {\n      const player = document.querySelector('wistia-player[media-id=\"warq7glqoo\"]');\n      if (player) {\n        player.pause();\n      }\n      this.activeModal = null;\n      document.body.classList.remove('modal-open');\n    },\n    loadWistiaScripts() {\n      return new Promise((resolve) => {\n        if (!this.scriptLoaded) {\n          const playerScript = document.createElement('script');\n          playerScript.src = \"https:\/\/fast.wistia.com\/player.js\";\n          playerScript.async = true;\n          document.body.appendChild(playerScript);\n\n          const embedScript = document.createElement('script');\n          embedScript.src = \"https:\/\/fast.wistia.com\/embed\/warq7glqoo.js\";\n          embedScript.async = true;\n          embedScript.type = \"module\";\n          document.body.appendChild(embedScript);\n\n          let scriptsLoaded = 0;\n          const checkScriptsLoaded = () => {\n            scriptsLoaded++;\n            if (scriptsLoaded === 2) {\n              this.scriptLoaded = true;\n              resolve();\n            }\n          };\n\n          playerScript.onload = checkScriptsLoaded;\n          embedScript.onload = checkScriptsLoaded;\n        } else {\n          resolve();\n        }\n      });\n    },\n    playVideo() {\n      const player = document.querySelector('wistia-player[media-id=\"warq7glqoo\"]');\n      if (player) {\n        player.play();\n      }\n    }\n  }\n}\n<\/script>\n\n<section id=\"confiado-por-mais-de-1-300-clientes\" class=\"bg-white py-8 lg:py-12 mb-8 lg:mb-12 w-full scroll-mt-28 \" x-data=\"modalVideoPlayer()\" id=\"confiado-por-mais-de-1-300-clientes\">\n  <div class=\"container mx-auto px-4 lg:px-8\">\n    <div class=\"relative container text-center flex justify-center align-center\">\n      <div class=\"text-center  text-[#0F1556] px-4 flex flex-col justify-center items-center\">\n                <span class=\"text-[#148752] text-sm lg:text-base font-bold uppercase leading-[30px] tracking-wider mb-3\">Confiado por mais de 1.300 clientes<\/span>\n                        <h2 class=\"text-3xl lg:text-5xl leading-[38px] lg:leading-[60px] max-w-[920px] font-semibold mb-4 lg:mb-5\">N\u00e3o Acredite na Nossa Palavra<\/h2>\n        \n                <div class=\"text-lg max-w-[720px] lg:text-xl leading-[30px] font-normal\">\n            Descubra como organiza\u00e7\u00f5es em todo o mundo usam a Pathlock para automatizar a an\u00e1lise de risco de acesso, manter a conformidade regulat\u00f3ria e alcan\u00e7ar resultados superiores.        <\/div>\n        \n        \n      <\/div>\n    <\/div>\n\n    <div id=\"split\" class=\"\">\n      <div class=\"\">\n        <div class=\"relative overflow-hidden rounded-lg bg-blue-950 mx-auto inset-0 flex flex-col lg:flex-row items-center justify-center container mt-10 lg:mt-16 text-white bg-gradient-to-b from-[#0e1b7a] to-[#0f1556]\">\n          <div class=\"absolute top-0 right-0 w-full h-full z-0\">\n            <img decoding=\"async\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/08\/bg-svg-1.svg\" alt=\"bg-svg\" class=\"no-override w-full h-full object-cover\" style=\"object-position: center center;\">\n          <\/div>\n              <div class=\"relative z-10 w-full lg:w-[47%] flex h-full min-h-[210px] sm:min-h-[350px] lg:min-h-[491px] bg-no-repeat bg-cover rounded-t-lg lg:rounded-t-none lg:rounded-l-lg\" style=\"background-image: url('https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/jabil-ARA-1st-frame.png'); background-position: top center;\">\n                              <video\n                autoplay\n                loop\n                muted\n                playsinline\n                class=\"absolute inset-0 w-full h-full object-cover\"\n                preload=\"none\"\n                >\n                  <source src=\"\/wp-content\/uploads\/2025\/07\/jabil-ARA-preview-video_1.webm\" type=\"video\/webm\">\n                  Your browser does not support the video tag.\n                <\/video>\n                          \n                <div class=\"absolute w-full h-full bottom-0 left-0\">\n                  <button \n                          @click=\"toggleModal('warq7glqoo')\" \n                          class=\"flex absolute  lg:bottom-[24px] bottom-[14px] lg:left-[24px] left-[17px] rounded-lg\"\n                      >\n                        <div class=\"group w-16 h-16 lg:w-24 lg:h-24\">\n                            <svg \n                              class=\"max-w-16 max-h-16 lg:max-w-24 lg:max-h-24\"\n                              xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"131\" height=\"131\" viewBox=\"0 0 131 131\" fill=\"none\">\n                                <g filter=\"url(#filter0_b_797_1676)\">\n                                    <circle cx=\"65.5\" cy=\"65.5\" r=\"59.5\" fill=\"white\" fill-opacity=\"0.2\"><\/circle>\n                                    <circle cx=\"65.5\" cy=\"65.5\" r=\"59\" stroke=\"white\" stroke-opacity=\"0.5\"><\/circle>\n                                <\/g>\n                                <g class=\"transition-transform duration-300 ease-in-out group-hover:scale-125\" style=\"transform-origin: center;\">\n                                    <g filter=\"url(#filter1_d_797_1676)\">\n                                        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M65.2653 107.516C88.6078 107.516 107.531 88.5961 107.531 65.2578C107.531 41.9194 88.6078 23 65.2653 23C41.9228 23 23 41.9194 23 65.2578C23 88.5961 41.9228 107.516 65.2653 107.516ZM82.4356 67.4711C84.1966 66.487 84.1966 64.0266 82.4356 63.0425L58.6613 49.7565C56.9003 48.7724 54.699 50.0026 54.699 51.9709L54.699 78.5428C54.699 80.5111 56.9003 81.7412 58.6613 80.7571L82.4356 67.4711Z\" fill=\"white\"><\/path>\n                                    <\/g>\n                                <\/g>\n                                <defs>\n                                    <filter id=\"filter0_b_797_1676\" x=\"4\" y=\"4\" width=\"123\" height=\"123\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n                                        <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"><\/feFlood>\n                                        <feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"1\"><\/feGaussianBlur>\n                                        <feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_797_1676\"><\/feComposite>\n                                        <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_797_1676\" result=\"shape\"><\/feBlend>\n                                    <\/filter>\n                                    <filter id=\"filter1_d_797_1676\" x=\"0.299999\" y=\"0.299999\" width=\"129.931\" height=\"129.916\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n                                        <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"><\/feFlood>\n                                        <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"><\/feColorMatrix>\n                                        <feOffset><\/feOffset>\n                                        <feGaussianBlur stdDeviation=\"11.35\"><\/feGaussianBlur>\n                                        <feComposite in2=\"hardAlpha\" operator=\"out\"><\/feComposite>\n                                        <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0588235 0 0 0 0 0.0823529 0 0 0 0 0.337255 0 0 0 0.18 0\"><\/feColorMatrix>\n                                        <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_797_1676\"><\/feBlend>\n                                        <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_797_1676\" result=\"shape\"><\/feBlend>\n                                    <\/filter>\n                                <\/defs>\n                            <\/svg>\n                        <\/div>\n                  <\/button>\n                <\/div>\n              <\/div>\n              <div class=\"z-10 flex justify-center align-center lg:w-[53%] py-10 px-4 lg:p-16\">\n                <div class=\" flex-col justify-start items-start gap-8 flex\">\n                    <div class=\"flex-col justify-start items-start gap-6 flex\">\n                        <h3 class=\" text-white text-2xl lg:text-3xl font-medium leading-looselg:leading-[38px]\">\u201cA Pathlock otimizou nossas auditorias SOX, ajudando-nos a identificar verdadeiras viola\u00e7\u00f5es de SoD, para que possamos nos concentrar em mitigar riscos reais, n\u00e3o apenas potenciais\u201d.<\/h3>\n                    <\/div>\n                    <div class=\"justify-start items-center gap-5 inline-flex \">\n                        <div class=\"min-w-20 max-w-20 h-20\">\n                            <img decoding=\"async\" class=\"no-override rounded-lg\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/jabil_sm_log.png\" alt=\"company logo\" \/>\n                        <\/div>\n                        <div class=\"flex flex-col justify-start items-start gap-1\">\n                            <div class=\"text-[#f5f6fc] text-base lg:text-lg font-semibold leading-normal lg:leading-7\">\u2014 Suzan Zortea<\/div>\n                            <div class=\"text-[#ecf0fb] text-sm lg:text-base font-normal leading-tight lg:leading-normal\">L\u00edder de Governan\u00e7a Global na Jabil<\/div>\n                        <\/div>\n                    <\/div>\n\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n      <!-- Modal 1 -->\n    <div x-show=\"activeModal !== null\"  x-cloak class=\"fixed inset-0\" style=\"z-index: 99;\">\n      <!-- Modal Backdrop -->\n      <div\n        class=\"fixed inset-0 bg-[#0f1556] bg-opacity-60\"\n        x-transition:enter=\"transition ease-out duration-300\"\n        x-transition:enter-start=\"opacity-0\"\n        x-transition:enter-end=\"opacity-100\"\n        x-transition:leave=\"transition ease-in duration-300\"\n        x-transition:leave-start=\"opacity-100\"\n        x-transition:leave-end=\"opacity-0\"\n      ><\/div>\n\n      <!-- Modal Content -->\n      <div class=\"fixed inset-0 flex items-center justify-center p-4\">\n        <div\n          @click.stop\n          x-transition:enter=\"transition ease-out duration-300\"\n          x-transition:enter-start=\"opacity-0 transform scale-90\"\n          x-transition:enter-end=\"opacity-100 transform scale-100\"\n          x-transition:leave=\"transition ease-in duration-300\"\n          x-transition:leave-start=\"opacity-100 transform scale-100\"\n          x-transition:leave-end=\"opacity-0 transform scale-90\"\n          class=\"rounded-lg max-w-5xl overflow-hidden w-full mx-4 relative\"\n        >\n          <div class=\"flex justify-end items-center p-4 absolute z-10 right-4\">\n            <button\n              @click=\"closeModal('warq7glqoo')\"\n              class=\"bg-white hover:bg-gray-100 text-gray-800 p-2 rounded-full focus:outline-none\"\n            >\n              <svg\n                class=\"h-6 w-6\"\n                fill=\"none\"\n                stroke=\"currentColor\"\n                viewBox=\"0 0 24 24\"\n                xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n              >\n                <path\n                  stroke-linecap=\"round\"\n                  stroke-linejoin=\"round\"\n                  stroke-width=\"2\"\n                  d=\"M6 18L18 6M6 6l12 12\"\n                ><\/path>\n              <\/svg>\n            <\/button>\n          <\/div>\n\n          <div class=\"p-4 pt-0\">\n          <wistia-player         \n                class=\"w-full !h-full rounded-lg !object-cover aspect-video\" \n                media-id=\"warq7glqoo\" \n                @ready=\"this.play()\"\n                x-cloak\n            >\n            <\/wistia-player>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n\n    \n  <\/div> \n<\/section>\n\n\n\n<section class=\"bg-white py-8 lg:py-12 scroll-mt-28\" id=\"como-funciona\">\n  <div class=\"container mx-auto px-4 lg:px-8\">\n    <div class=\"relative\">\n      <div class=\"text-center flex flex-col justify-center items-center\">\n        <span class=\"text-[#148752] text-sm font-bold uppercase leading-[30px] tracking-wider mb-3\">Como funciona<\/span>\n        \n                <h2 class=\"tracking-tight text-3xl leading-[38px] lg:text-5xl font-semibold mb-4 lg:mb-5 max-w-[720px] lg:!leading-[60px]\">Veja a An\u00e1lise Detalhada de Riscos de Acesso em A\u00e7\u00e3o<\/h2>\n        \n                <div class=\"text-lg lg:text-xl font-normal text-[#2A3274] max-w-[720px]\">\n            A Pathlock <b>oferece an\u00e1lise automatizada e detalhada de riscos de acesso<\/b>para ajud\u00e1-lo a identificar e corrigir conflitos de SoD e riscos de acesso sens\u00edvel de forma eficiente. Ela vai al\u00e9m das ferramentas tradicionais, analisando a atividade real do usu\u00e1rio em todas as aplica\u00e7\u00f5es, n\u00e3o apenas o acesso potencial, para que voc\u00ea possa se concentrar em<b>riscos reais e de alto impacto.<\/b>        <\/div>\n        \n                  <div class=\"mt-8 group\">\n          <a class=\"flex items-center font-semibold group-hover:text-[#44C382]  leading-7 transition-colors duration-300\" href=\"\/pt\/browser-tours\/pathlock-cloud-access-risk-analysis\/\" target=\"_blank\">Iniciar Tour no Navegador            <span class=\"ml-2 rtl:ml-0 rtl:mr-2 stroke-[#0F1556] group-hover:stroke-[#44C382] rtl:rotate-180 rtl:group-hover:-translate-x-0.5 group-hover:translate-x-0.5 transition ease-in-out duration-300\">\n              <svg width=\"20\" height=\"20\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M4.66663 10.1334H16.3333M16.3333 10.1334L10.5 4.30005M16.3333 10.1334L10.5 15.9667\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/span>\n          <\/a>\n        <\/div>\n                            <div class=\"flex flex-col gap-8 lg:gap-16 mt-8 lg:mt-16\">\n                                        <div class=\"flex flex-col gap-12 lg:gap-24 lg:items-center lg:flex-row-reverse\">\n                <div class=\"w-full lg:w-1\/2  rounded-lg flex justify-center items-center\">\n                  <img decoding=\"async\" class=\"no-override rounded-lg\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/ARA-screen1.png\" alt=\"App Screenshot\" \/>\n                <\/div>\n                <div class=\"w-full lg:w-1\/2 flex flex-col justify-center items-center lg:items-start text-center lg:rtl:text-right lg:text-left\">\n                    <h2 class=\"scroll-mt-28 text-2xl lg:text-4xl font-semibold mb-8 lg:mb-5 max-w-[555px] lg:leading-[44px]\" id=\"analise-de-risco-de-acesso-para-sap-oracle-e-muito-mais\">An\u00e1lise de Risco de Acesso para SAP, Oracle e Muito Mais<\/h2>\n                  <div class=\"text-base text-[#2A3274] leading-normal lg:text-lg leading-7 mb-4\">Uma limita\u00e7\u00e3o comum de ferramentas como SAP GRC \u00e9 o foco em uma \u00fanica aplica\u00e7\u00e3o. A Pathlock oferece <b>visibilidade e controle ampliados,<\/b> revelando riscos em todo o ecossistema de aplica\u00e7\u00f5es da sua empresa.<\/div>\n                                      <ul class=\"flex flex-col gap-3 mb-8 lg:mb-12 pl-0 text-[#2A3274] rtl:text-right text-left\">\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Identifique riscos no SAP ERP, SAP Ariba, Oracle, Workday, PeopleSoft e outras aplica\u00e7\u00f5es<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Entenda a totalidade do risco de acesso em todo o seu cen\u00e1rio de aplica\u00e7\u00e3o de neg\u00f3cios<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Detecte e corrija conflitos complexos de SoD entre aplica\u00e7\u00f5es<\/span>\n                            <\/li>\n                                          <\/ul>\n                                                    <\/div>\n              <\/div>\n                                        <div class=\"flex flex-col gap-12 lg:gap-24 lg:items-center lg:flex-row \">\n                <div class=\"w-full lg:w-1\/2  rounded-lg flex justify-center items-center\">\n                  <img decoding=\"async\" class=\"no-override rounded-lg\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/ARA-screen2.png\" alt=\"App Screenshot\" \/>\n                <\/div>\n                <div class=\"w-full lg:w-1\/2 flex flex-col justify-center items-center lg:items-start text-center lg:rtl:text-right lg:text-left\">\n                    <h2 class=\"scroll-mt-28 text-2xl lg:text-4xl font-semibold mb-8 lg:mb-5 max-w-[555px] lg:leading-[44px]\" id=\"evite-falsos-positivos-e-priorize-os-riscos-mais-criticos\">Evite Falsos Positivos e Priorize os Riscos Mais Cr\u00edticos<\/h2>\n                  <div class=\"text-base text-[#2A3274] leading-normal lg:text-lg leading-7 mb-4\">O mecanismo de risco detalhado da Pathlock analisa o modelo completo de seguran\u00e7a da aplica\u00e7\u00e3o, <b>eliminando ru\u00eddos e identificando os verdadeiros riscos de acesso<\/b>, permitindo que voc\u00ea se concentre nas amea\u00e7as mais relevantes primeiro.<\/div>\n                                      <ul class=\"flex flex-col gap-3 mb-8 lg:mb-12 pl-0 text-[#2A3274] rtl:text-right text-left\">\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Analise os riscos no n\u00edvel de permiss\u00e3o para revelar a verdadeira exposi\u00e7\u00e3o ao risco<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Entenda o que os usu\u00e1rios realmente fizeram, identificando contas com privil\u00e9gios de alto risco utilizados<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Distinga entre riscos te\u00f3ricos e reais para priorizar a corre\u00e7\u00e3o de forma eficaz<\/span>\n                            <\/li>\n                                          <\/ul>\n                                                    <\/div>\n              <\/div>\n                                        <div class=\"flex flex-col gap-12 lg:gap-24 lg:items-center lg:flex-row-reverse\">\n                <div class=\"w-full lg:w-1\/2  rounded-lg flex justify-center items-center\">\n                  <img decoding=\"async\" class=\"no-override rounded-lg\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/ARA-screen3.png\" alt=\"App Screenshot\" \/>\n                <\/div>\n                <div class=\"w-full lg:w-1\/2 flex flex-col justify-center items-center lg:items-start text-center lg:rtl:text-right lg:text-left\">\n                    <h2 class=\"scroll-mt-28 text-2xl lg:text-4xl font-semibold mb-8 lg:mb-5 max-w-[555px] lg:leading-[44px]\" id=\"conjuntos-de-regras-de-risco-prontos-para-uso\">Conjuntos de Regras de Risco Prontos para Uso<\/h2>\n                  <div class=\"text-base text-[#2A3274] leading-normal lg:text-lg leading-7 mb-4\">A Pathlock inclui <b>regras abrangentes e prontas para uso,<\/b> adaptadas a casos de uso comuns em aplica\u00e7\u00f5es de neg\u00f3cios l\u00edderes, permitindo iniciar rapidamente e reduzir o tempo de configura\u00e7\u00e3o.<\/div>\n                                      <ul class=\"flex flex-col gap-3 mb-8 lg:mb-12 pl-0 text-[#2A3274] rtl:text-right text-left\">\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Obtenha r\u00e1pido retorno sobre o investimento utilizando regras integradas para an\u00e1lise de risco de acesso no SAP e visibilidade em outras aplica\u00e7\u00f5es<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Adapte facilmente conjuntos de regras \u00e0s necessidades e \u00e0 propens\u00e3o ao risco da sua organiza\u00e7\u00e3o<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Simplifique o gerenciamento do conjunto de regras com tradu\u00e7\u00f5es entre aplica\u00e7\u00f5es, controle de vers\u00e3o e registros de altera\u00e7\u00f5es<\/span>\n                            <\/li>\n                                          <\/ul>\n                                                    <\/div>\n              <\/div>\n                                        <div class=\"flex flex-col gap-12 lg:gap-24 lg:items-center lg:flex-row \">\n                <div class=\"w-full lg:w-1\/2  rounded-lg flex justify-center items-center\">\n                  <img decoding=\"async\" class=\"no-override rounded-lg\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/ARA-screen4.png\" alt=\"App Screenshot\" \/>\n                <\/div>\n                <div class=\"w-full lg:w-1\/2 flex flex-col justify-center items-center lg:items-start text-center lg:rtl:text-right lg:text-left\">\n                    <h2 class=\"scroll-mt-28 text-2xl lg:text-4xl font-semibold mb-8 lg:mb-5 max-w-[555px] lg:leading-[44px]\" id=\"correcao-mais-rapida-com-insights-baseados-em-ia\">Corre\u00e7\u00e3o Mais R\u00e1pida com Insights Baseados em IA<\/h2>\n                  <div class=\"text-base text-[#2A3274] leading-normal lg:text-lg leading-7 mb-4\">A Pathlock <b>acelera a resolu\u00e7\u00e3o de conflitos de SoD<\/b> com sugest\u00f5es de fun\u00e7\u00f5es baseadas em IA, preservando o acesso necess\u00e1rio e evitando viola\u00e7\u00f5es. Ela tamb\u00e9m prev\u00ea mudan\u00e7as de risco entre usu\u00e1rios, fun\u00e7\u00f5es e aplica\u00e7\u00f5es, orientando decis\u00f5es mais inteligentes.<\/div>\n                                      <ul class=\"flex flex-col gap-3 mb-8 lg:mb-12 pl-0 text-[#2A3274] rtl:text-right text-left\">\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Obtenha sugest\u00f5es inteligentes de fun\u00e7\u00f5es para resolver conflitos sem prejudicar a produtividade<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Use refer\u00eancias de colegas para validar necessidades de acesso e refinar a cria\u00e7\u00e3o de fun\u00e7\u00f5es<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Simule mudan\u00e7as e avalie o impacto do risco antes de implementar atualiza\u00e7\u00f5es<\/span>\n                            <\/li>\n                                          <\/ul>\n                                                    <\/div>\n              <\/div>\n                                        <div class=\"flex flex-col gap-12 lg:gap-24 lg:items-center lg:flex-row-reverse\">\n                <div class=\"w-full lg:w-1\/2  rounded-lg flex justify-center items-center\">\n                  <img decoding=\"async\" class=\"no-override rounded-lg\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/ARA-screen5.png\" alt=\"App Screenshot\" \/>\n                <\/div>\n                <div class=\"w-full lg:w-1\/2 flex flex-col justify-center items-center lg:items-start text-center lg:rtl:text-right lg:text-left\">\n                    <h2 class=\"scroll-mt-28 text-2xl lg:text-4xl font-semibold mb-8 lg:mb-5 max-w-[555px] lg:leading-[44px]\" id=\"relatorios-e-paineis-prontos-para-auditoria\">Relat\u00f3rios e Pain\u00e9is Prontos para Auditoria<\/h2>\n                  <div class=\"text-base text-[#2A3274] leading-normal lg:text-lg leading-7 mb-4\">Ao contr\u00e1rio de ferramentas tradicionais como o SAP GRC, a Pathlock simplifica a prepara\u00e7\u00e3o para auditorias com <b>pain\u00e9is e relat\u00f3rios personaliz\u00e1veis,<\/b> fornecendo insights claros e acion\u00e1veis em todo o ambiente de aplica\u00e7\u00f5es, n\u00e3o apenas em um \u00fanico sistema.<\/div>\n                                      <ul class=\"flex flex-col gap-3 mb-8 lg:mb-12 pl-0 text-[#2A3274] rtl:text-right text-left\">\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Obtenha um painel \u00fanico para SoD e riscos de acesso sens\u00edvel<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>Acompanhe progresso da corre\u00e7\u00e3o, pontua\u00e7\u00f5es de risco e status da mitiga\u00e7\u00e3o<\/span>\n                            <\/li>\n                                                  <li class=\"flex gap-3 pl-4 text-base lg:text-lg font-normal lg:leading-7\"> \n                              <svg class=\"rounded-full flex-shrink-0 w-[28px] h-[28px] mt-0.5\" viewBox=\"0 0 29 29\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g clip-path=\"url(#clip0_954_404)\">\n                                  <rect width=\"28\" height=\"28\" transform=\"translate(0.5 0.799988)\" fill=\"#D5F6E0\"\/>\n                                  <path d=\"M9.25 14.8L12.75 18.3L19.75 11.3\" stroke=\"#24B770\" stroke-width=\"2.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <defs>\n                                  <clipPath id=\"clip0_954_404>&#8220;>\n                                    <path d=\"M0.5 14.8C0.5 7.068 6.76801 0.799988 14.5 0.799988C22.232 0.799988 28.5 7.068 28.5 14.8C28.5 22.532 22.232 28.8 14.5 28.8C6.76801 28.8 0.5 22.532 0.5 14.8Z\" fill=\"white\"\/>\n                                  <\/clipPath>\n                                <\/defs>\n                              <\/svg>\n                              <span>D\u00ea aos auditores acesso direto a relat\u00f3rios de conformidade padronizados em diferentes aplica\u00e7\u00f5es<\/span>\n                            <\/li>\n                                          <\/ul>\n                                                    <\/div>\n              <\/div>\n                      <\/div>\n            <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n\n<section class=\"w-full relative\">\n  <div class=\"absolute inset-0 grid\" aria-hidden=\"true\">\n    <div class=\"bg-white\"><\/div>\n    <div class=\"bg-[#F8F9FF]\"><\/div>\n  <\/div>\n  <div class=\"relative container mx-auto px-4 lg:px-8 py-12\">\n    \n    <div class=\"relative overflow-hidden  rounded-xl mx-auto inset-0 flex items-center justify-center container text-white bg-[#0F1556]\">\n      <div class=\"hidden lg:block absolute top-0 right-0 w-full h-full z-0\">\n\n      <\/div>\n      <div class=\"z-10 w-full lg:w-[65%] flex flex-col items-center lg:items-start px-4 py-12 lg:p-16 h-full text-center lg:text-left lg:rtl:text-right\">\n                <h2 class=\"text-2xl lg:text-4xl font-semibold mb-8 lg:mb-5 max-w-[555px] lg:leading-[44px]\">Vis\u00e3o Geral da Solu\u00e7\u00e3o\t<\/h2>\n        <div class=\"text-base leading-normal lg:text-xl leading-[24px]\">Descubra como organiza\u00e7\u00f5es usam a Pathlock para mitigar riscos em aplica\u00e7\u00f5es de neg\u00f3cios e manter a conformidade.\t<\/div>\n        <div class=\"w-full lg:w-auto mt-6 lg:mt-12\">\n                                  <a class=\"flex justify-center items-center font-semibold py-3 px-[18px] bg-[white] hover:bg-[#E3E7F6] group leading-7  rounded-lg text-[#344054] transition-colors duration-300\" href=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/Access-Risk-Analysis-Module-Brief.pdf\">Baixar Ficha T\u00e9cnica (.PDF)                    \n          <\/a>\n        <\/div>  \n      <\/div>\n      <div class=\"z-10 hidden lg:flex justify-center align-center lg:w-[43%]\">\n        <img decoding=\"async\" class=\"no-override z-10\" src=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/07\/bg_elements_access_r_an.png\" \/>\n      <\/div>\n    <\/div>\n\n  <\/div>     \n<\/section>       \n\n\n\n\n<section class=\"bg-[#F8F9FF] pt-8 lg:pt-12 pb-8 lg:pb-24 overflow-hidden\">\n  <div class=\"container mx-auto px-4 lg:px-8\">\n    <div class=\"relative container\">\n      <div class=\"text-center text-[#0F1556] px-4 flex flex-col justify-center items-center\">\n                    <h2 class=\"max-w-[720px] text-3xl lg:text-5xl lg:leading-[60px] font-semibold mb-4 lg:mb-5\">Pronto para Come\u00e7ar?<\/h2>\n          \n                      <div class=\"text-lg lg:text-xl text-[#2A3274] font-normal  max-w-[720px] leading-[30px]\">\n              A Pathlock permite que as empresas <b>analisem e gerenciem riscos de acesso<\/b>com rapidez e precis\u00e3o. Mitigue conflitos de SoD e problemas de acesso sens\u00edvel em aplica\u00e7\u00f5es, garantindo que<b>todas as decis\u00f5es sejam apoiadas por insights detalhados.<\/b>            <\/div>\n          \n          <div class=\"w-full flex gap-3 flex-col md:flex-row justify-center mt-8\">\n              <a class=\"h-12 px-[18px] py-3 bg-[#24b770] hover:bg-[#148752] rounded-lg shadow-[0px_1px_2px_0px_rgba(16,24,40,0.05)] justify-center items-center gap-1.5 inline-flex overflow-hidden\" href=\"https:\/\/pathlock.com\/pt\/contact\/?tab=request-a-demo\">\n                      <div class=\"px-0.5 justify-center items-center flex\">\n                          <div class=\"text-white text-base font-semibold font-[\"Inter\"] leading-normal\">Agende Uma Demonstra\u00e7\u00e3o<\/div>\n                      <\/div>\n                  <\/a>                        <\/div> \n\n    \n        <\/div>\n\n\n    <\/div> <!-- End relative container -->\n  <\/div> <!-- End container mx-auto -->\n<\/section>\n","protected":false},"featured_media":0,"parent":0,"template":"","categories":[],"products_type":[],"class_list":["post-42245","products","type-products","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>An\u00e1lise de Risco de Acesso SAP e Visibilidade entre Aplica\u00e7\u00f5es | Pathlock<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pathlock.com\/pt\/products\/sap-access-risk-analysis\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Access Risk Analysis\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pathlock.com\/pt\/products\/sap-access-risk-analysis\/\" \/>\n<meta property=\"og:site_name\" content=\"Pathlock\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-08T16:39:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/06\/OpenGraph-Pathlock-Logo.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@pathlock\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/products\\\/sap-access-risk-analysis\\\/\",\"url\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/products\\\/sap-access-risk-analysis\\\/\",\"name\":\"An\u00e1lise de Risco de Acesso SAP e Visibilidade entre Aplica\u00e7\u00f5es | Pathlock\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/#website\"},\"datePublished\":\"2025-07-16T06:44:44+00:00\",\"dateModified\":\"2025-11-08T16:39:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/products\\\/sap-access-risk-analysis\\\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pathlock.com\\\/pt\\\/products\\\/sap-access-risk-analysis\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/products\\\/sap-access-risk-analysis\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Access Risk Analysis\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/#website\",\"url\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/\",\"name\":\"Pathlock\",\"description\":\"The Leader in Application Security and Controls Automation\",\"publisher\":{\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/#organization\",\"name\":\"Pathlock, Inc\",\"url\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pathlock.com\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/Zrzut-ekranu-2021-11-17-o-10.56.42.png\",\"contentUrl\":\"https:\\\/\\\/pathlock.com\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/Zrzut-ekranu-2021-11-17-o-10.56.42.png\",\"width\":460,\"height\":148,\"caption\":\"Pathlock, Inc\"},\"image\":{\"@id\":\"https:\\\/\\\/pathlock.com\\\/pt\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/pathlock\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/pathlock\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCgo4izMJ70K4gnyWQ_mP-OA\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"An\u00e1lise de Risco de Acesso SAP e Visibilidade entre Aplica\u00e7\u00f5es | Pathlock","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:\/\/pathlock.com\/pt\/products\/sap-access-risk-analysis\/","og_locale":"pt_PT","og_type":"article","og_title":"Access Risk Analysis","og_url":"https:\/\/pathlock.com\/pt\/products\/sap-access-risk-analysis\/","og_site_name":"Pathlock","article_modified_time":"2025-11-08T16:39:47+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/pathlock.com\/wp-content\/uploads\/2025\/06\/OpenGraph-Pathlock-Logo.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_site":"@pathlock","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pathlock.com\/pt\/products\/sap-access-risk-analysis\/","url":"https:\/\/pathlock.com\/pt\/products\/sap-access-risk-analysis\/","name":"An\u00e1lise de Risco de Acesso SAP e Visibilidade entre Aplica\u00e7\u00f5es | Pathlock","isPartOf":{"@id":"https:\/\/pathlock.com\/pt\/#website"},"datePublished":"2025-07-16T06:44:44+00:00","dateModified":"2025-11-08T16:39:47+00:00","breadcrumb":{"@id":"https:\/\/pathlock.com\/pt\/products\/sap-access-risk-analysis\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pathlock.com\/pt\/products\/sap-access-risk-analysis\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pathlock.com\/pt\/products\/sap-access-risk-analysis\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pathlock.com\/pt\/"},{"@type":"ListItem","position":2,"name":"Access Risk Analysis"}]},{"@type":"WebSite","@id":"https:\/\/pathlock.com\/pt\/#website","url":"https:\/\/pathlock.com\/pt\/","name":"Pathlock","description":"The Leader in Application Security and Controls Automation","publisher":{"@id":"https:\/\/pathlock.com\/pt\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pathlock.com\/pt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/pathlock.com\/pt\/#organization","name":"Pathlock, Inc","url":"https:\/\/pathlock.com\/pt\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/pathlock.com\/pt\/#\/schema\/logo\/image\/","url":"https:\/\/pathlock.com\/wp-content\/uploads\/2021\/11\/Zrzut-ekranu-2021-11-17-o-10.56.42.png","contentUrl":"https:\/\/pathlock.com\/wp-content\/uploads\/2021\/11\/Zrzut-ekranu-2021-11-17-o-10.56.42.png","width":460,"height":148,"caption":"Pathlock, Inc"},"image":{"@id":"https:\/\/pathlock.com\/pt\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/pathlock","https:\/\/www.linkedin.com\/company\/pathlock","https:\/\/www.youtube.com\/channel\/UCgo4izMJ70K4gnyWQ_mP-OA"]}]}},"ACF":false,"_links":{"self":[{"href":"https:\/\/pathlock.com\/pt\/wp-json\/wp\/v2\/products\/42245","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pathlock.com\/pt\/wp-json\/wp\/v2\/products"}],"about":[{"href":"https:\/\/pathlock.com\/pt\/wp-json\/wp\/v2\/types\/products"}],"wp:attachment":[{"href":"https:\/\/pathlock.com\/pt\/wp-json\/wp\/v2\/media?parent=42245"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pathlock.com\/pt\/wp-json\/wp\/v2\/categories?post=42245"},{"taxonomy":"products_type","embeddable":true,"href":"https:\/\/pathlock.com\/pt\/wp-json\/wp\/v2\/products_type?post=42245"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}