{"id":8597,"date":"2025-03-28T15:03:42","date_gmt":"2025-03-28T15:03:42","guid":{"rendered":"https:\/\/co-office.nu\/?page_id=8597"},"modified":"2025-03-28T15:17:10","modified_gmt":"2025-03-28T15:17:10","slug":"cookiebeleid","status":"publish","type":"page","link":"https:\/\/co.brandium.dev\/en\/cookiebeleid\/","title":{"rendered":"Co-Office | Cookie Policy"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"8597\" class=\"elementor elementor-8597\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0923975 e-con-full e-flex e-con e-parent\" data-id=\"0923975\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78f42e2 elementor-widget elementor-widget-html\" data-id=\"78f42e2\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\r\nconst lenis = new Lenis({\r\n  duration: 1.5,\r\n  easing: (t) => Math.min(1, 1.001 - Math.pow(2, -10 * t)), \r\n  direction: 'vertical', \/\/ vertical, horizontal\r\n  gestureDirection: 'vertical', \/\/ vertical, horizontal, both\r\n  smooth: true,\r\n  mouseMultiplier: 0.95,\r\n  smoothTouch: false,\r\n  touchMultiplier: 3.5,\r\n  infinite: false,\r\n})\r\n\r\n\/\/get scroll value\r\nlenis.on('scroll', ({ scroll, limit, velocity, direction, progress }) => {\r\n  console.log({ scroll, limit, velocity, direction, progress })\r\n})\r\n\r\nfunction raf(time) {\r\n  lenis.raf(time)\r\n  requestAnimationFrame(raf)\r\n}\r\n\r\nrequestAnimationFrame(raf)\r\n<\/script>\r\n <script src=\"https:\/\/unpkg.com\/lenis@1.1.19\/dist\/lenis.min.js\"><\/script>\r\n\r\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.5\/ScrollTrigger.min.js\"><\/script>\r\n<script src=\"\/attributes\/js\/Splittext.js\"><\/script>\r\n\r\n<script src=\"https:\/\/co.brandium.dev\/attributes\/js\/CustomEase.min.js\"><\/script>\r\n\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11b60cc elementor-widget elementor-widget-html\" data-id=\"11b60cc\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\r\n    gsap.registerPlugin(ScrollTrigger, SplitText);\r\n\r\n    function createGlitchfadeAnimation(element) {\r\n        if (element.dataset.animated) return;\r\n        element.dataset.animated = \"true\";\r\n\r\n        var mySplitText = new SplitText(element, {type:\"chars, words\"}),\r\n            tl = gsap.timeline({\r\n                scrollTrigger: {\r\n                    trigger: element,\r\n                    start: \"top 80%\", \r\n                    toggleActions: \"play none none reverse\",\r\n                },\r\n                defaults: {duration: 1.2, ease: \"power4.out\", delay: 0.1}\r\n            }),\r\n            numChars = mySplitText.chars.length;\r\n\r\n        var maxStartTime = 0.688 - 0.13;\r\n\r\n        for (var i = 0; i < numChars; i++) {\r\n            var randomStartTime = Math.random() * maxStartTime;\r\n            tl.from(mySplitText.chars[i], {opacity: 0}, randomStartTime);\r\n        }\r\n    }\r\n\r\n    function triggerGlitchfade(elements) {\r\n        elements.forEach(element => {\r\n            gsap.set(element, {visibility: \"visible\"});\r\n            createGlitchfadeAnimation(element);\r\n        });\r\n    }\r\n\r\n    function createMainTitleAnimation(element) {\r\n        if (element.dataset.animated) return;\r\n        element.dataset.animated = \"true\";\r\n\r\n        var tl = gsap.timeline();\r\n\r\n        var text = new SplitText(element, { types: \"lines\", linesClass: \"lineChild\" });\r\n        var mask = new SplitText(element, { types: \"lines\", linesClass: \"lineParent\" });\r\n\r\n        gsap.set(element, { display: \"block\" });\r\n\r\n        ScrollTrigger.create({\r\n            animation: tl,\r\n            trigger: element,\r\n            start: \"top 85%\", \r\n            end: \"bottom center\", \r\n            toggleActions: \"play none none reverse\"\r\n        });\r\n\r\n        tl.fromTo(text.lines, { y: 100 }, { y: 0, duration: 1.15, stagger: 0.1, ease:\"power4.inOut\" }, \"+=0\");\r\n    }\r\n\r\n    function triggerMainTitle(elements) {\r\n        elements.forEach(element => {\r\n            createMainTitleAnimation(element);\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', (event) => {\r\n        triggerGlitchfade(document.querySelectorAll('.glitchfade'));\r\n        triggerMainTitle(document.querySelectorAll('.maintitle'));\r\n    });\r\n\r\n\r\n    setTimeout(() => {\r\n        const newText = document.createElement('div');\r\n        newText.classList.add('text', 'glitchfade');\r\n        document.body.appendChild(newText);\r\n        triggerGlitchfade([newText]);\r\n    }, 2000);\r\n\r\n    setTimeout(() => {\r\n        const newTitle = document.createElement('div');\r\n        newTitle.classList.add('maintitle', 'hide');\r\n        document.body.appendChild(newTitle);\r\n        triggerMainTitle([newTitle]);\r\n    }, 4000);\r\n<\/script>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ca6d434 elementor-widget elementor-widget-html\" data-id=\"ca6d434\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\r\n  gsap.registerPlugin(CustomEase);\r\n\r\n  const customEase = CustomEase.create(\"ccv\", \"M0,0 C0.9,0.1,0.1,1,1,1\");\r\n  const customIntelligence = CustomEase.create(\"ccv2\", \"M0,0 C0.9,0.1,0.05,0.95,1,1\");\r\n\r\n  const tl = gsap.timeline();\r\n\r\n  tl.fromTo(\".menu-button[data-v-649bbaab]\", \r\n    {\r\n      y: \"-110\",\r\n      opacity: 0\r\n    },\r\n    {\r\n      y: \"0\",\r\n      opacity: 1,\r\n      stagger: 0.1,\r\n      duration: 1.5,\r\n      ease: \"ccv\"\r\n    },\r\n    0 \/\/ Start time\r\n  );\r\n\r\n\r\n\r\n  tl.fromTo(\".mobileco-toggle\", \r\n    {\r\n      y: \"-110\",\r\n      opacity: 0\r\n    },\r\n    {\r\n      y: \"0\",\r\n      opacity: 1,\r\n      stagger: 0.1,\r\n      duration: 1.5,\r\n      ease: \"ccv\"\r\n    },\r\n    0 \/\/ Start time\r\n  );\r\n\r\n\r\n\r\n\r\n\r\n  tl.fromTo(\"#cooffice-logo\", \r\n    {\r\n      y: \"-110\",\r\n      opacity: 0\r\n    },\r\n    {\r\n      y: \"0\",\r\n      opacity: 1,\r\n      stagger: 0.1,\r\n      duration: 1.5,\r\n      ease: \"ccv\"\r\n    },\r\n    0 \/\/ Start time\r\n  );\r\n\r\n  tl.fromTo(\".contactwrapper\", \r\n    {\r\n      y: \"-110\",\r\n      opacity: 0\r\n    },\r\n    {\r\n      y: \"0\",\r\n      opacity: 1,\r\n      stagger: 0.1,\r\n      delay: 0.23,\r\n      duration: 1.5,\r\n      ease: \"ccv\"\r\n    },\r\n    0 \/\/ Start time\r\n  );\r\n\r\n  tl.from(\".slide\", {\r\n    y: 160,\r\n    stagger: 0.2,\r\n    opacity: 0,\r\n    duration: 1.7,\r\n    ease: \"power4.out\"\r\n  }, \"-=1.7\");\r\n\r\n  tl.fromTo(\".notification\", \r\n    {\r\n      y: \"90\",\r\n      opacity: 0\r\n    },\r\n    {\r\n      y: \"0\",\r\n      opacity: 1,\r\n      stagger: 0.1,\r\n      duration: 1.35,\r\n      ease: \"power4.inOut\"\r\n    },\r\n    0 \/\/ Start time\r\n  );\r\n<\/script>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d2f2041 e-con-full e-flex e-con e-parent\" data-id=\"d2f2041\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-507aa0d elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"507aa0d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t <style>\r\n\r\n\r\n    h1, h2, h3 {\r\n      color: #1a1a1a;\r\n      line-height: 1.3;\r\n    }\r\n\r\n    h1 {\r\n      font-size: 2em;\r\n      margin-bottom: 0.5em;\r\n    }\r\n\r\n    h2 {\r\n      font-size: 1.8em;\r\n      margin-top: 1.8em;\r\n    }\r\n\r\n    h3 {\r\n      font-size: 1.3rem;\r\n      margin-top: 1.2em;\r\n    }\r\n\r\n    p {\r\n      margin-bottom: 1em;\r\n      font-size: 1.2rem\r\n    }\r\n\r\n    ul {\r\n      padding-left: 20px;\r\n      margin-bottom: 1em;\r\n    }\r\n\r\n    li {\r\n      margin-bottom: 0.5em;\r\n    }\r\n\r\n    a {\r\n      color: #0066cc;\r\n      text-decoration: none;\r\n    }\r\n\r\n    a:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    address {\r\n      font-style: normal;\r\n      margin-top: 1em;\r\n      line-height: 1.6;\r\n        font-size: 1.2rem\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      section {\r\n       \r\n      padding: 2vw\r\n      }\r\n\r\n      h1 {\r\n        font-size: 1.2rem;\r\n      }\r\n\r\n      h2 {\r\n        font-size: 1.2rem;\r\n      }\r\n    }\r\n  <\/style>\r\n\r\n\r\n<div class=\"fading\">\r\n  <h1>Co-Office Cookie Policy<\/h1>\r\n\r\n  <p>At Co-Office, we strive to provide you with the best possible experience on our website <a href=\"https:\/\/www.co-office.nu\" target=\"_blank\" rel=\"noopener\">www.co-office.nu<\/a>. To accomplish this, we use cookies and similar technologies. In this cookie policy, we explain what cookies are, the types of cookies we use, why we use them, and how to manage your cookie settings.<\/p>\r\n\r\n  <h2>1. What are cookies?<\/h2>\r\n  <p>Cookies are small text files that are placed on your device when you visit our website. They help us remember your preferences, improve site performance and provide relevant content and advertising. Cookies can be \"session cookies,\" which are deleted as soon as you close your browser, or \"persistent cookies,\" which remain on your device until they expire or are deleted.<\/p>\r\n\r\n  <h2>2. What types of cookies do we use and why?<\/h2>\r\n  <p>We use the following categories of cookies on our website:<\/p>\r\n\r\n  <h3>Strictly necessary cookies<\/h3>\r\n  <p>These cookies are essential to the functioning of our website. They enable you to navigate through the site and use basic features, such as access to secure areas. Without these cookies, certain services cannot be provided.<\/p>\r\n\r\n  <h3>Performance Cookies<\/h3>\r\n  <p>These cookies collect information about how visitors use our website, such as which pages are visited most frequently and whether error messages occur. This data helps us improve the performance of our site and provide a better user experience.<\/p>\r\n\r\n  <h3>Functional cookies<\/h3>\r\n  <p>These cookies enable our website to remember choices you make (such as your username, language or the region you are in) and provide enhanced, more personalized features. They may also be used to provide services requested by you, such as watching a video or commenting on a blog.<\/p>\r\n\r\n  <h3>Targeting and advertising cookies.<\/h3>\r\n  <p>These cookies are used to make ads more relevant to you. They reduce the number of times you see an ad and help us measure the effectiveness of our marketing campaigns. They remember that you have visited our website and this information may be shared with other organizations, such as advertisers.<\/p>\r\n\r\n  <h2>3. How to manage and delete cookies<\/h2>\r\n  <p>You have control over the use of cookies on your device. You can adjust your browser settings to accept, reject or delete cookies. Please note that disabling certain cookies may affect the functionality of our website and reduce your user experience.<\/p>\r\n\r\n  <p>Below are links to the help sections of some commonly used browsers:<\/p>\r\n  <ul>\r\n    <li><a href=\"https:\/\/support.google.com\/chrome\/answer\/95647?hl=nl\" target=\"_blank\" rel=\"noopener\">Google Chrome<\/a><\/li>\r\n    <li><a href=\"https:\/\/support.mozilla.org\/nl\/kb\/cookies-verwijderen-gegevens-wissen-websites-opgeslagen\" target=\"_blank\" rel=\"noopener\">Mozilla Firefox<\/a><\/li>\r\n    <li><a href=\"https:\/\/support.microsoft.com\/nl-nl\/microsoft-edge\/cookies-verwijderen-in-microsoft-edge-63947406-40ac-c3b8-57b9-2a946a29ae09\" target=\"_blank\" rel=\"noopener\">Microsoft Edge<\/a><\/li>\r\n    <li><a href=\"https:\/\/support.apple.com\/nl-nl\/guide\/safari\/sfri11471\/mac\" target=\"_blank\" rel=\"noopener\">Safari<\/a><\/li>\r\n  <\/ul>\r\n\r\n  <p>For more information about cookies and how to manage your preferences, you can also visit <a href=\"https:\/\/www.allaboutcookies.org\" target=\"_blank\" rel=\"noopener\">www.allaboutcookies.org<\/a>.<\/p>\r\n\r\n  <h2>4. Changes to our cookie policy.<\/h2>\r\n  <p>We may update this cookie policy from time to time to reflect changes in our practices or for other operational, legal or regulatory reasons. We encourage you to review this policy periodically to stay informed about our use of cookies and related technologies.<\/p>\r\n\r\n  <h2>5. Contact<\/h2>\r\n  <p>If you have any questions or comments about our use of cookies, please contact us at:<\/p>\r\n\r\n  <address>\r\n    <strong>Co-Office<\/strong><br>\r\n    E-mail: <a href=\"mailto:info@co-office.nu\">info@co-office.nu<\/a><br>\r\n    Phone: <a href=\"tel:0851309264\">085 1309 264<\/a>\r\n  <\/address>\r\n\r\n  <p>By continuing to use our website without adjusting your cookie settings, you consent to our use of cookies as described in this policy.<\/p>\r\n\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Co-Office Cookie Policy At Co-Office, we strive to provide you with the best possible experience on our website www.co-office.nu. To accomplish this, we use cookies and similar technologies. In this cookie policy, we explain what cookies are, the types of cookies we use, why we use them, and how to change your cookie settings [...].<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_improvement_type_select":"improve_an_existing","_thumb_yes_seoaic":false,"_frame_yes_seoaic":false,"seoaic_generate_description":"","seoaic_improve_instructions_prompt":"","seoaic_rollback_content_improvement":"","seoaic_idea_thumbnail_generator":"","thumbnail_generated":false,"thumbnail_generate_prompt":"","seoaic_article_description":"","footnotes":""},"class_list":["post-8597","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/co.brandium.dev\/en\/wp-json\/wp\/v2\/pages\/8597","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/co.brandium.dev\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/co.brandium.dev\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/co.brandium.dev\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/co.brandium.dev\/en\/wp-json\/wp\/v2\/comments?post=8597"}],"version-history":[{"count":0,"href":"https:\/\/co.brandium.dev\/en\/wp-json\/wp\/v2\/pages\/8597\/revisions"}],"wp:attachment":[{"href":"https:\/\/co.brandium.dev\/en\/wp-json\/wp\/v2\/media?parent=8597"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}