{"id":6,"date":"2026-09-01T11:43:38","date_gmt":"2026-09-01T11:43:38","guid":{"rendered":"https:\/\/03.recovery2.lifetimehosting.tech\/?page_id=6"},"modified":"2026-09-01T11:46:41","modified_gmt":"2026-09-01T11:46:41","slug":"about-us","status":"publish","type":"page","link":"https:\/\/03.recovery2.lifetimehosting.tech\/","title":{"rendered":"about us"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Collateral Transfer Agreement | Home | Collateral Transfer<\/title>\n    <meta name=\"description\" content=\"A Collateral Transfer Agreement is between two parties for the temporary transfer of a Bank Guarantee &#038; doesn't impact the wording of a...\">\n    <meta property=\"og:locale\" content=\"en_US\">\n    <meta property=\"og:type\" content=\"website\">\n    <meta property=\"og:title\" content=\"Collateral Transfer Agreement | Home | Collateral Transfer\">\n    <meta property=\"og:description\" content=\"A Collateral Transfer Agreement is between two parties for the temporary transfer of a Bank Guarantee &#038; doesn't impact the wording of a...\">\n    <meta property=\"og:site_name\" content=\"Collateral Transfer\">\n\n    <style>\n        :root {\n            --ct-font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            --ct-color-dark: #222429;\n            --ct-color-secondary: #1a1c20;\n            --ct-color-text: #333333;\n            --ct-color-text-muted: #666666;\n            --ct-color-link: #1e87f0;\n            --ct-color-link-hover: #0f6ecd;\n            --ct-color-primary-btn: #1e87f0;\n            --ct-color-primary-btn-hover: #0f7ae5;\n            --ct-color-cookie-btn: #00a99d;\n            --ct-color-cookie-btn-hover: #008f85;\n            --ct-bg-light: #ffffff;\n            --ct-bg-hero: #191919;\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        html {\n            font-family: var(--ct-font-family);\n            font-size: 16px;\n            color: var(--ct-color-text);\n            line-height: 1.6;\n            scroll-behavior: smooth;\n            background-color: #ffffff;\n            -webkit-text-size-adjust: 100%;\n        }\n\n        body {\n            margin: 0;\n            padding: 0;\n            background-color: #ffffff;\n            color: var(--ct-color-text);\n            overflow-x: hidden;\n            display: flex;\n            flex-direction: column;\n            min-height: 100vh;\n        }\n\n        a {\n            color: var(--ct-color-link);\n            text-decoration: none;\n            transition: color 0.15s ease-in-out;\n        }\n\n        a:hover {\n            color: var(--ct-color-link-hover);\n            text-decoration: underline;\n        }\n\n        \/* HEADER \/ NAVBAR *\/\n        .tm-header {\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n            background-color: #ffffff;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.06);\n            width: 100%;\n            transition: all 0.3s ease;\n        }\n\n        .tm-header-container {\n            max-width: 1380px;\n            margin: 0 auto;\n            padding: 10px 25px;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n        }\n\n        .tm-logo-wrap {\n            display: flex;\n            align-items: center;\n            text-decoration: none;\n            gap: 12px;\n        }\n\n        .tm-logo-symbol {\n            width: 38px;\n            height: 38px;\n            background: linear-gradient(135deg, #1e87f0 0%, #0f4c81 100%);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #ffffff;\n            font-weight: 800;\n            font-size: 20px;\n            box-shadow: 0 3px 8px rgba(30,135,240,0.3);\n        }\n\n        .tm-logo-text {\n            display: flex;\n            flex-direction: column;\n        }\n\n        .tm-logo-title {\n            font-size: 20px;\n            font-weight: 700;\n            color: #222429;\n            letter-spacing: -0.5px;\n            line-height: 1.1;\n        }\n\n        .tm-logo-subtitle {\n            font-size: 11px;\n            font-weight: 500;\n            color: #777777;\n            letter-spacing: 0.5px;\n            text-transform: uppercase;\n        }\n\n        .tm-navbar-nav {\n            display: flex;\n            list-style: none;\n            align-items: center;\n            gap: 4px;\n            margin: 0;\n            padding: 0;\n        }\n\n        .tm-nav-item {\n            position: relative;\n        }\n\n        .tm-nav-link {\n            display: flex;\n            align-items: center;\n            gap: 6px;\n            padding: 10px 14px;\n            font-size: 14px;\n            font-weight: 500;\n            color: #333333;\n            text-decoration: none;\n            border-radius: 4px;\n            transition: all 0.2s ease;\n            cursor: pointer;\n        }\n\n        .tm-nav-link:hover, .tm-nav-item.active > .tm-nav-link {\n            color: #1e87f0;\n            background-color: rgba(30, 135, 240, 0.05);\n            text-decoration: none;\n        }\n\n        .tm-nav-item.active > .tm-nav-link {\n            font-weight: 600;\n            color: #1e87f0;\n        }\n\n        .tm-nav-arrow {\n            width: 10px;\n            height: 10px;\n            fill: currentColor;\n            opacity: 0.7;\n            transition: transform 0.2s ease;\n        }\n\n        .tm-nav-item:hover .tm-nav-arrow {\n            transform: rotate(180deg);\n        }\n\n        \/* DROPDOWN *\/\n        .tm-dropdown {\n            position: absolute;\n            top: 100%;\n            left: 0;\n            background: #ffffff;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.12), 0 2px 6px rgba(0,0,0,0.06);\n            border: 1px solid #eef0f3;\n            border-radius: 6px;\n            min-width: 280px;\n            padding: 8px 0;\n            list-style: none;\n            opacity: 0;\n            visibility: hidden;\n            transform: translateY(10px);\n            transition: all 0.2s ease;\n            z-index: 100;\n        }\n\n        .tm-nav-item:hover .tm-dropdown {\n            opacity: 1;\n            visibility: visible;\n            transform: translateY(0);\n        }\n\n        .tm-dropdown li a {\n            display: block;\n            padding: 10px 20px;\n            color: #444444;\n            font-size: 13.5px;\n            font-weight: 400;\n            text-decoration: none;\n            transition: all 0.15s ease;\n        }\n\n        .tm-dropdown li a:hover {\n            background-color: #f4f6f8;\n            color: #1e87f0;\n            padding-left: 24px;\n        }\n\n        \/* CONTACT BUTTON *\/\n        .tm-btn-contact {\n            background-color: #222429;\n            color: #ffffff !important;\n            padding: 9px 22px;\n            font-size: 13.5px;\n            font-weight: 600;\n            border-radius: 4px;\n            text-decoration: none !important;\n            transition: all 0.2s ease;\n            display: inline-block;\n            box-shadow: 0 2px 6px rgba(0,0,0,0.15);\n            margin-left: 12px;\n        }\n\n        .tm-btn-contact:hover {\n            background-color: #3b3f47;\n            transform: translateY(-1px);\n            box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n        }\n\n        \/* MOBILE MENU TOGGLE *\/\n        .tm-mobile-toggle {\n            display: none;\n            background: none;\n            border: none;\n            cursor: pointer;\n            padding: 8px;\n            color: #222429;\n        }\n\n        .tm-mobile-toggle svg {\n            width: 24px;\n            height: 24px;\n        }\n\n        \/* MOBILE DRAWER \/ OFFCANVAS *\/\n        .tm-mobile-drawer {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0,0,0,0.6);\n            z-index: 2000;\n            opacity: 0;\n            visibility: hidden;\n            transition: all 0.3s ease;\n        }\n\n        .tm-mobile-drawer.open {\n            opacity: 1;\n            visibility: visible;\n        }\n\n        .tm-mobile-drawer-content {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 320px;\n            max-width: 85%;\n            height: 100%;\n            background: #ffffff;\n            box-shadow: 4px 0 20px rgba(0,0,0,0.25);\n            transform: translateX(-100%);\n            transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n            display: flex;\n            flex-direction: column;\n            padding: 24px 20px;\n            overflow-y: auto;\n        }\n\n        .tm-mobile-drawer.open .tm-mobile-drawer-content {\n            transform: translateX(0);\n        }\n\n        .tm-mobile-close {\n            align-self: flex-end;\n            background: none;\n            border: none;\n            cursor: pointer;\n            font-size: 24px;\n            color: #444;\n            padding: 4px 8px;\n            margin-bottom: 12px;\n        }\n\n        .tm-mobile-nav {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .tm-mobile-nav li a {\n            display: block;\n            padding: 10px 12px;\n            font-size: 15px;\n            color: #333;\n            border-radius: 4px;\n            font-weight: 500;\n        }\n\n        .tm-mobile-nav li.active > a, .tm-mobile-nav li a:hover {\n            color: #1e87f0;\n            background: #f0f7ff;\n        }\n\n        .tm-mobile-subnav {\n            list-style: none;\n            padding-left: 18px;\n            margin-top: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 4px;\n        }\n\n        .tm-mobile-subnav li a {\n            font-size: 13.5px;\n            color: #555;\n            padding: 8px 10px;\n        }\n\n        \/* HERO SECTION *\/\n        .tm-hero-section {\n            position: relative;\n            background-color: #191919;\n            background-image: linear-gradient(135deg, rgba(25, 25, 25, 0.96) 0%, rgba(25, 25, 25, 0.92) 100%);\n            background-size: cover;\n            background-position: center;\n            padding: 70px 24px 80px;\n            color: #ffffff;\n            min-height: 480px;\n            display: flex;\n            align-items: center;\n        }\n\n        .tm-hero-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            width: 100%;\n            display: flex;\n            align-items: center;\n        }\n\n        .tm-hero-card {\n            background-color: transparent;\n            padding: 30px 0;\n            max-width: 680px;\n            width: 100%;\n            box-shadow: none;\n            border: none;\n            opacity: 1;\n            animation: fadeInCard 0.8s ease-out;\n        }\n\n        @keyframes fadeInCard {\n            from { opacity: 0; transform: translateY(15px); }\n            to { opacity: 0.95; transform: translateY(0); }\n        }\n\n        .tm-hero-title {\n            font-size: 38px;\n            line-height: 1.35;\n            font-weight: 700;\n            color: #ffffff;\n            margin-bottom: 34px;\n            letter-spacing: -0.5px;\n        }\n\n        .tm-btn-primary {\n            display: inline-block;\n            background-color: #ffffff;\n            color: #191919 !important;\n            padding: 14px 36px;\n            font-size: 15.5px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            border-radius: 4px;\n            border: 2px solid #ffffff;\n            text-decoration: none !important;\n            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);\n            transition: all 0.25s ease;\n            cursor: pointer;\n        }\n\n        .tm-btn-primary:hover {\n            background-color: transparent;\n            color: #ffffff !important;\n            border-color: #ffffff;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(255, 255, 255, 0.25);\n        }\n\n        \/* MAIN CONTENT SECTION *\/\n        .tm-main-section {\n            background-color: #ffffff;\n            padding: 75px 24px 85px;\n            flex: 1;\n        }\n\n        .tm-main-container {\n            max-width: 1140px;\n            margin: 0 auto;\n        }\n\n        .tm-content-heading {\n            font-size: 32px;\n            font-weight: 700;\n            color: #222429;\n            margin-bottom: 28px;\n            letter-spacing: -0.5px;\n            position: relative;\n            padding-bottom: 14px;\n        }\n\n        .tm-content-heading::after {\n            content: \"\";\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 3px;\n            background: #1e87f0;\n            border-radius: 2px;\n        }\n\n        .tm-content-body {\n            font-size: 16px;\n            line-height: 1.8;\n            color: #40444d;\n        }\n\n        .tm-content-body p {\n            margin-bottom: 22px;\n        }\n\n        .tm-content-body p:last-child {\n            margin-bottom: 0;\n        }\n\n        .tm-content-body a {\n            color: #1e87f0;\n            font-weight: 500;\n            text-decoration: none;\n            border-bottom: 1px solid rgba(30, 135, 240, 0.3);\n            transition: all 0.2s ease;\n        }\n\n        .tm-content-body a:hover {\n            color: #0f6ecd;\n            border-bottom-color: #0f6ecd;\n            text-decoration: none;\n        }\n\n        \/* FOOTER *\/\n        .tm-footer {\n            background-color: #1a1c20;\n            color: #999999;\n            padding: 28px 24px;\n            border: none;\n        }\n\n        .tm-footer-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            flex-wrap: wrap;\n            gap: 16px;\n        }\n\n        .tm-footer-text {\n            font-size: 13.5px;\n            color: #a0a4aa;\n        }\n\n        .tm-footer-text a {\n            color: #cccccc;\n            text-decoration: none;\n            transition: color 0.15s ease;\n        }\n\n        .tm-footer-text a:hover {\n            color: #ffffff;\n            text-decoration: underline;\n        }\n\n        .tm-totop-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 40px;\n            height: 40px;\n            background: transparent;\n            border-radius: 4px;\n            color: #a0a4aa;\n            text-decoration: none !important;\n            transition: all 0.2s ease;\n            border: none;\n            box-shadow: none;\n        }\n\n        .tm-totop-btn:hover {\n            background: transparent;\n            color: #ffffff;\n            transform: translateY(-2px);\n        }\n\n        .tm-totop-btn svg {\n            width: 18px;\n            height: 18px;\n            fill: none;\n            stroke: currentColor;\n            stroke-width: 2;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        \/* COOKIE NOTICE BANNER *\/\n        .cookie-notice-banner {\n            position: fixed;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            background-color: rgba(0, 0, 0, 0.95);\n            color: #ffffff;\n            padding: 16px 24px;\n            z-index: 99999;\n            box-shadow: 0 -4px 20px rgba(0,0,0,0.3);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 13.5px;\n            transition: transform 0.3s ease, opacity 0.3s ease;\n        }\n\n        .cookie-notice-banner.hidden {\n            transform: translateY(100%);\n            opacity: 0;\n            pointer-events: none;\n        }\n\n        .cookie-notice-inner {\n            max-width: 1200px;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            gap: 20px;\n            flex-wrap: wrap;\n        }\n\n        .cookie-text {\n            flex: 1;\n            min-width: 280px;\n            line-height: 1.5;\n            color: #e2e8f0;\n        }\n\n        .cookie-actions {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .cookie-btn {\n            background-color: var(--ct-color-cookie-btn);\n            color: #ffffff;\n            padding: 8px 18px;\n            border-radius: 4px;\n            font-size: 13px;\n            font-weight: 600;\n            border: none;\n            cursor: pointer;\n            text-decoration: none !important;\n            transition: background-color 0.2s ease;\n            display: inline-block;\n        }\n\n        .cookie-btn:hover {\n            background-color: var(--ct-color-cookie-btn-hover);\n        }\n\n        .cookie-close-btn {\n            background: none;\n            border: none;\n            color: #888;\n            font-size: 20px;\n            line-height: 1;\n            cursor: pointer;\n            padding: 4px 8px;\n            margin-left: 6px;\n            transition: color 0.15s ease;\n        }\n\n        .cookie-close-btn:hover {\n            color: #ffffff;\n        }\n\n        \/* RESPONSIVE DESIGN *\/\n        @media (max-width: 960px) {\n            .tm-navbar-nav, .tm-btn-contact {\n                display: none;\n            }\n            .tm-mobile-toggle {\n                display: block;\n            }\n            .tm-hero-section {\n                padding: 50px 20px 60px;\n                min-height: auto;\n            }\n            .tm-hero-card {\n                padding: 40px 30px;\n                max-width: 100%;\n            }\n            .tm-hero-title {\n                font-size: 28px;\n            }\n            .tm-main-section {\n                padding: 50px 20px 60px;\n            }\n            .tm-content-heading {\n                font-size: 26px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- MAIN PAGE CONTENT -->\n    <main id=\"tm-main\">\n\n        <!-- HERO SECTION -->\n        <section class=\"tm-hero-section\">\n            <div class=\"tm-hero-container\">\n                <div class=\"tm-hero-card\" id=\"page#0\">\n                    <h1 class=\"tm-hero-title\">\n                        Discover the key elements about the \u2018leasing\u2019 of Bank Guarantees, also referred to as Collateral Transfer.\n                    <\/h1>\n                    <div>\n                        <a class=\"tm-btn-primary\" href=\"https:\/\/intacapitalswiss.com\/\" target=\"_blank\" rel=\"noopener\">\n                            Our services\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- MAIN BODY SECTION -->\n        <section class=\"tm-main-section\">\n            <div class=\"tm-main-container\">\n                <h2 class=\"tm-content-heading\">About Collateral Transfer<\/h2>\n                <div class=\"tm-content-body\">\n                    <p>\n                        Collateral Transfer often assumed to be a Leased Bank Guarantee is an incorrect assumption, and is used as a medium for one company (The Beneficiary), to borrow collateral, usually a Demand Bank Guarantee from another company, (<a href=\"about-providers-of-collateral-transfer.html\">The Provider<\/a>), for a pre-determined or temporary period of time, (usually one year), and on the expiry of which, ownership of the instrument returns to the Provider.\n                    <\/p>\n                    <p>\n                        The Provider and the Beneficiary enter into a contract, the Collateral Transfer Agreement, which once verified and due diligence completed, will allow the Beneficiary to instruct his bank, (The Receiving Bank), to pay a fee to the, referred to as the Contract Fee, representing the cost for the temporary use of the Bank Guarantee. The Bank Guarantee is transferred from The Issuing Bank to The Receiving Bank via <a href=\"the-swift-system.html\">SWIFT<\/a>, (\u201cSociety for Worldwide Interbank Financial Telecommunications\u201d), using a MT 760 designation, which is the dedicated swift message for Bank Guarantees and Letters of Credit.\n                    <\/p>\n                    <p>\n                        A Collateral Transfer Agreement is an agreement between two parties for the temporary transfer of a Bank Guarantee and as such does not impact on the wording of a Demand Bank Guarantee, which is governed by ICC Uniform Rules for Demand Guarantees, (URDG 758). This allows the Beneficiary to utilise the Demand Bank Guarantee for various business transactions usually a loan or a line of credit, alluded to as <a href=\"credit-guarantee-facilities.html\">Credit Guarantee Facilities<\/a>.\n                    <\/p>\n                    <p>\n                        <a href=\"https:\/\/intacapitalswiss.com\/\" target=\"_blank\" rel=\"noopener\">IntaCapital Swiss<\/a> enjoys a close relationship with their Providers, usually Hedge Funds, Sovereign Wealth Funds and Private Equity Funds, and due to their keen negotiating skills, the Providers have agreed to reduce their fees, thus making Credit Guarantee Facilities through the medium of the Collateral Transfer Facility, accessible to those companies occupying the medium and smaller ends of the market.\n                    <\/p>\n                    <p>\n                        The Collateral Transfer product is offered by IntaCapital Swiss, as a unique way in which the smaller company can gain access to Credit Guarantee Facilities, such as loans and lines of credit, where before in this market of declining credit, access to such credit facilities were virtually impossible\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/main>\n\n    <!-- FOOTER -->\n    <footer class=\"tm-footer\">\n        <div class=\"tm-footer-container\">\n            <div class=\"tm-footer-text\">\n                <p>CollateralTransfer.com | Copyright \u00a9 2020 | All Rights Reserved | <a href=\"privacy-policy.html\">Privacy Policy<\/a><\/p>\n            <\/div>\n            <div>\n                <a href=\"#tm-main\" class=\"tm-totop-btn\" aria-label=\"Back to top\" title=\"Back to top\">\n                    <svg viewBox=\"0 0 24 24\">\n                        <polyline points=\"18 15 12 9 6 15\"><\/polyline>\n                    <\/svg>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <!-- COOKIE NOTICE BANNER -->\n    <div id=\"cookieNotice\" class=\"cookie-notice-banner\" role=\"dialog\" aria-label=\"Cookie Notice\">\n        <div class=\"cookie-notice-inner\">\n            <div class=\"cookie-text\">\n                We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.\n            <\/div>\n            <div class=\"cookie-actions\">\n                <button type=\"button\" id=\"acceptCookieBtn\" class=\"cookie-btn\">Ok<\/button>\n                <a href=\"privacy-policy.html\" class=\"cookie-btn\" target=\"_blank\">Privacy policy<\/a>\n                <button type=\"button\" id=\"closeCookieBtn\" class=\"cookie-close-btn\" aria-label=\"Close Notice\">&times;<\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- JAVASCRIPT FOR INTERACTIVITY -->\n    <script>\n        \/\/ Mobile Drawer functionality\n        const mobileToggleBtn = document.getElementById('mobileToggleBtn');\n        const mobileCloseBtn = document.getElementById('mobileCloseBtn');\n        const mobileDrawer = document.getElementById('mobileDrawer');\n\n        if (mobileToggleBtn && mobileDrawer) {\n            mobileToggleBtn.addEventListener('click', () => {\n                mobileDrawer.classList.add('open');\n                document.body.style.overflow = 'hidden';\n            });\n        }\n\n        if (mobileCloseBtn && mobileDrawer) {\n            mobileCloseBtn.addEventListener('click', () => {\n                mobileDrawer.classList.remove('open');\n                document.body.style.overflow = '';\n            });\n\n            mobileDrawer.addEventListener('click', (e) => {\n                if (e.target === mobileDrawer) {\n                    mobileDrawer.classList.remove('open');\n                    document.body.style.overflow = '';\n                }\n            });\n        }\n\n        \/\/ Cookie Notice functionality\n        const cookieNotice = document.getElementById('cookieNotice');\n        const acceptCookieBtn = document.getElementById('acceptCookieBtn');\n        const closeCookieBtn = document.getElementById('closeCookieBtn');\n\n        function dismissCookieNotice() {\n            if (cookieNotice) {\n                cookieNotice.classList.add('hidden');\n                localStorage.setItem('cookie_notice_accepted', 'true');\n            }\n        }\n\n        if (acceptCookieBtn) {\n            acceptCookieBtn.addEventListener('click', dismissCookieNotice);\n        }\n        if (closeCookieBtn) {\n            closeCookieBtn.addEventListener('click', dismissCookieNotice);\n        }\n\n        if (localStorage.getItem('cookie_notice_accepted') === 'true' && cookieNotice) {\n            cookieNotice.classList.add('hidden');\n        }\n\n        \/\/ Smooth Scroll for Back To Top\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function(e) {\n                const targetId = this.getAttribute('href');\n                if (targetId && targetId !== '#') {\n                    const targetElem = document.querySelector(targetId);\n                    if (targetElem) {\n                        e.preventDefault();\n                        targetElem.scrollIntoView({ behavior: 'smooth' });\n                    }\n                }\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Collateral Transfer Agreement | Home | Collateral Transfer Discover the key elements about the \u2018leasing\u2019 of Bank Guarantees, also referred to as Collateral Transfer. Our services About Collateral Transfer Collateral Transfer often assumed to be a Leased Bank Guarantee is an incorrect assumption, and is used as a medium for one company (The Beneficiary), to&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/03.recovery2.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/03.recovery2.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/03.recovery2.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/03.recovery2.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/03.recovery2.lifetimehosting.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":2,"href":"https:\/\/03.recovery2.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":10,"href":"https:\/\/03.recovery2.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/10"}],"wp:attachment":[{"href":"https:\/\/03.recovery2.lifetimehosting.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}