{"id":99,"date":"2025-03-31T17:48:36","date_gmt":"2025-03-31T14:48:36","guid":{"rendered":"https:\/\/polosa.media\/?page_id=99"},"modified":"2025-03-31T17:48:36","modified_gmt":"2025-03-31T14:48:36","slug":"non-dom-brexit","status":"publish","type":"page","link":"https:\/\/polosa.media\/","title":{"rendered":"NON-DOM BREXIT"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/polosa.media\/wp-content\/uploads\/2025\/03\/BD1D68AB-6038-40BE-9D66-731267D50CE1-1-1024x576.png\" alt=\"\" class=\"wp-image-101\" srcset=\"https:\/\/polosa.media\/wp-content\/uploads\/2025\/03\/BD1D68AB-6038-40BE-9D66-731267D50CE1-1-1024x576.png 1024w, https:\/\/polosa.media\/wp-content\/uploads\/2025\/03\/BD1D68AB-6038-40BE-9D66-731267D50CE1-1-300x169.png 300w, https:\/\/polosa.media\/wp-content\/uploads\/2025\/03\/BD1D68AB-6038-40BE-9D66-731267D50CE1-1-768x432.png 768w, https:\/\/polosa.media\/wp-content\/uploads\/2025\/03\/BD1D68AB-6038-40BE-9D66-731267D50CE1-1-1536x864.png 1536w, https:\/\/polosa.media\/wp-content\/uploads\/2025\/03\/BD1D68AB-6038-40BE-9D66-731267D50CE1-1-2048x1152.png 2048w, https:\/\/polosa.media\/wp-content\/uploads\/2025\/03\/BD1D68AB-6038-40BE-9D66-731267D50CE1-1-1568x882.png 1568w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Thank you for registering for our online conference \u201cNON-DOM BREXIT \u2013 New Tax Alternatives for UHNWI.\u201d<\/p>\n\n\n\n<p>Date &amp; Time:<br>April 16, 2025 | 10:00 \u2013 14:00 (GMT)<\/p>\n\n\n\n<p>Format: Online (Zoom)<br>Participation fee: EUR 50<\/p>\n\n\n\n<p>During the conference, leading experts will discuss new tax opportunities for UHNWI in the UK, UAE, Cyprus, Malta, Italy, and Switzerland. You will also have the opportunity to ask questions to the speakers.<\/p>\n\n\n\n<p>To complete your registration, please proceed with the payment of EUR 50.<\/p>\n\n\n\n<p>If you have any questions regarding access, payment, or the agenda, please contact us at dubai@korpusprava.ae.<\/p>\n\n\n\n<p>We look forward to seeing you at the conference!<\/p>\n\n\n\n<p><\/p>\n\n\n\n<br\/><br\/>\n\n\n\n<p><\/p>\n\n\n\n<div id=\"smart-button-container\">\n      <div style=\"text-align: center;\">\n        <div style=\"margin-bottom: 1.25rem;\">\n          <p>NON-DOM BREXIT \u2013 New Tax Alternatives for UHNWI<\/p>\n          <select id=\"item-options\"><option value=\"Online via Zoom\" price=\"5\">Online via Zoom &#8211; 50 EUR<\/option><\/select>\n          <select style=\"visibility: hidden\" id=\"quantitySelect\"><\/select>\n        <\/div>\n      <div id=\"paypal-button-container\"><\/div>\n      <\/div>\n    <\/div>\n    <script src=\"https:\/\/www.paypal.com\/sdk\/js?client-id=AUVJFRnLU8hFnxxK0YIEH_JhzAqYqID2TuyBuMQku8BE3XoXC0Fi7osDECDEpxl7Fw6JKFAGk4cI1pMo&#038;enable-funding=venmo&#038;currency=EUR\" data-sdk-integration-source=\"button-factory\"><\/script>\n    <script>\n      function initPayPalButton() {\n        var shipping = 0;\n        var itemOptions = document.querySelector(\"#smart-button-container #item-options\");\n    var quantity = parseInt();\n    var quantitySelect = document.querySelector(\"#smart-button-container #quantitySelect\");\n    if (!isNaN(quantity)) {\n      quantitySelect.style.visibility = \"visible\";\n    }\n    var orderDescription = 'Coffee-break by Korpus Prava \"Relocation\" on April 12th, 2023 at Limassol Crown Plaza';\n    if(orderDescription === '') {\n      orderDescription = 'Item';\n    }\n    paypal.Buttons({\n      style: {\n        shape: 'pill',\n        color: 'gold',\n        layout: 'vertical',\n        label: 'buynow',\n        \n      },\n      createOrder: function(data, actions) {\n        var selectedItemDescription = itemOptions.options[itemOptions.selectedIndex].value;\n        var selectedItemPrice = parseFloat(itemOptions.options[itemOptions.selectedIndex].getAttribute(\"price\"));\n        var tax = (0 === 0 || false) ? 0 : (selectedItemPrice * (parseFloat(0)\/100));\n        if(quantitySelect.options.length > 0) {\n          quantity = parseInt(quantitySelect.options[quantitySelect.selectedIndex].value);\n        } else {\n          quantity = 1;\n        }\n\n        tax *= quantity;\n        tax = Math.round(tax * 100) \/ 100;\n        var priceTotal = quantity * selectedItemPrice + parseFloat(shipping) + tax;\n        priceTotal = Math.round(priceTotal * 100) \/ 100;\n        var itemTotalValue = Math.round((selectedItemPrice * quantity) * 100) \/ 100;\n\n        return actions.order.create({\n          purchase_units: [{\n            description: orderDescription,\n            amount: {\n              currency_code: 'EUR',\n              value: priceTotal,\n              breakdown: {\n                item_total: {\n                  currency_code: 'EUR',\n                  value: itemTotalValue,\n                },\n                shipping: {\n                  currency_code: 'EUR',\n                  value: shipping,\n                },\n                tax_total: {\n                  currency_code: 'EUR',\n                  value: tax,\n                }\n              }\n            },\n            items: [{\n              name: selectedItemDescription,\n              unit_amount: {\n                currency_code: 'EUR',\n                value: selectedItemPrice,\n              },\n              quantity: quantity\n            }]\n          }]\n        });\n      },\n      onApprove: function(data, actions) {\n        return actions.order.capture().then(function(orderData) {\n          \n          \/\/ Full available details\n          console.log('Capture result', orderData, JSON.stringify(orderData, null, 2));\n\n          \/\/ Show a success message within this page, e.g.\n          const element = document.getElementById('paypal-button-container');\n          element.innerHTML = '';\n          element.innerHTML = '<h3>Thank you for your payment!<\/h3>';\n\n          \/\/ Or go to another URL:  actions.redirect('thank_you.html');\n\n        });\n      },\n      onError: function(err) {\n        console.log(err);\n      },\n    }).render('#paypal-button-container');\n  }\n  initPayPalButton();\n    <\/script>\n","protected":false},"excerpt":{"rendered":"<p>Thank you for registering for our online conference \u201cNON-DOM BREXIT \u2013 New Tax Alternatives for UHNWI.\u201d Date &amp; Time:April 16, 2025 | 10:00 \u2013 14:00 (GMT) Format: Online (Zoom)Participation fee: EUR 50 During the conference, leading experts will discuss new tax opportunities for UHNWI in the UK, UAE, Cyprus, Malta, Italy, and Switzerland. You will&hellip; <a class=\"more-link\" href=\"https:\/\/polosa.media\/\">Continue reading <span class=\"screen-reader-text\">NON-DOM BREXIT<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-99","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/polosa.media\/index.php?rest_route=\/wp\/v2\/pages\/99","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/polosa.media\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/polosa.media\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/polosa.media\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/polosa.media\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=99"}],"version-history":[{"count":3,"href":"https:\/\/polosa.media\/index.php?rest_route=\/wp\/v2\/pages\/99\/revisions"}],"predecessor-version":[{"id":104,"href":"https:\/\/polosa.media\/index.php?rest_route=\/wp\/v2\/pages\/99\/revisions\/104"}],"wp:attachment":[{"href":"https:\/\/polosa.media\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=99"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}