{"id":12,"date":"2026-08-29T10:24:28","date_gmt":"2026-08-29T10:24:28","guid":{"rendered":"https:\/\/recovery8.lifetimehosting.tech\/?page_id=12"},"modified":"2026-08-29T10:24:28","modified_gmt":"2026-08-29T10:24:28","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/recovery8.lifetimehosting.tech\/?page_id=12","title":{"rendered":"Contact us"},"content":{"rendered":"\n<head>\n    <title>Contact Us | Find Out More | Ask The Experts | MT10323<\/title>\n    <style>\n        \n        :root {\n            --mti-contact-bg-primary: #FFFFFF;\n            --mti-contact-bg-secondary: #1A1A1A;\n            --mti-contact-bg-dark: #0D0D0D;\n            --mti-contact-bg-light: #F6F6F6;\n            --mti-contact-accent: #CE4622;\n            --mti-contact-accent-hover: #B33A1A;\n            --mti-contact-text-dark: #1A1A1A;\n            --mti-contact-text-body: #393939;\n            --mti-contact-text-muted: #666666;\n            --mti-contact-text-light: #FFFFFF;\n            --mti-contact-border: #E9E9E9;\n            --mti-contact-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);\n            --mti-contact-radius: 8px;\n            --mti-contact-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            font-family: var(--mti-contact-font);\n            background-color: var(--mti-contact-bg-light);\n            color: var(--mti-contact-text-body);\n            line-height: 1.65;\n            padding: 0;\n            margin: 0;\n        }\n\n        \/* HERO WRAPPER WITH LIGHT BACKGROUND LIKE REST OF PAGE *\/\n        .mti-contact-hero-wrapper {\n            background-color: var(--mti-contact-bg-light);\n            padding: 3.5rem 1.5rem 1rem 1.5rem;\n            position: relative;\n        }\n\n        .mti-contact-hero-container {\n            max-width: 1050px;\n            margin: 0 auto;\n        }\n\n        \/* HERO CONTAINER CARRIES THE BLACK BACKGROUND & WHITE TEXT *\/\n        .mti-contact-hero-card {\n            background-color: #1A1A1A;\n            color: var(--mti-contact-text-light);\n            border: 1px solid rgba(255, 255, 255, 0.12);\n            border-radius: var(--mti-contact-radius);\n            padding: 2.75rem;\n            max-width: 650px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);\n        }\n\n        .mti-contact-hero-title {\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin-bottom: 1.15rem;\n            color: var(--mti-contact-text-light);\n            line-height: 1.2;\n            letter-spacing: -0.5px;\n        }\n\n        .mti-contact-hero-text {\n            font-size: 1.1rem;\n            margin-bottom: 2rem;\n            color: rgba(255, 255, 255, 0.88);\n            line-height: 1.6;\n        }\n\n        .mti-contact-btn-primary {\n            display: inline-block;\n            background-color: var(--mti-contact-accent);\n            color: var(--mti-contact-text-light);\n            font-weight: 600;\n            font-size: 0.95rem;\n            padding: 0.85rem 2rem;\n            border-radius: 4px;\n            text-decoration: none;\n            transition: all 0.2s ease-in-out;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            box-shadow: 0 4px 12px rgba(206, 70, 34, 0.3);\n        }\n\n        .mti-contact-btn-primary:hover {\n            background-color: var(--mti-contact-accent-hover);\n            transform: translateY(-2px);\n            box-shadow: 0 6px 16px rgba(206, 70, 34, 0.4);\n        }\n\n        .mti-contact-main-wrapper {\n            max-width: 1050px;\n            margin: 0 auto;\n            padding: 2rem 1.5rem 3.5rem 1.5rem;\n        }\n\n        .mti-contact-content-card {\n            background-color: var(--mti-contact-bg-primary);\n            border-radius: var(--mti-contact-radius);\n            padding: 2.75rem;\n            margin-bottom: 2rem;\n            border: 1px solid var(--mti-contact-border);\n            box-shadow: var(--mti-contact-shadow);\n        }\n\n        .mti-contact-section-title {\n            color: var(--mti-contact-text-dark);\n            font-size: 1.85rem;\n            font-weight: 700;\n            margin-bottom: 1.25rem;\n            line-height: 1.3;\n        }\n\n        .mti-contact-paragraph {\n            font-size: 1.05rem;\n            color: var(--mti-contact-text-body);\n            margin-bottom: 1.35rem;\n        }\n\n        .mti-contact-paragraph:last-child {\n            margin-bottom: 0;\n        }\n\n        .mti-contact-link {\n            color: var(--mti-contact-text-dark);\n            text-decoration: underline;\n            text-decoration-color: #999999;\n            font-weight: 500;\n            transition: color 0.2s, text-decoration-color 0.2s;\n        }\n\n        .mti-contact-link:hover {\n            color: var(--mti-contact-accent);\n            text-decoration-color: var(--mti-contact-accent);\n        }\n\n        @media (max-width: 768px) {\n            .mti-contact-hero-title {\n                font-size: 2rem;\n            }\n            .mti-contact-hero-card,\n            .mti-contact-content-card {\n                padding: 1.75rem;\n            }\n        }\n  \n\n        .mti-contact-form-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 1.5rem;\n            margin-top: 1.5rem;\n        }\n\n        .mti-contact-form-group {\n            display: flex;\n            flex-direction: column;\n        }\n\n        .mti-contact-full-width {\n            grid-column: span 2;\n        }\n\n        .mti-contact-label {\n            font-weight: 600;\n            font-size: 0.95rem;\n            color: var(--mti-contact-text-dark);\n            margin-bottom: 0.4rem;\n        }\n\n        .mti-contact-required-star {\n            color: var(--mti-contact-accent);\n            margin-left: 2px;\n        }\n\n        .mti-contact-input,\n        .mti-contact-textarea {\n            width: 100%;\n            padding: 0.75rem 1rem;\n            font-family: inherit;\n            font-size: 1rem;\n            color: var(--mti-contact-text-dark);\n            background-color: #FFFFFF;\n            border: 1px solid #CCCCCC;\n            border-radius: 4px;\n            transition: border-color 0.2s, box-shadow 0.2s;\n        }\n\n        .mti-contact-input:focus,\n        .mti-contact-textarea:focus {\n            outline: none;\n            border-color: var(--mti-contact-accent);\n            box-shadow: 0 0 0 3px rgba(206, 70, 34, 0.15);\n        }\n\n        .mti-contact-textarea {\n            resize: vertical;\n            min-height: 130px;\n        }\n\n        .mti-contact-checkbox-wrapper {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            margin-top: 0.5rem;\n        }\n\n        .mti-contact-checkbox-input {\n            width: 1.2rem;\n            height: 1.2rem;\n            accent-color: var(--mti-contact-accent);\n            cursor: pointer;\n        }\n\n        .mti-contact-checkbox-label {\n            font-size: 0.95rem;\n            color: var(--mti-contact-text-body);\n            cursor: pointer;\n        }\n\n        .mti-contact-submit-btn {\n            background-color: var(--mti-contact-accent);\n            color: var(--mti-contact-text-light);\n            font-size: 1rem;\n            font-weight: 600;\n            padding: 0.9rem 2.5rem;\n            border: none;\n            border-radius: 4px;\n            cursor: pointer;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            transition: background-color 0.2s, transform 0.2s;\n            margin-top: 1rem;\n            align-self: flex-start;\n            box-shadow: 0 4px 12px rgba(206, 70, 34, 0.25);\n        }\n\n        .mti-contact-submit-btn:hover {\n            background-color: var(--mti-contact-accent-hover);\n            transform: translateY(-1px);\n            box-shadow: 0 6px 16px rgba(206, 70, 34, 0.35);\n        }\n\n        @media (max-width: 768px) {\n            .mti-contact-form-grid {\n                grid-template-columns: 1fr;\n            }\n            .mti-contact-full-width {\n                grid-column: span 1;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <header class=\"mti-contact-hero-wrapper\">\n        <div class=\"mti-contact-hero-container\">\n            <div class=\"mti-contact-hero-card\">\n                <h1 class=\"mti-contact-hero-title\">Contact Us<\/h1>\n                <p class=\"mti-contact-hero-text\">Encompassing over 150 years of experience, our exceptional core team offer our clients the utmost professionalism in the delivery of unique and bespoke finance facilities.<\/p>\n                <a href=\"https:\/\/intacapitalswiss.com\/\" class=\"mti-contact-btn-primary\" target=\"_blank\" rel=\"noopener\">Find out more<\/a>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <main class=\"mti-contact-main-wrapper\">\n        <section class=\"mti-contact-content-card\">\n            <h2 class=\"mti-contact-section-title\">Ask our experts a question! We are here to help\u2026<\/h2>\n            <p class=\"mti-contact-paragraph\">We understand the amount of information with regards to credit guarantee facilities can be overwhelming, therefore we welcome contact from all of our visitors.<\/p>\n            <p class=\"mti-contact-paragraph\">One of our experts will be in touch, to provide you with industry current answers.<\/p>\n        <\/section>\n\n        <section class=\"mti-contact-content-card\">\n            <h2 class=\"mti-contact-section-title\">Contact Us<\/h2>\n            <form action=\"#\" method=\"post\">\n                <div class=\"mti-contact-form-grid\">\n                    <div class=\"mti-contact-form-group\">\n                        <label class=\"mti-contact-label\" for=\"mti-field-name\">Name <span class=\"mti-contact-required-star\">*<\/span><\/label>\n                        <input type=\"text\" id=\"mti-field-name\" name=\"name\" class=\"mti-contact-input\" required placeholder=\"Your Name\">\n                    <\/div>\n\n                    <div class=\"mti-contact-form-group\">\n                        <label class=\"mti-contact-label\" for=\"mti-field-email\">Email <span class=\"mti-contact-required-star\">*<\/span><\/label>\n                        <input type=\"email\" id=\"mti-field-email\" name=\"email\" class=\"mti-contact-input\" required placeholder=\"Your Email\">\n                    <\/div>\n\n                    <div class=\"mti-contact-form-group\">\n                        <label class=\"mti-contact-label\" for=\"mti-field-phone\">Contact Number<\/label>\n                        <input type=\"tel\" id=\"mti-field-phone\" name=\"phone\" class=\"mti-contact-input\" placeholder=\"Contact Number\">\n                    <\/div>\n\n                    <div class=\"mti-contact-form-group\">\n                        <label class=\"mti-contact-label\" for=\"mti-field-sector\">Sector<\/label>\n                        <input type=\"text\" id=\"mti-field-sector\" name=\"sector\" class=\"mti-contact-input\" placeholder=\"Sector\">\n                    <\/div>\n\n                    <div class=\"mti-contact-form-group mti-contact-full-width\">\n                        <label class=\"mti-contact-label\" for=\"mti-field-question\">Your Question <span class=\"mti-contact-required-star\">*<\/span><\/label>\n                        <textarea id=\"mti-field-question\" name=\"question\" class=\"mti-contact-textarea\" required placeholder=\"Your Question\"><\/textarea>\n                    <\/div>\n\n                    <div class=\"mti-contact-form-group mti-contact-full-width\">\n                        <label class=\"mti-contact-label\">How will we use your data? Confirm you&#8217;ve read our Privacy Policy. <span class=\"mti-contact-required-star\">*<\/span><\/label>\n                        <div class=\"mti-contact-checkbox-wrapper\">\n                            <input type=\"checkbox\" id=\"mti-field-privacy\" name=\"privacy_confirm\" value=\"Confirm\" class=\"mti-contact-checkbox-input\" required>\n                            <label for=\"mti-field-privacy\" class=\"mti-contact-checkbox-label\">Confirm<\/label>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"mti-contact-form-group mti-contact-full-width\">\n                        <button type=\"submit\" class=\"mti-contact-submit-btn\">Submit<\/button>\n                    <\/div>\n                <\/div>\n            <\/form>\n        <\/section>\n    <\/main>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Contact Us | Find Out More | Ask The Experts | MT10323 Contact Us Encompassing over 150 years of experience, our exceptional core team offer our clients the utmost professionalism in the delivery of unique and bespoke finance facilities. Find out more Ask our experts a question! We are here to help\u2026 We understand the&#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-12","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/recovery8.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/recovery8.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/recovery8.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/recovery8.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/recovery8.lifetimehosting.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12"}],"version-history":[{"count":2,"href":"https:\/\/recovery8.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":14,"href":"https:\/\/recovery8.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions\/14"}],"wp:attachment":[{"href":"https:\/\/recovery8.lifetimehosting.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}