CINXE.COM
CEPIC – Global Hub for Visual Media Licensing and Copyright Advocacy
<!DOCTYPE html><!-- Last Published: Thu Apr 03 2025 18:01:47 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.cepic.org" data-wf-page="67558df8ab9b9cc7fa6dc1df" data-wf-site="67558df8ab9b9cc7fa6dc1e0" lang="en" data-wf-locale="en"><head><meta charset="utf-8"/><title>CEPIC – Global Hub for Visual Media Licensing and Copyright Advocacy</title><meta content="Discover CEPIC, the leading network for visual media agencies worldwide. Explore our commitment to copyright protection, industry innovation, and the annual CEPIC Congress, uniting professionals in the visual media sector. Learn more today!" name="description"/><meta content="width=device-width, initial-scale=1" name="viewport"/><meta content="khEIXJV8vOMdaEBj6qviJnDqy9sJ_cisepSLiMnr3lc" name="google-site-verification"/><link href="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/css/cepic-e2e8f72c2b7e6fbcf491157699ddca7b.webflow.6acc507f5.min.css" rel="stylesheet" type="text/css"/><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc309_ico.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc308_icon.png" rel="apple-touch-icon"/><link href="https://www.cepic.org/" rel="canonical"/><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-HX6YLJ6BCC"></script><script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('set', 'developer_id.dZGVlNj', true);gtag('config', 'G-HX6YLJ6BCC');</script><!-- Keep this css code to improve the font quality--> <style> * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -o-font-smoothing: antialiased; -webkit-appearance:none; } </style> <!-- Sygnal Attributes 5 | Memberships --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sygnaltech/webflow-util@5.4.23/dist/css/webflow-membership.css" dev-href="http://127.0.0.1:4000/dist/css/webflow-membership.css" devproxy-group="sa5" > <script defer src="https://cdn.jsdelivr.net/gh/sygnaltech/webflow-util@5.4.23/dist/nocode/webflow-membership.js" dev-src="http://127.0.0.1:4000/dist/nocode/webflow-membership.js" devproxy-group="sa5" ></script> <script> window.sa5 = window.sa5 || []; window.sa5.push(['getMembershipConfig', (config) => { config.accessGroupsFolder = '/sa5-ag'; config.accessGroups = [ 'national-association-executive-level', 'staff-level', 'board', 'associate-members' ]; config.advanced = { accountInfoLoadDelay: 300, // ms accountInfoSaveDelay: 500 // ms }; return config; }]); window.sa5.push(['userInfoChanged', (user) => { console.log("USER INFO CHANGED", user); // Check to see if access_groups info is loaded if(user.user_data_loaded.access_groups) { // Find all elements tagged [access-group] // and set the inner text to YES | NO const elements = document.querySelectorAll('[access-group]'); elements.forEach(element => { const attributeValue = element.getAttribute('access-group'); const isInAccessGroup = user.access_groups.includes(attributeValue); element.innerText = isInAccessGroup ? 'YES' : 'NO'; }); } }]); </script> <script type="text/javascript">window.__WEBFLOW_CURRENCY_SETTINGS = {"currencyCode":"EUR","symbol":"€","decimal":".","fractionDigits":2,"group":",","template":" {{wf {"path":"amount","type":"CommercePrice"\\} }} {{wf {"path":"symbol","type":"PlainText"\\} }}","hideDecimalForWholeNumbers":false};</script></head><body><div class="page-wrapper"><div class="global-styles w-embed"><style> /* Ensure all elements inherit the color from its parent */ body * { color: inherit; } a, .w-input, .w-select, .w-tab-link, .w-nav-link, .w-slider-arrow-left, .w-slider-arrow-right, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; text-decoration: inherit; font-size: inherit; } /* Focus state style for keyboard navigation for the focusable elements */ *[tabindex]:focus-visible, input[type="file"]:focus-visible { outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem; } /* Get rid of top margin on first element in any rich text element */ .w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child { margin-top: 0 !important; } /* Get rid of bottom margin on last element in any rich text element */ .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child { margin-bottom: 0 !important; } /* Prevent all click and hover interaction with an element */ .pointer-events-off { pointer-events: none; } /* Enables all click and hover interaction with an element */ .pointer-events-on { pointer-events: auto; } /* Create a class of .div-square which maintains a 1:1 dimension of a div */ .div-square::after { content: ""; display: block; padding-bottom: 100%; } /* Make sure containers never lose their center alignment */ .container-medium,.container-small, .container-large { margin-right: auto !important; margin-left: auto !important; } /* Apply "..." after 3 lines of text */ .text-style-3lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } /* Apply "..." after 2 lines of text */ .text-style-2lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } /* Adds inline flex display */ .display-inlineflex { display: inline-flex; } /* These classes are never overwritten */ .hide { display: none !important; } @media screen and (max-width: 991px) { .hide, .hide-tablet { display: none !important; } } @media screen and (max-width: 767px) { .hide-mobile-landscape{ display: none !important; } } @media screen and (max-width: 479px) { .hide-mobile{ display: none !important; } } .margin-0 { margin: 0rem !important; } .padding-0 { padding: 0rem !important; } .spacing-clean { padding: 0rem !important; margin: 0rem !important; } .margin-top { margin-right: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-top { padding-right: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-right { margin-top: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-right { padding-top: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-bottom { margin-top: 0rem !important; margin-right: 0rem !important; margin-left: 0rem !important; } .padding-bottom { padding-top: 0rem !important; padding-right: 0rem !important; padding-left: 0rem !important; } .margin-left { margin-top: 0rem !important; margin-right: 0rem !important; margin-bottom: 0rem !important; } .padding-left { padding-top: 0rem !important; padding-right: 0rem !important; padding-bottom: 0rem !important; } .margin-horizontal { margin-top: 0rem !important; margin-bottom: 0rem !important; } .padding-horizontal { padding-top: 0rem !important; padding-bottom: 0rem !important; } .margin-vertical { margin-right: 0rem !important; margin-left: 0rem !important; } .padding-vertical { padding-right: 0rem !important; padding-left: 0rem !important; } /* Apply "..." at 100% width */ .truncate-width { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /* Removes native scrollbar */ .no-scrollbar { -ms-overflow-style: none; overflow: -moz-scrollbars-none; } .no-scrollbar::-webkit-scrollbar { display: none; } </style></div><div class="main-wrapper"><div data-animation="default" class="navbar12_component w-nav" data-easing2="ease" fs-scrolldisable-element="smart-nav" data-easing="ease" data-collapse="medium" data-w-id="fd027bfa-02a0-b6f9-3222-85751f9ac653" role="banner" data-duration="400"><div class="container-large"><div class="navbar12_container"><a href="/" aria-current="page" class="navbar12_logo-link w-nav-brand w--current"><img width="169" loading="lazy" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc260_cepic-logo-white.svg" class="navbar12_logo"/></a><nav role="navigation" class="navbar12_menu is-page-height-tablet w-nav-menu"><div class="navbar12_menu-links"><div data-delay="200" data-hover="true" data-w-id="fd027bfa-02a0-b6f9-3222-85751f9ac65a" class="navbar12_menu-dropdown w-dropdown"><div class="navbar12_dropdown-toggle w-dropdown-toggle"><div>Events</div><div class="dropdown-chevron w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z" fill="currentColor"/> </svg></div></div><nav class="navbar12_dropdown-list onecolumn w-dropdown-list"><div class="navbar12_dropdown-content onecolumn"><div class="navbar12_dropdown-column"><div class="navbar12_dropdown-link-list"><a href="/cepic/cepic-2025" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">Introduction to CEPIC 2025</div><p class="text-size-small hide-mobile-landscape">The largest networking event for visual media businesses worldwide</p></div></a><a href="/cepic/agenda" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">CEPIC 2025 Agenda</div><p class="text-size-small hide-mobile-landscape">Discover the latest CEPIC 2025 programme and themes </p></div></a><a href="/cepic/registration" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">CEPIC 2025 Registration</div><p class="text-size-small hide-mobile-landscape">Join hundreds of visual media professionals: register for the next CEPIC 2025</p></div></a><a href="/cepic/speakers-cepic-2025" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">CEPIC 2025 Speakers</div><p class="text-size-small hide-mobile-landscape">These are our Speakers for CEPIC 2025.</p></div></a><a href="/cepic/cepic-webinars" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">CEPIC Webinars</div><p class="text-size-small hide-mobile-landscape">Exclusive webinars for CEPIC members, featuring industry-leading experts</p></div></a></div></div></div></nav></div><div data-delay="200" data-hover="true" data-w-id="fd027bfa-02a0-b6f9-3222-85751f9ac67d" class="navbar12_menu-dropdown w-dropdown"><div class="navbar12_dropdown-toggle w-dropdown-toggle"><div>Resources</div><div class="dropdown-chevron w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z" fill="currentColor"/> </svg></div></div><nav class="navbar12_dropdown-list onecolumn w-dropdown-list"><div class="navbar12_dropdown-content onecolumn"><div class="navbar12_dropdown-column"><div class="navbar12_dropdown-link-list"><a href="/cepic/past-cepic-events" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">Past Events</div><p class="text-size-small hide-mobile-landscape">Catch up on previous CEPIC events.</p></div></a><a href="/resources/cepic-documents" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">Archive Documents</div><p class="text-size-small hide-mobile-landscape">Explore our extensive document library</p></div></a><a href="/resources/industry-guidelines" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">Industry Guidelines</div><p class="text-size-small hide-mobile-landscape">Guidelines for copyright enforcement, ethical use of AI and more</p></div></a><a href="/resources/news" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">News</div><p class="text-size-small hide-mobile-landscape">Stay up to date with the latest digital media industry news and the CEPIC blog</p></div></a></div></div></div></nav></div><div data-delay="200" data-hover="true" data-w-id="fd027bfa-02a0-b6f9-3222-85751f9ac6a6" class="navbar12_menu-dropdown w-dropdown"><div class="navbar12_dropdown-toggle w-dropdown-toggle"><div>Advocacy</div><div class="dropdown-chevron w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z" fill="currentColor"/> </svg></div></div><nav class="navbar12_dropdown-list onecolumn w-dropdown-list"><div class="navbar12_dropdown-content onecolumn"><div class="navbar12_dropdown-column"><div class="navbar12_dropdown-link-list"><a href="/advocacy/artificial-intelligence" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">Artificial Intelligence</div><p class="text-size-small hide-mobile-landscape">Our AI Ethical Guidelines help safeguard the rights of creators and users of visual content</p></div></a><a href="/advocacy/neighbouring-rights" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">Neighbouring Rights</div><p class="text-size-small hide-mobile-landscape">How CEPIC defends the neighbouring righs of publishers<em>,</em> news and stock agencies</p></div></a><a href="/advocacy/copyright" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">Copyright</div><p class="text-size-small hide-mobile-landscape">How CEPIC defends copyright, including our input into EU directives</p></div></a><a href="/advocacy/digital-policies" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">Digital Policies</div><p class="text-size-small hide-mobile-landscape">Explore CEPIC’s input into the policies shaping the digital media landscape</p></div></a></div></div></div></nav></div><div data-delay="200" data-hover="true" data-w-id="fd027bfa-02a0-b6f9-3222-85751f9ac6c9" class="navbar12_menu-dropdown w-dropdown"><div class="navbar12_dropdown-toggle w-dropdown-toggle"><div>Members</div><div class="dropdown-chevron w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z" fill="currentColor"/> </svg></div></div><nav class="navbar12_dropdown-list onecolumn w-dropdown-list"><div class="navbar12_dropdown-content onecolumn"><div class="navbar12_dropdown-column"><div class="navbar12_dropdown-link-list"><a href="/members/benefits-of-membership" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">Membership Benefits</div><p class="text-size-small hide-mobile-landscape">Why become a member or associate of CEPIC</p></div></a><a href="/members/members-directory" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">Members Directory</div><p class="text-size-small hide-mobile-landscape">See a full list of our trade association members and associate members</p></div></a><a href="/members/cepic-membership-application" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">Join</div><p class="text-size-small hide-mobile-landscape">Join CEPIC as a trade association, an individual or a company active in visual media </p></div></a></div></div></div></nav></div><div data-delay="200" data-hover="true" data-w-id="fd027bfa-02a0-b6f9-3222-85751f9ac6e6" class="navbar12_menu-dropdown w-dropdown"><div class="navbar12_dropdown-toggle w-dropdown-toggle"><div>About</div><div class="dropdown-chevron w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z" fill="currentColor"/> </svg></div></div><nav class="navbar12_dropdown-list onecolumn w-dropdown-list"><div class="navbar12_dropdown-content onecolumn"><div class="navbar12_dropdown-column"><div class="navbar12_dropdown-link-list"><a href="/about/mission" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">Mission</div><p class="text-size-small hide-mobile-landscape">Discover our aims, from protecting copyright to championing ethical standards </p></div></a><a href="/about/history" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">History</div><p class="text-size-small hide-mobile-landscape">How CEPIC grew to become the voice of the visual media industry</p></div></a><a href="/about/people" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">People</div><p class="text-size-small hide-mobile-landscape">Meet our Executive Committee</p></div></a><a href="/contact" class="navbar12_dropdown-link w-inline-block"><div class="navbar12_text-wrapper"><div class="text-weight-semibold">Contact</div><p class="text-size-small hide-mobile-landscape">Email CEPIC</p></div></a></div></div></div></nav></div></div><div class="navbar12_menu-buttons"><a href="/members/cepic-membership-application" class="button is-small navbutton w-button">Apply FOR Membership</a><button class="button is-small navbutton" data-wf-user-logout="Log out" data-wf-user-login="Log in" type="button">Log out</button></div></nav><div class="navbar12_menu-button w-nav-button"><div class="menu-icon1"><div class="menu-icon1_line-top"></div><div class="menu-icon1_line-middle"><div class="menu-icon1_line-middle-inner"></div></div><div class="menu-icon1_line-bottom"></div></div></div></div></div></div><header class="section_header33 text-color-alternate"><div class="padding-global"><div class="container-large"><div class="header33_content"><div class="padding-section-large"><div class="text-align-center"><div class="max-width-large align-center"><div class="margin-bottom margin-small"><h1 class="heading-style-h1 text-color-white">Visual Content Matters</h1></div><p class="text-size-medium">CEPIC is the voice of the visual content industry. Through our global members we foster collaboration, advocate for the rights of agencies, rightsholders and content creators, and ensure that industry standards are adapted to new technologies and sustained.</p><div class="margin-top margin-medium"><div class="button-group is-center"><a href="/cepic/cepic-2025" class="button w-button">CEPIC 2025</a><a href="/resources/cepic-documents" class="button w-button">Resources</a><a href="/members/become-a-member" class="button w-button">Membership</a><a href="/resources/news" class="button w-button">News</a></div></div></div></div></div></div></div></div><div class="header33_background-video-wrapper"><div class="video-overlay-layer"><div class="creditblock"><div class="credittext">Credit: Reeldeal.tv</div></div></div><div data-poster-url="https://cdn.prod.website-files.com/6703d3157be62c65d0b123bf%2F673b4a9b33c6ea4777be44f0_CEPIC_recap_2-poster-00001.jpg" data-video-urls="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc29e_CEPIC_recap_2-transcode.mp4,https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc29e_CEPIC_recap_2-transcode.webm" data-autoplay="true" data-loop="true" data-wf-ignore="true" data-beta-bgvideo-upgrade="false" class="header33_background-video w-background-video w-background-video-atom"><video id="a2bfa1d6-e46d-d2c7-0dfa-7fbc08e8c428-video" autoplay="" loop="" style="background-image:url("https://cdn.prod.website-files.com/6703d3157be62c65d0b123bf%2F673b4a9b33c6ea4777be44f0_CEPIC_recap_2-poster-00001.jpg")" muted="" playsinline="" data-wf-ignore="true" data-object-fit="cover"><source src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc29e_CEPIC_recap_2-transcode.mp4" data-wf-ignore="true"/><source src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc29e_CEPIC_recap_2-transcode.webm" data-wf-ignore="true"/></video></div></div></header><section class="section_layout229"><div class="padding-global"><div class="container-large"><div class="padding-section-large _4blockhomepage"><div class="layout229_component"><div class="w-layout-grid layout229_list"><div class="layout229_item"><div class="margin-bottom margin-medium"><div class="layout229_image-wrapper"><img sizes="(max-width: 1000px) 100vw, 1000px" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/6788cb04fa5dab90850e7836_EyeUbiq_CEPIC-196%20-%20join%20us-p-500.jpg 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/6788cb04fa5dab90850e7836_EyeUbiq_CEPIC-196%20-%20join%20us-p-800.jpg 800w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/6788cb04fa5dab90850e7836_EyeUbiq_CEPIC-196%20-%20join%20us.jpg 1000w" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/6788cb04fa5dab90850e7836_EyeUbiq_CEPIC-196%20-%20join%20us.jpg" loading="lazy" class="layout229_image"/><div class="creditblock"><div class="credittext">Credit: CEPIC</div></div></div><div class="layout229_image-wrapper"><div class="creditblock"><div class="credittext">Credit: Frederic Sanuy</div></div></div></div><div class="margin-bottom margin-xsmall"><div class="text-style-tagline">CEPIC 2025</div></div><div class="margin-bottom margin-small"><h3 class="heading-style-h4">Join us in May 2025</h3></div><p class="paragraph-6">Non-stop networking with up to 400 visual media professionals from across the globe at CEPIC 2025. Enjoy an exceptional opportunity to do better business.</p><div class="margin-top margin-medium"><div class="button-group is-center"><a href="/cepic/cepic-2025" class="button is-secondary w-button">About CEPIC 2025</a></div></div></div><div class="layout229_item"><div class="margin-bottom margin-medium"><div class="layout229_image-wrapper"><img sizes="(max-width: 1300px) 100vw, 1300px" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc30a_belgaimage-p-500.webp 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc30a_belgaimage-p-800.webp 800w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc30a_belgaimage-p-1080.webp 1080w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc30a_belgaimage.webp 1300w" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc30a_belgaimage.webp" loading="lazy" class="layout229_image"/><div class="creditblock"><div class="credittext">Credit: Belga Images</div></div></div></div><div class="margin-bottom margin-xsmall"><div class="text-style-tagline">News</div></div><div class="margin-bottom margin-small"><h3 class="heading-style-h4">Industry News</h3></div><p class="paragraph-5">Visual Content Matters. <br/>Here you will find major industry news.</p><div class="margin-top margin-medium"><div class="button-group is-center"><a href="/resources/news" class="button is-secondary w-button">Industry News</a></div></div></div><div class="layout229_item"><div class="margin-bottom margin-medium"><div class="layout229_image-wrapper"><img sizes="(max-width: 1300px) 100vw, 1300px" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc30b_belgaeurope-p-500.webp 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc30b_belgaeurope-p-800.webp 800w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc30b_belgaeurope-p-1080.webp 1080w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc30b_belgaeurope.webp 1300w" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc30b_belgaeurope.webp" loading="lazy" class="layout229_image"/><div class="creditblock"><div class="credittext">Credit: Belga Images</div></div></div></div><div class="margin-bottom margin-xsmall"><div class="text-style-tagline">Policies</div></div><div class="margin-bottom margin-small"><h3 class="heading-style-h4">Policy Issues</h3></div><p class="paragraph-3">CEPIC is helping to shape the visual media landscape. We are involved in IP negotiations and technological standardisation in visual media across Europe and internationally.</p><div class="margin-top margin-medium"><div class="button-group is-center"><a href="/resources/industry-guidelines" class="button is-secondary w-button">Learn more</a></div></div></div><div class="layout229_item"><div class="margin-bottom margin-medium"><div class="layout229_image-wrapper"><img sizes="(max-width: 3498px) 100vw, 3498px" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25a_cepic-member-p-500.webp 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25a_cepic-member-p-800.webp 800w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25a_cepic-member-p-1080.webp 1080w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25a_cepic-member-p-1600.webp 1600w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25a_cepic-member-p-2000.webp 2000w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25a_cepic-member-p-2600.webp 2600w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25a_cepic-member-p-3200.webp 3200w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25a_cepic-member.webp 3498w" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25a_cepic-member.webp" loading="lazy" class="layout229_image"/><div class="creditblock"><div class="credittext">Credit: Frederic Sanuy</div></div></div></div><div class="margin-bottom margin-xsmall"><div class="text-style-tagline">Membership</div></div><div class="margin-bottom margin-small"><h3 class="heading-style-h4">Join CEPIC</h3></div><p class="paragraph-4">Make your voice heard and become part of an international network, including global players, when you join CEPIC. Membership is open to trade associations, individuals and companies active in visual media. </p><div class="margin-top margin-medium"><div class="button-group is-center"><a href="/members/become-a-member" class="button is-secondary w-button">Learn more</a><a href="/members/cepic-membership-application" class="button is-link is-icon w-inline-block"><div>Apply now</div><div class="icon-embed-xxsmall w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 3L11 8L6 13" stroke="CurrentColor" stroke-width="1.5"/> </svg></div></a></div></div></div></div></div></div></div></div></section><section class="section_cta15 text-color-alternate"><div class="cta15_background-image-wrapper"><div class="image-overlay-layer"></div><img sizes="(max-width: 2500px) 100vw, 2500px" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25e_cepic-congress-landscape-p-500.webp 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25e_cepic-congress-landscape-p-800.webp 800w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25e_cepic-congress-landscape-p-1080.webp 1080w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25e_cepic-congress-landscape-p-1600.webp 1600w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25e_cepic-congress-landscape-p-2000.webp 2000w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25e_cepic-congress-landscape.webp 2500w" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25e_cepic-congress-landscape.webp" loading="lazy" class="cta15_background-image"/></div><div class="padding-global"><div class="container-large"><div class="padding-section-large"><div class="cta15_component"><div class="w-layout-grid cta15_content"><div class="cta15_content-left"><h2 class="heading-style-h2">CEPIC 2025</h2></div><div class="cta15_content-right"><p class="text-size-medium"><strong>CEPIC 2025 </strong>promises even more business opportunities – and more enjoyment – than ever before. Set in the South of France, it’s an unmissable opportunity to network with an array of visual media professionals from across the globe, make contacts and do good business.</p><div class="margin-top margin-medium"><div class="button-group"><a href="/cepic/cepic-2025" class="button is-alternate w-button">Information about CEPIC 2025</a><a href="https://www.cepic.org/cepic/registration" class="button is-secondary is-alternate w-button">Register today</a></div></div></div></div></div></div></div></div></section><section id="sponsors" class="section_layout188 text-color-alternate"><div class="padding-global"><div class="container-large"><div class="padding-section-large"><div class="layout188_component"><div class="text-align-center"><div class="max-width-large align-center"><div class="margin-bottom margin-xsmall"><div class="text-style-tagline">Sponsors of CEPIC 2025</div></div><div class="margin-bottom margin-small"><h2 class="heading-style-h2">Supported by Industry Leaders</h2></div><div class="margin-bottom margin-small"><p class="text-size-medium">Global players from across the visual media industry, are among our sponsors and partners.</p><div class="margin-top margin-small"><a href="/cepic/sponsoring" class="button is-secondary w-button">Sponsor CEPIC 2025</a></div></div><div class="layout188_logo-row"><img width="221" height="Auto" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67cefeb77dda6e62c80a4a13_picrights-logo.png" loading="lazy" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67cefeb77dda6e62c80a4a13_picrights-logo-p-500.png 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67cefeb77dda6e62c80a4a13_picrights-logo-p-800.png 800w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67cefeb77dda6e62c80a4a13_picrights-logo-p-1080.png 1080w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67cefeb77dda6e62c80a4a13_picrights-logo.png 1349w" sizes="(max-width: 479px) 100vw, 221px" class="layout188_logo"/><img width="116" sizes="(max-width: 479px) 100vw, 116px" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc27b_alamy.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc27b_alamy-p-500.webp 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc27b_alamy-p-800.webp 800w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc27b_alamy.webp 1055w" class="layout188_logo"/><img width="127" loading="lazy" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2c2_IMAGO-Primary_Logos-RGB-BLACK-300x153.png" class="layout188_logo"/><img width="145" sizes="(max-width: 479px) 100vw, 145px" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67d2d95974551c915c630755_logo_Google_FullColor_3x_830x271px.png" loading="lazy" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67d2d95974551c915c630755_logo_Google_FullColor_3x_830x271px-p-500.png 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67d2d95974551c915c630755_logo_Google_FullColor_3x_830x271px-p-800.png 800w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67d2d95974551c915c630755_logo_Google_FullColor_3x_830x271px-p-1080.png 1080w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67d2d95974551c915c630755_logo_Google_FullColor_3x_830x271px-p-1600.png 1600w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67d2d95974551c915c630755_logo_Google_FullColor_3x_830x271px.png 2490w" class="layout188_logo"/><img width="344" loading="lazy" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67eeb88611504e21f75d2ce3_sstk_standard_rgb.png" class="layout188_logo"/><img width="127" loading="lazy" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67cef9e72162826e89103045_bikini_lists_logo4_large.png" class="layout188_logo"/><img width="109" sizes="(max-width: 479px) 100vw, 109px" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc27d_eana_logo.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc27d_eana_logo-p-500.webp 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc27d_eana_logo-p-800.webp 800w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc27d_eana_logo-p-1080.webp 1080w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc27d_eana_logo.webp 1458w" class="layout188_logo"/><img width="Auto" loading="lazy" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2bf_logo_fotoarena_alta1-1024x5061-300x148.png" class="layout188_logo"/><img width="217" sizes="(max-width: 479px) 100vw, 217px" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67eac6a27c6c8c7a7e064e6b_IMATAG%20-%20Transparent%20Background.png" loading="lazy" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67eac6a27c6c8c7a7e064e6b_IMATAG%20-%20Transparent%20Background-p-500.png 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67eac6a27c6c8c7a7e064e6b_IMATAG%20-%20Transparent%20Background-p-800.png 800w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67eac6a27c6c8c7a7e064e6b_IMATAG%20-%20Transparent%20Background.png 1024w" class="layout188_logo"/><img width="Auto" sizes="(max-width: 569px) 100vw, 569px" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67cefa1e5b50913fe6887f37_logo_iptc_white_text_gradient%20(1).png" loading="lazy" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67cefa1e5b50913fe6887f37_logo_iptc_white_text_gradient%20(1)-p-500.png 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67cefa1e5b50913fe6887f37_logo_iptc_white_text_gradient%20(1).png 569w" class="layout188_logo"/><img width="Auto" sizes="(max-width: 800px) 100vw, 800px" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67cef9ae33a4983bb16bb22f_PICSEL_Primary_Logo.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67cef9ae33a4983bb16bb22f_PICSEL_Primary_Logo-p-500.webp 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67cef9ae33a4983bb16bb22f_PICSEL_Primary_Logo.webp 800w" class="layout188_logo"/><img width="186" sizes="(max-width: 479px) 100vw, 186px" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67eacb00ba5b542c8fa9e3e4_Sipa%20Press-HD-MZ.jpg" loading="lazy" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67eacb00ba5b542c8fa9e3e4_Sipa%20Press-HD-MZ-p-500.jpg 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67eacb00ba5b542c8fa9e3e4_Sipa%20Press-HD-MZ-p-800.jpg 800w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67eacb00ba5b542c8fa9e3e4_Sipa%20Press-HD-MZ-p-1080.jpg 1080w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67eacb00ba5b542c8fa9e3e4_Sipa%20Press-HD-MZ-p-1600.jpg 1600w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67eacb00ba5b542c8fa9e3e4_Sipa%20Press-HD-MZ-p-2000.jpg 2000w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67eacb00ba5b542c8fa9e3e4_Sipa%20Press-HD-MZ-p-2600.jpg 2600w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67eacb00ba5b542c8fa9e3e4_Sipa%20Press-HD-MZ-p-3200.jpg 3200w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67eacb00ba5b542c8fa9e3e4_Sipa%20Press-HD-MZ.jpg 6798w" class="layout188_logo"/></div></div></div></div></div></div></div><div class="layout188_background-image-wrapper"><div class="image-overlay-layer bright"></div><img sizes="(max-width: 2500px) 100vw, 2500px" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc270_members2-p-500.webp 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc270_members2-p-800.webp 800w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc270_members2-p-1080.webp 1080w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc270_members2-p-1600.webp 1600w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc270_members2-p-2000.webp 2000w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc270_members2.webp 2500w" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc270_members2.webp" loading="lazy" class="layout188_background-image"/></div></section><section class="section_layout9"><div class="padding-global"><div class="container-large"><div class="padding-section-large"><div class="layout9_component"><div class="w-layout-grid layout9_content"><div class="layout9_content-left"><div class="margin-bottom margin-small"><h2 class="heading-style-h3"><strong>This is CEPIC</strong></h2></div><div class="margin-bottom margin-medium"><p class="text-size-medium">CEPIC is an international non profit organisation with the aim to be a united voice for the visual media industry, in Europe and beyond. CEPIC's governance is assured by an international Board of 8 representing different sides of the industry. National trade associations as well as individual company active in the visual media licensing industry may join CEPIC.<br/><br/><span class="text-span-2">CEPIC is registered as A.I.S.B.L (Association Internationale Sans But Lucratif) in Brussels, Nbr 0786.351.284 ; Transparency Register: CEPIC AISBL: 844063451685-53</span></p></div><div class="margin-top margin-medium"><div class="button-group"><div class="button-group"><a href="/about/mission" class="button is-secondary w-button">Learn more</a><a href="/members/members-directory" class="button is-link is-icon w-inline-block"><div>Members Directory</div><div class="icon-embed-xxsmall w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 3L11 8L6 13" stroke="CurrentColor" stroke-width="1.5"/> </svg></div></a></div></div></div></div><div class="layout9_image-wrapper"><img sizes="100vw" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25c_20231123-112032-JAJ-0-_JJ19550-1024x683-p-500.jpg 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25c_20231123-112032-JAJ-0-_JJ19550-1024x683-p-800.jpg 800w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25c_20231123-112032-JAJ-0-_JJ19550-1024x683.jpg 1024w" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25c_20231123-112032-JAJ-0-_JJ19550-1024x683.jpg" loading="lazy" class="layout9_image"/></div></div><img src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25d_keyvicual.svg" loading="lazy" alt="" class="image-2"/></div></div></div></div></section></div><footer class="footer4_component"><div class="padding-global"><div class="container-large"><div class="padding-vertical padding-xxlarge"><div class="padding-bottom padding-xxlarge"><div class="w-layout-grid footer4_top-wrapper"><a href="#" id="w-node-_73d097d7-445c-3929-02c1-492428670461-2867045b" class="footer4_logo-link w-nav-brand"><img width="180" loading="lazy" alt="" src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc25f_cepic-logo.svg" class="footer4_logo"/></a><div class="w-layout-grid footer4_link-list"><a href="/cepic/cepic-2025" class="footer4_link">CEPIC 2025</a><a href="/resources/industry-guidelines" class="footer4_link">Industry Guidelines</a><a href="/members/benefits-of-membership" class="footer4_link">Benefits for members</a><a href="/members/cepic-membership-application" class="footer4_link">Apply for membership</a><a href="/about/this-is-cepic" class="footer4_link">About</a></div><div id="w-node-_73d097d7-445c-3929-02c1-49242867046e-2867045b" class="w-layout-grid footer4_social-list"><a href="https://www.facebook.com/cepic.org" target="_blank" class="footer4_social-link w-inline-block"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--bx" width="100%" height="100%" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M20 3H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h8.615v-6.96h-2.338v-2.725h2.338v-2c0-2.325 1.42-3.592 3.5-3.592c.699-.002 1.399.034 2.095.107v2.42h-1.435c-1.128 0-1.348.538-1.348 1.325v1.735h2.697l-.35 2.725h-2.348V21H20a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1z" fill="currentColor"></path></svg></div></a><a href="https://www.instagram.com/international_visual_media/" target="_blank" class="footer4_social-link w-inline-block"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--bx" width="100%" height="100%" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M20.947 8.305a6.53 6.53 0 0 0-.419-2.216a4.61 4.61 0 0 0-2.633-2.633a6.606 6.606 0 0 0-2.186-.42c-.962-.043-1.267-.055-3.709-.055s-2.755 0-3.71.055a6.606 6.606 0 0 0-2.185.42a4.607 4.607 0 0 0-2.633 2.633a6.554 6.554 0 0 0-.419 2.185c-.043.963-.056 1.268-.056 3.71s0 2.754.056 3.71c.015.748.156 1.486.419 2.187a4.61 4.61 0 0 0 2.634 2.632a6.584 6.584 0 0 0 2.185.45c.963.043 1.268.056 3.71.056s2.755 0 3.71-.056a6.59 6.59 0 0 0 2.186-.419a4.615 4.615 0 0 0 2.633-2.633c.263-.7.404-1.438.419-2.187c.043-.962.056-1.267.056-3.71c-.002-2.442-.002-2.752-.058-3.709zm-8.953 8.297c-2.554 0-4.623-2.069-4.623-4.623s2.069-4.623 4.623-4.623a4.623 4.623 0 0 1 0 9.246zm4.807-8.339a1.077 1.077 0 0 1-1.078-1.078a1.077 1.077 0 1 1 2.155 0c0 .596-.482 1.078-1.077 1.078z" fill="currentColor"></path><circle cx="11.994" cy="11.979" r="3.003" fill="currentColor"></circle></svg></div></a><a href="https://www.linkedin.com/company/cepic/" target="_blank" class="footer4_social-link w-inline-block"><div class="icon-embed-xsmall w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 3C3.67157 3 3 3.67157 3 4.5V19.5C3 20.3284 3.67157 21 4.5 21H19.5C20.3284 21 21 20.3284 21 19.5V4.5C21 3.67157 20.3284 3 19.5 3H4.5ZM8.52076 7.00272C8.52639 7.95897 7.81061 8.54819 6.96123 8.54397C6.16107 8.53975 5.46357 7.90272 5.46779 7.00413C5.47201 6.15897 6.13998 5.47975 7.00764 5.49944C7.88795 5.51913 8.52639 6.1646 8.52076 7.00272ZM12.2797 9.76176H9.75971H9.7583V18.3216H12.4217V18.1219C12.4217 17.742 12.4214 17.362 12.4211 16.9819V16.9818V16.9816V16.9815V16.9812C12.4203 15.9674 12.4194 14.9532 12.4246 13.9397C12.426 13.6936 12.4372 13.4377 12.5005 13.2028C12.7381 12.3253 13.5271 11.7586 14.4074 11.8979C14.9727 11.9864 15.3467 12.3141 15.5042 12.8471C15.6013 13.1803 15.6449 13.5389 15.6491 13.8863C15.6605 14.9339 15.6589 15.9815 15.6573 17.0292V17.0294C15.6567 17.3992 15.6561 17.769 15.6561 18.1388V18.3202H18.328V18.1149C18.328 17.6629 18.3278 17.211 18.3275 16.7591V16.759V16.7588C18.327 15.6293 18.3264 14.5001 18.3294 13.3702C18.3308 12.8597 18.276 12.3563 18.1508 11.8627C17.9638 11.1286 17.5771 10.5211 16.9485 10.0824C16.5027 9.77019 16.0133 9.5691 15.4663 9.5466C15.404 9.54401 15.3412 9.54062 15.2781 9.53721L15.2781 9.53721L15.2781 9.53721C14.9984 9.52209 14.7141 9.50673 14.4467 9.56066C13.6817 9.71394 13.0096 10.0641 12.5019 10.6814C12.4429 10.7522 12.3852 10.8241 12.2991 10.9314L12.2991 10.9315L12.2797 10.9557V9.76176ZM5.68164 18.3244H8.33242V9.76733H5.68164V18.3244Z" fill="CurrentColor"/> </svg></div></a></div></div><div class="assosiationslogos"><img src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2d4_logo_aeapaf.webp" loading="lazy" sizes="(max-width: 1494px) 100vw, 1494px" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2d4_logo_aeapaf-p-500.webp 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2d4_logo_aeapaf-p-800.webp 800w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2d4_logo_aeapaf-p-1080.webp 1080w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2d4_logo_aeapaf.webp 1494w" alt="" class="associatelogo"/><img src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2d6_bapla-logo.webp" loading="lazy" alt="" class="associatelogo"/><img src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2d5_fnappi.webp" loading="lazy" sizes="(max-width: 758px) 100vw, 758px" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2d5_fnappi-p-500.webp 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2d5_fnappi.webp 758w" alt="" class="associatelogo snappi"/><img src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2d7_LOGOUPP_UNIONDESPHOTOGRAPHES_ROUGE.jpg" loading="lazy" sizes="(max-width: 2012px) 100vw, 2012px" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2d7_LOGOUPP_UNIONDESPHOTOGRAPHES_ROUGE-p-500.jpg 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2d7_LOGOUPP_UNIONDESPHOTOGRAPHES_ROUGE-p-800.jpg 800w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2d7_LOGOUPP_UNIONDESPHOTOGRAPHES_ROUGE-p-1080.jpg 1080w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2d7_LOGOUPP_UNIONDESPHOTOGRAPHES_ROUGE-p-1600.jpg 1600w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2d7_LOGOUPP_UNIONDESPHOTOGRAPHES_ROUGE-p-2000.jpg 2000w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2d7_LOGOUPP_UNIONDESPHOTOGRAPHES_ROUGE.jpg 2012w" alt="" class="associatelogo"/><img src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2da_SAB-Logo-300x76.jpg" loading="lazy" alt="" class="associatelogo"/><img src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/679c926ba2bf3d4c2f42a300_BVPA_Logo-1.jpg" loading="lazy" sizes="(max-width: 1418px) 100vw, 1418px" srcset="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/679c926ba2bf3d4c2f42a300_BVPA_Logo-1-p-500.jpg 500w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/679c926ba2bf3d4c2f42a300_BVPA_Logo-1-p-800.jpg 800w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/679c926ba2bf3d4c2f42a300_BVPA_Logo-1-p-1080.jpg 1080w, https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/679c926ba2bf3d4c2f42a300_BVPA_Logo-1.jpg 1418w" alt="" class="associatelogo"/><img src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/67558df8ab9b9cc7fa6dc2db_blf_logo_hp.png" loading="lazy" alt="" class="associatelogo"/></div></div><div class="padding-top padding-medium"><div class="w-layout-grid footer4_bottom-wrapper"><div id="w-node-_73d097d7-445c-3929-02c1-49242867047c-2867045b" class="footer4_credit-text">© 2024 CEPIC. All rights reserved.</div><div class="footer4_credit-text">This website is developed and maintained by <a href="https://www.brord.agency/en" target="_blank">BRØRD</a> with ♥</div><a href="/privacy-policy" class="footer4_legal-link">Privacy Policy</a><a href="/imprint" class="footer4_legal-link">Imprint</a></div></div></div></div></div></footer></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=67558df8ab9b9cc7fa6dc1e0" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/js/webflow.schunk.7940abe61de8d4ed.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/js/webflow.schunk.2451ca907687c14d.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/67558df8ab9b9cc7fa6dc1e0/js/webflow.4a2a7271.1458a0d6d81200b7.js" type="text/javascript"></script></body></html>