{"id":3,"date":"2023-09-05T09:14:47","date_gmt":"2023-09-05T09:14:47","guid":{"rendered":"https:\/\/www.monaflex.com\/?page_id=3"},"modified":"2025-09-24T14:27:27","modified_gmt":"2025-09-24T14:27:27","slug":"cookies-politica-de-privacidad","status":"publish","type":"page","link":"http:\/\/www.monaflex.com\/es\/cookies-privacy-policy\/","title":{"rendered":"Pol\u00edtica de privacidad de cookies"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3\" class=\"elementor elementor-3\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0a594f3 e-con-full e-flex e-con e-parent\" data-id=\"0a594f3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-3031f8d e-flex e-con-boxed e-con e-child\" data-id=\"3031f8d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab29ce6 elementor-absolute elementor-widget elementor-widget-shortcode\" data-id=\"ab29ce6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"breadcrumb-wrapper\"><span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to Monaflex.\" href=\"http:\/\/www.monaflex.com\/es\" class=\"home\" ><span property=\"name\">Home<\/span><\/a><meta property=\"position\" content=\"1\"><\/span>\/<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Ir a News.\" href=\"http:\/\/www.monaflex.com\/es\/news\/\" class=\"post-root post post-post\" aria-current=\"page\"><span property=\"name\">News<\/span><\/a><meta property=\"position\" content=\"2\"><\/span><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-654836e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"654836e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Privacy policy<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e08876d elementor-widget elementor-widget-heading\" data-id=\"e08876d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><span style=\"opacity:0.64\">Last updated:<\/span> February, 2024<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-461c469 e-flex e-con-boxed e-con e-parent\" data-id=\"461c469\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a201ccc e-con-full e-flex e-con e-child\" data-id=\"a201ccc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-8e9cc08 e-con-full e-flex e-con e-child\" data-id=\"8e9cc08\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-5285507 e-con-full e-flex e-con e-child\" data-id=\"5285507\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;],&quot;sticky_offset&quot;:100,&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t<div class=\"elementor-element elementor-element-7b75167 e-con-full e-flex e-con e-child\" data-id=\"7b75167\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-159e19f elementor-widget elementor-widget-html\" data-id=\"159e19f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"inner-sidebar\">\n<h5>Table of contents<\/h5>\n<div id=\"titles-list-container\"><\/div>\n<script>\njQuery(document).ready(function($) {\n\n    var outputList = '<ul class=\"toc-list\">';\n    var outputSelect = '<select class=\"toc-select\">';\n    \/\/<option value=\"\">Table of contents<\/option>\n\n    $('.text-content').each(function() {\n        $(this).find('.elementor-heading-title').each(function(index) {\n            var anchor = 'anchor-' + index;\n            $(this).attr('id', anchor);\n            var text = $(this).text();\n            outputList += '<li><a href=\"#' + anchor + '\">' + text + '<\/a><\/li>';\n            outputSelect += '<option value=\"#' + anchor + '\">' + text + '<\/option>';\n        });\n    });\n\n    outputList += '<\/ul>';\n    outputSelect += '<\/select>';\n\n    $('#titles-list-container').html(outputList + outputSelect);\n\n    \/\/ Click on <a> in list\n    $('#titles-list-container a').on('click', function(e) {\n        e.preventDefault(); \n        var target = $(this).attr('href'); \n        var offset = $(target).offset().top - 105; \n        $('html, body').animate({ scrollTop: offset }, 500);\n\n        $(this).parent().addClass('active').siblings().removeClass('active');\n    });\n\n    \/\/ Change in <select>\n    $('.toc-select').on('change', function() {\n        var target = $(this).val();\n        if (target) {\n            var offset = $(target).offset().top - 105;\n            $('html, body').animate({ scrollTop: offset }, 500);\n        }\n    });\n\n    \/\/ Scroll highlighting\n    $(window).on('scroll', function() {\n        \n        if ($(window).width() <= 1024) {\n         return;\n        }\n        var scrollPosition = $(window).scrollTop();\n\n        $('.elementor-heading-title').each(function() {\n            var anchor = $(this).attr('id'); \n            var headerPosition = $(this).offset().top - 105;\n\n            if (scrollPosition >= headerPosition) {\n                $('#titles-list-container a[href=\"#' + anchor + '\"]').parent().addClass('active').siblings().removeClass('active');\n                $('.toc-select').val('#' + anchor);\n            }\n        });\n    });\n\n    \n});\n<\/script>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9a706e1 e-con-full text-content e-flex e-con e-child\" data-id=\"9a706e1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-bcde6bb e-con-full e-flex e-con e-child\" data-id=\"bcde6bb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-81ca5bf elementor-widget elementor-widget-heading\" data-id=\"81ca5bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Keeping your info safe and sound<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e6c86d elementor-widget elementor-widget-text-editor\" data-id=\"3e6c86d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We take your privacy and data very seriously. We want you to be in control of how we use and collect your data.<\/p><p>Have a look at our privacy notice so you know and feel comfortable with how we are collecting, storing and using your personal information.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d91a06e e-con-full e-flex e-con e-child\" data-id=\"d91a06e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ee54dd elementor-widget elementor-widget-heading\" data-id=\"4ee54dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Our privacy promise to you<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d9f88dd elementor-widget elementor-widget-text-editor\" data-id=\"d9f88dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Your trust is very important to us which is why we want to tell you about our privacy policy so that you know how we collect and process your data both on and offline.<\/p><p>This will include data you provide through our website, when you sign up to our communications, request contact from us, take part in a competition, apply to join the team, or provide services to us of any kind.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-72182eb e-con-full e-flex e-con e-child\" data-id=\"72182eb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5deac81 elementor-widget elementor-widget-heading\" data-id=\"5deac81\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Who are we?<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57b2fdd elementor-widget elementor-widget-text-editor\" data-id=\"57b2fdd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>MVS Ltd.<\/p><p>Our registered office address is Stanley House, South Quay, St. Sampsons, Guernsey, Channel Islands, GY2 4QL.<\/p><p>When we talk about \u201cwe\u201c, \u201cus\u201d or \u201cour\u201d in this privacy notice, we are referring to the relevant company in our group of companies responsible for processing your data.<\/p><p>MVS Ltd is the data controller responsible for all dealings with Monaflex Tyre Repair Systems, and its website.<\/p><p>At any time, you can get in touch with us to find out the data we hold on you, opt out of further contact with us or delete your data from our records.<\/p><p>For more information about your legal rights have a read of the end of this privacy notice.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-392093c e-con-full e-flex e-con e-child\" data-id=\"392093c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-538f4ca elementor-widget elementor-widget-heading\" data-id=\"538f4ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">What information do we collect on you?<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f89fc4b elementor-widget elementor-widget-text-editor\" data-id=\"f89fc4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We have the potential to collect, store and use four different kinds of personal data about you as follows:<\/p><ol><li>Your contact and identity data\u00a0\u2013 your contact details including your name, email, telephone and other unique details about you (e.g. your birthday) that you have provided to us.<\/li><li>Technical data, including cookies\u00a0\u2013 this is data collected from your visit to our website, blogs, social or interactions with our emails. This information is collected to help us understand how you use our site in order to make our site and digital experiences better for you. Our technical data and cookies are completely safe and secure and will never contain sensitive information about you.<\/li><li>Marketing preferences\u00a0\u2013 data that tells us the channels that you are happy for us to contact you through.<\/li><li>Profiling data\u00a0\u2013 through your interactions with our digital platforms and our team we will collect key information such as your industry sector, the content on our site you engage with and profile this information to understand more about you and your company.<\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ec39740 e-con-full e-flex e-con e-child\" data-id=\"ec39740\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ed85629 elementor-widget elementor-widget-heading\" data-id=\"ed85629\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">How is your data collected?<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-089f567 elementor-widget elementor-widget-text-editor\" data-id=\"089f567\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We use a number of different industry standard and secure methods to collect your data.<\/p><ol><li>Your contact details, identity data, marketing preferences and profiling data may be proactively collected through the following methods:<ul><li>A visit to our offices<\/li><li>Submitting your details through our data capture form on our website.<\/li><li>Subscribing to our services, blogs or publications<\/li><li>Requesting marketing to be sent to you, or for us to contact you by phone or email<\/li><li>A phone call, meeting with our team<\/li><li>Attending an event<\/li><li>Providing us with feedback<\/li><li>Applying for a job with us<\/li><li>Providing services to us of any kind<\/li><\/ul><\/li><li>Technical data including cookies, and profiling data\u00a0\u2013 when you visit our website we will collect information on when, how and what you interact with on our site and site content using Google Analytics and our content management system. We will monitor and measure email open and click through using our email service provider.<\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9f38da6 e-con-full e-flex e-con e-child\" data-id=\"9f38da6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-98ce1b4 elementor-widget elementor-widget-heading\" data-id=\"98ce1b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">How do we use your personal data?<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aa5733e elementor-widget elementor-widget-text-editor\" data-id=\"aa5733e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We, like you, want to ensure your data is protected and used in the right way at the right time. With this in mind we will only use your personal data when the law allows it. There are various grounds on which we rely when processing your personal data. These are:<\/p><ul><li>we need to process your personal data to perform a contract we have with you or to take steps at your request to enter into a contract with you<\/li><li>we need to process your personal data to comply with our legal obligations<\/li><li>it is in our legitimate interests to process your personal data (only where your interests or those of a third party do not override our interests)<\/li><li>you have given us your specific consent to process your personal data<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-47e99c4 elementor-widget elementor-widget-heading\" data-id=\"47e99c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">How do we use your personal data?<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef4d87f elementor-widget elementor-widget-text-editor\" data-id=\"ef4d87f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The data we collect \u2013 IP and cookie details.\u2028 <br \/>Ground (lawful basis) for processing \u2013 Consenting to our cookies.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-142adc1 elementor-widget elementor-widget-heading\" data-id=\"142adc1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Website enquiry<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d2ef009 elementor-widget elementor-widget-text-editor\" data-id=\"d2ef009\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The data we collect \u2013 Your contact details.\u2028<br \/>Ground (lawful basis) for processing \u2013 Consenting to contact in our enquiry form.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b6b4b16 elementor-widget elementor-widget-heading\" data-id=\"b6b4b16\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">A call or meeting with our team<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f488f00 elementor-widget elementor-widget-text-editor\" data-id=\"f488f00\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The data we collect \u2013 Your contact and personal details.\u2028<br \/>Ground (lawful basis) for processing \u2013 We have a legitimate interest to communicate with you.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-443b2b1 elementor-widget elementor-widget-heading\" data-id=\"443b2b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">To respond to job applications<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c9c149 elementor-widget elementor-widget-text-editor\" data-id=\"3c9c149\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The data we collect \u2013 Your contact and personal details, employment experience.<br \/>\u2028Ground (lawful basis) for processing \u2013 We have a legitimate interest to process your job application and contact you to know the result of your. application.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af80780 elementor-widget elementor-widget-heading\" data-id=\"af80780\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Managing our business relationships with our clients and suppliers \/ service providers<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2548777 elementor-widget elementor-widget-text-editor\" data-id=\"2548777\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The data we collect \u2013 We will store personal contact details of our key clients and suppliers, their company details and potentially financial, legal, contractual and billing details all needed to do business with our clients and suppliers.<br \/>\u2028Ground (lawful basis) for processing \u2013 We have a legitimate interest in capturing, storing and using data in order to do business with our clients and suppliers. We may also need to do this as part of a contract we have with you or to comply with a legal obligation.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-39bc69e e-con-full e-flex e-con e-child\" data-id=\"39bc69e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-131a69c elementor-widget elementor-widget-heading\" data-id=\"131a69c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Cookies<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5c4528 elementor-widget elementor-widget-text-editor\" data-id=\"c5c4528\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Cookies are pieces of information that include a unique reference code that a website transfers to your device to store and sometimes track information about you. A number of cookies we use last only for the duration of your web session and expire when you close your browser. Other cookies are used to remember you when you return to the website and will last for longer.<\/p><p>We use cookies to:<\/p><ul><li>remember that you have used the website before \u2013 this means we can identify the number of unique visitors we receive and allows us to make sure that we have enough capacity for the number of users we get<\/li><li>allow you to navigate the website more quickly and easily<\/li><li>store your preferences<\/li><li>collect statistical information about how you use the website so that we can improve the website<\/li><li>audit the downloading of data from the website<\/li><\/ul><p>Some of the cookies used on our website are set by us and some are set by third parties who are delivering services on our behalf.<\/p><p>Most computer and some mobile web browsers automatically accept cookies but, if you prefer, you can change your browser to prevent or to notify you each time a cookie is set.<\/p><p>You can also learn more about cookies by visiting\u00a0www.allaboutcookies.org, which includes additional useful information on cookies and how to block cookies using different types of browser. However, please note that by blocking or deleting cookies you may not be able to take full advantage of the website.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-10a15b8 e-con-full e-flex e-con e-child\" data-id=\"10a15b8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74b0232 elementor-widget elementor-widget-heading\" data-id=\"74b0232\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Our cookies<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-236b63e elementor-widget elementor-widget-text-editor\" data-id=\"236b63e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Cookie name \u2013 Google Analytics cookies<\/p><p>Purpose \u2013 Our website uses Google Analytics, a web service provided by Google. Google Analytics sets 4 cookies in order to evaluate your use of the website.<\/p><p>Google stores the information collected by the cookies on servers located in the United States. Google may also transfer this information to third parties where required to do so by law, or where such third parties process the information on Google\u2019s behalf. Google will not associate your IP address with any other data held by Google.<\/p><p>You may reject or delete these cookies by following this link:\u00a0https:\/\/www.google.com\/analytics\/learn\/privacy.html\u2028Including the _utma cookie keeps track of the number of times a visitor has been to the site pertaining to the cookie, when their first visit was, and when their last visit occurred.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f595d6 e-con-full e-flex e-con e-child\" data-id=\"4f595d6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-703fee3 elementor-widget elementor-widget-heading\" data-id=\"703fee3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Who will it be shared with?<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ccf36c9 elementor-widget elementor-widget-text-editor\" data-id=\"ccf36c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Your data will never be shared with any third parties for marketing purposes unless you provide us with explicit consent.<\/p><p>We may need to share your personal data with other members of our group of companies e.g. for audit or leadership reporting purposes or to comply with other legal obligations, as well as with service providers who provide IT and system alexistration services, professional advisers (including lawyers, bankers, auditors and insurers and to regulators and other authorities or third parties to whom we may choose to sell, transfer, or merge parts of our business or our assets.<\/p><p>We require all third parties to respect the security of your personal data and to treat it in accordance with the law. We do not allow our third party service providers to use your personal data for their own purposes and we only permit them to process your personal data for specified purposes and in accordance with our instructions.<\/p><p>We or they may need to transfer your personal data outside the European Economic Area (EEA) (for example Google Analytics, as set out above, or our carefully selected technology providers), but we will always ensure that appropriate measures are in place to keep your personal data secure, namely:<\/p><ul><li>We will only transfer your personal data to countries that have been deemed to provide an adequate level of protection for personal data by the European Commission.<\/li><li>We may use specific contracts approved by the European Commission which give personal data the same protection it has in Europe.<\/li><li>Where we use providers based in the US, we may transfer data to them if they are part of the Privacy Shield which requires them to provide similar protection to personal data shared between the Europe and the US.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-de7ad02 e-con-full e-flex e-con e-child\" data-id=\"de7ad02\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ff7a2e elementor-widget elementor-widget-heading\" data-id=\"9ff7a2e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">How can I find out more information?<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ec06ed8 elementor-widget elementor-widget-text-editor\" data-id=\"ec06ed8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Please contact one of our managing directors at\u00a0<a href=\"mailto:info@monaflex.com\">info@monaflex.com<\/a>\u00a0or<\/p><p>Stanley House,\u2028<br \/>South Quay,\u2028<br \/>St. Sampsons,\u2028<br \/>Guernsey,<br \/>\u2028Channel Islands,<br \/>\u2028GY2 4QL<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8f5a446 e-con-full e-flex e-con e-child\" data-id=\"8f5a446\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d0135db elementor-widget elementor-widget-heading\" data-id=\"d0135db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">What are my rights?<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0dfae6a elementor-widget elementor-widget-text-editor\" data-id=\"0dfae6a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>You have the right to:<\/p><ul><li>Request access to your personal data\u00a0(commonly known as a \u201cdata subject access request\u201d). This enables you to receive a copy of the personal data we hold about you and to check that we are lawfully processing it.<\/li><li>Request correction of the personal data that we hold about you.\u00a0This enables you to have any incomplete or inaccurate data we hold about you corrected, though we may need to verify the accuracy of the new data you provide to us.<\/li><li>Request erasure of your personal data.\u00a0This enables you to ask us to delete or remove personal data where there is no good reason for us continuing to process it. You also have the right to ask us to delete or remove your personal data where you have successfully exercised your right to object to processing (see below), where we may have processed your information unlawfully or where we are required to erase your personal data to comply with local law. Note, however, that we may not always be able to comply with your request of erasure for specific legal reasons which will be notified to you, if applicable, at the time of your request.<\/li><li>Object to processing of your personal data\u00a0where we are relying on a legitimate interest (or those of a third party) and there is something about your particular situation which makes you want to object to processing on this ground as you feel it impacts on your fundamental rights and freedoms. You also have the right to object where we are processing your personal data for direct marketing purposes. In some cases, we may demonstrate that we have compelling legitimate grounds to process your information which override your rights and freedoms.<\/li><li>Request restriction of processing of your personal data.\u00a0This enables you to ask us to suspend the processing of your personal data in the following scenarios: (a) if you want us to establish the data\u2019s accuracy; (b) where our use of the data is unlawful but you do not want us to erase it; (c) where you need us to hold the data even if we no longer require it as you need it to establish, exercise or defend legal claims; or (d) you have objected to our use of your data but we need to verify whether we have overriding legitimate grounds to use it.<\/li><li>Request the transfer of your personal data to you or to a third party.\u00a0We will provide to you, or a third party you have chosen, your personal data in a structured, commonly used, machine-readable format. Note that this right only applies to automated information which you initially provided consent for us to use or where we used the information to perform a contract with you.onth.<\/li><li>Withdraw consent at any time\u00a0where we are relying on consent to process your personal data. However, this will not affect the lawfulness of any processing carried out before you withdraw your consent. If you withdraw your consent, we may not be able to provide certain products or services to you. We will advise you if this is the case at the time you withdraw your consent.<\/li><li>We may need to request specific information from you to help us confirm your identity and ensure your right to access your personal data (or to exercise any of your other rights). This is a security measure to ensure that personal data is not disclosed to any person who has no right to receive it. We may also contact you to ask you for further information in relation to your request to speed up our response.<\/li><\/ul><p>If you wish to exercise your rights please contact\u00a0info@monaflex.com, and we will aim to come back to you within one month.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-678e461 e-con-full e-flex e-con e-child\" data-id=\"678e461\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-92a494d elementor-widget elementor-widget-heading\" data-id=\"92a494d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">How long do we keep your data for?<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3dee7da elementor-widget elementor-widget-text-editor\" data-id=\"3dee7da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We will only retain your\u00a0personal data\u00a0for as long as necessary to fulfil the purposes we collected it for, including for the purposes of satisfying any legal, accounting, or reporting requirements. Please contact us if you need more information about our retention periods.<\/p><p>Please\u00a0get in touch\u00a0if you have any questions.\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Privacy policy Last updated: February, 2024 Table of contents Keeping your info safe and sound We take your privacy and data very seriously. We want you to be in control of how we use and collect your data. Have a look at our privacy notice so you know and feel comfortable with how we are [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":13792,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-3","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"http:\/\/www.monaflex.com\/es\/wp-json\/wp\/v2\/pages\/3","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.monaflex.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/www.monaflex.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/www.monaflex.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.monaflex.com\/es\/wp-json\/wp\/v2\/comments?post=3"}],"version-history":[{"count":0,"href":"http:\/\/www.monaflex.com\/es\/wp-json\/wp\/v2\/pages\/3\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.monaflex.com\/es\/wp-json\/wp\/v2\/media\/13792"}],"wp:attachment":[{"href":"http:\/\/www.monaflex.com\/es\/wp-json\/wp\/v2\/media?parent=3"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}